@layer normalize,theme,components,common,variables,palette,overrides;@layer variables{:root{--primary-color: oklch(70.5% .213 47.604);--secondary-color: oklch(14.7% .004 49.25);--accent-color: oklch(61.2% .23 83.235)}:root body{--spacing-unit: 1rem;--font-size-unit: 1rem;--font-family-default: inherit;--font-family-sans-serif: Arial, Helvetica, sans-serif;--font-family-serif: Georgia, "Times New Roman", serif;--font-family-monospace: "Courier New", Courier, monospace;--box-shadow-card: 0 1px 3px oklch(from var(--color-shadow) l c h / .1), 0 1px 2px -1px oklch(from var(--color-shadow) l c h / .1);--box-shadow-panel: 0 3px 4px #00000024, 0 3px 3px -2px #0000001f, 0 1px 8px #0003;--box-shadow-raised: 0 2px 4px oklch(from var(--color-shadow) l c h / .1);--box-shadow-floating: 0 10px 15px -3px oklch(from var(--color-shadow) l c h / .1), 0 4px 6px -4px oklch(from var(--color-shadow) l c h / .1);--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--z-index-max: 2000}}@layer normalize{*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;border-color:inherit}body{padding:0;margin:0;overflow:hidden;-webkit-font-smoothing:antialiased;font-optical-sizing:auto;height:100%;width:100%;height:100dvh;width:100dvw;color:var(--color-font);font-size:16px}@media (max-width: 480px){html{font-size:17px}}button{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;padding-inline:unset;padding-block:unset;background-color:unset;border:unset}button:focus{outline:unset}input{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit}abbr{font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-variant-alternates:inherit;font-variant-position:inherit;font-variant-emoji:inherit;font-family:inherit;font-optical-sizing:inherit;font-size-adjust:inherit;font-kerning:inherit;font-feature-settings:inherit;font-variation-settings:inherit;text-decoration:inherit}a{color:inherit;text-decoration:none}p{margin:0;padding:0}::-moz-selection{color:#fff;background:#353535}::selection{color:#fff;background:#353535}:focus-visible{outline:unset}ul{margin-block-start:0;margin-block-end:0;padding-inline-start:1rem}h1,h2,h3,h4,h5,h6{margin:0;padding:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input::-webkit-calendar-picker-indicator{display:none}input[type=date]::-webkit-input-placeholder{visibility:hidden!important}input[type=date]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}fieldset{display:flex;min-inline-size:min-content;margin-inline:0;border-width:1px;border-style:solid;border-color:inherit;border-image:initial;padding-block:1.35em 1.625em;padding-inline:1.75em}}@layer palette{body[data-theme-mode=dark]{color-scheme:dark}body[data-theme-mode=light]{color-scheme:light}:root{--color-light-primary-0: var(--primary-color);--color-light-primary-foreground-0: hsl(0, 0%, 100%);--color-light-secondary-0: var(--secondary-color);--color-light-secondary-foreground-0: hsl(0, 0%, 100%);--color-light-accent-0: var(--accent-color);--color-light-accent-foreground-0: hsl(0, 0%, 100%);--color-light-background-0: hsl(0, 0%, 100%);--color-light-background-1: hsl(0, 0%, 99%);--color-light-background-2: hsl(0, 0%, 98%);--color-light-background-3: hsl(0, 0%, 95%);--color-light-background-4: hsl(0, 0%, 92%);--color-light-background-5: hsl(0, 0%, 88%);--color-light-surface-0: hsl(0, 0%, 100%);--color-light-surface-1: hsl(0, 0%, 99%);--color-light-surface-2: hsl(0, 0%, 98%);--color-light-surface-3: hsl(0, 0%, 95%);--color-light-surface-4: hsl(0, 0%, 92%);--color-light-surface-5: hsl(0, 0%, 88%);--color-light-border-0: hsl(0, 0%, 95%);--color-light-border-1: hsl(0, 0%, 90%);--color-light-border-2: hsl(0, 0%, 70%);--color-light-border-3: hsl(0, 0%, 60%);--color-light-border-4: hsl(0, 0%, 40%);--color-light-border-5: hsl(0, 0%, 5%);--color-light-font-0: hsl(0, 0%, 60%);--color-light-font-1: hsl(0, 0%, 55%);--color-light-font-2: hsl(0, 0%, 45%);--color-light-font-3: hsl(0, 0%, 35%);--color-light-font-4: hsl(0, 0%, 25%);--color-light-font-5: hsl(0, 0%, 0%);--color-light-shadow-0: oklch(0% 0 0deg / .05);--color-light-primary: var(--color-light-primary-0);--color-light-primary-foreground: var(--color-light-primary-foreground-0);--color-light-secondary: var(--color-light-secondary-0);--color-light-secondary-foreground: var(--color-light-secondary-foreground-0);--color-light-accent: var(--color-light-accent-0);--color-light-accent-foreground: var(--color-light-accent-foreground-0);--color-light-background: var(--color-light-background-0);--color-light-background-surface: var(--color-light-surface-2);--color-light-background-ghost: var(--color-light-surface-2);--color-light-background-flat: var(--color-light-surface-3);--color-light-background-card: var(--color-light-surface-0);--color-light-background-panel: var(--color-light-surface-0);--color-light-background-field: var(--color-light-surface-0);--color-light-font: var(--color-light-font-5);--color-light-font-muted: var(--color-light-font-2);--color-light-font-disabled: var(--color-light-font-1);--color-light-border: var(--color-light-border-1);--color-light-border-light: var(--color-light-border-1);--color-light-border-dark: var(--color-light-border-3);--color-light-border-highlight: var(--color-light-border-5);--color-light-border-focus: var(--color-light-border-3);--color-light-shadow: var(--color-light-shadow-0);--color-light-success-primary: oklch(59.6% .145 163.225deg);--color-light-success-background: oklch(97.9% .021 166.113deg);--color-light-success-background-surface: oklch(95% .052 163.051deg);--color-light-success-background-ghost: oklch(95% .052 163.051deg);--color-light-success-background-flat: hsl(152, 78%, 85%);--color-light-success-background-card: oklch(97.9% .021 166.113deg);--color-light-success-background-panel: oklch(97.9% .021 166.113deg);--color-light-success-background-field: oklch(97.9% .021 166.113deg);--color-light-success-font: oklch(43.2% .095 166.913deg);--color-light-success-font-muted: oklch(59.6% .145 163.225deg);--color-light-success-font-disabled: oklch(69.6% .145 163.225deg);--color-light-success-border: hsl(152, 78%, 90%);--color-light-success-border-light: hsl(152, 78%, 85%);--color-light-success-border-dark: hsl(152, 78%, 70%);--color-light-success-border-highlight: hsl(160, 100%, 27%);--color-light-success-shadow: oklch(0% 0 0deg / .1);--color-light-danger-primary: oklch(57.7% .245 27.325deg);--color-light-danger-background: oklch(97.1% .013 17.38deg);--color-light-danger-background-surface: oklch(93.6% .032 17.717deg);--color-light-danger-background-ghost: oklch(93.6% .032 17.717deg);--color-light-danger-background-flat: oklch(88.5% .062 18.334deg);--color-light-danger-background-card: oklch(97.1% .013 17.38deg);--color-light-danger-background-panel: oklch(97.1% .013 17.38deg);--color-light-danger-background-field: oklch(97.1% .013 17.38deg);--color-light-danger-font: oklch(44.4% .177 26.899deg);--color-light-danger-font-muted: oklch(57.7% .245 27.325deg);--color-light-danger-font-disabled: oklch(67.7% .245 27.325deg);--color-light-danger-border: oklch(93.6% .032 17.717deg);--color-light-danger-border-light: oklch(88.5% .062 18.334deg);--color-light-danger-border-dark: oklch(60.2% .213 25.921deg);--color-light-danger-border-highlight: oklch(44.4% .177 26.899deg);--color-light-danger-shadow: oklch(0% 0 0deg / .1);--color-light-info-primary: oklch(58.8% .158 241.966deg);--color-light-info-background: oklch(97.7% .013 236.62deg);--color-light-info-background-surface: oklch(95.1% .026 236.824deg);--color-light-info-background-ghost: oklch(95.1% .026 236.824deg);--color-light-info-background-flat: oklch(90.1% .058 230.902deg);--color-light-info-background-card: oklch(97.7% .013 236.62deg);--color-light-info-background-panel: oklch(97.7% .013 236.62deg);--color-light-info-background-field: oklch(97.7% .013 236.62deg);--color-light-info-font: oklch(44.3% .11 240.79deg);--color-light-info-font-muted: oklch(58.8% .158 241.966deg);--color-light-info-font-disabled: oklch(68.8% .158 241.966deg);--color-light-info-border: oklch(95.1% .026 236.824deg);--color-light-info-border-light: oklch(90.1% .058 230.902deg);--color-light-info-border-dark: oklch(60.1% .14 236.824deg);--color-light-info-border-highlight: oklch(44.3% .11 240.79deg);--color-light-info-shadow: oklch(0% 0 0deg / .1);--color-light-warning-primary: oklch(70.5% .213 47.604deg);--color-light-warning-background: oklch(98.7% .022 95.277deg);--color-light-warning-background-surface: oklch(95.4% .038 75.164deg);--color-light-warning-background-ghost: oklch(95.4% .038 75.164deg);--color-light-warning-background-flat: oklch(90.1% .076 70.697deg);--color-light-warning-background-card: oklch(98.7% .022 95.277deg);--color-light-warning-background-panel: oklch(98.7% .022 95.277deg);--color-light-warning-background-field: oklch(98.7% .022 95.277deg);--color-light-warning-font: oklch(47.3% .137 46.201deg);--color-light-warning-font-muted: oklch(70.5% .213 47.604deg);--color-light-warning-font-disabled: oklch(80.5% .213 47.604deg);--color-light-warning-border: oklch(96.2% .059 95.617deg);--color-light-warning-border-light: oklch(90.1% .076 70.697deg);--color-light-warning-border-dark: oklch(63.1% .179 94.824deg);--color-light-warning-border-highlight: oklch(47.3% .137 46.201deg);--color-light-warning-shadow: oklch(0% 0 0deg / .1);--color-dark-primary-0: var(--primary-color);--color-dark-primary-foreground-0: hsl(0, 0%, 100%);--color-dark-secondary-0: hsl(0, 0%, 95%);--color-dark-secondary-foreground-0: hsl(0, 0%, 10%);--color-dark-accent-0: var(--accent-color);--color-dark-accent-foreground-0: hsl(0, 0%, 95%);--color-dark-background-0: oklch(14.479% 0 359.99998deg);--color-dark-background-1: hsl(0, 0%, 10%);--color-dark-background-2: hsl(0, 0%, 15%);--color-dark-background-3: hsl(0, 0%, 20%);--color-dark-background-4: hsl(0, 0%, 25%);--color-dark-background-5: hsl(0, 0%, 30%);--color-dark-surface-0: hsl(0, 0%, 8%);--color-dark-surface-1: hsl(0, 0%, 15%);--color-dark-surface-2: hsl(0, 0%, 20%);--color-dark-surface-3: hsl(0, 0%, 25%);--color-dark-surface-4: hsl(0, 0%, 30%);--color-dark-surface-5: hsl(0, 0%, 35%);--color-dark-border-0: hsl(0, 0%, 10%);--color-dark-border-1: hsl(0, 0%, 15%);--color-dark-border-2: hsl(0, 0%, 30%);--color-dark-border-3: hsl(0, 0%, 40%);--color-dark-border-4: hsl(0, 0%, 60%);--color-dark-border-5: hsl(0, 0%, 95%);--color-dark-font-0: hsl(0, 0%, 20%);--color-dark-font-1: hsl(0, 0%, 40%);--color-dark-font-2: hsl(0, 0%, 60%);--color-dark-font-3: hsl(0, 0%, 70%);--color-dark-font-4: hsl(0, 0%, 80%);--color-dark-font-5: hsl(0, 0%, 95%);--color-dark-shadow-0: hsl(0, 0%, 60%);--color-dark-primary: var(--color-dark-primary-0);--color-dark-primary-foreground: var(--color-dark-primary-foreground-0);--color-dark-secondary: var(--color-dark-secondary-0);--color-dark-secondary-foreground: var(--color-dark-secondary-foreground-0);--color-dark-accent: var(--color-dark-accent-0);--color-dark-accent-foreground: var(--color-dark-accent-foreground-0);--color-dark-background: var(--color-dark-background-0);--color-dark-background-surface: var(--color-dark-surface-0);--color-dark-background-ghost: var(--color-dark-surface-0);--color-dark-background-flat: var(--color-dark-surface-2);--color-dark-background-card: var(--color-dark-surface-0);--color-dark-background-panel: var(--color-dark-surface-1);--color-dark-background-field: var(--color-dark-surface-1);--color-dark-font: var(--color-dark-font-5);--color-dark-font-muted: var(--color-dark-font-3);--color-dark-font-disabled: var(--color-dark-font-1);--color-dark-border: var(--color-dark-border-0);--color-dark-border-light: var(--color-dark-border-1);--color-dark-border-dark: var(--color-dark-border-3);--color-dark-border-highlight: var(--color-dark-border-5);--color-dark-border-focus: var(--color-dark-border-3);--color-dark-shadow: var(--color-dark-shadow-0);--color-dark-success-primary: oklch(59.6% .145 163.225deg);--color-dark-success-background: oklch(43.2% .095 166.913deg);--color-dark-success-background-surface: oklch(46.2% .095 166.913deg);--color-dark-success-background-ghost: oklch(45.2% .095 166.913deg);--color-dark-success-background-flat: oklch(51.1% .095 166.913deg);--color-dark-success-background-card: oklch(43.2% .095 166.913deg);--color-dark-success-background-panel: oklch(43.2% .095 166.913deg);--color-dark-success-background-field: oklch(43.2% .095 166.913deg);--color-dark-success-font: oklch(97.9% .021 166.113deg);--color-dark-success-font-muted: oklch(96.2% .044 156.743deg);--color-dark-success-font-disabled: oklch(96.2% .044 156.743deg);--color-dark-success-border: oklch(37.8% .077 168.94deg);--color-dark-success-border-light: oklch(66.2% .095 166.913deg);--color-dark-success-border-dark: oklch(29.4% .06 170.978deg);--color-dark-success-border-highlight: oklch(96.2% .044 156.743deg);--color-dark-success-shadow: oklch(0% 0 0deg / .5);--color-dark-danger-primary: oklch(57.7% .245 27.325deg);--color-dark-danger-background: oklch(44.4% .177 26.899deg);--color-dark-danger-background-surface: oklch(50.5% .213 27.518deg);--color-dark-danger-background-ghost: oklch(50.5% .213 27.518deg);--color-dark-danger-background-flat: oklch(56% .22 22.1deg);--color-dark-danger-background-card: oklch(44.4% .177 26.899deg);--color-dark-danger-background-panel: oklch(44.4% .177 26.899deg);--color-dark-danger-background-field: oklch(44.4% .177 26.899deg);--color-dark-danger-font: oklch(97.1% .013 17.38deg);--color-dark-danger-font-muted: oklch(93.6% .032 17.717deg);--color-dark-danger-font-disabled: oklch(93.6% .032 17.717deg);--color-dark-danger-border: oklch(44.4% .177 26.899deg);--color-dark-danger-border-light: oklch(50.5% .213 27.518deg);--color-dark-danger-border-dark: oklch(60.2% .213 25.921deg);--color-dark-danger-border-highlight: oklch(96.2% .044 156.743deg);--color-dark-danger-shadow: oklch(0% 0 0deg / .5);--color-dark-info-primary: oklch(58.8% .158 241.966deg);--color-dark-info-background: oklch(39.1% .09 240.876deg);--color-dark-info-background-surface: oklch(44.3% .11 240.79deg);--color-dark-info-background-ghost: oklch(44.3% .11 240.79deg);--color-dark-info-background-flat: oklch(50% .134 242.749deg);--color-dark-info-background-card: oklch(39.1% .09 240.876deg);--color-dark-info-background-panel: oklch(39.1% .09 240.876deg);--color-dark-info-background-field: oklch(39.1% .09 240.876deg);--color-dark-info-font: oklch(97.7% .013 236.62deg);--color-dark-info-font-muted: oklch(95.1% .026 236.824deg);--color-dark-info-font-disabled: oklch(95.1% .026 236.824deg);--color-dark-info-border: oklch(30.2% .056 229.695deg);--color-dark-info-border-light: oklch(44.3% .11 240.79deg);--color-dark-info-border-dark: oklch(60.1% .14 236.824deg);--color-dark-info-border-highlight: oklch(96.2% .044 156.743deg);--color-dark-info-shadow: oklch(0% 0 0deg / .5);--color-dark-warning-primary: oklch(70.5% .213 47.604deg);--color-dark-warning-background: oklch(47% .157 37.304deg);--color-dark-warning-background-surface: hsl(16, 100%, 37%);--color-dark-warning-background-ghost: hsl(16, 100%, 37%);--color-dark-warning-background-flat: hsl(24, 100%, 40%);--color-dark-warning-background-card: oklch(47% .157 37.304deg);--color-dark-warning-background-panel: oklch(47% .157 37.304deg);--color-dark-warning-background-field: oklch(47% .157 37.304deg);--color-dark-warning-font: oklch(98.7% .022 95.277deg);--color-dark-warning-font-muted: oklch(95.4% .038 75.164deg);--color-dark-warning-font-disabled: oklch(95.4% .038 75.164deg);--color-dark-warning-border: oklch(41.4% .112 45.904deg);--color-dark-warning-border-light: hsl(16, 100%, 37%);--color-dark-warning-border-dark: oklch(63.1% .179 94.824deg);--color-dark-warning-border-highlight: oklch(96.2% .044 156.743deg);--color-dark-warning-shadow: oklch(0% 0 0deg / .5)}body[data-theme-mode=light],html body .theme-override-light{--color-primary-0: var(--color-light-primary-0);--color-primary-foreground-0: var(--color-light-primary-foreground-0);--color-secondary-0: var(--color-light-secondary-0);--color-secondary-foreground-0: var(--color-light-secondary-foreground-0);--color-accent-0: var(--color-light-accent-0);--color-accent-foreground-0: var(--color-light-accent-foreground-0);--color-background-0: var(--color-light-background-0);--color-background-1: var(--color-light-background-1);--color-background-2: var(--color-light-background-2);--color-background-3: var(--color-light-background-3);--color-background-4: var(--color-light-background-4);--color-background-5: var(--color-light-background-5);--color-surface-0: var(--color-light-surface-0);--color-surface-1: var(--color-light-surface-1);--color-surface-2: var(--color-light-surface-2);--color-surface-3: var(--color-light-surface-3);--color-surface-4: var(--color-light-surface-4);--color-surface-5: var(--color-light-surface-5);--color-border-0: var(--color-light-border-0);--color-border-1: var(--color-light-border-1);--color-border-2: var(--color-light-border-2);--color-border-3: var(--color-light-border-3);--color-border-4: var(--color-light-border-4);--color-border-5: var(--color-light-border-5);--color-font-0: var(--color-light-font-0);--color-font-1: var(--color-light-font-1);--color-font-2: var(--color-light-font-2);--color-font-3: var(--color-light-font-3);--color-font-4: var(--color-light-font-4);--color-font-5: var(--color-light-font-5);--color-shadow-0: var(--color-light-shadow-0);--color-primary: var(--color-light-primary);--color-primary-foreground: var(--color-light-primary-foreground);--color-secondary: var(--color-light-secondary);--color-secondary-foreground: var(--color-light-secondary-foreground);--color-accent: var(--color-light-accent);--color-accent-foreground: var(--color-light-accent-foreground);--color-background: var(--color-light-background);--color-background-surface: var(--color-light-background-surface);--color-background-ghost: var(--color-light-background-ghost);--color-background-flat: var(--color-light-background-flat);--color-background-card: var(--color-light-background-card);--color-background-panel: var(--color-light-background-panel);--color-background-field: var(--color-light-background-field);--color-font: var(--color-light-font);--color-font-muted: var(--color-light-font-muted);--color-font-disabled: var(--color-light-font-disabled);--color-border: var(--color-light-border);--color-border-light: var(--color-light-border-light);--color-border-dark: var(--color-light-border-dark);--color-border-highlight: var(--color-light-border-highlight);--color-border-focus: var(--color-light-border-focus);--color-shadow: var(--color-light-shadow);--color-success: var(--color-light-success-primary);--color-success-primary-0: var( --color-light-success-primary-0, var(--color-light-primary-0) );--color-success-primary-foreground-0: var( --color-light-success-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-success-secondary-0: var( --color-light-success-secondary-0, var(--color-light-secondary-0) );--color-success-secondary-foreground-0: var( --color-light-success-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-success-accent-0: var( --color-light-success-accent-0, var(--color-light-accent-0) );--color-success-accent-foreground-0: var( --color-light-success-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-success-background-0: var( --color-light-success-background-0, var(--color-light-background-0) );--color-success-background-1: var( --color-light-success-background-1, var(--color-light-background-1) );--color-success-background-2: var( --color-light-success-background-2, var(--color-light-background-2) );--color-success-background-3: var( --color-light-success-background-3, var(--color-light-background-3) );--color-success-background-4: var( --color-light-success-background-4, var(--color-light-background-4) );--color-success-background-5: var( --color-light-success-background-5, var(--color-light-background-5) );--color-success-surface-0: var( --color-light-success-surface-0, var(--color-light-surface-0) );--color-success-surface-1: var( --color-light-success-surface-1, var(--color-light-surface-1) );--color-success-surface-2: var( --color-light-success-surface-2, var(--color-light-surface-2) );--color-success-surface-3: var( --color-light-success-surface-3, var(--color-light-surface-3) );--color-success-surface-4: var( --color-light-success-surface-4, var(--color-light-surface-4) );--color-success-surface-5: var( --color-light-success-surface-5, var(--color-light-surface-5) );--color-success-border-0: var( --color-light-success-border-0, var(--color-light-border-0) );--color-success-border-1: var( --color-light-success-border-1, var(--color-light-border-1) );--color-success-border-2: var( --color-light-success-border-2, var(--color-light-border-2) );--color-success-border-3: var( --color-light-success-border-3, var(--color-light-border-3) );--color-success-border-4: var( --color-light-success-border-4, var(--color-light-border-4) );--color-success-border-5: var( --color-light-success-border-5, var(--color-light-border-5) );--color-success-font-0: var( --color-light-success-font-0, var(--color-light-font-0) );--color-success-font-1: var( --color-light-success-font-1, var(--color-light-font-1) );--color-success-font-2: var( --color-light-success-font-2, var(--color-light-font-2) );--color-success-font-3: var( --color-light-success-font-3, var(--color-light-font-3) );--color-success-font-4: var( --color-light-success-font-4, var(--color-light-font-4) );--color-success-font-5: var( --color-light-success-font-5, var(--color-light-font-5) );--color-success-shadow-0: var( --color-light-success-shadow-0, var(--color-light-shadow-0) );--color-success-primary: var( --color-light-success-primary, var(--color-light-primary) );--color-success-primary-foreground: var( --color-light-success-primary-foreground, var(--color-light-primary-foreground) );--color-success-secondary: var( --color-light-success-secondary, var(--color-light-secondary) );--color-success-secondary-foreground: var( --color-light-success-secondary-foreground, var(--color-light-secondary-foreground) );--color-success-accent: var( --color-light-success-accent, var(--color-light-accent) );--color-success-accent-foreground: var( --color-light-success-accent-foreground, var(--color-light-accent-foreground) );--color-success-background: var( --color-light-success-background, var(--color-light-background) );--color-success-background-surface: var( --color-light-success-background-surface, var(--color-light-background-surface) );--color-success-background-ghost: var( --color-light-success-background-ghost, var(--color-light-background-ghost) );--color-success-background-flat: var( --color-light-success-background-flat, var(--color-light-background-flat) );--color-success-background-card: var( --color-light-success-background-card, var(--color-light-background-card) );--color-success-background-panel: var( --color-light-success-background-panel, var(--color-light-background-panel) );--color-success-background-field: var( --color-light-success-background-field, var(--color-light-background-field) );--color-success-font: var( --color-light-success-font, var(--color-light-font) );--color-success-font-muted: var( --color-light-success-font-muted, var(--color-light-font-muted) );--color-success-font-disabled: var( --color-light-success-font-disabled, var(--color-light-font-disabled) );--color-success-border: var( --color-light-success-border, var(--color-light-border) );--color-success-border-light: var( --color-light-success-border-light, var(--color-light-border-light) );--color-success-border-dark: var( --color-light-success-border-dark, var(--color-light-border-dark) );--color-success-border-highlight: var( --color-light-success-border-highlight, var(--color-light-border-highlight) );--color-success-border-focus: var( --color-light-success-border-focus, var(--color-light-border-focus) );--color-success-shadow: var( --color-light-success-shadow, var(--color-light-shadow) );--color-danger: var(--color-light-danger-primary);--color-danger-primary-0: var( --color-light-danger-primary-0, var(--color-light-primary-0) );--color-danger-primary-foreground-0: var( --color-light-danger-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-danger-secondary-0: var( --color-light-danger-secondary-0, var(--color-light-secondary-0) );--color-danger-secondary-foreground-0: var( --color-light-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-danger-accent-0: var( --color-light-danger-accent-0, var(--color-light-accent-0) );--color-danger-accent-foreground-0: var( --color-light-danger-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-danger-background-0: var( --color-light-danger-background-0, var(--color-light-background-0) );--color-danger-background-1: var( --color-light-danger-background-1, var(--color-light-background-1) );--color-danger-background-2: var( --color-light-danger-background-2, var(--color-light-background-2) );--color-danger-background-3: var( --color-light-danger-background-3, var(--color-light-background-3) );--color-danger-background-4: var( --color-light-danger-background-4, var(--color-light-background-4) );--color-danger-background-5: var( --color-light-danger-background-5, var(--color-light-background-5) );--color-danger-surface-0: var( --color-light-danger-surface-0, var(--color-light-surface-0) );--color-danger-surface-1: var( --color-light-danger-surface-1, var(--color-light-surface-1) );--color-danger-surface-2: var( --color-light-danger-surface-2, var(--color-light-surface-2) );--color-danger-surface-3: var( --color-light-danger-surface-3, var(--color-light-surface-3) );--color-danger-surface-4: var( --color-light-danger-surface-4, var(--color-light-surface-4) );--color-danger-surface-5: var( --color-light-danger-surface-5, var(--color-light-surface-5) );--color-danger-border-0: var( --color-light-danger-border-0, var(--color-light-border-0) );--color-danger-border-1: var( --color-light-danger-border-1, var(--color-light-border-1) );--color-danger-border-2: var( --color-light-danger-border-2, var(--color-light-border-2) );--color-danger-border-3: var( --color-light-danger-border-3, var(--color-light-border-3) );--color-danger-border-4: var( --color-light-danger-border-4, var(--color-light-border-4) );--color-danger-border-5: var( --color-light-danger-border-5, var(--color-light-border-5) );--color-danger-font-0: var( --color-light-danger-font-0, var(--color-light-font-0) );--color-danger-font-1: var( --color-light-danger-font-1, var(--color-light-font-1) );--color-danger-font-2: var( --color-light-danger-font-2, var(--color-light-font-2) );--color-danger-font-3: var( --color-light-danger-font-3, var(--color-light-font-3) );--color-danger-font-4: var( --color-light-danger-font-4, var(--color-light-font-4) );--color-danger-font-5: var( --color-light-danger-font-5, var(--color-light-font-5) );--color-danger-shadow-0: var( --color-light-danger-shadow-0, var(--color-light-shadow-0) );--color-danger-primary: var( --color-light-danger-primary, var(--color-light-primary) );--color-danger-primary-foreground: var( --color-light-danger-primary-foreground, var(--color-light-primary-foreground) );--color-danger-secondary: var( --color-light-danger-secondary, var(--color-light-secondary) );--color-danger-secondary-foreground: var( --color-light-danger-secondary-foreground, var(--color-light-secondary-foreground) );--color-danger-accent: var( --color-light-danger-accent, var(--color-light-accent) );--color-danger-accent-foreground: var( --color-light-danger-accent-foreground, var(--color-light-accent-foreground) );--color-danger-background: var( --color-light-danger-background, var(--color-light-background) );--color-danger-background-surface: var( --color-light-danger-background-surface, var(--color-light-background-surface) );--color-danger-background-ghost: var( --color-light-danger-background-ghost, var(--color-light-background-ghost) );--color-danger-background-flat: var( --color-light-danger-background-flat, var(--color-light-background-flat) );--color-danger-background-card: var( --color-light-danger-background-card, var(--color-light-background-card) );--color-danger-background-panel: var( --color-light-danger-background-panel, var(--color-light-background-panel) );--color-danger-background-field: var( --color-light-danger-background-field, var(--color-light-background-field) );--color-danger-font: var( --color-light-danger-font, var(--color-light-font) );--color-danger-font-muted: var( --color-light-danger-font-muted, var(--color-light-font-muted) );--color-danger-font-disabled: var( --color-light-danger-font-disabled, var(--color-light-font-disabled) );--color-danger-border: var( --color-light-danger-border, var(--color-light-border) );--color-danger-border-light: var( --color-light-danger-border-light, var(--color-light-border-light) );--color-danger-border-dark: var( --color-light-danger-border-dark, var(--color-light-border-dark) );--color-danger-border-highlight: var( --color-light-danger-border-highlight, var(--color-light-border-highlight) );--color-danger-border-focus: var( --color-light-danger-border-focus, var(--color-light-border-focus) );--color-danger-shadow: var( --color-light-danger-shadow, var(--color-light-shadow) );--color-info: var(--color-light-info-primary);--color-info-primary-0: var( --color-light-info-primary-0, var(--color-light-primary-0) );--color-info-primary-foreground-0: var( --color-light-info-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-info-secondary-0: var( --color-light-info-secondary-0, var(--color-light-secondary-0) );--color-info-secondary-foreground-0: var( --color-light-info-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-info-accent-0: var( --color-light-info-accent-0, var(--color-light-accent-0) );--color-info-accent-foreground-0: var( --color-light-info-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-info-background-0: var( --color-light-info-background-0, var(--color-light-background-0) );--color-info-background-1: var( --color-light-info-background-1, var(--color-light-background-1) );--color-info-background-2: var( --color-light-info-background-2, var(--color-light-background-2) );--color-info-background-3: var( --color-light-info-background-3, var(--color-light-background-3) );--color-info-background-4: var( --color-light-info-background-4, var(--color-light-background-4) );--color-info-background-5: var( --color-light-info-background-5, var(--color-light-background-5) );--color-info-surface-0: var( --color-light-info-surface-0, var(--color-light-surface-0) );--color-info-surface-1: var( --color-light-info-surface-1, var(--color-light-surface-1) );--color-info-surface-2: var( --color-light-info-surface-2, var(--color-light-surface-2) );--color-info-surface-3: var( --color-light-info-surface-3, var(--color-light-surface-3) );--color-info-surface-4: var( --color-light-info-surface-4, var(--color-light-surface-4) );--color-info-surface-5: var( --color-light-info-surface-5, var(--color-light-surface-5) );--color-info-border-0: var( --color-light-info-border-0, var(--color-light-border-0) );--color-info-border-1: var( --color-light-info-border-1, var(--color-light-border-1) );--color-info-border-2: var( --color-light-info-border-2, var(--color-light-border-2) );--color-info-border-3: var( --color-light-info-border-3, var(--color-light-border-3) );--color-info-border-4: var( --color-light-info-border-4, var(--color-light-border-4) );--color-info-border-5: var( --color-light-info-border-5, var(--color-light-border-5) );--color-info-font-0: var( --color-light-info-font-0, var(--color-light-font-0) );--color-info-font-1: var( --color-light-info-font-1, var(--color-light-font-1) );--color-info-font-2: var( --color-light-info-font-2, var(--color-light-font-2) );--color-info-font-3: var( --color-light-info-font-3, var(--color-light-font-3) );--color-info-font-4: var( --color-light-info-font-4, var(--color-light-font-4) );--color-info-font-5: var( --color-light-info-font-5, var(--color-light-font-5) );--color-info-shadow-0: var( --color-light-info-shadow-0, var(--color-light-shadow-0) );--color-info-primary: var( --color-light-info-primary, var(--color-light-primary) );--color-info-primary-foreground: var( --color-light-info-primary-foreground, var(--color-light-primary-foreground) );--color-info-secondary: var( --color-light-info-secondary, var(--color-light-secondary) );--color-info-secondary-foreground: var( --color-light-info-secondary-foreground, var(--color-light-secondary-foreground) );--color-info-accent: var( --color-light-info-accent, var(--color-light-accent) );--color-info-accent-foreground: var( --color-light-info-accent-foreground, var(--color-light-accent-foreground) );--color-info-background: var( --color-light-info-background, var(--color-light-background) );--color-info-background-surface: var( --color-light-info-background-surface, var(--color-light-background-surface) );--color-info-background-ghost: var( --color-light-info-background-ghost, var(--color-light-background-ghost) );--color-info-background-flat: var( --color-light-info-background-flat, var(--color-light-background-flat) );--color-info-background-card: var( --color-light-info-background-card, var(--color-light-background-card) );--color-info-background-panel: var( --color-light-info-background-panel, var(--color-light-background-panel) );--color-info-background-field: var( --color-light-info-background-field, var(--color-light-background-field) );--color-info-font: var( --color-light-info-font, var(--color-light-font) );--color-info-font-muted: var( --color-light-info-font-muted, var(--color-light-font-muted) );--color-info-font-disabled: var( --color-light-info-font-disabled, var(--color-light-font-disabled) );--color-info-border: var( --color-light-info-border, var(--color-light-border) );--color-info-border-light: var( --color-light-info-border-light, var(--color-light-border-light) );--color-info-border-dark: var( --color-light-info-border-dark, var(--color-light-border-dark) );--color-info-border-highlight: var( --color-light-info-border-highlight, var(--color-light-border-highlight) );--color-info-border-focus: var( --color-light-info-border-focus, var(--color-light-border-focus) );--color-info-shadow: var( --color-light-info-shadow, var(--color-light-shadow) );--color-warning: var(--color-light-warning-primary);--color-warning-primary-0: var( --color-light-warning-primary-0, var(--color-light-primary-0) );--color-warning-primary-foreground-0: var( --color-light-warning-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-warning-secondary-0: var( --color-light-warning-secondary-0, var(--color-light-secondary-0) );--color-warning-secondary-foreground-0: var( --color-light-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-warning-accent-0: var( --color-light-warning-accent-0, var(--color-light-accent-0) );--color-warning-accent-foreground-0: var( --color-light-warning-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-warning-background-0: var( --color-light-warning-background-0, var(--color-light-background-0) );--color-warning-background-1: var( --color-light-warning-background-1, var(--color-light-background-1) );--color-warning-background-2: var( --color-light-warning-background-2, var(--color-light-background-2) );--color-warning-background-3: var( --color-light-warning-background-3, var(--color-light-background-3) );--color-warning-background-4: var( --color-light-warning-background-4, var(--color-light-background-4) );--color-warning-background-5: var( --color-light-warning-background-5, var(--color-light-background-5) );--color-warning-surface-0: var( --color-light-warning-surface-0, var(--color-light-surface-0) );--color-warning-surface-1: var( --color-light-warning-surface-1, var(--color-light-surface-1) );--color-warning-surface-2: var( --color-light-warning-surface-2, var(--color-light-surface-2) );--color-warning-surface-3: var( --color-light-warning-surface-3, var(--color-light-surface-3) );--color-warning-surface-4: var( --color-light-warning-surface-4, var(--color-light-surface-4) );--color-warning-surface-5: var( --color-light-warning-surface-5, var(--color-light-surface-5) );--color-warning-border-0: var( --color-light-warning-border-0, var(--color-light-border-0) );--color-warning-border-1: var( --color-light-warning-border-1, var(--color-light-border-1) );--color-warning-border-2: var( --color-light-warning-border-2, var(--color-light-border-2) );--color-warning-border-3: var( --color-light-warning-border-3, var(--color-light-border-3) );--color-warning-border-4: var( --color-light-warning-border-4, var(--color-light-border-4) );--color-warning-border-5: var( --color-light-warning-border-5, var(--color-light-border-5) );--color-warning-font-0: var( --color-light-warning-font-0, var(--color-light-font-0) );--color-warning-font-1: var( --color-light-warning-font-1, var(--color-light-font-1) );--color-warning-font-2: var( --color-light-warning-font-2, var(--color-light-font-2) );--color-warning-font-3: var( --color-light-warning-font-3, var(--color-light-font-3) );--color-warning-font-4: var( --color-light-warning-font-4, var(--color-light-font-4) );--color-warning-font-5: var( --color-light-warning-font-5, var(--color-light-font-5) );--color-warning-shadow-0: var( --color-light-warning-shadow-0, var(--color-light-shadow-0) );--color-warning-primary: var( --color-light-warning-primary, var(--color-light-primary) );--color-warning-primary-foreground: var( --color-light-warning-primary-foreground, var(--color-light-primary-foreground) );--color-warning-secondary: var( --color-light-warning-secondary, var(--color-light-secondary) );--color-warning-secondary-foreground: var( --color-light-warning-secondary-foreground, var(--color-light-secondary-foreground) );--color-warning-accent: var( --color-light-warning-accent, var(--color-light-accent) );--color-warning-accent-foreground: var( --color-light-warning-accent-foreground, var(--color-light-accent-foreground) );--color-warning-background: var( --color-light-warning-background, var(--color-light-background) );--color-warning-background-surface: var( --color-light-warning-background-surface, var(--color-light-background-surface) );--color-warning-background-ghost: var( --color-light-warning-background-ghost, var(--color-light-background-ghost) );--color-warning-background-flat: var( --color-light-warning-background-flat, var(--color-light-background-flat) );--color-warning-background-card: var( --color-light-warning-background-card, var(--color-light-background-card) );--color-warning-background-panel: var( --color-light-warning-background-panel, var(--color-light-background-panel) );--color-warning-background-field: var( --color-light-warning-background-field, var(--color-light-background-field) );--color-warning-font: var( --color-light-warning-font, var(--color-light-font) );--color-warning-font-muted: var( --color-light-warning-font-muted, var(--color-light-font-muted) );--color-warning-font-disabled: var( --color-light-warning-font-disabled, var(--color-light-font-disabled) );--color-warning-border: var( --color-light-warning-border, var(--color-light-border) );--color-warning-border-light: var( --color-light-warning-border-light, var(--color-light-border-light) );--color-warning-border-dark: var( --color-light-warning-border-dark, var(--color-light-border-dark) );--color-warning-border-highlight: var( --color-light-warning-border-highlight, var(--color-light-border-highlight) );--color-warning-border-focus: var( --color-light-warning-border-focus, var(--color-light-border-focus) );--color-warning-shadow: var( --color-light-warning-shadow, var(--color-light-shadow) )}body[data-theme-mode=light] .font-color-primary-0,body[data-theme-mode=light] .font-color-hover-primary-0:hover,body[data-theme-mode=light] .font-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-primary-0:focus,body[data-theme-mode=light] .font-color-focus-primary-0:focus-within,body[data-theme-mode=light] .font-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-primary-0:active,html body .theme-override-light .font-color-primary-0,html body .theme-override-light .font-color-hover-primary-0:hover,html body .theme-override-light .font-color-focus-primary-0[data-focused=true],html body .theme-override-light .font-color-focus-primary-0:focus,html body .theme-override-light .font-color-focus-primary-0:focus-within,html body .theme-override-light .font-color-active-primary-0[data-selected=true],html body .theme-override-light .font-color-active-primary-0:active{color:var(--color-primary-0)}body[data-theme-mode=light] .border-color-primary-0,body[data-theme-mode=light] .border-color-hover-primary-0:hover,body[data-theme-mode=light] .border-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-primary-0:focus,body[data-theme-mode=light] .border-color-focus-primary-0:focus-within,body[data-theme-mode=light] .border-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-primary-0:active,html body .theme-override-light .border-color-primary-0,html body .theme-override-light .border-color-hover-primary-0:hover,html body .theme-override-light .border-color-focus-primary-0[data-focused=true],html body .theme-override-light .border-color-focus-primary-0:focus,html body .theme-override-light .border-color-focus-primary-0:focus-within,html body .theme-override-light .border-color-active-primary-0[data-selected=true],html body .theme-override-light .border-color-active-primary-0:active{border-color:var(--color-primary-0)}body[data-theme-mode=light] .border-top-color-primary-0,body[data-theme-mode=light] .border-top-color-hover-primary-0:hover,body[data-theme-mode=light] .border-top-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-primary-0:focus,body[data-theme-mode=light] .border-top-color-focus-primary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-primary-0:active,html body .theme-override-light .border-top-color-primary-0,html body .theme-override-light .border-top-color-hover-primary-0:hover,html body .theme-override-light .border-top-color-focus-primary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-primary-0:focus,html body .theme-override-light .border-top-color-focus-primary-0:focus-within,html body .theme-override-light .border-top-color-active-primary-0[data-selected=true],html body .theme-override-light .border-top-color-active-primary-0:active{border-top-color:var(--color-primary-0)}body[data-theme-mode=light] .border-bottom-color-primary-0,body[data-theme-mode=light] .border-bottom-color-hover-primary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-primary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-primary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-primary-0:active,html body .theme-override-light .border-bottom-color-primary-0,html body .theme-override-light .border-bottom-color-hover-primary-0:hover,html body .theme-override-light .border-bottom-color-focus-primary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-primary-0:focus,html body .theme-override-light .border-bottom-color-focus-primary-0:focus-within,html body .theme-override-light .border-bottom-color-active-primary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-primary-0:active{border-bottom-color:var(--color-primary-0)}body[data-theme-mode=light] .border-left-color-primary-0,body[data-theme-mode=light] .border-left-color-hover-primary-0:hover,body[data-theme-mode=light] .border-left-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-primary-0:focus,body[data-theme-mode=light] .border-left-color-focus-primary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-primary-0:active,html body .theme-override-light .border-left-color-primary-0,html body .theme-override-light .border-left-color-hover-primary-0:hover,html body .theme-override-light .border-left-color-focus-primary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-primary-0:focus,html body .theme-override-light .border-left-color-focus-primary-0:focus-within,html body .theme-override-light .border-left-color-active-primary-0[data-selected=true],html body .theme-override-light .border-left-color-active-primary-0:active{border-left-color:var(--color-primary-0)}body[data-theme-mode=light] .border-right-color-primary-0,body[data-theme-mode=light] .border-right-color-hover-primary-0:hover,body[data-theme-mode=light] .border-right-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-primary-0:focus,body[data-theme-mode=light] .border-right-color-focus-primary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-primary-0:active,html body .theme-override-light .border-right-color-primary-0,html body .theme-override-light .border-right-color-hover-primary-0:hover,html body .theme-override-light .border-right-color-focus-primary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-primary-0:focus,html body .theme-override-light .border-right-color-focus-primary-0:focus-within,html body .theme-override-light .border-right-color-active-primary-0[data-selected=true],html body .theme-override-light .border-right-color-active-primary-0:active{border-right-color:var(--color-primary-0)}body[data-theme-mode=light] .fill-color-primary-0,body[data-theme-mode=light] .fill-color-hover-primary-0:hover,body[data-theme-mode=light] .fill-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-primary-0:focus,body[data-theme-mode=light] .fill-color-focus-primary-0:focus-within,body[data-theme-mode=light] .fill-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-primary-0:active,html body .theme-override-light .fill-color-primary-0,html body .theme-override-light .fill-color-hover-primary-0:hover,html body .theme-override-light .fill-color-focus-primary-0[data-focused=true],html body .theme-override-light .fill-color-focus-primary-0:focus,html body .theme-override-light .fill-color-focus-primary-0:focus-within,html body .theme-override-light .fill-color-active-primary-0[data-selected=true],html body .theme-override-light .fill-color-active-primary-0:active{background-color:var(--color-primary-0)}body[data-theme-mode=light] .outline-color-primary-0,body[data-theme-mode=light] .outline-color-hover-primary-0:hover,body[data-theme-mode=light] .outline-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-primary-0:focus,body[data-theme-mode=light] .outline-color-focus-primary-0:focus-within,body[data-theme-mode=light] .outline-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-primary-0:active,html body .theme-override-light .outline-color-primary-0,html body .theme-override-light .outline-color-hover-primary-0:hover,html body .theme-override-light .outline-color-focus-primary-0[data-focused=true],html body .theme-override-light .outline-color-focus-primary-0:focus,html body .theme-override-light .outline-color-focus-primary-0:focus-within,html body .theme-override-light .outline-color-active-primary-0[data-selected=true],html body .theme-override-light .outline-color-active-primary-0:active{outline-color:var(--color-primary-0)}body[data-theme-mode=light] .outside-border-color-primary-0,body[data-theme-mode=light] .outside-border-color-hover-primary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-primary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-primary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-primary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-primary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-primary-0:active,html body .theme-override-light .outside-border-color-primary-0,html body .theme-override-light .outside-border-color-hover-primary-0:hover,html body .theme-override-light .outside-border-color-focus-primary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-primary-0:focus,html body .theme-override-light .outside-border-color-focus-primary-0:focus-within,html body .theme-override-light .outside-border-color-active-primary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-primary-0:active{--outside-border-color: var(--color-primary-0)}body[data-theme-mode=light] .font-color-primary-foreground-0,body[data-theme-mode=light] .font-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-primary-foreground-0:active,html body .theme-override-light .font-color-primary-foreground-0,html body .theme-override-light .font-color-hover-primary-foreground-0:hover,html body .theme-override-light .font-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-primary-foreground-0:focus,html body .theme-override-light .font-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .font-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-primary-foreground-0:active{color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .border-color-primary-foreground-0,body[data-theme-mode=light] .border-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-primary-foreground-0:active,html body .theme-override-light .border-color-primary-foreground-0,html body .theme-override-light .border-color-hover-primary-foreground-0:hover,html body .theme-override-light .border-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-primary-foreground-0:focus,html body .theme-override-light .border-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .border-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-primary-foreground-0:active{border-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .border-top-color-primary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-primary-foreground-0:active,html body .theme-override-light .border-top-color-primary-foreground-0,html body .theme-override-light .border-top-color-hover-primary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-primary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-primary-foreground-0:active{border-top-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .border-bottom-color-primary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-primary-foreground-0:active,html body .theme-override-light .border-bottom-color-primary-foreground-0,html body .theme-override-light .border-bottom-color-hover-primary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-primary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-primary-foreground-0:active{border-bottom-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .border-left-color-primary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-primary-foreground-0:active,html body .theme-override-light .border-left-color-primary-foreground-0,html body .theme-override-light .border-left-color-hover-primary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-primary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-primary-foreground-0:active{border-left-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .border-right-color-primary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-primary-foreground-0:active,html body .theme-override-light .border-right-color-primary-foreground-0,html body .theme-override-light .border-right-color-hover-primary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-primary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-primary-foreground-0:active{border-right-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .fill-color-primary-foreground-0,body[data-theme-mode=light] .fill-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-primary-foreground-0:active,html body .theme-override-light .fill-color-primary-foreground-0,html body .theme-override-light .fill-color-hover-primary-foreground-0:hover,html body .theme-override-light .fill-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-primary-foreground-0:focus,html body .theme-override-light .fill-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-primary-foreground-0:active{background-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .outline-color-primary-foreground-0,body[data-theme-mode=light] .outline-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-primary-foreground-0:active,html body .theme-override-light .outline-color-primary-foreground-0,html body .theme-override-light .outline-color-hover-primary-foreground-0:hover,html body .theme-override-light .outline-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-primary-foreground-0:focus,html body .theme-override-light .outline-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-primary-foreground-0:active{outline-color:var(--color-primary-foreground-0)}body[data-theme-mode=light] .outside-border-color-primary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-primary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-primary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-primary-foreground-0:active,html body .theme-override-light .outside-border-color-primary-foreground-0,html body .theme-override-light .outside-border-color-hover-primary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-primary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-primary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-primary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-primary-foreground-0:active{--outside-border-color: var(--color-primary-foreground-0)}body[data-theme-mode=light] .font-color-secondary-0,body[data-theme-mode=light] .font-color-hover-secondary-0:hover,body[data-theme-mode=light] .font-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-secondary-0:focus,body[data-theme-mode=light] .font-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .font-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-secondary-0:active,html body .theme-override-light .font-color-secondary-0,html body .theme-override-light .font-color-hover-secondary-0:hover,html body .theme-override-light .font-color-focus-secondary-0[data-focused=true],html body .theme-override-light .font-color-focus-secondary-0:focus,html body .theme-override-light .font-color-focus-secondary-0:focus-within,html body .theme-override-light .font-color-active-secondary-0[data-selected=true],html body .theme-override-light .font-color-active-secondary-0:active{color:var(--color-secondary-0)}body[data-theme-mode=light] .border-color-secondary-0,body[data-theme-mode=light] .border-color-hover-secondary-0:hover,body[data-theme-mode=light] .border-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-secondary-0:focus,body[data-theme-mode=light] .border-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .border-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-secondary-0:active,html body .theme-override-light .border-color-secondary-0,html body .theme-override-light .border-color-hover-secondary-0:hover,html body .theme-override-light .border-color-focus-secondary-0[data-focused=true],html body .theme-override-light .border-color-focus-secondary-0:focus,html body .theme-override-light .border-color-focus-secondary-0:focus-within,html body .theme-override-light .border-color-active-secondary-0[data-selected=true],html body .theme-override-light .border-color-active-secondary-0:active{border-color:var(--color-secondary-0)}body[data-theme-mode=light] .border-top-color-secondary-0,body[data-theme-mode=light] .border-top-color-hover-secondary-0:hover,body[data-theme-mode=light] .border-top-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-secondary-0:focus,body[data-theme-mode=light] .border-top-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-secondary-0:active,html body .theme-override-light .border-top-color-secondary-0,html body .theme-override-light .border-top-color-hover-secondary-0:hover,html body .theme-override-light .border-top-color-focus-secondary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-secondary-0:focus,html body .theme-override-light .border-top-color-focus-secondary-0:focus-within,html body .theme-override-light .border-top-color-active-secondary-0[data-selected=true],html body .theme-override-light .border-top-color-active-secondary-0:active{border-top-color:var(--color-secondary-0)}body[data-theme-mode=light] .border-bottom-color-secondary-0,body[data-theme-mode=light] .border-bottom-color-hover-secondary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-secondary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-secondary-0:active,html body .theme-override-light .border-bottom-color-secondary-0,html body .theme-override-light .border-bottom-color-hover-secondary-0:hover,html body .theme-override-light .border-bottom-color-focus-secondary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-secondary-0:focus,html body .theme-override-light .border-bottom-color-focus-secondary-0:focus-within,html body .theme-override-light .border-bottom-color-active-secondary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-secondary-0:active{border-bottom-color:var(--color-secondary-0)}body[data-theme-mode=light] .border-left-color-secondary-0,body[data-theme-mode=light] .border-left-color-hover-secondary-0:hover,body[data-theme-mode=light] .border-left-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-secondary-0:focus,body[data-theme-mode=light] .border-left-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-secondary-0:active,html body .theme-override-light .border-left-color-secondary-0,html body .theme-override-light .border-left-color-hover-secondary-0:hover,html body .theme-override-light .border-left-color-focus-secondary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-secondary-0:focus,html body .theme-override-light .border-left-color-focus-secondary-0:focus-within,html body .theme-override-light .border-left-color-active-secondary-0[data-selected=true],html body .theme-override-light .border-left-color-active-secondary-0:active{border-left-color:var(--color-secondary-0)}body[data-theme-mode=light] .border-right-color-secondary-0,body[data-theme-mode=light] .border-right-color-hover-secondary-0:hover,body[data-theme-mode=light] .border-right-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-secondary-0:focus,body[data-theme-mode=light] .border-right-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-secondary-0:active,html body .theme-override-light .border-right-color-secondary-0,html body .theme-override-light .border-right-color-hover-secondary-0:hover,html body .theme-override-light .border-right-color-focus-secondary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-secondary-0:focus,html body .theme-override-light .border-right-color-focus-secondary-0:focus-within,html body .theme-override-light .border-right-color-active-secondary-0[data-selected=true],html body .theme-override-light .border-right-color-active-secondary-0:active{border-right-color:var(--color-secondary-0)}body[data-theme-mode=light] .fill-color-secondary-0,body[data-theme-mode=light] .fill-color-hover-secondary-0:hover,body[data-theme-mode=light] .fill-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-secondary-0:focus,body[data-theme-mode=light] .fill-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .fill-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-secondary-0:active,html body .theme-override-light .fill-color-secondary-0,html body .theme-override-light .fill-color-hover-secondary-0:hover,html body .theme-override-light .fill-color-focus-secondary-0[data-focused=true],html body .theme-override-light .fill-color-focus-secondary-0:focus,html body .theme-override-light .fill-color-focus-secondary-0:focus-within,html body .theme-override-light .fill-color-active-secondary-0[data-selected=true],html body .theme-override-light .fill-color-active-secondary-0:active{background-color:var(--color-secondary-0)}body[data-theme-mode=light] .outline-color-secondary-0,body[data-theme-mode=light] .outline-color-hover-secondary-0:hover,body[data-theme-mode=light] .outline-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-secondary-0:focus,body[data-theme-mode=light] .outline-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .outline-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-secondary-0:active,html body .theme-override-light .outline-color-secondary-0,html body .theme-override-light .outline-color-hover-secondary-0:hover,html body .theme-override-light .outline-color-focus-secondary-0[data-focused=true],html body .theme-override-light .outline-color-focus-secondary-0:focus,html body .theme-override-light .outline-color-focus-secondary-0:focus-within,html body .theme-override-light .outline-color-active-secondary-0[data-selected=true],html body .theme-override-light .outline-color-active-secondary-0:active{outline-color:var(--color-secondary-0)}body[data-theme-mode=light] .outside-border-color-secondary-0,body[data-theme-mode=light] .outside-border-color-hover-secondary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-secondary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-secondary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-secondary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-secondary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-secondary-0:active,html body .theme-override-light .outside-border-color-secondary-0,html body .theme-override-light .outside-border-color-hover-secondary-0:hover,html body .theme-override-light .outside-border-color-focus-secondary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-secondary-0:focus,html body .theme-override-light .outside-border-color-focus-secondary-0:focus-within,html body .theme-override-light .outside-border-color-active-secondary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-secondary-0:active{--outside-border-color: var(--color-secondary-0)}body[data-theme-mode=light] .font-color-secondary-foreground-0,body[data-theme-mode=light] .font-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-secondary-foreground-0:active,html body .theme-override-light .font-color-secondary-foreground-0,html body .theme-override-light .font-color-hover-secondary-foreground-0:hover,html body .theme-override-light .font-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-secondary-foreground-0:focus,html body .theme-override-light .font-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .font-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-secondary-foreground-0:active{color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .border-color-secondary-foreground-0,body[data-theme-mode=light] .border-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-secondary-foreground-0:active,html body .theme-override-light .border-color-secondary-foreground-0,html body .theme-override-light .border-color-hover-secondary-foreground-0:hover,html body .theme-override-light .border-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-secondary-foreground-0:focus,html body .theme-override-light .border-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .border-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-secondary-foreground-0:active{border-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .border-top-color-secondary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-secondary-foreground-0:active,html body .theme-override-light .border-top-color-secondary-foreground-0,html body .theme-override-light .border-top-color-hover-secondary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-secondary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-secondary-foreground-0:active{border-top-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .border-bottom-color-secondary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-secondary-foreground-0:active,html body .theme-override-light .border-bottom-color-secondary-foreground-0,html body .theme-override-light .border-bottom-color-hover-secondary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-secondary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-secondary-foreground-0:active{border-bottom-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .border-left-color-secondary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-secondary-foreground-0:active,html body .theme-override-light .border-left-color-secondary-foreground-0,html body .theme-override-light .border-left-color-hover-secondary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-secondary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-secondary-foreground-0:active{border-left-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .border-right-color-secondary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-secondary-foreground-0:active,html body .theme-override-light .border-right-color-secondary-foreground-0,html body .theme-override-light .border-right-color-hover-secondary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-secondary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-secondary-foreground-0:active{border-right-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .fill-color-secondary-foreground-0,body[data-theme-mode=light] .fill-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-secondary-foreground-0:active,html body .theme-override-light .fill-color-secondary-foreground-0,html body .theme-override-light .fill-color-hover-secondary-foreground-0:hover,html body .theme-override-light .fill-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-secondary-foreground-0:focus,html body .theme-override-light .fill-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-secondary-foreground-0:active{background-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .outline-color-secondary-foreground-0,body[data-theme-mode=light] .outline-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-secondary-foreground-0:active,html body .theme-override-light .outline-color-secondary-foreground-0,html body .theme-override-light .outline-color-hover-secondary-foreground-0:hover,html body .theme-override-light .outline-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-secondary-foreground-0:focus,html body .theme-override-light .outline-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-secondary-foreground-0:active{outline-color:var(--color-secondary-foreground-0)}body[data-theme-mode=light] .outside-border-color-secondary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-secondary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-secondary-foreground-0:active,html body .theme-override-light .outside-border-color-secondary-foreground-0,html body .theme-override-light .outside-border-color-hover-secondary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-secondary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-secondary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-secondary-foreground-0:active{--outside-border-color: var(--color-secondary-foreground-0)}body[data-theme-mode=light] .font-color-accent-0,body[data-theme-mode=light] .font-color-hover-accent-0:hover,body[data-theme-mode=light] .font-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-accent-0:focus,body[data-theme-mode=light] .font-color-focus-accent-0:focus-within,body[data-theme-mode=light] .font-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .font-color-active-accent-0:active,html body .theme-override-light .font-color-accent-0,html body .theme-override-light .font-color-hover-accent-0:hover,html body .theme-override-light .font-color-focus-accent-0[data-focused=true],html body .theme-override-light .font-color-focus-accent-0:focus,html body .theme-override-light .font-color-focus-accent-0:focus-within,html body .theme-override-light .font-color-active-accent-0[data-selected=true],html body .theme-override-light .font-color-active-accent-0:active{color:var(--color-accent-0)}body[data-theme-mode=light] .border-color-accent-0,body[data-theme-mode=light] .border-color-hover-accent-0:hover,body[data-theme-mode=light] .border-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-accent-0:focus,body[data-theme-mode=light] .border-color-focus-accent-0:focus-within,body[data-theme-mode=light] .border-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .border-color-active-accent-0:active,html body .theme-override-light .border-color-accent-0,html body .theme-override-light .border-color-hover-accent-0:hover,html body .theme-override-light .border-color-focus-accent-0[data-focused=true],html body .theme-override-light .border-color-focus-accent-0:focus,html body .theme-override-light .border-color-focus-accent-0:focus-within,html body .theme-override-light .border-color-active-accent-0[data-selected=true],html body .theme-override-light .border-color-active-accent-0:active{border-color:var(--color-accent-0)}body[data-theme-mode=light] .border-top-color-accent-0,body[data-theme-mode=light] .border-top-color-hover-accent-0:hover,body[data-theme-mode=light] .border-top-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-accent-0:focus,body[data-theme-mode=light] .border-top-color-focus-accent-0:focus-within,body[data-theme-mode=light] .border-top-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-accent-0:active,html body .theme-override-light .border-top-color-accent-0,html body .theme-override-light .border-top-color-hover-accent-0:hover,html body .theme-override-light .border-top-color-focus-accent-0[data-focused=true],html body .theme-override-light .border-top-color-focus-accent-0:focus,html body .theme-override-light .border-top-color-focus-accent-0:focus-within,html body .theme-override-light .border-top-color-active-accent-0[data-selected=true],html body .theme-override-light .border-top-color-active-accent-0:active{border-top-color:var(--color-accent-0)}body[data-theme-mode=light] .border-bottom-color-accent-0,body[data-theme-mode=light] .border-bottom-color-hover-accent-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-accent-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-accent-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-accent-0:active,html body .theme-override-light .border-bottom-color-accent-0,html body .theme-override-light .border-bottom-color-hover-accent-0:hover,html body .theme-override-light .border-bottom-color-focus-accent-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-accent-0:focus,html body .theme-override-light .border-bottom-color-focus-accent-0:focus-within,html body .theme-override-light .border-bottom-color-active-accent-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-accent-0:active{border-bottom-color:var(--color-accent-0)}body[data-theme-mode=light] .border-left-color-accent-0,body[data-theme-mode=light] .border-left-color-hover-accent-0:hover,body[data-theme-mode=light] .border-left-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-accent-0:focus,body[data-theme-mode=light] .border-left-color-focus-accent-0:focus-within,body[data-theme-mode=light] .border-left-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-accent-0:active,html body .theme-override-light .border-left-color-accent-0,html body .theme-override-light .border-left-color-hover-accent-0:hover,html body .theme-override-light .border-left-color-focus-accent-0[data-focused=true],html body .theme-override-light .border-left-color-focus-accent-0:focus,html body .theme-override-light .border-left-color-focus-accent-0:focus-within,html body .theme-override-light .border-left-color-active-accent-0[data-selected=true],html body .theme-override-light .border-left-color-active-accent-0:active{border-left-color:var(--color-accent-0)}body[data-theme-mode=light] .border-right-color-accent-0,body[data-theme-mode=light] .border-right-color-hover-accent-0:hover,body[data-theme-mode=light] .border-right-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-accent-0:focus,body[data-theme-mode=light] .border-right-color-focus-accent-0:focus-within,body[data-theme-mode=light] .border-right-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-accent-0:active,html body .theme-override-light .border-right-color-accent-0,html body .theme-override-light .border-right-color-hover-accent-0:hover,html body .theme-override-light .border-right-color-focus-accent-0[data-focused=true],html body .theme-override-light .border-right-color-focus-accent-0:focus,html body .theme-override-light .border-right-color-focus-accent-0:focus-within,html body .theme-override-light .border-right-color-active-accent-0[data-selected=true],html body .theme-override-light .border-right-color-active-accent-0:active{border-right-color:var(--color-accent-0)}body[data-theme-mode=light] .fill-color-accent-0,body[data-theme-mode=light] .fill-color-hover-accent-0:hover,body[data-theme-mode=light] .fill-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-accent-0:focus,body[data-theme-mode=light] .fill-color-focus-accent-0:focus-within,body[data-theme-mode=light] .fill-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-accent-0:active,html body .theme-override-light .fill-color-accent-0,html body .theme-override-light .fill-color-hover-accent-0:hover,html body .theme-override-light .fill-color-focus-accent-0[data-focused=true],html body .theme-override-light .fill-color-focus-accent-0:focus,html body .theme-override-light .fill-color-focus-accent-0:focus-within,html body .theme-override-light .fill-color-active-accent-0[data-selected=true],html body .theme-override-light .fill-color-active-accent-0:active{background-color:var(--color-accent-0)}body[data-theme-mode=light] .outline-color-accent-0,body[data-theme-mode=light] .outline-color-hover-accent-0:hover,body[data-theme-mode=light] .outline-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-accent-0:focus,body[data-theme-mode=light] .outline-color-focus-accent-0:focus-within,body[data-theme-mode=light] .outline-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-accent-0:active,html body .theme-override-light .outline-color-accent-0,html body .theme-override-light .outline-color-hover-accent-0:hover,html body .theme-override-light .outline-color-focus-accent-0[data-focused=true],html body .theme-override-light .outline-color-focus-accent-0:focus,html body .theme-override-light .outline-color-focus-accent-0:focus-within,html body .theme-override-light .outline-color-active-accent-0[data-selected=true],html body .theme-override-light .outline-color-active-accent-0:active{outline-color:var(--color-accent-0)}body[data-theme-mode=light] .outside-border-color-accent-0,body[data-theme-mode=light] .outside-border-color-hover-accent-0:hover,body[data-theme-mode=light] .outside-border-color-focus-accent-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-accent-0:focus,body[data-theme-mode=light] .outside-border-color-focus-accent-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-accent-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-accent-0:active,html body .theme-override-light .outside-border-color-accent-0,html body .theme-override-light .outside-border-color-hover-accent-0:hover,html body .theme-override-light .outside-border-color-focus-accent-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-accent-0:focus,html body .theme-override-light .outside-border-color-focus-accent-0:focus-within,html body .theme-override-light .outside-border-color-active-accent-0[data-selected=true],html body .theme-override-light .outside-border-color-active-accent-0:active{--outside-border-color: var(--color-accent-0)}body[data-theme-mode=light] .font-color-accent-foreground-0,body[data-theme-mode=light] .font-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-accent-foreground-0:active,html body .theme-override-light .font-color-accent-foreground-0,html body .theme-override-light .font-color-hover-accent-foreground-0:hover,html body .theme-override-light .font-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-accent-foreground-0:focus,html body .theme-override-light .font-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .font-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-accent-foreground-0:active{color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .border-color-accent-foreground-0,body[data-theme-mode=light] .border-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-accent-foreground-0:active,html body .theme-override-light .border-color-accent-foreground-0,html body .theme-override-light .border-color-hover-accent-foreground-0:hover,html body .theme-override-light .border-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-accent-foreground-0:focus,html body .theme-override-light .border-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .border-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-accent-foreground-0:active{border-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .border-top-color-accent-foreground-0,body[data-theme-mode=light] .border-top-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-accent-foreground-0:active,html body .theme-override-light .border-top-color-accent-foreground-0,html body .theme-override-light .border-top-color-hover-accent-foreground-0:hover,html body .theme-override-light .border-top-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-accent-foreground-0:focus,html body .theme-override-light .border-top-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-accent-foreground-0:active{border-top-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .border-bottom-color-accent-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-accent-foreground-0:active,html body .theme-override-light .border-bottom-color-accent-foreground-0,html body .theme-override-light .border-bottom-color-hover-accent-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-accent-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-accent-foreground-0:active{border-bottom-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .border-left-color-accent-foreground-0,body[data-theme-mode=light] .border-left-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-accent-foreground-0:active,html body .theme-override-light .border-left-color-accent-foreground-0,html body .theme-override-light .border-left-color-hover-accent-foreground-0:hover,html body .theme-override-light .border-left-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-accent-foreground-0:focus,html body .theme-override-light .border-left-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-accent-foreground-0:active{border-left-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .border-right-color-accent-foreground-0,body[data-theme-mode=light] .border-right-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-accent-foreground-0:active,html body .theme-override-light .border-right-color-accent-foreground-0,html body .theme-override-light .border-right-color-hover-accent-foreground-0:hover,html body .theme-override-light .border-right-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-accent-foreground-0:focus,html body .theme-override-light .border-right-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-accent-foreground-0:active{border-right-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .fill-color-accent-foreground-0,body[data-theme-mode=light] .fill-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-accent-foreground-0:active,html body .theme-override-light .fill-color-accent-foreground-0,html body .theme-override-light .fill-color-hover-accent-foreground-0:hover,html body .theme-override-light .fill-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-accent-foreground-0:focus,html body .theme-override-light .fill-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .fill-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-accent-foreground-0:active{background-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .outline-color-accent-foreground-0,body[data-theme-mode=light] .outline-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-accent-foreground-0:active,html body .theme-override-light .outline-color-accent-foreground-0,html body .theme-override-light .outline-color-hover-accent-foreground-0:hover,html body .theme-override-light .outline-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-accent-foreground-0:focus,html body .theme-override-light .outline-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .outline-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-accent-foreground-0:active{outline-color:var(--color-accent-foreground-0)}body[data-theme-mode=light] .outside-border-color-accent-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-accent-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-accent-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-accent-foreground-0:active,html body .theme-override-light .outside-border-color-accent-foreground-0,html body .theme-override-light .outside-border-color-hover-accent-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-accent-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-accent-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-accent-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-accent-foreground-0:active{--outside-border-color: var(--color-accent-foreground-0)}body[data-theme-mode=light] .font-color-background-0,body[data-theme-mode=light] .font-color-hover-background-0:hover,body[data-theme-mode=light] .font-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-0:focus,body[data-theme-mode=light] .font-color-focus-background-0:focus-within,body[data-theme-mode=light] .font-color-active-background-0[data-selected=true],body[data-theme-mode=light] .font-color-active-background-0:active,html body .theme-override-light .font-color-background-0,html body .theme-override-light .font-color-hover-background-0:hover,html body .theme-override-light .font-color-focus-background-0[data-focused=true],html body .theme-override-light .font-color-focus-background-0:focus,html body .theme-override-light .font-color-focus-background-0:focus-within,html body .theme-override-light .font-color-active-background-0[data-selected=true],html body .theme-override-light .font-color-active-background-0:active{color:var(--color-background-0)}body[data-theme-mode=light] .border-color-background-0,body[data-theme-mode=light] .border-color-hover-background-0:hover,body[data-theme-mode=light] .border-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-0:focus,body[data-theme-mode=light] .border-color-focus-background-0:focus-within,body[data-theme-mode=light] .border-color-active-background-0[data-selected=true],body[data-theme-mode=light] .border-color-active-background-0:active,html body .theme-override-light .border-color-background-0,html body .theme-override-light .border-color-hover-background-0:hover,html body .theme-override-light .border-color-focus-background-0[data-focused=true],html body .theme-override-light .border-color-focus-background-0:focus,html body .theme-override-light .border-color-focus-background-0:focus-within,html body .theme-override-light .border-color-active-background-0[data-selected=true],html body .theme-override-light .border-color-active-background-0:active{border-color:var(--color-background-0)}body[data-theme-mode=light] .border-top-color-background-0,body[data-theme-mode=light] .border-top-color-hover-background-0:hover,body[data-theme-mode=light] .border-top-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-0:focus,body[data-theme-mode=light] .border-top-color-focus-background-0:focus-within,body[data-theme-mode=light] .border-top-color-active-background-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-0:active,html body .theme-override-light .border-top-color-background-0,html body .theme-override-light .border-top-color-hover-background-0:hover,html body .theme-override-light .border-top-color-focus-background-0[data-focused=true],html body .theme-override-light .border-top-color-focus-background-0:focus,html body .theme-override-light .border-top-color-focus-background-0:focus-within,html body .theme-override-light .border-top-color-active-background-0[data-selected=true],html body .theme-override-light .border-top-color-active-background-0:active{border-top-color:var(--color-background-0)}body[data-theme-mode=light] .border-bottom-color-background-0,body[data-theme-mode=light] .border-bottom-color-hover-background-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-0:active,html body .theme-override-light .border-bottom-color-background-0,html body .theme-override-light .border-bottom-color-hover-background-0:hover,html body .theme-override-light .border-bottom-color-focus-background-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-0:focus,html body .theme-override-light .border-bottom-color-focus-background-0:focus-within,html body .theme-override-light .border-bottom-color-active-background-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-0:active{border-bottom-color:var(--color-background-0)}body[data-theme-mode=light] .border-left-color-background-0,body[data-theme-mode=light] .border-left-color-hover-background-0:hover,body[data-theme-mode=light] .border-left-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-0:focus,body[data-theme-mode=light] .border-left-color-focus-background-0:focus-within,body[data-theme-mode=light] .border-left-color-active-background-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-0:active,html body .theme-override-light .border-left-color-background-0,html body .theme-override-light .border-left-color-hover-background-0:hover,html body .theme-override-light .border-left-color-focus-background-0[data-focused=true],html body .theme-override-light .border-left-color-focus-background-0:focus,html body .theme-override-light .border-left-color-focus-background-0:focus-within,html body .theme-override-light .border-left-color-active-background-0[data-selected=true],html body .theme-override-light .border-left-color-active-background-0:active{border-left-color:var(--color-background-0)}body[data-theme-mode=light] .border-right-color-background-0,body[data-theme-mode=light] .border-right-color-hover-background-0:hover,body[data-theme-mode=light] .border-right-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-0:focus,body[data-theme-mode=light] .border-right-color-focus-background-0:focus-within,body[data-theme-mode=light] .border-right-color-active-background-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-0:active,html body .theme-override-light .border-right-color-background-0,html body .theme-override-light .border-right-color-hover-background-0:hover,html body .theme-override-light .border-right-color-focus-background-0[data-focused=true],html body .theme-override-light .border-right-color-focus-background-0:focus,html body .theme-override-light .border-right-color-focus-background-0:focus-within,html body .theme-override-light .border-right-color-active-background-0[data-selected=true],html body .theme-override-light .border-right-color-active-background-0:active{border-right-color:var(--color-background-0)}body[data-theme-mode=light] .fill-color-background-0,body[data-theme-mode=light] .fill-color-hover-background-0:hover,body[data-theme-mode=light] .fill-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-0:focus,body[data-theme-mode=light] .fill-color-focus-background-0:focus-within,body[data-theme-mode=light] .fill-color-active-background-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-0:active,html body .theme-override-light .fill-color-background-0,html body .theme-override-light .fill-color-hover-background-0:hover,html body .theme-override-light .fill-color-focus-background-0[data-focused=true],html body .theme-override-light .fill-color-focus-background-0:focus,html body .theme-override-light .fill-color-focus-background-0:focus-within,html body .theme-override-light .fill-color-active-background-0[data-selected=true],html body .theme-override-light .fill-color-active-background-0:active{background-color:var(--color-background-0)}body[data-theme-mode=light] .outline-color-background-0,body[data-theme-mode=light] .outline-color-hover-background-0:hover,body[data-theme-mode=light] .outline-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-0:focus,body[data-theme-mode=light] .outline-color-focus-background-0:focus-within,body[data-theme-mode=light] .outline-color-active-background-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-0:active,html body .theme-override-light .outline-color-background-0,html body .theme-override-light .outline-color-hover-background-0:hover,html body .theme-override-light .outline-color-focus-background-0[data-focused=true],html body .theme-override-light .outline-color-focus-background-0:focus,html body .theme-override-light .outline-color-focus-background-0:focus-within,html body .theme-override-light .outline-color-active-background-0[data-selected=true],html body .theme-override-light .outline-color-active-background-0:active{outline-color:var(--color-background-0)}body[data-theme-mode=light] .outside-border-color-background-0,body[data-theme-mode=light] .outside-border-color-hover-background-0:hover,body[data-theme-mode=light] .outside-border-color-focus-background-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-0:focus,body[data-theme-mode=light] .outside-border-color-focus-background-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-0:active,html body .theme-override-light .outside-border-color-background-0,html body .theme-override-light .outside-border-color-hover-background-0:hover,html body .theme-override-light .outside-border-color-focus-background-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-0:focus,html body .theme-override-light .outside-border-color-focus-background-0:focus-within,html body .theme-override-light .outside-border-color-active-background-0[data-selected=true],html body .theme-override-light .outside-border-color-active-background-0:active{--outside-border-color: var(--color-background-0)}body[data-theme-mode=light] .font-color-background-1,body[data-theme-mode=light] .font-color-hover-background-1:hover,body[data-theme-mode=light] .font-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-1:focus,body[data-theme-mode=light] .font-color-focus-background-1:focus-within,body[data-theme-mode=light] .font-color-active-background-1[data-selected=true],body[data-theme-mode=light] .font-color-active-background-1:active,html body .theme-override-light .font-color-background-1,html body .theme-override-light .font-color-hover-background-1:hover,html body .theme-override-light .font-color-focus-background-1[data-focused=true],html body .theme-override-light .font-color-focus-background-1:focus,html body .theme-override-light .font-color-focus-background-1:focus-within,html body .theme-override-light .font-color-active-background-1[data-selected=true],html body .theme-override-light .font-color-active-background-1:active{color:var(--color-background-1)}body[data-theme-mode=light] .border-color-background-1,body[data-theme-mode=light] .border-color-hover-background-1:hover,body[data-theme-mode=light] .border-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-1:focus,body[data-theme-mode=light] .border-color-focus-background-1:focus-within,body[data-theme-mode=light] .border-color-active-background-1[data-selected=true],body[data-theme-mode=light] .border-color-active-background-1:active,html body .theme-override-light .border-color-background-1,html body .theme-override-light .border-color-hover-background-1:hover,html body .theme-override-light .border-color-focus-background-1[data-focused=true],html body .theme-override-light .border-color-focus-background-1:focus,html body .theme-override-light .border-color-focus-background-1:focus-within,html body .theme-override-light .border-color-active-background-1[data-selected=true],html body .theme-override-light .border-color-active-background-1:active{border-color:var(--color-background-1)}body[data-theme-mode=light] .border-top-color-background-1,body[data-theme-mode=light] .border-top-color-hover-background-1:hover,body[data-theme-mode=light] .border-top-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-1:focus,body[data-theme-mode=light] .border-top-color-focus-background-1:focus-within,body[data-theme-mode=light] .border-top-color-active-background-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-1:active,html body .theme-override-light .border-top-color-background-1,html body .theme-override-light .border-top-color-hover-background-1:hover,html body .theme-override-light .border-top-color-focus-background-1[data-focused=true],html body .theme-override-light .border-top-color-focus-background-1:focus,html body .theme-override-light .border-top-color-focus-background-1:focus-within,html body .theme-override-light .border-top-color-active-background-1[data-selected=true],html body .theme-override-light .border-top-color-active-background-1:active{border-top-color:var(--color-background-1)}body[data-theme-mode=light] .border-bottom-color-background-1,body[data-theme-mode=light] .border-bottom-color-hover-background-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-1:active,html body .theme-override-light .border-bottom-color-background-1,html body .theme-override-light .border-bottom-color-hover-background-1:hover,html body .theme-override-light .border-bottom-color-focus-background-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-1:focus,html body .theme-override-light .border-bottom-color-focus-background-1:focus-within,html body .theme-override-light .border-bottom-color-active-background-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-1:active{border-bottom-color:var(--color-background-1)}body[data-theme-mode=light] .border-left-color-background-1,body[data-theme-mode=light] .border-left-color-hover-background-1:hover,body[data-theme-mode=light] .border-left-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-1:focus,body[data-theme-mode=light] .border-left-color-focus-background-1:focus-within,body[data-theme-mode=light] .border-left-color-active-background-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-1:active,html body .theme-override-light .border-left-color-background-1,html body .theme-override-light .border-left-color-hover-background-1:hover,html body .theme-override-light .border-left-color-focus-background-1[data-focused=true],html body .theme-override-light .border-left-color-focus-background-1:focus,html body .theme-override-light .border-left-color-focus-background-1:focus-within,html body .theme-override-light .border-left-color-active-background-1[data-selected=true],html body .theme-override-light .border-left-color-active-background-1:active{border-left-color:var(--color-background-1)}body[data-theme-mode=light] .border-right-color-background-1,body[data-theme-mode=light] .border-right-color-hover-background-1:hover,body[data-theme-mode=light] .border-right-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-1:focus,body[data-theme-mode=light] .border-right-color-focus-background-1:focus-within,body[data-theme-mode=light] .border-right-color-active-background-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-1:active,html body .theme-override-light .border-right-color-background-1,html body .theme-override-light .border-right-color-hover-background-1:hover,html body .theme-override-light .border-right-color-focus-background-1[data-focused=true],html body .theme-override-light .border-right-color-focus-background-1:focus,html body .theme-override-light .border-right-color-focus-background-1:focus-within,html body .theme-override-light .border-right-color-active-background-1[data-selected=true],html body .theme-override-light .border-right-color-active-background-1:active{border-right-color:var(--color-background-1)}body[data-theme-mode=light] .fill-color-background-1,body[data-theme-mode=light] .fill-color-hover-background-1:hover,body[data-theme-mode=light] .fill-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-1:focus,body[data-theme-mode=light] .fill-color-focus-background-1:focus-within,body[data-theme-mode=light] .fill-color-active-background-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-1:active,html body .theme-override-light .fill-color-background-1,html body .theme-override-light .fill-color-hover-background-1:hover,html body .theme-override-light .fill-color-focus-background-1[data-focused=true],html body .theme-override-light .fill-color-focus-background-1:focus,html body .theme-override-light .fill-color-focus-background-1:focus-within,html body .theme-override-light .fill-color-active-background-1[data-selected=true],html body .theme-override-light .fill-color-active-background-1:active{background-color:var(--color-background-1)}body[data-theme-mode=light] .outline-color-background-1,body[data-theme-mode=light] .outline-color-hover-background-1:hover,body[data-theme-mode=light] .outline-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-1:focus,body[data-theme-mode=light] .outline-color-focus-background-1:focus-within,body[data-theme-mode=light] .outline-color-active-background-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-1:active,html body .theme-override-light .outline-color-background-1,html body .theme-override-light .outline-color-hover-background-1:hover,html body .theme-override-light .outline-color-focus-background-1[data-focused=true],html body .theme-override-light .outline-color-focus-background-1:focus,html body .theme-override-light .outline-color-focus-background-1:focus-within,html body .theme-override-light .outline-color-active-background-1[data-selected=true],html body .theme-override-light .outline-color-active-background-1:active{outline-color:var(--color-background-1)}body[data-theme-mode=light] .outside-border-color-background-1,body[data-theme-mode=light] .outside-border-color-hover-background-1:hover,body[data-theme-mode=light] .outside-border-color-focus-background-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-1:focus,body[data-theme-mode=light] .outside-border-color-focus-background-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-1:active,html body .theme-override-light .outside-border-color-background-1,html body .theme-override-light .outside-border-color-hover-background-1:hover,html body .theme-override-light .outside-border-color-focus-background-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-1:focus,html body .theme-override-light .outside-border-color-focus-background-1:focus-within,html body .theme-override-light .outside-border-color-active-background-1[data-selected=true],html body .theme-override-light .outside-border-color-active-background-1:active{--outside-border-color: var(--color-background-1)}body[data-theme-mode=light] .font-color-background-2,body[data-theme-mode=light] .font-color-hover-background-2:hover,body[data-theme-mode=light] .font-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-2:focus,body[data-theme-mode=light] .font-color-focus-background-2:focus-within,body[data-theme-mode=light] .font-color-active-background-2[data-selected=true],body[data-theme-mode=light] .font-color-active-background-2:active,html body .theme-override-light .font-color-background-2,html body .theme-override-light .font-color-hover-background-2:hover,html body .theme-override-light .font-color-focus-background-2[data-focused=true],html body .theme-override-light .font-color-focus-background-2:focus,html body .theme-override-light .font-color-focus-background-2:focus-within,html body .theme-override-light .font-color-active-background-2[data-selected=true],html body .theme-override-light .font-color-active-background-2:active{color:var(--color-background-2)}body[data-theme-mode=light] .border-color-background-2,body[data-theme-mode=light] .border-color-hover-background-2:hover,body[data-theme-mode=light] .border-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-2:focus,body[data-theme-mode=light] .border-color-focus-background-2:focus-within,body[data-theme-mode=light] .border-color-active-background-2[data-selected=true],body[data-theme-mode=light] .border-color-active-background-2:active,html body .theme-override-light .border-color-background-2,html body .theme-override-light .border-color-hover-background-2:hover,html body .theme-override-light .border-color-focus-background-2[data-focused=true],html body .theme-override-light .border-color-focus-background-2:focus,html body .theme-override-light .border-color-focus-background-2:focus-within,html body .theme-override-light .border-color-active-background-2[data-selected=true],html body .theme-override-light .border-color-active-background-2:active{border-color:var(--color-background-2)}body[data-theme-mode=light] .border-top-color-background-2,body[data-theme-mode=light] .border-top-color-hover-background-2:hover,body[data-theme-mode=light] .border-top-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-2:focus,body[data-theme-mode=light] .border-top-color-focus-background-2:focus-within,body[data-theme-mode=light] .border-top-color-active-background-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-2:active,html body .theme-override-light .border-top-color-background-2,html body .theme-override-light .border-top-color-hover-background-2:hover,html body .theme-override-light .border-top-color-focus-background-2[data-focused=true],html body .theme-override-light .border-top-color-focus-background-2:focus,html body .theme-override-light .border-top-color-focus-background-2:focus-within,html body .theme-override-light .border-top-color-active-background-2[data-selected=true],html body .theme-override-light .border-top-color-active-background-2:active{border-top-color:var(--color-background-2)}body[data-theme-mode=light] .border-bottom-color-background-2,body[data-theme-mode=light] .border-bottom-color-hover-background-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-2:active,html body .theme-override-light .border-bottom-color-background-2,html body .theme-override-light .border-bottom-color-hover-background-2:hover,html body .theme-override-light .border-bottom-color-focus-background-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-2:focus,html body .theme-override-light .border-bottom-color-focus-background-2:focus-within,html body .theme-override-light .border-bottom-color-active-background-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-2:active{border-bottom-color:var(--color-background-2)}body[data-theme-mode=light] .border-left-color-background-2,body[data-theme-mode=light] .border-left-color-hover-background-2:hover,body[data-theme-mode=light] .border-left-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-2:focus,body[data-theme-mode=light] .border-left-color-focus-background-2:focus-within,body[data-theme-mode=light] .border-left-color-active-background-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-2:active,html body .theme-override-light .border-left-color-background-2,html body .theme-override-light .border-left-color-hover-background-2:hover,html body .theme-override-light .border-left-color-focus-background-2[data-focused=true],html body .theme-override-light .border-left-color-focus-background-2:focus,html body .theme-override-light .border-left-color-focus-background-2:focus-within,html body .theme-override-light .border-left-color-active-background-2[data-selected=true],html body .theme-override-light .border-left-color-active-background-2:active{border-left-color:var(--color-background-2)}body[data-theme-mode=light] .border-right-color-background-2,body[data-theme-mode=light] .border-right-color-hover-background-2:hover,body[data-theme-mode=light] .border-right-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-2:focus,body[data-theme-mode=light] .border-right-color-focus-background-2:focus-within,body[data-theme-mode=light] .border-right-color-active-background-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-2:active,html body .theme-override-light .border-right-color-background-2,html body .theme-override-light .border-right-color-hover-background-2:hover,html body .theme-override-light .border-right-color-focus-background-2[data-focused=true],html body .theme-override-light .border-right-color-focus-background-2:focus,html body .theme-override-light .border-right-color-focus-background-2:focus-within,html body .theme-override-light .border-right-color-active-background-2[data-selected=true],html body .theme-override-light .border-right-color-active-background-2:active{border-right-color:var(--color-background-2)}body[data-theme-mode=light] .fill-color-background-2,body[data-theme-mode=light] .fill-color-hover-background-2:hover,body[data-theme-mode=light] .fill-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-2:focus,body[data-theme-mode=light] .fill-color-focus-background-2:focus-within,body[data-theme-mode=light] .fill-color-active-background-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-2:active,html body .theme-override-light .fill-color-background-2,html body .theme-override-light .fill-color-hover-background-2:hover,html body .theme-override-light .fill-color-focus-background-2[data-focused=true],html body .theme-override-light .fill-color-focus-background-2:focus,html body .theme-override-light .fill-color-focus-background-2:focus-within,html body .theme-override-light .fill-color-active-background-2[data-selected=true],html body .theme-override-light .fill-color-active-background-2:active{background-color:var(--color-background-2)}body[data-theme-mode=light] .outline-color-background-2,body[data-theme-mode=light] .outline-color-hover-background-2:hover,body[data-theme-mode=light] .outline-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-2:focus,body[data-theme-mode=light] .outline-color-focus-background-2:focus-within,body[data-theme-mode=light] .outline-color-active-background-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-2:active,html body .theme-override-light .outline-color-background-2,html body .theme-override-light .outline-color-hover-background-2:hover,html body .theme-override-light .outline-color-focus-background-2[data-focused=true],html body .theme-override-light .outline-color-focus-background-2:focus,html body .theme-override-light .outline-color-focus-background-2:focus-within,html body .theme-override-light .outline-color-active-background-2[data-selected=true],html body .theme-override-light .outline-color-active-background-2:active{outline-color:var(--color-background-2)}body[data-theme-mode=light] .outside-border-color-background-2,body[data-theme-mode=light] .outside-border-color-hover-background-2:hover,body[data-theme-mode=light] .outside-border-color-focus-background-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-2:focus,body[data-theme-mode=light] .outside-border-color-focus-background-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-2:active,html body .theme-override-light .outside-border-color-background-2,html body .theme-override-light .outside-border-color-hover-background-2:hover,html body .theme-override-light .outside-border-color-focus-background-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-2:focus,html body .theme-override-light .outside-border-color-focus-background-2:focus-within,html body .theme-override-light .outside-border-color-active-background-2[data-selected=true],html body .theme-override-light .outside-border-color-active-background-2:active{--outside-border-color: var(--color-background-2)}body[data-theme-mode=light] .font-color-background-3,body[data-theme-mode=light] .font-color-hover-background-3:hover,body[data-theme-mode=light] .font-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-3:focus,body[data-theme-mode=light] .font-color-focus-background-3:focus-within,body[data-theme-mode=light] .font-color-active-background-3[data-selected=true],body[data-theme-mode=light] .font-color-active-background-3:active,html body .theme-override-light .font-color-background-3,html body .theme-override-light .font-color-hover-background-3:hover,html body .theme-override-light .font-color-focus-background-3[data-focused=true],html body .theme-override-light .font-color-focus-background-3:focus,html body .theme-override-light .font-color-focus-background-3:focus-within,html body .theme-override-light .font-color-active-background-3[data-selected=true],html body .theme-override-light .font-color-active-background-3:active{color:var(--color-background-3)}body[data-theme-mode=light] .border-color-background-3,body[data-theme-mode=light] .border-color-hover-background-3:hover,body[data-theme-mode=light] .border-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-3:focus,body[data-theme-mode=light] .border-color-focus-background-3:focus-within,body[data-theme-mode=light] .border-color-active-background-3[data-selected=true],body[data-theme-mode=light] .border-color-active-background-3:active,html body .theme-override-light .border-color-background-3,html body .theme-override-light .border-color-hover-background-3:hover,html body .theme-override-light .border-color-focus-background-3[data-focused=true],html body .theme-override-light .border-color-focus-background-3:focus,html body .theme-override-light .border-color-focus-background-3:focus-within,html body .theme-override-light .border-color-active-background-3[data-selected=true],html body .theme-override-light .border-color-active-background-3:active{border-color:var(--color-background-3)}body[data-theme-mode=light] .border-top-color-background-3,body[data-theme-mode=light] .border-top-color-hover-background-3:hover,body[data-theme-mode=light] .border-top-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-3:focus,body[data-theme-mode=light] .border-top-color-focus-background-3:focus-within,body[data-theme-mode=light] .border-top-color-active-background-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-3:active,html body .theme-override-light .border-top-color-background-3,html body .theme-override-light .border-top-color-hover-background-3:hover,html body .theme-override-light .border-top-color-focus-background-3[data-focused=true],html body .theme-override-light .border-top-color-focus-background-3:focus,html body .theme-override-light .border-top-color-focus-background-3:focus-within,html body .theme-override-light .border-top-color-active-background-3[data-selected=true],html body .theme-override-light .border-top-color-active-background-3:active{border-top-color:var(--color-background-3)}body[data-theme-mode=light] .border-bottom-color-background-3,body[data-theme-mode=light] .border-bottom-color-hover-background-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-3:active,html body .theme-override-light .border-bottom-color-background-3,html body .theme-override-light .border-bottom-color-hover-background-3:hover,html body .theme-override-light .border-bottom-color-focus-background-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-3:focus,html body .theme-override-light .border-bottom-color-focus-background-3:focus-within,html body .theme-override-light .border-bottom-color-active-background-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-3:active{border-bottom-color:var(--color-background-3)}body[data-theme-mode=light] .border-left-color-background-3,body[data-theme-mode=light] .border-left-color-hover-background-3:hover,body[data-theme-mode=light] .border-left-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-3:focus,body[data-theme-mode=light] .border-left-color-focus-background-3:focus-within,body[data-theme-mode=light] .border-left-color-active-background-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-3:active,html body .theme-override-light .border-left-color-background-3,html body .theme-override-light .border-left-color-hover-background-3:hover,html body .theme-override-light .border-left-color-focus-background-3[data-focused=true],html body .theme-override-light .border-left-color-focus-background-3:focus,html body .theme-override-light .border-left-color-focus-background-3:focus-within,html body .theme-override-light .border-left-color-active-background-3[data-selected=true],html body .theme-override-light .border-left-color-active-background-3:active{border-left-color:var(--color-background-3)}body[data-theme-mode=light] .border-right-color-background-3,body[data-theme-mode=light] .border-right-color-hover-background-3:hover,body[data-theme-mode=light] .border-right-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-3:focus,body[data-theme-mode=light] .border-right-color-focus-background-3:focus-within,body[data-theme-mode=light] .border-right-color-active-background-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-3:active,html body .theme-override-light .border-right-color-background-3,html body .theme-override-light .border-right-color-hover-background-3:hover,html body .theme-override-light .border-right-color-focus-background-3[data-focused=true],html body .theme-override-light .border-right-color-focus-background-3:focus,html body .theme-override-light .border-right-color-focus-background-3:focus-within,html body .theme-override-light .border-right-color-active-background-3[data-selected=true],html body .theme-override-light .border-right-color-active-background-3:active{border-right-color:var(--color-background-3)}body[data-theme-mode=light] .fill-color-background-3,body[data-theme-mode=light] .fill-color-hover-background-3:hover,body[data-theme-mode=light] .fill-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-3:focus,body[data-theme-mode=light] .fill-color-focus-background-3:focus-within,body[data-theme-mode=light] .fill-color-active-background-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-3:active,html body .theme-override-light .fill-color-background-3,html body .theme-override-light .fill-color-hover-background-3:hover,html body .theme-override-light .fill-color-focus-background-3[data-focused=true],html body .theme-override-light .fill-color-focus-background-3:focus,html body .theme-override-light .fill-color-focus-background-3:focus-within,html body .theme-override-light .fill-color-active-background-3[data-selected=true],html body .theme-override-light .fill-color-active-background-3:active{background-color:var(--color-background-3)}body[data-theme-mode=light] .outline-color-background-3,body[data-theme-mode=light] .outline-color-hover-background-3:hover,body[data-theme-mode=light] .outline-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-3:focus,body[data-theme-mode=light] .outline-color-focus-background-3:focus-within,body[data-theme-mode=light] .outline-color-active-background-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-3:active,html body .theme-override-light .outline-color-background-3,html body .theme-override-light .outline-color-hover-background-3:hover,html body .theme-override-light .outline-color-focus-background-3[data-focused=true],html body .theme-override-light .outline-color-focus-background-3:focus,html body .theme-override-light .outline-color-focus-background-3:focus-within,html body .theme-override-light .outline-color-active-background-3[data-selected=true],html body .theme-override-light .outline-color-active-background-3:active{outline-color:var(--color-background-3)}body[data-theme-mode=light] .outside-border-color-background-3,body[data-theme-mode=light] .outside-border-color-hover-background-3:hover,body[data-theme-mode=light] .outside-border-color-focus-background-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-3:focus,body[data-theme-mode=light] .outside-border-color-focus-background-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-3:active,html body .theme-override-light .outside-border-color-background-3,html body .theme-override-light .outside-border-color-hover-background-3:hover,html body .theme-override-light .outside-border-color-focus-background-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-3:focus,html body .theme-override-light .outside-border-color-focus-background-3:focus-within,html body .theme-override-light .outside-border-color-active-background-3[data-selected=true],html body .theme-override-light .outside-border-color-active-background-3:active{--outside-border-color: var(--color-background-3)}body[data-theme-mode=light] .font-color-background-4,body[data-theme-mode=light] .font-color-hover-background-4:hover,body[data-theme-mode=light] .font-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-4:focus,body[data-theme-mode=light] .font-color-focus-background-4:focus-within,body[data-theme-mode=light] .font-color-active-background-4[data-selected=true],body[data-theme-mode=light] .font-color-active-background-4:active,html body .theme-override-light .font-color-background-4,html body .theme-override-light .font-color-hover-background-4:hover,html body .theme-override-light .font-color-focus-background-4[data-focused=true],html body .theme-override-light .font-color-focus-background-4:focus,html body .theme-override-light .font-color-focus-background-4:focus-within,html body .theme-override-light .font-color-active-background-4[data-selected=true],html body .theme-override-light .font-color-active-background-4:active{color:var(--color-background-4)}body[data-theme-mode=light] .border-color-background-4,body[data-theme-mode=light] .border-color-hover-background-4:hover,body[data-theme-mode=light] .border-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-4:focus,body[data-theme-mode=light] .border-color-focus-background-4:focus-within,body[data-theme-mode=light] .border-color-active-background-4[data-selected=true],body[data-theme-mode=light] .border-color-active-background-4:active,html body .theme-override-light .border-color-background-4,html body .theme-override-light .border-color-hover-background-4:hover,html body .theme-override-light .border-color-focus-background-4[data-focused=true],html body .theme-override-light .border-color-focus-background-4:focus,html body .theme-override-light .border-color-focus-background-4:focus-within,html body .theme-override-light .border-color-active-background-4[data-selected=true],html body .theme-override-light .border-color-active-background-4:active{border-color:var(--color-background-4)}body[data-theme-mode=light] .border-top-color-background-4,body[data-theme-mode=light] .border-top-color-hover-background-4:hover,body[data-theme-mode=light] .border-top-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-4:focus,body[data-theme-mode=light] .border-top-color-focus-background-4:focus-within,body[data-theme-mode=light] .border-top-color-active-background-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-4:active,html body .theme-override-light .border-top-color-background-4,html body .theme-override-light .border-top-color-hover-background-4:hover,html body .theme-override-light .border-top-color-focus-background-4[data-focused=true],html body .theme-override-light .border-top-color-focus-background-4:focus,html body .theme-override-light .border-top-color-focus-background-4:focus-within,html body .theme-override-light .border-top-color-active-background-4[data-selected=true],html body .theme-override-light .border-top-color-active-background-4:active{border-top-color:var(--color-background-4)}body[data-theme-mode=light] .border-bottom-color-background-4,body[data-theme-mode=light] .border-bottom-color-hover-background-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-4:active,html body .theme-override-light .border-bottom-color-background-4,html body .theme-override-light .border-bottom-color-hover-background-4:hover,html body .theme-override-light .border-bottom-color-focus-background-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-4:focus,html body .theme-override-light .border-bottom-color-focus-background-4:focus-within,html body .theme-override-light .border-bottom-color-active-background-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-4:active{border-bottom-color:var(--color-background-4)}body[data-theme-mode=light] .border-left-color-background-4,body[data-theme-mode=light] .border-left-color-hover-background-4:hover,body[data-theme-mode=light] .border-left-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-4:focus,body[data-theme-mode=light] .border-left-color-focus-background-4:focus-within,body[data-theme-mode=light] .border-left-color-active-background-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-4:active,html body .theme-override-light .border-left-color-background-4,html body .theme-override-light .border-left-color-hover-background-4:hover,html body .theme-override-light .border-left-color-focus-background-4[data-focused=true],html body .theme-override-light .border-left-color-focus-background-4:focus,html body .theme-override-light .border-left-color-focus-background-4:focus-within,html body .theme-override-light .border-left-color-active-background-4[data-selected=true],html body .theme-override-light .border-left-color-active-background-4:active{border-left-color:var(--color-background-4)}body[data-theme-mode=light] .border-right-color-background-4,body[data-theme-mode=light] .border-right-color-hover-background-4:hover,body[data-theme-mode=light] .border-right-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-4:focus,body[data-theme-mode=light] .border-right-color-focus-background-4:focus-within,body[data-theme-mode=light] .border-right-color-active-background-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-4:active,html body .theme-override-light .border-right-color-background-4,html body .theme-override-light .border-right-color-hover-background-4:hover,html body .theme-override-light .border-right-color-focus-background-4[data-focused=true],html body .theme-override-light .border-right-color-focus-background-4:focus,html body .theme-override-light .border-right-color-focus-background-4:focus-within,html body .theme-override-light .border-right-color-active-background-4[data-selected=true],html body .theme-override-light .border-right-color-active-background-4:active{border-right-color:var(--color-background-4)}body[data-theme-mode=light] .fill-color-background-4,body[data-theme-mode=light] .fill-color-hover-background-4:hover,body[data-theme-mode=light] .fill-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-4:focus,body[data-theme-mode=light] .fill-color-focus-background-4:focus-within,body[data-theme-mode=light] .fill-color-active-background-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-4:active,html body .theme-override-light .fill-color-background-4,html body .theme-override-light .fill-color-hover-background-4:hover,html body .theme-override-light .fill-color-focus-background-4[data-focused=true],html body .theme-override-light .fill-color-focus-background-4:focus,html body .theme-override-light .fill-color-focus-background-4:focus-within,html body .theme-override-light .fill-color-active-background-4[data-selected=true],html body .theme-override-light .fill-color-active-background-4:active{background-color:var(--color-background-4)}body[data-theme-mode=light] .outline-color-background-4,body[data-theme-mode=light] .outline-color-hover-background-4:hover,body[data-theme-mode=light] .outline-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-4:focus,body[data-theme-mode=light] .outline-color-focus-background-4:focus-within,body[data-theme-mode=light] .outline-color-active-background-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-4:active,html body .theme-override-light .outline-color-background-4,html body .theme-override-light .outline-color-hover-background-4:hover,html body .theme-override-light .outline-color-focus-background-4[data-focused=true],html body .theme-override-light .outline-color-focus-background-4:focus,html body .theme-override-light .outline-color-focus-background-4:focus-within,html body .theme-override-light .outline-color-active-background-4[data-selected=true],html body .theme-override-light .outline-color-active-background-4:active{outline-color:var(--color-background-4)}body[data-theme-mode=light] .outside-border-color-background-4,body[data-theme-mode=light] .outside-border-color-hover-background-4:hover,body[data-theme-mode=light] .outside-border-color-focus-background-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-4:focus,body[data-theme-mode=light] .outside-border-color-focus-background-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-4:active,html body .theme-override-light .outside-border-color-background-4,html body .theme-override-light .outside-border-color-hover-background-4:hover,html body .theme-override-light .outside-border-color-focus-background-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-4:focus,html body .theme-override-light .outside-border-color-focus-background-4:focus-within,html body .theme-override-light .outside-border-color-active-background-4[data-selected=true],html body .theme-override-light .outside-border-color-active-background-4:active{--outside-border-color: var(--color-background-4)}body[data-theme-mode=light] .font-color-background-5,body[data-theme-mode=light] .font-color-hover-background-5:hover,body[data-theme-mode=light] .font-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-5:focus,body[data-theme-mode=light] .font-color-focus-background-5:focus-within,body[data-theme-mode=light] .font-color-active-background-5[data-selected=true],body[data-theme-mode=light] .font-color-active-background-5:active,html body .theme-override-light .font-color-background-5,html body .theme-override-light .font-color-hover-background-5:hover,html body .theme-override-light .font-color-focus-background-5[data-focused=true],html body .theme-override-light .font-color-focus-background-5:focus,html body .theme-override-light .font-color-focus-background-5:focus-within,html body .theme-override-light .font-color-active-background-5[data-selected=true],html body .theme-override-light .font-color-active-background-5:active{color:var(--color-background-5)}body[data-theme-mode=light] .border-color-background-5,body[data-theme-mode=light] .border-color-hover-background-5:hover,body[data-theme-mode=light] .border-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-5:focus,body[data-theme-mode=light] .border-color-focus-background-5:focus-within,body[data-theme-mode=light] .border-color-active-background-5[data-selected=true],body[data-theme-mode=light] .border-color-active-background-5:active,html body .theme-override-light .border-color-background-5,html body .theme-override-light .border-color-hover-background-5:hover,html body .theme-override-light .border-color-focus-background-5[data-focused=true],html body .theme-override-light .border-color-focus-background-5:focus,html body .theme-override-light .border-color-focus-background-5:focus-within,html body .theme-override-light .border-color-active-background-5[data-selected=true],html body .theme-override-light .border-color-active-background-5:active{border-color:var(--color-background-5)}body[data-theme-mode=light] .border-top-color-background-5,body[data-theme-mode=light] .border-top-color-hover-background-5:hover,body[data-theme-mode=light] .border-top-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-5:focus,body[data-theme-mode=light] .border-top-color-focus-background-5:focus-within,body[data-theme-mode=light] .border-top-color-active-background-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-5:active,html body .theme-override-light .border-top-color-background-5,html body .theme-override-light .border-top-color-hover-background-5:hover,html body .theme-override-light .border-top-color-focus-background-5[data-focused=true],html body .theme-override-light .border-top-color-focus-background-5:focus,html body .theme-override-light .border-top-color-focus-background-5:focus-within,html body .theme-override-light .border-top-color-active-background-5[data-selected=true],html body .theme-override-light .border-top-color-active-background-5:active{border-top-color:var(--color-background-5)}body[data-theme-mode=light] .border-bottom-color-background-5,body[data-theme-mode=light] .border-bottom-color-hover-background-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-5:active,html body .theme-override-light .border-bottom-color-background-5,html body .theme-override-light .border-bottom-color-hover-background-5:hover,html body .theme-override-light .border-bottom-color-focus-background-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-5:focus,html body .theme-override-light .border-bottom-color-focus-background-5:focus-within,html body .theme-override-light .border-bottom-color-active-background-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-5:active{border-bottom-color:var(--color-background-5)}body[data-theme-mode=light] .border-left-color-background-5,body[data-theme-mode=light] .border-left-color-hover-background-5:hover,body[data-theme-mode=light] .border-left-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-5:focus,body[data-theme-mode=light] .border-left-color-focus-background-5:focus-within,body[data-theme-mode=light] .border-left-color-active-background-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-5:active,html body .theme-override-light .border-left-color-background-5,html body .theme-override-light .border-left-color-hover-background-5:hover,html body .theme-override-light .border-left-color-focus-background-5[data-focused=true],html body .theme-override-light .border-left-color-focus-background-5:focus,html body .theme-override-light .border-left-color-focus-background-5:focus-within,html body .theme-override-light .border-left-color-active-background-5[data-selected=true],html body .theme-override-light .border-left-color-active-background-5:active{border-left-color:var(--color-background-5)}body[data-theme-mode=light] .border-right-color-background-5,body[data-theme-mode=light] .border-right-color-hover-background-5:hover,body[data-theme-mode=light] .border-right-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-5:focus,body[data-theme-mode=light] .border-right-color-focus-background-5:focus-within,body[data-theme-mode=light] .border-right-color-active-background-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-5:active,html body .theme-override-light .border-right-color-background-5,html body .theme-override-light .border-right-color-hover-background-5:hover,html body .theme-override-light .border-right-color-focus-background-5[data-focused=true],html body .theme-override-light .border-right-color-focus-background-5:focus,html body .theme-override-light .border-right-color-focus-background-5:focus-within,html body .theme-override-light .border-right-color-active-background-5[data-selected=true],html body .theme-override-light .border-right-color-active-background-5:active{border-right-color:var(--color-background-5)}body[data-theme-mode=light] .fill-color-background-5,body[data-theme-mode=light] .fill-color-hover-background-5:hover,body[data-theme-mode=light] .fill-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-5:focus,body[data-theme-mode=light] .fill-color-focus-background-5:focus-within,body[data-theme-mode=light] .fill-color-active-background-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-5:active,html body .theme-override-light .fill-color-background-5,html body .theme-override-light .fill-color-hover-background-5:hover,html body .theme-override-light .fill-color-focus-background-5[data-focused=true],html body .theme-override-light .fill-color-focus-background-5:focus,html body .theme-override-light .fill-color-focus-background-5:focus-within,html body .theme-override-light .fill-color-active-background-5[data-selected=true],html body .theme-override-light .fill-color-active-background-5:active{background-color:var(--color-background-5)}body[data-theme-mode=light] .outline-color-background-5,body[data-theme-mode=light] .outline-color-hover-background-5:hover,body[data-theme-mode=light] .outline-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-5:focus,body[data-theme-mode=light] .outline-color-focus-background-5:focus-within,body[data-theme-mode=light] .outline-color-active-background-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-5:active,html body .theme-override-light .outline-color-background-5,html body .theme-override-light .outline-color-hover-background-5:hover,html body .theme-override-light .outline-color-focus-background-5[data-focused=true],html body .theme-override-light .outline-color-focus-background-5:focus,html body .theme-override-light .outline-color-focus-background-5:focus-within,html body .theme-override-light .outline-color-active-background-5[data-selected=true],html body .theme-override-light .outline-color-active-background-5:active{outline-color:var(--color-background-5)}body[data-theme-mode=light] .outside-border-color-background-5,body[data-theme-mode=light] .outside-border-color-hover-background-5:hover,body[data-theme-mode=light] .outside-border-color-focus-background-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-5:focus,body[data-theme-mode=light] .outside-border-color-focus-background-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-5:active,html body .theme-override-light .outside-border-color-background-5,html body .theme-override-light .outside-border-color-hover-background-5:hover,html body .theme-override-light .outside-border-color-focus-background-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-5:focus,html body .theme-override-light .outside-border-color-focus-background-5:focus-within,html body .theme-override-light .outside-border-color-active-background-5[data-selected=true],html body .theme-override-light .outside-border-color-active-background-5:active{--outside-border-color: var(--color-background-5)}body[data-theme-mode=light] .font-color-surface-0,body[data-theme-mode=light] .font-color-hover-surface-0:hover,body[data-theme-mode=light] .font-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-0:focus,body[data-theme-mode=light] .font-color-focus-surface-0:focus-within,body[data-theme-mode=light] .font-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-0:active,html body .theme-override-light .font-color-surface-0,html body .theme-override-light .font-color-hover-surface-0:hover,html body .theme-override-light .font-color-focus-surface-0[data-focused=true],html body .theme-override-light .font-color-focus-surface-0:focus,html body .theme-override-light .font-color-focus-surface-0:focus-within,html body .theme-override-light .font-color-active-surface-0[data-selected=true],html body .theme-override-light .font-color-active-surface-0:active{color:var(--color-surface-0)}body[data-theme-mode=light] .border-color-surface-0,body[data-theme-mode=light] .border-color-hover-surface-0:hover,body[data-theme-mode=light] .border-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-0:focus,body[data-theme-mode=light] .border-color-focus-surface-0:focus-within,body[data-theme-mode=light] .border-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-0:active,html body .theme-override-light .border-color-surface-0,html body .theme-override-light .border-color-hover-surface-0:hover,html body .theme-override-light .border-color-focus-surface-0[data-focused=true],html body .theme-override-light .border-color-focus-surface-0:focus,html body .theme-override-light .border-color-focus-surface-0:focus-within,html body .theme-override-light .border-color-active-surface-0[data-selected=true],html body .theme-override-light .border-color-active-surface-0:active{border-color:var(--color-surface-0)}body[data-theme-mode=light] .border-top-color-surface-0,body[data-theme-mode=light] .border-top-color-hover-surface-0:hover,body[data-theme-mode=light] .border-top-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-0:focus,body[data-theme-mode=light] .border-top-color-focus-surface-0:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-0:active,html body .theme-override-light .border-top-color-surface-0,html body .theme-override-light .border-top-color-hover-surface-0:hover,html body .theme-override-light .border-top-color-focus-surface-0[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-0:focus,html body .theme-override-light .border-top-color-focus-surface-0:focus-within,html body .theme-override-light .border-top-color-active-surface-0[data-selected=true],html body .theme-override-light .border-top-color-active-surface-0:active{border-top-color:var(--color-surface-0)}body[data-theme-mode=light] .border-bottom-color-surface-0,body[data-theme-mode=light] .border-bottom-color-hover-surface-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-0:active,html body .theme-override-light .border-bottom-color-surface-0,html body .theme-override-light .border-bottom-color-hover-surface-0:hover,html body .theme-override-light .border-bottom-color-focus-surface-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-0:focus,html body .theme-override-light .border-bottom-color-focus-surface-0:focus-within,html body .theme-override-light .border-bottom-color-active-surface-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-0:active{border-bottom-color:var(--color-surface-0)}body[data-theme-mode=light] .border-left-color-surface-0,body[data-theme-mode=light] .border-left-color-hover-surface-0:hover,body[data-theme-mode=light] .border-left-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-0:focus,body[data-theme-mode=light] .border-left-color-focus-surface-0:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-0:active,html body .theme-override-light .border-left-color-surface-0,html body .theme-override-light .border-left-color-hover-surface-0:hover,html body .theme-override-light .border-left-color-focus-surface-0[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-0:focus,html body .theme-override-light .border-left-color-focus-surface-0:focus-within,html body .theme-override-light .border-left-color-active-surface-0[data-selected=true],html body .theme-override-light .border-left-color-active-surface-0:active{border-left-color:var(--color-surface-0)}body[data-theme-mode=light] .border-right-color-surface-0,body[data-theme-mode=light] .border-right-color-hover-surface-0:hover,body[data-theme-mode=light] .border-right-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-0:focus,body[data-theme-mode=light] .border-right-color-focus-surface-0:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-0:active,html body .theme-override-light .border-right-color-surface-0,html body .theme-override-light .border-right-color-hover-surface-0:hover,html body .theme-override-light .border-right-color-focus-surface-0[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-0:focus,html body .theme-override-light .border-right-color-focus-surface-0:focus-within,html body .theme-override-light .border-right-color-active-surface-0[data-selected=true],html body .theme-override-light .border-right-color-active-surface-0:active{border-right-color:var(--color-surface-0)}body[data-theme-mode=light] .fill-color-surface-0,body[data-theme-mode=light] .fill-color-hover-surface-0:hover,body[data-theme-mode=light] .fill-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-0:focus,body[data-theme-mode=light] .fill-color-focus-surface-0:focus-within,body[data-theme-mode=light] .fill-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-0:active,html body .theme-override-light .fill-color-surface-0,html body .theme-override-light .fill-color-hover-surface-0:hover,html body .theme-override-light .fill-color-focus-surface-0[data-focused=true],html body .theme-override-light .fill-color-focus-surface-0:focus,html body .theme-override-light .fill-color-focus-surface-0:focus-within,html body .theme-override-light .fill-color-active-surface-0[data-selected=true],html body .theme-override-light .fill-color-active-surface-0:active{background-color:var(--color-surface-0)}body[data-theme-mode=light] .outline-color-surface-0,body[data-theme-mode=light] .outline-color-hover-surface-0:hover,body[data-theme-mode=light] .outline-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-0:focus,body[data-theme-mode=light] .outline-color-focus-surface-0:focus-within,body[data-theme-mode=light] .outline-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-0:active,html body .theme-override-light .outline-color-surface-0,html body .theme-override-light .outline-color-hover-surface-0:hover,html body .theme-override-light .outline-color-focus-surface-0[data-focused=true],html body .theme-override-light .outline-color-focus-surface-0:focus,html body .theme-override-light .outline-color-focus-surface-0:focus-within,html body .theme-override-light .outline-color-active-surface-0[data-selected=true],html body .theme-override-light .outline-color-active-surface-0:active{outline-color:var(--color-surface-0)}body[data-theme-mode=light] .outside-border-color-surface-0,body[data-theme-mode=light] .outside-border-color-hover-surface-0:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-0:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-0:active,html body .theme-override-light .outside-border-color-surface-0,html body .theme-override-light .outside-border-color-hover-surface-0:hover,html body .theme-override-light .outside-border-color-focus-surface-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-0:focus,html body .theme-override-light .outside-border-color-focus-surface-0:focus-within,html body .theme-override-light .outside-border-color-active-surface-0[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-0:active{--outside-border-color: var(--color-surface-0)}body[data-theme-mode=light] .font-color-surface-1,body[data-theme-mode=light] .font-color-hover-surface-1:hover,body[data-theme-mode=light] .font-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-1:focus,body[data-theme-mode=light] .font-color-focus-surface-1:focus-within,body[data-theme-mode=light] .font-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-1:active,html body .theme-override-light .font-color-surface-1,html body .theme-override-light .font-color-hover-surface-1:hover,html body .theme-override-light .font-color-focus-surface-1[data-focused=true],html body .theme-override-light .font-color-focus-surface-1:focus,html body .theme-override-light .font-color-focus-surface-1:focus-within,html body .theme-override-light .font-color-active-surface-1[data-selected=true],html body .theme-override-light .font-color-active-surface-1:active{color:var(--color-surface-1)}body[data-theme-mode=light] .border-color-surface-1,body[data-theme-mode=light] .border-color-hover-surface-1:hover,body[data-theme-mode=light] .border-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-1:focus,body[data-theme-mode=light] .border-color-focus-surface-1:focus-within,body[data-theme-mode=light] .border-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-1:active,html body .theme-override-light .border-color-surface-1,html body .theme-override-light .border-color-hover-surface-1:hover,html body .theme-override-light .border-color-focus-surface-1[data-focused=true],html body .theme-override-light .border-color-focus-surface-1:focus,html body .theme-override-light .border-color-focus-surface-1:focus-within,html body .theme-override-light .border-color-active-surface-1[data-selected=true],html body .theme-override-light .border-color-active-surface-1:active{border-color:var(--color-surface-1)}body[data-theme-mode=light] .border-top-color-surface-1,body[data-theme-mode=light] .border-top-color-hover-surface-1:hover,body[data-theme-mode=light] .border-top-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-1:focus,body[data-theme-mode=light] .border-top-color-focus-surface-1:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-1:active,html body .theme-override-light .border-top-color-surface-1,html body .theme-override-light .border-top-color-hover-surface-1:hover,html body .theme-override-light .border-top-color-focus-surface-1[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-1:focus,html body .theme-override-light .border-top-color-focus-surface-1:focus-within,html body .theme-override-light .border-top-color-active-surface-1[data-selected=true],html body .theme-override-light .border-top-color-active-surface-1:active{border-top-color:var(--color-surface-1)}body[data-theme-mode=light] .border-bottom-color-surface-1,body[data-theme-mode=light] .border-bottom-color-hover-surface-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-1:active,html body .theme-override-light .border-bottom-color-surface-1,html body .theme-override-light .border-bottom-color-hover-surface-1:hover,html body .theme-override-light .border-bottom-color-focus-surface-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-1:focus,html body .theme-override-light .border-bottom-color-focus-surface-1:focus-within,html body .theme-override-light .border-bottom-color-active-surface-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-1:active{border-bottom-color:var(--color-surface-1)}body[data-theme-mode=light] .border-left-color-surface-1,body[data-theme-mode=light] .border-left-color-hover-surface-1:hover,body[data-theme-mode=light] .border-left-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-1:focus,body[data-theme-mode=light] .border-left-color-focus-surface-1:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-1:active,html body .theme-override-light .border-left-color-surface-1,html body .theme-override-light .border-left-color-hover-surface-1:hover,html body .theme-override-light .border-left-color-focus-surface-1[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-1:focus,html body .theme-override-light .border-left-color-focus-surface-1:focus-within,html body .theme-override-light .border-left-color-active-surface-1[data-selected=true],html body .theme-override-light .border-left-color-active-surface-1:active{border-left-color:var(--color-surface-1)}body[data-theme-mode=light] .border-right-color-surface-1,body[data-theme-mode=light] .border-right-color-hover-surface-1:hover,body[data-theme-mode=light] .border-right-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-1:focus,body[data-theme-mode=light] .border-right-color-focus-surface-1:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-1:active,html body .theme-override-light .border-right-color-surface-1,html body .theme-override-light .border-right-color-hover-surface-1:hover,html body .theme-override-light .border-right-color-focus-surface-1[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-1:focus,html body .theme-override-light .border-right-color-focus-surface-1:focus-within,html body .theme-override-light .border-right-color-active-surface-1[data-selected=true],html body .theme-override-light .border-right-color-active-surface-1:active{border-right-color:var(--color-surface-1)}body[data-theme-mode=light] .fill-color-surface-1,body[data-theme-mode=light] .fill-color-hover-surface-1:hover,body[data-theme-mode=light] .fill-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-1:focus,body[data-theme-mode=light] .fill-color-focus-surface-1:focus-within,body[data-theme-mode=light] .fill-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-1:active,html body .theme-override-light .fill-color-surface-1,html body .theme-override-light .fill-color-hover-surface-1:hover,html body .theme-override-light .fill-color-focus-surface-1[data-focused=true],html body .theme-override-light .fill-color-focus-surface-1:focus,html body .theme-override-light .fill-color-focus-surface-1:focus-within,html body .theme-override-light .fill-color-active-surface-1[data-selected=true],html body .theme-override-light .fill-color-active-surface-1:active{background-color:var(--color-surface-1)}body[data-theme-mode=light] .outline-color-surface-1,body[data-theme-mode=light] .outline-color-hover-surface-1:hover,body[data-theme-mode=light] .outline-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-1:focus,body[data-theme-mode=light] .outline-color-focus-surface-1:focus-within,body[data-theme-mode=light] .outline-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-1:active,html body .theme-override-light .outline-color-surface-1,html body .theme-override-light .outline-color-hover-surface-1:hover,html body .theme-override-light .outline-color-focus-surface-1[data-focused=true],html body .theme-override-light .outline-color-focus-surface-1:focus,html body .theme-override-light .outline-color-focus-surface-1:focus-within,html body .theme-override-light .outline-color-active-surface-1[data-selected=true],html body .theme-override-light .outline-color-active-surface-1:active{outline-color:var(--color-surface-1)}body[data-theme-mode=light] .outside-border-color-surface-1,body[data-theme-mode=light] .outside-border-color-hover-surface-1:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-1:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-1:active,html body .theme-override-light .outside-border-color-surface-1,html body .theme-override-light .outside-border-color-hover-surface-1:hover,html body .theme-override-light .outside-border-color-focus-surface-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-1:focus,html body .theme-override-light .outside-border-color-focus-surface-1:focus-within,html body .theme-override-light .outside-border-color-active-surface-1[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-1:active{--outside-border-color: var(--color-surface-1)}body[data-theme-mode=light] .font-color-surface-2,body[data-theme-mode=light] .font-color-hover-surface-2:hover,body[data-theme-mode=light] .font-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-2:focus,body[data-theme-mode=light] .font-color-focus-surface-2:focus-within,body[data-theme-mode=light] .font-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-2:active,html body .theme-override-light .font-color-surface-2,html body .theme-override-light .font-color-hover-surface-2:hover,html body .theme-override-light .font-color-focus-surface-2[data-focused=true],html body .theme-override-light .font-color-focus-surface-2:focus,html body .theme-override-light .font-color-focus-surface-2:focus-within,html body .theme-override-light .font-color-active-surface-2[data-selected=true],html body .theme-override-light .font-color-active-surface-2:active{color:var(--color-surface-2)}body[data-theme-mode=light] .border-color-surface-2,body[data-theme-mode=light] .border-color-hover-surface-2:hover,body[data-theme-mode=light] .border-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-2:focus,body[data-theme-mode=light] .border-color-focus-surface-2:focus-within,body[data-theme-mode=light] .border-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-2:active,html body .theme-override-light .border-color-surface-2,html body .theme-override-light .border-color-hover-surface-2:hover,html body .theme-override-light .border-color-focus-surface-2[data-focused=true],html body .theme-override-light .border-color-focus-surface-2:focus,html body .theme-override-light .border-color-focus-surface-2:focus-within,html body .theme-override-light .border-color-active-surface-2[data-selected=true],html body .theme-override-light .border-color-active-surface-2:active{border-color:var(--color-surface-2)}body[data-theme-mode=light] .border-top-color-surface-2,body[data-theme-mode=light] .border-top-color-hover-surface-2:hover,body[data-theme-mode=light] .border-top-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-2:focus,body[data-theme-mode=light] .border-top-color-focus-surface-2:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-2:active,html body .theme-override-light .border-top-color-surface-2,html body .theme-override-light .border-top-color-hover-surface-2:hover,html body .theme-override-light .border-top-color-focus-surface-2[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-2:focus,html body .theme-override-light .border-top-color-focus-surface-2:focus-within,html body .theme-override-light .border-top-color-active-surface-2[data-selected=true],html body .theme-override-light .border-top-color-active-surface-2:active{border-top-color:var(--color-surface-2)}body[data-theme-mode=light] .border-bottom-color-surface-2,body[data-theme-mode=light] .border-bottom-color-hover-surface-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-2:active,html body .theme-override-light .border-bottom-color-surface-2,html body .theme-override-light .border-bottom-color-hover-surface-2:hover,html body .theme-override-light .border-bottom-color-focus-surface-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-2:focus,html body .theme-override-light .border-bottom-color-focus-surface-2:focus-within,html body .theme-override-light .border-bottom-color-active-surface-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-2:active{border-bottom-color:var(--color-surface-2)}body[data-theme-mode=light] .border-left-color-surface-2,body[data-theme-mode=light] .border-left-color-hover-surface-2:hover,body[data-theme-mode=light] .border-left-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-2:focus,body[data-theme-mode=light] .border-left-color-focus-surface-2:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-2:active,html body .theme-override-light .border-left-color-surface-2,html body .theme-override-light .border-left-color-hover-surface-2:hover,html body .theme-override-light .border-left-color-focus-surface-2[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-2:focus,html body .theme-override-light .border-left-color-focus-surface-2:focus-within,html body .theme-override-light .border-left-color-active-surface-2[data-selected=true],html body .theme-override-light .border-left-color-active-surface-2:active{border-left-color:var(--color-surface-2)}body[data-theme-mode=light] .border-right-color-surface-2,body[data-theme-mode=light] .border-right-color-hover-surface-2:hover,body[data-theme-mode=light] .border-right-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-2:focus,body[data-theme-mode=light] .border-right-color-focus-surface-2:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-2:active,html body .theme-override-light .border-right-color-surface-2,html body .theme-override-light .border-right-color-hover-surface-2:hover,html body .theme-override-light .border-right-color-focus-surface-2[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-2:focus,html body .theme-override-light .border-right-color-focus-surface-2:focus-within,html body .theme-override-light .border-right-color-active-surface-2[data-selected=true],html body .theme-override-light .border-right-color-active-surface-2:active{border-right-color:var(--color-surface-2)}body[data-theme-mode=light] .fill-color-surface-2,body[data-theme-mode=light] .fill-color-hover-surface-2:hover,body[data-theme-mode=light] .fill-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-2:focus,body[data-theme-mode=light] .fill-color-focus-surface-2:focus-within,body[data-theme-mode=light] .fill-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-2:active,html body .theme-override-light .fill-color-surface-2,html body .theme-override-light .fill-color-hover-surface-2:hover,html body .theme-override-light .fill-color-focus-surface-2[data-focused=true],html body .theme-override-light .fill-color-focus-surface-2:focus,html body .theme-override-light .fill-color-focus-surface-2:focus-within,html body .theme-override-light .fill-color-active-surface-2[data-selected=true],html body .theme-override-light .fill-color-active-surface-2:active{background-color:var(--color-surface-2)}body[data-theme-mode=light] .outline-color-surface-2,body[data-theme-mode=light] .outline-color-hover-surface-2:hover,body[data-theme-mode=light] .outline-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-2:focus,body[data-theme-mode=light] .outline-color-focus-surface-2:focus-within,body[data-theme-mode=light] .outline-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-2:active,html body .theme-override-light .outline-color-surface-2,html body .theme-override-light .outline-color-hover-surface-2:hover,html body .theme-override-light .outline-color-focus-surface-2[data-focused=true],html body .theme-override-light .outline-color-focus-surface-2:focus,html body .theme-override-light .outline-color-focus-surface-2:focus-within,html body .theme-override-light .outline-color-active-surface-2[data-selected=true],html body .theme-override-light .outline-color-active-surface-2:active{outline-color:var(--color-surface-2)}body[data-theme-mode=light] .outside-border-color-surface-2,body[data-theme-mode=light] .outside-border-color-hover-surface-2:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-2:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-2:active,html body .theme-override-light .outside-border-color-surface-2,html body .theme-override-light .outside-border-color-hover-surface-2:hover,html body .theme-override-light .outside-border-color-focus-surface-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-2:focus,html body .theme-override-light .outside-border-color-focus-surface-2:focus-within,html body .theme-override-light .outside-border-color-active-surface-2[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-2:active{--outside-border-color: var(--color-surface-2)}body[data-theme-mode=light] .font-color-surface-3,body[data-theme-mode=light] .font-color-hover-surface-3:hover,body[data-theme-mode=light] .font-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-3:focus,body[data-theme-mode=light] .font-color-focus-surface-3:focus-within,body[data-theme-mode=light] .font-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-3:active,html body .theme-override-light .font-color-surface-3,html body .theme-override-light .font-color-hover-surface-3:hover,html body .theme-override-light .font-color-focus-surface-3[data-focused=true],html body .theme-override-light .font-color-focus-surface-3:focus,html body .theme-override-light .font-color-focus-surface-3:focus-within,html body .theme-override-light .font-color-active-surface-3[data-selected=true],html body .theme-override-light .font-color-active-surface-3:active{color:var(--color-surface-3)}body[data-theme-mode=light] .border-color-surface-3,body[data-theme-mode=light] .border-color-hover-surface-3:hover,body[data-theme-mode=light] .border-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-3:focus,body[data-theme-mode=light] .border-color-focus-surface-3:focus-within,body[data-theme-mode=light] .border-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-3:active,html body .theme-override-light .border-color-surface-3,html body .theme-override-light .border-color-hover-surface-3:hover,html body .theme-override-light .border-color-focus-surface-3[data-focused=true],html body .theme-override-light .border-color-focus-surface-3:focus,html body .theme-override-light .border-color-focus-surface-3:focus-within,html body .theme-override-light .border-color-active-surface-3[data-selected=true],html body .theme-override-light .border-color-active-surface-3:active{border-color:var(--color-surface-3)}body[data-theme-mode=light] .border-top-color-surface-3,body[data-theme-mode=light] .border-top-color-hover-surface-3:hover,body[data-theme-mode=light] .border-top-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-3:focus,body[data-theme-mode=light] .border-top-color-focus-surface-3:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-3:active,html body .theme-override-light .border-top-color-surface-3,html body .theme-override-light .border-top-color-hover-surface-3:hover,html body .theme-override-light .border-top-color-focus-surface-3[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-3:focus,html body .theme-override-light .border-top-color-focus-surface-3:focus-within,html body .theme-override-light .border-top-color-active-surface-3[data-selected=true],html body .theme-override-light .border-top-color-active-surface-3:active{border-top-color:var(--color-surface-3)}body[data-theme-mode=light] .border-bottom-color-surface-3,body[data-theme-mode=light] .border-bottom-color-hover-surface-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-3:active,html body .theme-override-light .border-bottom-color-surface-3,html body .theme-override-light .border-bottom-color-hover-surface-3:hover,html body .theme-override-light .border-bottom-color-focus-surface-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-3:focus,html body .theme-override-light .border-bottom-color-focus-surface-3:focus-within,html body .theme-override-light .border-bottom-color-active-surface-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-3:active{border-bottom-color:var(--color-surface-3)}body[data-theme-mode=light] .border-left-color-surface-3,body[data-theme-mode=light] .border-left-color-hover-surface-3:hover,body[data-theme-mode=light] .border-left-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-3:focus,body[data-theme-mode=light] .border-left-color-focus-surface-3:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-3:active,html body .theme-override-light .border-left-color-surface-3,html body .theme-override-light .border-left-color-hover-surface-3:hover,html body .theme-override-light .border-left-color-focus-surface-3[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-3:focus,html body .theme-override-light .border-left-color-focus-surface-3:focus-within,html body .theme-override-light .border-left-color-active-surface-3[data-selected=true],html body .theme-override-light .border-left-color-active-surface-3:active{border-left-color:var(--color-surface-3)}body[data-theme-mode=light] .border-right-color-surface-3,body[data-theme-mode=light] .border-right-color-hover-surface-3:hover,body[data-theme-mode=light] .border-right-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-3:focus,body[data-theme-mode=light] .border-right-color-focus-surface-3:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-3:active,html body .theme-override-light .border-right-color-surface-3,html body .theme-override-light .border-right-color-hover-surface-3:hover,html body .theme-override-light .border-right-color-focus-surface-3[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-3:focus,html body .theme-override-light .border-right-color-focus-surface-3:focus-within,html body .theme-override-light .border-right-color-active-surface-3[data-selected=true],html body .theme-override-light .border-right-color-active-surface-3:active{border-right-color:var(--color-surface-3)}body[data-theme-mode=light] .fill-color-surface-3,body[data-theme-mode=light] .fill-color-hover-surface-3:hover,body[data-theme-mode=light] .fill-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-3:focus,body[data-theme-mode=light] .fill-color-focus-surface-3:focus-within,body[data-theme-mode=light] .fill-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-3:active,html body .theme-override-light .fill-color-surface-3,html body .theme-override-light .fill-color-hover-surface-3:hover,html body .theme-override-light .fill-color-focus-surface-3[data-focused=true],html body .theme-override-light .fill-color-focus-surface-3:focus,html body .theme-override-light .fill-color-focus-surface-3:focus-within,html body .theme-override-light .fill-color-active-surface-3[data-selected=true],html body .theme-override-light .fill-color-active-surface-3:active{background-color:var(--color-surface-3)}body[data-theme-mode=light] .outline-color-surface-3,body[data-theme-mode=light] .outline-color-hover-surface-3:hover,body[data-theme-mode=light] .outline-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-3:focus,body[data-theme-mode=light] .outline-color-focus-surface-3:focus-within,body[data-theme-mode=light] .outline-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-3:active,html body .theme-override-light .outline-color-surface-3,html body .theme-override-light .outline-color-hover-surface-3:hover,html body .theme-override-light .outline-color-focus-surface-3[data-focused=true],html body .theme-override-light .outline-color-focus-surface-3:focus,html body .theme-override-light .outline-color-focus-surface-3:focus-within,html body .theme-override-light .outline-color-active-surface-3[data-selected=true],html body .theme-override-light .outline-color-active-surface-3:active{outline-color:var(--color-surface-3)}body[data-theme-mode=light] .outside-border-color-surface-3,body[data-theme-mode=light] .outside-border-color-hover-surface-3:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-3:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-3:active,html body .theme-override-light .outside-border-color-surface-3,html body .theme-override-light .outside-border-color-hover-surface-3:hover,html body .theme-override-light .outside-border-color-focus-surface-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-3:focus,html body .theme-override-light .outside-border-color-focus-surface-3:focus-within,html body .theme-override-light .outside-border-color-active-surface-3[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-3:active{--outside-border-color: var(--color-surface-3)}body[data-theme-mode=light] .font-color-surface-4,body[data-theme-mode=light] .font-color-hover-surface-4:hover,body[data-theme-mode=light] .font-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-4:focus,body[data-theme-mode=light] .font-color-focus-surface-4:focus-within,body[data-theme-mode=light] .font-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-4:active,html body .theme-override-light .font-color-surface-4,html body .theme-override-light .font-color-hover-surface-4:hover,html body .theme-override-light .font-color-focus-surface-4[data-focused=true],html body .theme-override-light .font-color-focus-surface-4:focus,html body .theme-override-light .font-color-focus-surface-4:focus-within,html body .theme-override-light .font-color-active-surface-4[data-selected=true],html body .theme-override-light .font-color-active-surface-4:active{color:var(--color-surface-4)}body[data-theme-mode=light] .border-color-surface-4,body[data-theme-mode=light] .border-color-hover-surface-4:hover,body[data-theme-mode=light] .border-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-4:focus,body[data-theme-mode=light] .border-color-focus-surface-4:focus-within,body[data-theme-mode=light] .border-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-4:active,html body .theme-override-light .border-color-surface-4,html body .theme-override-light .border-color-hover-surface-4:hover,html body .theme-override-light .border-color-focus-surface-4[data-focused=true],html body .theme-override-light .border-color-focus-surface-4:focus,html body .theme-override-light .border-color-focus-surface-4:focus-within,html body .theme-override-light .border-color-active-surface-4[data-selected=true],html body .theme-override-light .border-color-active-surface-4:active{border-color:var(--color-surface-4)}body[data-theme-mode=light] .border-top-color-surface-4,body[data-theme-mode=light] .border-top-color-hover-surface-4:hover,body[data-theme-mode=light] .border-top-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-4:focus,body[data-theme-mode=light] .border-top-color-focus-surface-4:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-4:active,html body .theme-override-light .border-top-color-surface-4,html body .theme-override-light .border-top-color-hover-surface-4:hover,html body .theme-override-light .border-top-color-focus-surface-4[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-4:focus,html body .theme-override-light .border-top-color-focus-surface-4:focus-within,html body .theme-override-light .border-top-color-active-surface-4[data-selected=true],html body .theme-override-light .border-top-color-active-surface-4:active{border-top-color:var(--color-surface-4)}body[data-theme-mode=light] .border-bottom-color-surface-4,body[data-theme-mode=light] .border-bottom-color-hover-surface-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-4:active,html body .theme-override-light .border-bottom-color-surface-4,html body .theme-override-light .border-bottom-color-hover-surface-4:hover,html body .theme-override-light .border-bottom-color-focus-surface-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-4:focus,html body .theme-override-light .border-bottom-color-focus-surface-4:focus-within,html body .theme-override-light .border-bottom-color-active-surface-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-4:active{border-bottom-color:var(--color-surface-4)}body[data-theme-mode=light] .border-left-color-surface-4,body[data-theme-mode=light] .border-left-color-hover-surface-4:hover,body[data-theme-mode=light] .border-left-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-4:focus,body[data-theme-mode=light] .border-left-color-focus-surface-4:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-4:active,html body .theme-override-light .border-left-color-surface-4,html body .theme-override-light .border-left-color-hover-surface-4:hover,html body .theme-override-light .border-left-color-focus-surface-4[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-4:focus,html body .theme-override-light .border-left-color-focus-surface-4:focus-within,html body .theme-override-light .border-left-color-active-surface-4[data-selected=true],html body .theme-override-light .border-left-color-active-surface-4:active{border-left-color:var(--color-surface-4)}body[data-theme-mode=light] .border-right-color-surface-4,body[data-theme-mode=light] .border-right-color-hover-surface-4:hover,body[data-theme-mode=light] .border-right-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-4:focus,body[data-theme-mode=light] .border-right-color-focus-surface-4:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-4:active,html body .theme-override-light .border-right-color-surface-4,html body .theme-override-light .border-right-color-hover-surface-4:hover,html body .theme-override-light .border-right-color-focus-surface-4[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-4:focus,html body .theme-override-light .border-right-color-focus-surface-4:focus-within,html body .theme-override-light .border-right-color-active-surface-4[data-selected=true],html body .theme-override-light .border-right-color-active-surface-4:active{border-right-color:var(--color-surface-4)}body[data-theme-mode=light] .fill-color-surface-4,body[data-theme-mode=light] .fill-color-hover-surface-4:hover,body[data-theme-mode=light] .fill-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-4:focus,body[data-theme-mode=light] .fill-color-focus-surface-4:focus-within,body[data-theme-mode=light] .fill-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-4:active,html body .theme-override-light .fill-color-surface-4,html body .theme-override-light .fill-color-hover-surface-4:hover,html body .theme-override-light .fill-color-focus-surface-4[data-focused=true],html body .theme-override-light .fill-color-focus-surface-4:focus,html body .theme-override-light .fill-color-focus-surface-4:focus-within,html body .theme-override-light .fill-color-active-surface-4[data-selected=true],html body .theme-override-light .fill-color-active-surface-4:active{background-color:var(--color-surface-4)}body[data-theme-mode=light] .outline-color-surface-4,body[data-theme-mode=light] .outline-color-hover-surface-4:hover,body[data-theme-mode=light] .outline-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-4:focus,body[data-theme-mode=light] .outline-color-focus-surface-4:focus-within,body[data-theme-mode=light] .outline-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-4:active,html body .theme-override-light .outline-color-surface-4,html body .theme-override-light .outline-color-hover-surface-4:hover,html body .theme-override-light .outline-color-focus-surface-4[data-focused=true],html body .theme-override-light .outline-color-focus-surface-4:focus,html body .theme-override-light .outline-color-focus-surface-4:focus-within,html body .theme-override-light .outline-color-active-surface-4[data-selected=true],html body .theme-override-light .outline-color-active-surface-4:active{outline-color:var(--color-surface-4)}body[data-theme-mode=light] .outside-border-color-surface-4,body[data-theme-mode=light] .outside-border-color-hover-surface-4:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-4:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-4:active,html body .theme-override-light .outside-border-color-surface-4,html body .theme-override-light .outside-border-color-hover-surface-4:hover,html body .theme-override-light .outside-border-color-focus-surface-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-4:focus,html body .theme-override-light .outside-border-color-focus-surface-4:focus-within,html body .theme-override-light .outside-border-color-active-surface-4[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-4:active{--outside-border-color: var(--color-surface-4)}body[data-theme-mode=light] .font-color-surface-5,body[data-theme-mode=light] .font-color-hover-surface-5:hover,body[data-theme-mode=light] .font-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-surface-5:focus,body[data-theme-mode=light] .font-color-focus-surface-5:focus-within,body[data-theme-mode=light] .font-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .font-color-active-surface-5:active,html body .theme-override-light .font-color-surface-5,html body .theme-override-light .font-color-hover-surface-5:hover,html body .theme-override-light .font-color-focus-surface-5[data-focused=true],html body .theme-override-light .font-color-focus-surface-5:focus,html body .theme-override-light .font-color-focus-surface-5:focus-within,html body .theme-override-light .font-color-active-surface-5[data-selected=true],html body .theme-override-light .font-color-active-surface-5:active{color:var(--color-surface-5)}body[data-theme-mode=light] .border-color-surface-5,body[data-theme-mode=light] .border-color-hover-surface-5:hover,body[data-theme-mode=light] .border-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-surface-5:focus,body[data-theme-mode=light] .border-color-focus-surface-5:focus-within,body[data-theme-mode=light] .border-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .border-color-active-surface-5:active,html body .theme-override-light .border-color-surface-5,html body .theme-override-light .border-color-hover-surface-5:hover,html body .theme-override-light .border-color-focus-surface-5[data-focused=true],html body .theme-override-light .border-color-focus-surface-5:focus,html body .theme-override-light .border-color-focus-surface-5:focus-within,html body .theme-override-light .border-color-active-surface-5[data-selected=true],html body .theme-override-light .border-color-active-surface-5:active{border-color:var(--color-surface-5)}body[data-theme-mode=light] .border-top-color-surface-5,body[data-theme-mode=light] .border-top-color-hover-surface-5:hover,body[data-theme-mode=light] .border-top-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-surface-5:focus,body[data-theme-mode=light] .border-top-color-focus-surface-5:focus-within,body[data-theme-mode=light] .border-top-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-surface-5:active,html body .theme-override-light .border-top-color-surface-5,html body .theme-override-light .border-top-color-hover-surface-5:hover,html body .theme-override-light .border-top-color-focus-surface-5[data-focused=true],html body .theme-override-light .border-top-color-focus-surface-5:focus,html body .theme-override-light .border-top-color-focus-surface-5:focus-within,html body .theme-override-light .border-top-color-active-surface-5[data-selected=true],html body .theme-override-light .border-top-color-active-surface-5:active{border-top-color:var(--color-surface-5)}body[data-theme-mode=light] .border-bottom-color-surface-5,body[data-theme-mode=light] .border-bottom-color-hover-surface-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-surface-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-surface-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-surface-5:active,html body .theme-override-light .border-bottom-color-surface-5,html body .theme-override-light .border-bottom-color-hover-surface-5:hover,html body .theme-override-light .border-bottom-color-focus-surface-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-surface-5:focus,html body .theme-override-light .border-bottom-color-focus-surface-5:focus-within,html body .theme-override-light .border-bottom-color-active-surface-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-surface-5:active{border-bottom-color:var(--color-surface-5)}body[data-theme-mode=light] .border-left-color-surface-5,body[data-theme-mode=light] .border-left-color-hover-surface-5:hover,body[data-theme-mode=light] .border-left-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-surface-5:focus,body[data-theme-mode=light] .border-left-color-focus-surface-5:focus-within,body[data-theme-mode=light] .border-left-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-surface-5:active,html body .theme-override-light .border-left-color-surface-5,html body .theme-override-light .border-left-color-hover-surface-5:hover,html body .theme-override-light .border-left-color-focus-surface-5[data-focused=true],html body .theme-override-light .border-left-color-focus-surface-5:focus,html body .theme-override-light .border-left-color-focus-surface-5:focus-within,html body .theme-override-light .border-left-color-active-surface-5[data-selected=true],html body .theme-override-light .border-left-color-active-surface-5:active{border-left-color:var(--color-surface-5)}body[data-theme-mode=light] .border-right-color-surface-5,body[data-theme-mode=light] .border-right-color-hover-surface-5:hover,body[data-theme-mode=light] .border-right-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-surface-5:focus,body[data-theme-mode=light] .border-right-color-focus-surface-5:focus-within,body[data-theme-mode=light] .border-right-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-surface-5:active,html body .theme-override-light .border-right-color-surface-5,html body .theme-override-light .border-right-color-hover-surface-5:hover,html body .theme-override-light .border-right-color-focus-surface-5[data-focused=true],html body .theme-override-light .border-right-color-focus-surface-5:focus,html body .theme-override-light .border-right-color-focus-surface-5:focus-within,html body .theme-override-light .border-right-color-active-surface-5[data-selected=true],html body .theme-override-light .border-right-color-active-surface-5:active{border-right-color:var(--color-surface-5)}body[data-theme-mode=light] .fill-color-surface-5,body[data-theme-mode=light] .fill-color-hover-surface-5:hover,body[data-theme-mode=light] .fill-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-surface-5:focus,body[data-theme-mode=light] .fill-color-focus-surface-5:focus-within,body[data-theme-mode=light] .fill-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-surface-5:active,html body .theme-override-light .fill-color-surface-5,html body .theme-override-light .fill-color-hover-surface-5:hover,html body .theme-override-light .fill-color-focus-surface-5[data-focused=true],html body .theme-override-light .fill-color-focus-surface-5:focus,html body .theme-override-light .fill-color-focus-surface-5:focus-within,html body .theme-override-light .fill-color-active-surface-5[data-selected=true],html body .theme-override-light .fill-color-active-surface-5:active{background-color:var(--color-surface-5)}body[data-theme-mode=light] .outline-color-surface-5,body[data-theme-mode=light] .outline-color-hover-surface-5:hover,body[data-theme-mode=light] .outline-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-surface-5:focus,body[data-theme-mode=light] .outline-color-focus-surface-5:focus-within,body[data-theme-mode=light] .outline-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-surface-5:active,html body .theme-override-light .outline-color-surface-5,html body .theme-override-light .outline-color-hover-surface-5:hover,html body .theme-override-light .outline-color-focus-surface-5[data-focused=true],html body .theme-override-light .outline-color-focus-surface-5:focus,html body .theme-override-light .outline-color-focus-surface-5:focus-within,html body .theme-override-light .outline-color-active-surface-5[data-selected=true],html body .theme-override-light .outline-color-active-surface-5:active{outline-color:var(--color-surface-5)}body[data-theme-mode=light] .outside-border-color-surface-5,body[data-theme-mode=light] .outside-border-color-hover-surface-5:hover,body[data-theme-mode=light] .outside-border-color-focus-surface-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-surface-5:focus,body[data-theme-mode=light] .outside-border-color-focus-surface-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-surface-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-surface-5:active,html body .theme-override-light .outside-border-color-surface-5,html body .theme-override-light .outside-border-color-hover-surface-5:hover,html body .theme-override-light .outside-border-color-focus-surface-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-surface-5:focus,html body .theme-override-light .outside-border-color-focus-surface-5:focus-within,html body .theme-override-light .outside-border-color-active-surface-5[data-selected=true],html body .theme-override-light .outside-border-color-active-surface-5:active{--outside-border-color: var(--color-surface-5)}body[data-theme-mode=light] .font-color-border-0,body[data-theme-mode=light] .font-color-hover-border-0:hover,body[data-theme-mode=light] .font-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-0:focus,body[data-theme-mode=light] .font-color-focus-border-0:focus-within,body[data-theme-mode=light] .font-color-active-border-0[data-selected=true],body[data-theme-mode=light] .font-color-active-border-0:active,html body .theme-override-light .font-color-border-0,html body .theme-override-light .font-color-hover-border-0:hover,html body .theme-override-light .font-color-focus-border-0[data-focused=true],html body .theme-override-light .font-color-focus-border-0:focus,html body .theme-override-light .font-color-focus-border-0:focus-within,html body .theme-override-light .font-color-active-border-0[data-selected=true],html body .theme-override-light .font-color-active-border-0:active{color:var(--color-border-0)}body[data-theme-mode=light] .border-color-border-0,body[data-theme-mode=light] .border-color-hover-border-0:hover,body[data-theme-mode=light] .border-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-0:focus,body[data-theme-mode=light] .border-color-focus-border-0:focus-within,body[data-theme-mode=light] .border-color-active-border-0[data-selected=true],body[data-theme-mode=light] .border-color-active-border-0:active,html body .theme-override-light .border-color-border-0,html body .theme-override-light .border-color-hover-border-0:hover,html body .theme-override-light .border-color-focus-border-0[data-focused=true],html body .theme-override-light .border-color-focus-border-0:focus,html body .theme-override-light .border-color-focus-border-0:focus-within,html body .theme-override-light .border-color-active-border-0[data-selected=true],html body .theme-override-light .border-color-active-border-0:active{border-color:var(--color-border-0)}body[data-theme-mode=light] .border-top-color-border-0,body[data-theme-mode=light] .border-top-color-hover-border-0:hover,body[data-theme-mode=light] .border-top-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-0:focus,body[data-theme-mode=light] .border-top-color-focus-border-0:focus-within,body[data-theme-mode=light] .border-top-color-active-border-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-0:active,html body .theme-override-light .border-top-color-border-0,html body .theme-override-light .border-top-color-hover-border-0:hover,html body .theme-override-light .border-top-color-focus-border-0[data-focused=true],html body .theme-override-light .border-top-color-focus-border-0:focus,html body .theme-override-light .border-top-color-focus-border-0:focus-within,html body .theme-override-light .border-top-color-active-border-0[data-selected=true],html body .theme-override-light .border-top-color-active-border-0:active{border-top-color:var(--color-border-0)}body[data-theme-mode=light] .border-bottom-color-border-0,body[data-theme-mode=light] .border-bottom-color-hover-border-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-0:active,html body .theme-override-light .border-bottom-color-border-0,html body .theme-override-light .border-bottom-color-hover-border-0:hover,html body .theme-override-light .border-bottom-color-focus-border-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-0:focus,html body .theme-override-light .border-bottom-color-focus-border-0:focus-within,html body .theme-override-light .border-bottom-color-active-border-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-0:active{border-bottom-color:var(--color-border-0)}body[data-theme-mode=light] .border-left-color-border-0,body[data-theme-mode=light] .border-left-color-hover-border-0:hover,body[data-theme-mode=light] .border-left-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-0:focus,body[data-theme-mode=light] .border-left-color-focus-border-0:focus-within,body[data-theme-mode=light] .border-left-color-active-border-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-0:active,html body .theme-override-light .border-left-color-border-0,html body .theme-override-light .border-left-color-hover-border-0:hover,html body .theme-override-light .border-left-color-focus-border-0[data-focused=true],html body .theme-override-light .border-left-color-focus-border-0:focus,html body .theme-override-light .border-left-color-focus-border-0:focus-within,html body .theme-override-light .border-left-color-active-border-0[data-selected=true],html body .theme-override-light .border-left-color-active-border-0:active{border-left-color:var(--color-border-0)}body[data-theme-mode=light] .border-right-color-border-0,body[data-theme-mode=light] .border-right-color-hover-border-0:hover,body[data-theme-mode=light] .border-right-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-0:focus,body[data-theme-mode=light] .border-right-color-focus-border-0:focus-within,body[data-theme-mode=light] .border-right-color-active-border-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-0:active,html body .theme-override-light .border-right-color-border-0,html body .theme-override-light .border-right-color-hover-border-0:hover,html body .theme-override-light .border-right-color-focus-border-0[data-focused=true],html body .theme-override-light .border-right-color-focus-border-0:focus,html body .theme-override-light .border-right-color-focus-border-0:focus-within,html body .theme-override-light .border-right-color-active-border-0[data-selected=true],html body .theme-override-light .border-right-color-active-border-0:active{border-right-color:var(--color-border-0)}body[data-theme-mode=light] .fill-color-border-0,body[data-theme-mode=light] .fill-color-hover-border-0:hover,body[data-theme-mode=light] .fill-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-0:focus,body[data-theme-mode=light] .fill-color-focus-border-0:focus-within,body[data-theme-mode=light] .fill-color-active-border-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-0:active,html body .theme-override-light .fill-color-border-0,html body .theme-override-light .fill-color-hover-border-0:hover,html body .theme-override-light .fill-color-focus-border-0[data-focused=true],html body .theme-override-light .fill-color-focus-border-0:focus,html body .theme-override-light .fill-color-focus-border-0:focus-within,html body .theme-override-light .fill-color-active-border-0[data-selected=true],html body .theme-override-light .fill-color-active-border-0:active{background-color:var(--color-border-0)}body[data-theme-mode=light] .outline-color-border-0,body[data-theme-mode=light] .outline-color-hover-border-0:hover,body[data-theme-mode=light] .outline-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-0:focus,body[data-theme-mode=light] .outline-color-focus-border-0:focus-within,body[data-theme-mode=light] .outline-color-active-border-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-0:active,html body .theme-override-light .outline-color-border-0,html body .theme-override-light .outline-color-hover-border-0:hover,html body .theme-override-light .outline-color-focus-border-0[data-focused=true],html body .theme-override-light .outline-color-focus-border-0:focus,html body .theme-override-light .outline-color-focus-border-0:focus-within,html body .theme-override-light .outline-color-active-border-0[data-selected=true],html body .theme-override-light .outline-color-active-border-0:active{outline-color:var(--color-border-0)}body[data-theme-mode=light] .outside-border-color-border-0,body[data-theme-mode=light] .outside-border-color-hover-border-0:hover,body[data-theme-mode=light] .outside-border-color-focus-border-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-0:focus,body[data-theme-mode=light] .outside-border-color-focus-border-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-0:active,html body .theme-override-light .outside-border-color-border-0,html body .theme-override-light .outside-border-color-hover-border-0:hover,html body .theme-override-light .outside-border-color-focus-border-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-0:focus,html body .theme-override-light .outside-border-color-focus-border-0:focus-within,html body .theme-override-light .outside-border-color-active-border-0[data-selected=true],html body .theme-override-light .outside-border-color-active-border-0:active{--outside-border-color: var(--color-border-0)}body[data-theme-mode=light] .font-color-border-1,body[data-theme-mode=light] .font-color-hover-border-1:hover,body[data-theme-mode=light] .font-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-1:focus,body[data-theme-mode=light] .font-color-focus-border-1:focus-within,body[data-theme-mode=light] .font-color-active-border-1[data-selected=true],body[data-theme-mode=light] .font-color-active-border-1:active,html body .theme-override-light .font-color-border-1,html body .theme-override-light .font-color-hover-border-1:hover,html body .theme-override-light .font-color-focus-border-1[data-focused=true],html body .theme-override-light .font-color-focus-border-1:focus,html body .theme-override-light .font-color-focus-border-1:focus-within,html body .theme-override-light .font-color-active-border-1[data-selected=true],html body .theme-override-light .font-color-active-border-1:active{color:var(--color-border-1)}body[data-theme-mode=light] .border-color-border-1,body[data-theme-mode=light] .border-color-hover-border-1:hover,body[data-theme-mode=light] .border-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-1:focus,body[data-theme-mode=light] .border-color-focus-border-1:focus-within,body[data-theme-mode=light] .border-color-active-border-1[data-selected=true],body[data-theme-mode=light] .border-color-active-border-1:active,html body .theme-override-light .border-color-border-1,html body .theme-override-light .border-color-hover-border-1:hover,html body .theme-override-light .border-color-focus-border-1[data-focused=true],html body .theme-override-light .border-color-focus-border-1:focus,html body .theme-override-light .border-color-focus-border-1:focus-within,html body .theme-override-light .border-color-active-border-1[data-selected=true],html body .theme-override-light .border-color-active-border-1:active{border-color:var(--color-border-1)}body[data-theme-mode=light] .border-top-color-border-1,body[data-theme-mode=light] .border-top-color-hover-border-1:hover,body[data-theme-mode=light] .border-top-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-1:focus,body[data-theme-mode=light] .border-top-color-focus-border-1:focus-within,body[data-theme-mode=light] .border-top-color-active-border-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-1:active,html body .theme-override-light .border-top-color-border-1,html body .theme-override-light .border-top-color-hover-border-1:hover,html body .theme-override-light .border-top-color-focus-border-1[data-focused=true],html body .theme-override-light .border-top-color-focus-border-1:focus,html body .theme-override-light .border-top-color-focus-border-1:focus-within,html body .theme-override-light .border-top-color-active-border-1[data-selected=true],html body .theme-override-light .border-top-color-active-border-1:active{border-top-color:var(--color-border-1)}body[data-theme-mode=light] .border-bottom-color-border-1,body[data-theme-mode=light] .border-bottom-color-hover-border-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-1:active,html body .theme-override-light .border-bottom-color-border-1,html body .theme-override-light .border-bottom-color-hover-border-1:hover,html body .theme-override-light .border-bottom-color-focus-border-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-1:focus,html body .theme-override-light .border-bottom-color-focus-border-1:focus-within,html body .theme-override-light .border-bottom-color-active-border-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-1:active{border-bottom-color:var(--color-border-1)}body[data-theme-mode=light] .border-left-color-border-1,body[data-theme-mode=light] .border-left-color-hover-border-1:hover,body[data-theme-mode=light] .border-left-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-1:focus,body[data-theme-mode=light] .border-left-color-focus-border-1:focus-within,body[data-theme-mode=light] .border-left-color-active-border-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-1:active,html body .theme-override-light .border-left-color-border-1,html body .theme-override-light .border-left-color-hover-border-1:hover,html body .theme-override-light .border-left-color-focus-border-1[data-focused=true],html body .theme-override-light .border-left-color-focus-border-1:focus,html body .theme-override-light .border-left-color-focus-border-1:focus-within,html body .theme-override-light .border-left-color-active-border-1[data-selected=true],html body .theme-override-light .border-left-color-active-border-1:active{border-left-color:var(--color-border-1)}body[data-theme-mode=light] .border-right-color-border-1,body[data-theme-mode=light] .border-right-color-hover-border-1:hover,body[data-theme-mode=light] .border-right-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-1:focus,body[data-theme-mode=light] .border-right-color-focus-border-1:focus-within,body[data-theme-mode=light] .border-right-color-active-border-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-1:active,html body .theme-override-light .border-right-color-border-1,html body .theme-override-light .border-right-color-hover-border-1:hover,html body .theme-override-light .border-right-color-focus-border-1[data-focused=true],html body .theme-override-light .border-right-color-focus-border-1:focus,html body .theme-override-light .border-right-color-focus-border-1:focus-within,html body .theme-override-light .border-right-color-active-border-1[data-selected=true],html body .theme-override-light .border-right-color-active-border-1:active{border-right-color:var(--color-border-1)}body[data-theme-mode=light] .fill-color-border-1,body[data-theme-mode=light] .fill-color-hover-border-1:hover,body[data-theme-mode=light] .fill-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-1:focus,body[data-theme-mode=light] .fill-color-focus-border-1:focus-within,body[data-theme-mode=light] .fill-color-active-border-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-1:active,html body .theme-override-light .fill-color-border-1,html body .theme-override-light .fill-color-hover-border-1:hover,html body .theme-override-light .fill-color-focus-border-1[data-focused=true],html body .theme-override-light .fill-color-focus-border-1:focus,html body .theme-override-light .fill-color-focus-border-1:focus-within,html body .theme-override-light .fill-color-active-border-1[data-selected=true],html body .theme-override-light .fill-color-active-border-1:active{background-color:var(--color-border-1)}body[data-theme-mode=light] .outline-color-border-1,body[data-theme-mode=light] .outline-color-hover-border-1:hover,body[data-theme-mode=light] .outline-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-1:focus,body[data-theme-mode=light] .outline-color-focus-border-1:focus-within,body[data-theme-mode=light] .outline-color-active-border-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-1:active,html body .theme-override-light .outline-color-border-1,html body .theme-override-light .outline-color-hover-border-1:hover,html body .theme-override-light .outline-color-focus-border-1[data-focused=true],html body .theme-override-light .outline-color-focus-border-1:focus,html body .theme-override-light .outline-color-focus-border-1:focus-within,html body .theme-override-light .outline-color-active-border-1[data-selected=true],html body .theme-override-light .outline-color-active-border-1:active{outline-color:var(--color-border-1)}body[data-theme-mode=light] .outside-border-color-border-1,body[data-theme-mode=light] .outside-border-color-hover-border-1:hover,body[data-theme-mode=light] .outside-border-color-focus-border-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-1:focus,body[data-theme-mode=light] .outside-border-color-focus-border-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-1:active,html body .theme-override-light .outside-border-color-border-1,html body .theme-override-light .outside-border-color-hover-border-1:hover,html body .theme-override-light .outside-border-color-focus-border-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-1:focus,html body .theme-override-light .outside-border-color-focus-border-1:focus-within,html body .theme-override-light .outside-border-color-active-border-1[data-selected=true],html body .theme-override-light .outside-border-color-active-border-1:active{--outside-border-color: var(--color-border-1)}body[data-theme-mode=light] .font-color-border-2,body[data-theme-mode=light] .font-color-hover-border-2:hover,body[data-theme-mode=light] .font-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-2:focus,body[data-theme-mode=light] .font-color-focus-border-2:focus-within,body[data-theme-mode=light] .font-color-active-border-2[data-selected=true],body[data-theme-mode=light] .font-color-active-border-2:active,html body .theme-override-light .font-color-border-2,html body .theme-override-light .font-color-hover-border-2:hover,html body .theme-override-light .font-color-focus-border-2[data-focused=true],html body .theme-override-light .font-color-focus-border-2:focus,html body .theme-override-light .font-color-focus-border-2:focus-within,html body .theme-override-light .font-color-active-border-2[data-selected=true],html body .theme-override-light .font-color-active-border-2:active{color:var(--color-border-2)}body[data-theme-mode=light] .border-color-border-2,body[data-theme-mode=light] .border-color-hover-border-2:hover,body[data-theme-mode=light] .border-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-2:focus,body[data-theme-mode=light] .border-color-focus-border-2:focus-within,body[data-theme-mode=light] .border-color-active-border-2[data-selected=true],body[data-theme-mode=light] .border-color-active-border-2:active,html body .theme-override-light .border-color-border-2,html body .theme-override-light .border-color-hover-border-2:hover,html body .theme-override-light .border-color-focus-border-2[data-focused=true],html body .theme-override-light .border-color-focus-border-2:focus,html body .theme-override-light .border-color-focus-border-2:focus-within,html body .theme-override-light .border-color-active-border-2[data-selected=true],html body .theme-override-light .border-color-active-border-2:active{border-color:var(--color-border-2)}body[data-theme-mode=light] .border-top-color-border-2,body[data-theme-mode=light] .border-top-color-hover-border-2:hover,body[data-theme-mode=light] .border-top-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-2:focus,body[data-theme-mode=light] .border-top-color-focus-border-2:focus-within,body[data-theme-mode=light] .border-top-color-active-border-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-2:active,html body .theme-override-light .border-top-color-border-2,html body .theme-override-light .border-top-color-hover-border-2:hover,html body .theme-override-light .border-top-color-focus-border-2[data-focused=true],html body .theme-override-light .border-top-color-focus-border-2:focus,html body .theme-override-light .border-top-color-focus-border-2:focus-within,html body .theme-override-light .border-top-color-active-border-2[data-selected=true],html body .theme-override-light .border-top-color-active-border-2:active{border-top-color:var(--color-border-2)}body[data-theme-mode=light] .border-bottom-color-border-2,body[data-theme-mode=light] .border-bottom-color-hover-border-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-2:active,html body .theme-override-light .border-bottom-color-border-2,html body .theme-override-light .border-bottom-color-hover-border-2:hover,html body .theme-override-light .border-bottom-color-focus-border-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-2:focus,html body .theme-override-light .border-bottom-color-focus-border-2:focus-within,html body .theme-override-light .border-bottom-color-active-border-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-2:active{border-bottom-color:var(--color-border-2)}body[data-theme-mode=light] .border-left-color-border-2,body[data-theme-mode=light] .border-left-color-hover-border-2:hover,body[data-theme-mode=light] .border-left-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-2:focus,body[data-theme-mode=light] .border-left-color-focus-border-2:focus-within,body[data-theme-mode=light] .border-left-color-active-border-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-2:active,html body .theme-override-light .border-left-color-border-2,html body .theme-override-light .border-left-color-hover-border-2:hover,html body .theme-override-light .border-left-color-focus-border-2[data-focused=true],html body .theme-override-light .border-left-color-focus-border-2:focus,html body .theme-override-light .border-left-color-focus-border-2:focus-within,html body .theme-override-light .border-left-color-active-border-2[data-selected=true],html body .theme-override-light .border-left-color-active-border-2:active{border-left-color:var(--color-border-2)}body[data-theme-mode=light] .border-right-color-border-2,body[data-theme-mode=light] .border-right-color-hover-border-2:hover,body[data-theme-mode=light] .border-right-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-2:focus,body[data-theme-mode=light] .border-right-color-focus-border-2:focus-within,body[data-theme-mode=light] .border-right-color-active-border-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-2:active,html body .theme-override-light .border-right-color-border-2,html body .theme-override-light .border-right-color-hover-border-2:hover,html body .theme-override-light .border-right-color-focus-border-2[data-focused=true],html body .theme-override-light .border-right-color-focus-border-2:focus,html body .theme-override-light .border-right-color-focus-border-2:focus-within,html body .theme-override-light .border-right-color-active-border-2[data-selected=true],html body .theme-override-light .border-right-color-active-border-2:active{border-right-color:var(--color-border-2)}body[data-theme-mode=light] .fill-color-border-2,body[data-theme-mode=light] .fill-color-hover-border-2:hover,body[data-theme-mode=light] .fill-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-2:focus,body[data-theme-mode=light] .fill-color-focus-border-2:focus-within,body[data-theme-mode=light] .fill-color-active-border-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-2:active,html body .theme-override-light .fill-color-border-2,html body .theme-override-light .fill-color-hover-border-2:hover,html body .theme-override-light .fill-color-focus-border-2[data-focused=true],html body .theme-override-light .fill-color-focus-border-2:focus,html body .theme-override-light .fill-color-focus-border-2:focus-within,html body .theme-override-light .fill-color-active-border-2[data-selected=true],html body .theme-override-light .fill-color-active-border-2:active{background-color:var(--color-border-2)}body[data-theme-mode=light] .outline-color-border-2,body[data-theme-mode=light] .outline-color-hover-border-2:hover,body[data-theme-mode=light] .outline-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-2:focus,body[data-theme-mode=light] .outline-color-focus-border-2:focus-within,body[data-theme-mode=light] .outline-color-active-border-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-2:active,html body .theme-override-light .outline-color-border-2,html body .theme-override-light .outline-color-hover-border-2:hover,html body .theme-override-light .outline-color-focus-border-2[data-focused=true],html body .theme-override-light .outline-color-focus-border-2:focus,html body .theme-override-light .outline-color-focus-border-2:focus-within,html body .theme-override-light .outline-color-active-border-2[data-selected=true],html body .theme-override-light .outline-color-active-border-2:active{outline-color:var(--color-border-2)}body[data-theme-mode=light] .outside-border-color-border-2,body[data-theme-mode=light] .outside-border-color-hover-border-2:hover,body[data-theme-mode=light] .outside-border-color-focus-border-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-2:focus,body[data-theme-mode=light] .outside-border-color-focus-border-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-2:active,html body .theme-override-light .outside-border-color-border-2,html body .theme-override-light .outside-border-color-hover-border-2:hover,html body .theme-override-light .outside-border-color-focus-border-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-2:focus,html body .theme-override-light .outside-border-color-focus-border-2:focus-within,html body .theme-override-light .outside-border-color-active-border-2[data-selected=true],html body .theme-override-light .outside-border-color-active-border-2:active{--outside-border-color: var(--color-border-2)}body[data-theme-mode=light] .font-color-border-3,body[data-theme-mode=light] .font-color-hover-border-3:hover,body[data-theme-mode=light] .font-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-3:focus,body[data-theme-mode=light] .font-color-focus-border-3:focus-within,body[data-theme-mode=light] .font-color-active-border-3[data-selected=true],body[data-theme-mode=light] .font-color-active-border-3:active,html body .theme-override-light .font-color-border-3,html body .theme-override-light .font-color-hover-border-3:hover,html body .theme-override-light .font-color-focus-border-3[data-focused=true],html body .theme-override-light .font-color-focus-border-3:focus,html body .theme-override-light .font-color-focus-border-3:focus-within,html body .theme-override-light .font-color-active-border-3[data-selected=true],html body .theme-override-light .font-color-active-border-3:active{color:var(--color-border-3)}body[data-theme-mode=light] .border-color-border-3,body[data-theme-mode=light] .border-color-hover-border-3:hover,body[data-theme-mode=light] .border-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-3:focus,body[data-theme-mode=light] .border-color-focus-border-3:focus-within,body[data-theme-mode=light] .border-color-active-border-3[data-selected=true],body[data-theme-mode=light] .border-color-active-border-3:active,html body .theme-override-light .border-color-border-3,html body .theme-override-light .border-color-hover-border-3:hover,html body .theme-override-light .border-color-focus-border-3[data-focused=true],html body .theme-override-light .border-color-focus-border-3:focus,html body .theme-override-light .border-color-focus-border-3:focus-within,html body .theme-override-light .border-color-active-border-3[data-selected=true],html body .theme-override-light .border-color-active-border-3:active{border-color:var(--color-border-3)}body[data-theme-mode=light] .border-top-color-border-3,body[data-theme-mode=light] .border-top-color-hover-border-3:hover,body[data-theme-mode=light] .border-top-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-3:focus,body[data-theme-mode=light] .border-top-color-focus-border-3:focus-within,body[data-theme-mode=light] .border-top-color-active-border-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-3:active,html body .theme-override-light .border-top-color-border-3,html body .theme-override-light .border-top-color-hover-border-3:hover,html body .theme-override-light .border-top-color-focus-border-3[data-focused=true],html body .theme-override-light .border-top-color-focus-border-3:focus,html body .theme-override-light .border-top-color-focus-border-3:focus-within,html body .theme-override-light .border-top-color-active-border-3[data-selected=true],html body .theme-override-light .border-top-color-active-border-3:active{border-top-color:var(--color-border-3)}body[data-theme-mode=light] .border-bottom-color-border-3,body[data-theme-mode=light] .border-bottom-color-hover-border-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-3:active,html body .theme-override-light .border-bottom-color-border-3,html body .theme-override-light .border-bottom-color-hover-border-3:hover,html body .theme-override-light .border-bottom-color-focus-border-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-3:focus,html body .theme-override-light .border-bottom-color-focus-border-3:focus-within,html body .theme-override-light .border-bottom-color-active-border-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-3:active{border-bottom-color:var(--color-border-3)}body[data-theme-mode=light] .border-left-color-border-3,body[data-theme-mode=light] .border-left-color-hover-border-3:hover,body[data-theme-mode=light] .border-left-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-3:focus,body[data-theme-mode=light] .border-left-color-focus-border-3:focus-within,body[data-theme-mode=light] .border-left-color-active-border-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-3:active,html body .theme-override-light .border-left-color-border-3,html body .theme-override-light .border-left-color-hover-border-3:hover,html body .theme-override-light .border-left-color-focus-border-3[data-focused=true],html body .theme-override-light .border-left-color-focus-border-3:focus,html body .theme-override-light .border-left-color-focus-border-3:focus-within,html body .theme-override-light .border-left-color-active-border-3[data-selected=true],html body .theme-override-light .border-left-color-active-border-3:active{border-left-color:var(--color-border-3)}body[data-theme-mode=light] .border-right-color-border-3,body[data-theme-mode=light] .border-right-color-hover-border-3:hover,body[data-theme-mode=light] .border-right-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-3:focus,body[data-theme-mode=light] .border-right-color-focus-border-3:focus-within,body[data-theme-mode=light] .border-right-color-active-border-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-3:active,html body .theme-override-light .border-right-color-border-3,html body .theme-override-light .border-right-color-hover-border-3:hover,html body .theme-override-light .border-right-color-focus-border-3[data-focused=true],html body .theme-override-light .border-right-color-focus-border-3:focus,html body .theme-override-light .border-right-color-focus-border-3:focus-within,html body .theme-override-light .border-right-color-active-border-3[data-selected=true],html body .theme-override-light .border-right-color-active-border-3:active{border-right-color:var(--color-border-3)}body[data-theme-mode=light] .fill-color-border-3,body[data-theme-mode=light] .fill-color-hover-border-3:hover,body[data-theme-mode=light] .fill-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-3:focus,body[data-theme-mode=light] .fill-color-focus-border-3:focus-within,body[data-theme-mode=light] .fill-color-active-border-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-3:active,html body .theme-override-light .fill-color-border-3,html body .theme-override-light .fill-color-hover-border-3:hover,html body .theme-override-light .fill-color-focus-border-3[data-focused=true],html body .theme-override-light .fill-color-focus-border-3:focus,html body .theme-override-light .fill-color-focus-border-3:focus-within,html body .theme-override-light .fill-color-active-border-3[data-selected=true],html body .theme-override-light .fill-color-active-border-3:active{background-color:var(--color-border-3)}body[data-theme-mode=light] .outline-color-border-3,body[data-theme-mode=light] .outline-color-hover-border-3:hover,body[data-theme-mode=light] .outline-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-3:focus,body[data-theme-mode=light] .outline-color-focus-border-3:focus-within,body[data-theme-mode=light] .outline-color-active-border-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-3:active,html body .theme-override-light .outline-color-border-3,html body .theme-override-light .outline-color-hover-border-3:hover,html body .theme-override-light .outline-color-focus-border-3[data-focused=true],html body .theme-override-light .outline-color-focus-border-3:focus,html body .theme-override-light .outline-color-focus-border-3:focus-within,html body .theme-override-light .outline-color-active-border-3[data-selected=true],html body .theme-override-light .outline-color-active-border-3:active{outline-color:var(--color-border-3)}body[data-theme-mode=light] .outside-border-color-border-3,body[data-theme-mode=light] .outside-border-color-hover-border-3:hover,body[data-theme-mode=light] .outside-border-color-focus-border-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-3:focus,body[data-theme-mode=light] .outside-border-color-focus-border-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-3:active,html body .theme-override-light .outside-border-color-border-3,html body .theme-override-light .outside-border-color-hover-border-3:hover,html body .theme-override-light .outside-border-color-focus-border-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-3:focus,html body .theme-override-light .outside-border-color-focus-border-3:focus-within,html body .theme-override-light .outside-border-color-active-border-3[data-selected=true],html body .theme-override-light .outside-border-color-active-border-3:active{--outside-border-color: var(--color-border-3)}body[data-theme-mode=light] .font-color-border-4,body[data-theme-mode=light] .font-color-hover-border-4:hover,body[data-theme-mode=light] .font-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-4:focus,body[data-theme-mode=light] .font-color-focus-border-4:focus-within,body[data-theme-mode=light] .font-color-active-border-4[data-selected=true],body[data-theme-mode=light] .font-color-active-border-4:active,html body .theme-override-light .font-color-border-4,html body .theme-override-light .font-color-hover-border-4:hover,html body .theme-override-light .font-color-focus-border-4[data-focused=true],html body .theme-override-light .font-color-focus-border-4:focus,html body .theme-override-light .font-color-focus-border-4:focus-within,html body .theme-override-light .font-color-active-border-4[data-selected=true],html body .theme-override-light .font-color-active-border-4:active{color:var(--color-border-4)}body[data-theme-mode=light] .border-color-border-4,body[data-theme-mode=light] .border-color-hover-border-4:hover,body[data-theme-mode=light] .border-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-4:focus,body[data-theme-mode=light] .border-color-focus-border-4:focus-within,body[data-theme-mode=light] .border-color-active-border-4[data-selected=true],body[data-theme-mode=light] .border-color-active-border-4:active,html body .theme-override-light .border-color-border-4,html body .theme-override-light .border-color-hover-border-4:hover,html body .theme-override-light .border-color-focus-border-4[data-focused=true],html body .theme-override-light .border-color-focus-border-4:focus,html body .theme-override-light .border-color-focus-border-4:focus-within,html body .theme-override-light .border-color-active-border-4[data-selected=true],html body .theme-override-light .border-color-active-border-4:active{border-color:var(--color-border-4)}body[data-theme-mode=light] .border-top-color-border-4,body[data-theme-mode=light] .border-top-color-hover-border-4:hover,body[data-theme-mode=light] .border-top-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-4:focus,body[data-theme-mode=light] .border-top-color-focus-border-4:focus-within,body[data-theme-mode=light] .border-top-color-active-border-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-4:active,html body .theme-override-light .border-top-color-border-4,html body .theme-override-light .border-top-color-hover-border-4:hover,html body .theme-override-light .border-top-color-focus-border-4[data-focused=true],html body .theme-override-light .border-top-color-focus-border-4:focus,html body .theme-override-light .border-top-color-focus-border-4:focus-within,html body .theme-override-light .border-top-color-active-border-4[data-selected=true],html body .theme-override-light .border-top-color-active-border-4:active{border-top-color:var(--color-border-4)}body[data-theme-mode=light] .border-bottom-color-border-4,body[data-theme-mode=light] .border-bottom-color-hover-border-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-4:active,html body .theme-override-light .border-bottom-color-border-4,html body .theme-override-light .border-bottom-color-hover-border-4:hover,html body .theme-override-light .border-bottom-color-focus-border-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-4:focus,html body .theme-override-light .border-bottom-color-focus-border-4:focus-within,html body .theme-override-light .border-bottom-color-active-border-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-4:active{border-bottom-color:var(--color-border-4)}body[data-theme-mode=light] .border-left-color-border-4,body[data-theme-mode=light] .border-left-color-hover-border-4:hover,body[data-theme-mode=light] .border-left-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-4:focus,body[data-theme-mode=light] .border-left-color-focus-border-4:focus-within,body[data-theme-mode=light] .border-left-color-active-border-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-4:active,html body .theme-override-light .border-left-color-border-4,html body .theme-override-light .border-left-color-hover-border-4:hover,html body .theme-override-light .border-left-color-focus-border-4[data-focused=true],html body .theme-override-light .border-left-color-focus-border-4:focus,html body .theme-override-light .border-left-color-focus-border-4:focus-within,html body .theme-override-light .border-left-color-active-border-4[data-selected=true],html body .theme-override-light .border-left-color-active-border-4:active{border-left-color:var(--color-border-4)}body[data-theme-mode=light] .border-right-color-border-4,body[data-theme-mode=light] .border-right-color-hover-border-4:hover,body[data-theme-mode=light] .border-right-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-4:focus,body[data-theme-mode=light] .border-right-color-focus-border-4:focus-within,body[data-theme-mode=light] .border-right-color-active-border-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-4:active,html body .theme-override-light .border-right-color-border-4,html body .theme-override-light .border-right-color-hover-border-4:hover,html body .theme-override-light .border-right-color-focus-border-4[data-focused=true],html body .theme-override-light .border-right-color-focus-border-4:focus,html body .theme-override-light .border-right-color-focus-border-4:focus-within,html body .theme-override-light .border-right-color-active-border-4[data-selected=true],html body .theme-override-light .border-right-color-active-border-4:active{border-right-color:var(--color-border-4)}body[data-theme-mode=light] .fill-color-border-4,body[data-theme-mode=light] .fill-color-hover-border-4:hover,body[data-theme-mode=light] .fill-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-4:focus,body[data-theme-mode=light] .fill-color-focus-border-4:focus-within,body[data-theme-mode=light] .fill-color-active-border-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-4:active,html body .theme-override-light .fill-color-border-4,html body .theme-override-light .fill-color-hover-border-4:hover,html body .theme-override-light .fill-color-focus-border-4[data-focused=true],html body .theme-override-light .fill-color-focus-border-4:focus,html body .theme-override-light .fill-color-focus-border-4:focus-within,html body .theme-override-light .fill-color-active-border-4[data-selected=true],html body .theme-override-light .fill-color-active-border-4:active{background-color:var(--color-border-4)}body[data-theme-mode=light] .outline-color-border-4,body[data-theme-mode=light] .outline-color-hover-border-4:hover,body[data-theme-mode=light] .outline-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-4:focus,body[data-theme-mode=light] .outline-color-focus-border-4:focus-within,body[data-theme-mode=light] .outline-color-active-border-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-4:active,html body .theme-override-light .outline-color-border-4,html body .theme-override-light .outline-color-hover-border-4:hover,html body .theme-override-light .outline-color-focus-border-4[data-focused=true],html body .theme-override-light .outline-color-focus-border-4:focus,html body .theme-override-light .outline-color-focus-border-4:focus-within,html body .theme-override-light .outline-color-active-border-4[data-selected=true],html body .theme-override-light .outline-color-active-border-4:active{outline-color:var(--color-border-4)}body[data-theme-mode=light] .outside-border-color-border-4,body[data-theme-mode=light] .outside-border-color-hover-border-4:hover,body[data-theme-mode=light] .outside-border-color-focus-border-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-4:focus,body[data-theme-mode=light] .outside-border-color-focus-border-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-4:active,html body .theme-override-light .outside-border-color-border-4,html body .theme-override-light .outside-border-color-hover-border-4:hover,html body .theme-override-light .outside-border-color-focus-border-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-4:focus,html body .theme-override-light .outside-border-color-focus-border-4:focus-within,html body .theme-override-light .outside-border-color-active-border-4[data-selected=true],html body .theme-override-light .outside-border-color-active-border-4:active{--outside-border-color: var(--color-border-4)}body[data-theme-mode=light] .font-color-border-5,body[data-theme-mode=light] .font-color-hover-border-5:hover,body[data-theme-mode=light] .font-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-5:focus,body[data-theme-mode=light] .font-color-focus-border-5:focus-within,body[data-theme-mode=light] .font-color-active-border-5[data-selected=true],body[data-theme-mode=light] .font-color-active-border-5:active,html body .theme-override-light .font-color-border-5,html body .theme-override-light .font-color-hover-border-5:hover,html body .theme-override-light .font-color-focus-border-5[data-focused=true],html body .theme-override-light .font-color-focus-border-5:focus,html body .theme-override-light .font-color-focus-border-5:focus-within,html body .theme-override-light .font-color-active-border-5[data-selected=true],html body .theme-override-light .font-color-active-border-5:active{color:var(--color-border-5)}body[data-theme-mode=light] .border-color-border-5,body[data-theme-mode=light] .border-color-hover-border-5:hover,body[data-theme-mode=light] .border-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-5:focus,body[data-theme-mode=light] .border-color-focus-border-5:focus-within,body[data-theme-mode=light] .border-color-active-border-5[data-selected=true],body[data-theme-mode=light] .border-color-active-border-5:active,html body .theme-override-light .border-color-border-5,html body .theme-override-light .border-color-hover-border-5:hover,html body .theme-override-light .border-color-focus-border-5[data-focused=true],html body .theme-override-light .border-color-focus-border-5:focus,html body .theme-override-light .border-color-focus-border-5:focus-within,html body .theme-override-light .border-color-active-border-5[data-selected=true],html body .theme-override-light .border-color-active-border-5:active{border-color:var(--color-border-5)}body[data-theme-mode=light] .border-top-color-border-5,body[data-theme-mode=light] .border-top-color-hover-border-5:hover,body[data-theme-mode=light] .border-top-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-5:focus,body[data-theme-mode=light] .border-top-color-focus-border-5:focus-within,body[data-theme-mode=light] .border-top-color-active-border-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-5:active,html body .theme-override-light .border-top-color-border-5,html body .theme-override-light .border-top-color-hover-border-5:hover,html body .theme-override-light .border-top-color-focus-border-5[data-focused=true],html body .theme-override-light .border-top-color-focus-border-5:focus,html body .theme-override-light .border-top-color-focus-border-5:focus-within,html body .theme-override-light .border-top-color-active-border-5[data-selected=true],html body .theme-override-light .border-top-color-active-border-5:active{border-top-color:var(--color-border-5)}body[data-theme-mode=light] .border-bottom-color-border-5,body[data-theme-mode=light] .border-bottom-color-hover-border-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-5:active,html body .theme-override-light .border-bottom-color-border-5,html body .theme-override-light .border-bottom-color-hover-border-5:hover,html body .theme-override-light .border-bottom-color-focus-border-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-5:focus,html body .theme-override-light .border-bottom-color-focus-border-5:focus-within,html body .theme-override-light .border-bottom-color-active-border-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-5:active{border-bottom-color:var(--color-border-5)}body[data-theme-mode=light] .border-left-color-border-5,body[data-theme-mode=light] .border-left-color-hover-border-5:hover,body[data-theme-mode=light] .border-left-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-5:focus,body[data-theme-mode=light] .border-left-color-focus-border-5:focus-within,body[data-theme-mode=light] .border-left-color-active-border-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-5:active,html body .theme-override-light .border-left-color-border-5,html body .theme-override-light .border-left-color-hover-border-5:hover,html body .theme-override-light .border-left-color-focus-border-5[data-focused=true],html body .theme-override-light .border-left-color-focus-border-5:focus,html body .theme-override-light .border-left-color-focus-border-5:focus-within,html body .theme-override-light .border-left-color-active-border-5[data-selected=true],html body .theme-override-light .border-left-color-active-border-5:active{border-left-color:var(--color-border-5)}body[data-theme-mode=light] .border-right-color-border-5,body[data-theme-mode=light] .border-right-color-hover-border-5:hover,body[data-theme-mode=light] .border-right-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-5:focus,body[data-theme-mode=light] .border-right-color-focus-border-5:focus-within,body[data-theme-mode=light] .border-right-color-active-border-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-5:active,html body .theme-override-light .border-right-color-border-5,html body .theme-override-light .border-right-color-hover-border-5:hover,html body .theme-override-light .border-right-color-focus-border-5[data-focused=true],html body .theme-override-light .border-right-color-focus-border-5:focus,html body .theme-override-light .border-right-color-focus-border-5:focus-within,html body .theme-override-light .border-right-color-active-border-5[data-selected=true],html body .theme-override-light .border-right-color-active-border-5:active{border-right-color:var(--color-border-5)}body[data-theme-mode=light] .fill-color-border-5,body[data-theme-mode=light] .fill-color-hover-border-5:hover,body[data-theme-mode=light] .fill-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-5:focus,body[data-theme-mode=light] .fill-color-focus-border-5:focus-within,body[data-theme-mode=light] .fill-color-active-border-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-5:active,html body .theme-override-light .fill-color-border-5,html body .theme-override-light .fill-color-hover-border-5:hover,html body .theme-override-light .fill-color-focus-border-5[data-focused=true],html body .theme-override-light .fill-color-focus-border-5:focus,html body .theme-override-light .fill-color-focus-border-5:focus-within,html body .theme-override-light .fill-color-active-border-5[data-selected=true],html body .theme-override-light .fill-color-active-border-5:active{background-color:var(--color-border-5)}body[data-theme-mode=light] .outline-color-border-5,body[data-theme-mode=light] .outline-color-hover-border-5:hover,body[data-theme-mode=light] .outline-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-5:focus,body[data-theme-mode=light] .outline-color-focus-border-5:focus-within,body[data-theme-mode=light] .outline-color-active-border-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-5:active,html body .theme-override-light .outline-color-border-5,html body .theme-override-light .outline-color-hover-border-5:hover,html body .theme-override-light .outline-color-focus-border-5[data-focused=true],html body .theme-override-light .outline-color-focus-border-5:focus,html body .theme-override-light .outline-color-focus-border-5:focus-within,html body .theme-override-light .outline-color-active-border-5[data-selected=true],html body .theme-override-light .outline-color-active-border-5:active{outline-color:var(--color-border-5)}body[data-theme-mode=light] .outside-border-color-border-5,body[data-theme-mode=light] .outside-border-color-hover-border-5:hover,body[data-theme-mode=light] .outside-border-color-focus-border-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-5:focus,body[data-theme-mode=light] .outside-border-color-focus-border-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-5:active,html body .theme-override-light .outside-border-color-border-5,html body .theme-override-light .outside-border-color-hover-border-5:hover,html body .theme-override-light .outside-border-color-focus-border-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-5:focus,html body .theme-override-light .outside-border-color-focus-border-5:focus-within,html body .theme-override-light .outside-border-color-active-border-5[data-selected=true],html body .theme-override-light .outside-border-color-active-border-5:active{--outside-border-color: var(--color-border-5)}body[data-theme-mode=light] .font-color-font-0,body[data-theme-mode=light] .font-color-hover-font-0:hover,body[data-theme-mode=light] .font-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-0:focus,body[data-theme-mode=light] .font-color-focus-font-0:focus-within,body[data-theme-mode=light] .font-color-active-font-0[data-selected=true],body[data-theme-mode=light] .font-color-active-font-0:active,html body .theme-override-light .font-color-font-0,html body .theme-override-light .font-color-hover-font-0:hover,html body .theme-override-light .font-color-focus-font-0[data-focused=true],html body .theme-override-light .font-color-focus-font-0:focus,html body .theme-override-light .font-color-focus-font-0:focus-within,html body .theme-override-light .font-color-active-font-0[data-selected=true],html body .theme-override-light .font-color-active-font-0:active{color:var(--color-font-0)}body[data-theme-mode=light] .border-color-font-0,body[data-theme-mode=light] .border-color-hover-font-0:hover,body[data-theme-mode=light] .border-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-0:focus,body[data-theme-mode=light] .border-color-focus-font-0:focus-within,body[data-theme-mode=light] .border-color-active-font-0[data-selected=true],body[data-theme-mode=light] .border-color-active-font-0:active,html body .theme-override-light .border-color-font-0,html body .theme-override-light .border-color-hover-font-0:hover,html body .theme-override-light .border-color-focus-font-0[data-focused=true],html body .theme-override-light .border-color-focus-font-0:focus,html body .theme-override-light .border-color-focus-font-0:focus-within,html body .theme-override-light .border-color-active-font-0[data-selected=true],html body .theme-override-light .border-color-active-font-0:active{border-color:var(--color-font-0)}body[data-theme-mode=light] .border-top-color-font-0,body[data-theme-mode=light] .border-top-color-hover-font-0:hover,body[data-theme-mode=light] .border-top-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-0:focus,body[data-theme-mode=light] .border-top-color-focus-font-0:focus-within,body[data-theme-mode=light] .border-top-color-active-font-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-0:active,html body .theme-override-light .border-top-color-font-0,html body .theme-override-light .border-top-color-hover-font-0:hover,html body .theme-override-light .border-top-color-focus-font-0[data-focused=true],html body .theme-override-light .border-top-color-focus-font-0:focus,html body .theme-override-light .border-top-color-focus-font-0:focus-within,html body .theme-override-light .border-top-color-active-font-0[data-selected=true],html body .theme-override-light .border-top-color-active-font-0:active{border-top-color:var(--color-font-0)}body[data-theme-mode=light] .border-bottom-color-font-0,body[data-theme-mode=light] .border-bottom-color-hover-font-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-0:active,html body .theme-override-light .border-bottom-color-font-0,html body .theme-override-light .border-bottom-color-hover-font-0:hover,html body .theme-override-light .border-bottom-color-focus-font-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-0:focus,html body .theme-override-light .border-bottom-color-focus-font-0:focus-within,html body .theme-override-light .border-bottom-color-active-font-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-0:active{border-bottom-color:var(--color-font-0)}body[data-theme-mode=light] .border-left-color-font-0,body[data-theme-mode=light] .border-left-color-hover-font-0:hover,body[data-theme-mode=light] .border-left-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-0:focus,body[data-theme-mode=light] .border-left-color-focus-font-0:focus-within,body[data-theme-mode=light] .border-left-color-active-font-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-0:active,html body .theme-override-light .border-left-color-font-0,html body .theme-override-light .border-left-color-hover-font-0:hover,html body .theme-override-light .border-left-color-focus-font-0[data-focused=true],html body .theme-override-light .border-left-color-focus-font-0:focus,html body .theme-override-light .border-left-color-focus-font-0:focus-within,html body .theme-override-light .border-left-color-active-font-0[data-selected=true],html body .theme-override-light .border-left-color-active-font-0:active{border-left-color:var(--color-font-0)}body[data-theme-mode=light] .border-right-color-font-0,body[data-theme-mode=light] .border-right-color-hover-font-0:hover,body[data-theme-mode=light] .border-right-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-0:focus,body[data-theme-mode=light] .border-right-color-focus-font-0:focus-within,body[data-theme-mode=light] .border-right-color-active-font-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-0:active,html body .theme-override-light .border-right-color-font-0,html body .theme-override-light .border-right-color-hover-font-0:hover,html body .theme-override-light .border-right-color-focus-font-0[data-focused=true],html body .theme-override-light .border-right-color-focus-font-0:focus,html body .theme-override-light .border-right-color-focus-font-0:focus-within,html body .theme-override-light .border-right-color-active-font-0[data-selected=true],html body .theme-override-light .border-right-color-active-font-0:active{border-right-color:var(--color-font-0)}body[data-theme-mode=light] .fill-color-font-0,body[data-theme-mode=light] .fill-color-hover-font-0:hover,body[data-theme-mode=light] .fill-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-0:focus,body[data-theme-mode=light] .fill-color-focus-font-0:focus-within,body[data-theme-mode=light] .fill-color-active-font-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-0:active,html body .theme-override-light .fill-color-font-0,html body .theme-override-light .fill-color-hover-font-0:hover,html body .theme-override-light .fill-color-focus-font-0[data-focused=true],html body .theme-override-light .fill-color-focus-font-0:focus,html body .theme-override-light .fill-color-focus-font-0:focus-within,html body .theme-override-light .fill-color-active-font-0[data-selected=true],html body .theme-override-light .fill-color-active-font-0:active{background-color:var(--color-font-0)}body[data-theme-mode=light] .outline-color-font-0,body[data-theme-mode=light] .outline-color-hover-font-0:hover,body[data-theme-mode=light] .outline-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-0:focus,body[data-theme-mode=light] .outline-color-focus-font-0:focus-within,body[data-theme-mode=light] .outline-color-active-font-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-0:active,html body .theme-override-light .outline-color-font-0,html body .theme-override-light .outline-color-hover-font-0:hover,html body .theme-override-light .outline-color-focus-font-0[data-focused=true],html body .theme-override-light .outline-color-focus-font-0:focus,html body .theme-override-light .outline-color-focus-font-0:focus-within,html body .theme-override-light .outline-color-active-font-0[data-selected=true],html body .theme-override-light .outline-color-active-font-0:active{outline-color:var(--color-font-0)}body[data-theme-mode=light] .outside-border-color-font-0,body[data-theme-mode=light] .outside-border-color-hover-font-0:hover,body[data-theme-mode=light] .outside-border-color-focus-font-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-0:focus,body[data-theme-mode=light] .outside-border-color-focus-font-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-0:active,html body .theme-override-light .outside-border-color-font-0,html body .theme-override-light .outside-border-color-hover-font-0:hover,html body .theme-override-light .outside-border-color-focus-font-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-0:focus,html body .theme-override-light .outside-border-color-focus-font-0:focus-within,html body .theme-override-light .outside-border-color-active-font-0[data-selected=true],html body .theme-override-light .outside-border-color-active-font-0:active{--outside-border-color: var(--color-font-0)}body[data-theme-mode=light] .font-color-font-1,body[data-theme-mode=light] .font-color-hover-font-1:hover,body[data-theme-mode=light] .font-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-1:focus,body[data-theme-mode=light] .font-color-focus-font-1:focus-within,body[data-theme-mode=light] .font-color-active-font-1[data-selected=true],body[data-theme-mode=light] .font-color-active-font-1:active,html body .theme-override-light .font-color-font-1,html body .theme-override-light .font-color-hover-font-1:hover,html body .theme-override-light .font-color-focus-font-1[data-focused=true],html body .theme-override-light .font-color-focus-font-1:focus,html body .theme-override-light .font-color-focus-font-1:focus-within,html body .theme-override-light .font-color-active-font-1[data-selected=true],html body .theme-override-light .font-color-active-font-1:active{color:var(--color-font-1)}body[data-theme-mode=light] .border-color-font-1,body[data-theme-mode=light] .border-color-hover-font-1:hover,body[data-theme-mode=light] .border-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-1:focus,body[data-theme-mode=light] .border-color-focus-font-1:focus-within,body[data-theme-mode=light] .border-color-active-font-1[data-selected=true],body[data-theme-mode=light] .border-color-active-font-1:active,html body .theme-override-light .border-color-font-1,html body .theme-override-light .border-color-hover-font-1:hover,html body .theme-override-light .border-color-focus-font-1[data-focused=true],html body .theme-override-light .border-color-focus-font-1:focus,html body .theme-override-light .border-color-focus-font-1:focus-within,html body .theme-override-light .border-color-active-font-1[data-selected=true],html body .theme-override-light .border-color-active-font-1:active{border-color:var(--color-font-1)}body[data-theme-mode=light] .border-top-color-font-1,body[data-theme-mode=light] .border-top-color-hover-font-1:hover,body[data-theme-mode=light] .border-top-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-1:focus,body[data-theme-mode=light] .border-top-color-focus-font-1:focus-within,body[data-theme-mode=light] .border-top-color-active-font-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-1:active,html body .theme-override-light .border-top-color-font-1,html body .theme-override-light .border-top-color-hover-font-1:hover,html body .theme-override-light .border-top-color-focus-font-1[data-focused=true],html body .theme-override-light .border-top-color-focus-font-1:focus,html body .theme-override-light .border-top-color-focus-font-1:focus-within,html body .theme-override-light .border-top-color-active-font-1[data-selected=true],html body .theme-override-light .border-top-color-active-font-1:active{border-top-color:var(--color-font-1)}body[data-theme-mode=light] .border-bottom-color-font-1,body[data-theme-mode=light] .border-bottom-color-hover-font-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-1:active,html body .theme-override-light .border-bottom-color-font-1,html body .theme-override-light .border-bottom-color-hover-font-1:hover,html body .theme-override-light .border-bottom-color-focus-font-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-1:focus,html body .theme-override-light .border-bottom-color-focus-font-1:focus-within,html body .theme-override-light .border-bottom-color-active-font-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-1:active{border-bottom-color:var(--color-font-1)}body[data-theme-mode=light] .border-left-color-font-1,body[data-theme-mode=light] .border-left-color-hover-font-1:hover,body[data-theme-mode=light] .border-left-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-1:focus,body[data-theme-mode=light] .border-left-color-focus-font-1:focus-within,body[data-theme-mode=light] .border-left-color-active-font-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-1:active,html body .theme-override-light .border-left-color-font-1,html body .theme-override-light .border-left-color-hover-font-1:hover,html body .theme-override-light .border-left-color-focus-font-1[data-focused=true],html body .theme-override-light .border-left-color-focus-font-1:focus,html body .theme-override-light .border-left-color-focus-font-1:focus-within,html body .theme-override-light .border-left-color-active-font-1[data-selected=true],html body .theme-override-light .border-left-color-active-font-1:active{border-left-color:var(--color-font-1)}body[data-theme-mode=light] .border-right-color-font-1,body[data-theme-mode=light] .border-right-color-hover-font-1:hover,body[data-theme-mode=light] .border-right-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-1:focus,body[data-theme-mode=light] .border-right-color-focus-font-1:focus-within,body[data-theme-mode=light] .border-right-color-active-font-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-1:active,html body .theme-override-light .border-right-color-font-1,html body .theme-override-light .border-right-color-hover-font-1:hover,html body .theme-override-light .border-right-color-focus-font-1[data-focused=true],html body .theme-override-light .border-right-color-focus-font-1:focus,html body .theme-override-light .border-right-color-focus-font-1:focus-within,html body .theme-override-light .border-right-color-active-font-1[data-selected=true],html body .theme-override-light .border-right-color-active-font-1:active{border-right-color:var(--color-font-1)}body[data-theme-mode=light] .fill-color-font-1,body[data-theme-mode=light] .fill-color-hover-font-1:hover,body[data-theme-mode=light] .fill-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-1:focus,body[data-theme-mode=light] .fill-color-focus-font-1:focus-within,body[data-theme-mode=light] .fill-color-active-font-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-1:active,html body .theme-override-light .fill-color-font-1,html body .theme-override-light .fill-color-hover-font-1:hover,html body .theme-override-light .fill-color-focus-font-1[data-focused=true],html body .theme-override-light .fill-color-focus-font-1:focus,html body .theme-override-light .fill-color-focus-font-1:focus-within,html body .theme-override-light .fill-color-active-font-1[data-selected=true],html body .theme-override-light .fill-color-active-font-1:active{background-color:var(--color-font-1)}body[data-theme-mode=light] .outline-color-font-1,body[data-theme-mode=light] .outline-color-hover-font-1:hover,body[data-theme-mode=light] .outline-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-1:focus,body[data-theme-mode=light] .outline-color-focus-font-1:focus-within,body[data-theme-mode=light] .outline-color-active-font-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-1:active,html body .theme-override-light .outline-color-font-1,html body .theme-override-light .outline-color-hover-font-1:hover,html body .theme-override-light .outline-color-focus-font-1[data-focused=true],html body .theme-override-light .outline-color-focus-font-1:focus,html body .theme-override-light .outline-color-focus-font-1:focus-within,html body .theme-override-light .outline-color-active-font-1[data-selected=true],html body .theme-override-light .outline-color-active-font-1:active{outline-color:var(--color-font-1)}body[data-theme-mode=light] .outside-border-color-font-1,body[data-theme-mode=light] .outside-border-color-hover-font-1:hover,body[data-theme-mode=light] .outside-border-color-focus-font-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-1:focus,body[data-theme-mode=light] .outside-border-color-focus-font-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-1:active,html body .theme-override-light .outside-border-color-font-1,html body .theme-override-light .outside-border-color-hover-font-1:hover,html body .theme-override-light .outside-border-color-focus-font-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-1:focus,html body .theme-override-light .outside-border-color-focus-font-1:focus-within,html body .theme-override-light .outside-border-color-active-font-1[data-selected=true],html body .theme-override-light .outside-border-color-active-font-1:active{--outside-border-color: var(--color-font-1)}body[data-theme-mode=light] .font-color-font-2,body[data-theme-mode=light] .font-color-hover-font-2:hover,body[data-theme-mode=light] .font-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-2:focus,body[data-theme-mode=light] .font-color-focus-font-2:focus-within,body[data-theme-mode=light] .font-color-active-font-2[data-selected=true],body[data-theme-mode=light] .font-color-active-font-2:active,html body .theme-override-light .font-color-font-2,html body .theme-override-light .font-color-hover-font-2:hover,html body .theme-override-light .font-color-focus-font-2[data-focused=true],html body .theme-override-light .font-color-focus-font-2:focus,html body .theme-override-light .font-color-focus-font-2:focus-within,html body .theme-override-light .font-color-active-font-2[data-selected=true],html body .theme-override-light .font-color-active-font-2:active{color:var(--color-font-2)}body[data-theme-mode=light] .border-color-font-2,body[data-theme-mode=light] .border-color-hover-font-2:hover,body[data-theme-mode=light] .border-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-2:focus,body[data-theme-mode=light] .border-color-focus-font-2:focus-within,body[data-theme-mode=light] .border-color-active-font-2[data-selected=true],body[data-theme-mode=light] .border-color-active-font-2:active,html body .theme-override-light .border-color-font-2,html body .theme-override-light .border-color-hover-font-2:hover,html body .theme-override-light .border-color-focus-font-2[data-focused=true],html body .theme-override-light .border-color-focus-font-2:focus,html body .theme-override-light .border-color-focus-font-2:focus-within,html body .theme-override-light .border-color-active-font-2[data-selected=true],html body .theme-override-light .border-color-active-font-2:active{border-color:var(--color-font-2)}body[data-theme-mode=light] .border-top-color-font-2,body[data-theme-mode=light] .border-top-color-hover-font-2:hover,body[data-theme-mode=light] .border-top-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-2:focus,body[data-theme-mode=light] .border-top-color-focus-font-2:focus-within,body[data-theme-mode=light] .border-top-color-active-font-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-2:active,html body .theme-override-light .border-top-color-font-2,html body .theme-override-light .border-top-color-hover-font-2:hover,html body .theme-override-light .border-top-color-focus-font-2[data-focused=true],html body .theme-override-light .border-top-color-focus-font-2:focus,html body .theme-override-light .border-top-color-focus-font-2:focus-within,html body .theme-override-light .border-top-color-active-font-2[data-selected=true],html body .theme-override-light .border-top-color-active-font-2:active{border-top-color:var(--color-font-2)}body[data-theme-mode=light] .border-bottom-color-font-2,body[data-theme-mode=light] .border-bottom-color-hover-font-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-2:active,html body .theme-override-light .border-bottom-color-font-2,html body .theme-override-light .border-bottom-color-hover-font-2:hover,html body .theme-override-light .border-bottom-color-focus-font-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-2:focus,html body .theme-override-light .border-bottom-color-focus-font-2:focus-within,html body .theme-override-light .border-bottom-color-active-font-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-2:active{border-bottom-color:var(--color-font-2)}body[data-theme-mode=light] .border-left-color-font-2,body[data-theme-mode=light] .border-left-color-hover-font-2:hover,body[data-theme-mode=light] .border-left-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-2:focus,body[data-theme-mode=light] .border-left-color-focus-font-2:focus-within,body[data-theme-mode=light] .border-left-color-active-font-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-2:active,html body .theme-override-light .border-left-color-font-2,html body .theme-override-light .border-left-color-hover-font-2:hover,html body .theme-override-light .border-left-color-focus-font-2[data-focused=true],html body .theme-override-light .border-left-color-focus-font-2:focus,html body .theme-override-light .border-left-color-focus-font-2:focus-within,html body .theme-override-light .border-left-color-active-font-2[data-selected=true],html body .theme-override-light .border-left-color-active-font-2:active{border-left-color:var(--color-font-2)}body[data-theme-mode=light] .border-right-color-font-2,body[data-theme-mode=light] .border-right-color-hover-font-2:hover,body[data-theme-mode=light] .border-right-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-2:focus,body[data-theme-mode=light] .border-right-color-focus-font-2:focus-within,body[data-theme-mode=light] .border-right-color-active-font-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-2:active,html body .theme-override-light .border-right-color-font-2,html body .theme-override-light .border-right-color-hover-font-2:hover,html body .theme-override-light .border-right-color-focus-font-2[data-focused=true],html body .theme-override-light .border-right-color-focus-font-2:focus,html body .theme-override-light .border-right-color-focus-font-2:focus-within,html body .theme-override-light .border-right-color-active-font-2[data-selected=true],html body .theme-override-light .border-right-color-active-font-2:active{border-right-color:var(--color-font-2)}body[data-theme-mode=light] .fill-color-font-2,body[data-theme-mode=light] .fill-color-hover-font-2:hover,body[data-theme-mode=light] .fill-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-2:focus,body[data-theme-mode=light] .fill-color-focus-font-2:focus-within,body[data-theme-mode=light] .fill-color-active-font-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-2:active,html body .theme-override-light .fill-color-font-2,html body .theme-override-light .fill-color-hover-font-2:hover,html body .theme-override-light .fill-color-focus-font-2[data-focused=true],html body .theme-override-light .fill-color-focus-font-2:focus,html body .theme-override-light .fill-color-focus-font-2:focus-within,html body .theme-override-light .fill-color-active-font-2[data-selected=true],html body .theme-override-light .fill-color-active-font-2:active{background-color:var(--color-font-2)}body[data-theme-mode=light] .outline-color-font-2,body[data-theme-mode=light] .outline-color-hover-font-2:hover,body[data-theme-mode=light] .outline-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-2:focus,body[data-theme-mode=light] .outline-color-focus-font-2:focus-within,body[data-theme-mode=light] .outline-color-active-font-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-2:active,html body .theme-override-light .outline-color-font-2,html body .theme-override-light .outline-color-hover-font-2:hover,html body .theme-override-light .outline-color-focus-font-2[data-focused=true],html body .theme-override-light .outline-color-focus-font-2:focus,html body .theme-override-light .outline-color-focus-font-2:focus-within,html body .theme-override-light .outline-color-active-font-2[data-selected=true],html body .theme-override-light .outline-color-active-font-2:active{outline-color:var(--color-font-2)}body[data-theme-mode=light] .outside-border-color-font-2,body[data-theme-mode=light] .outside-border-color-hover-font-2:hover,body[data-theme-mode=light] .outside-border-color-focus-font-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-2:focus,body[data-theme-mode=light] .outside-border-color-focus-font-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-2:active,html body .theme-override-light .outside-border-color-font-2,html body .theme-override-light .outside-border-color-hover-font-2:hover,html body .theme-override-light .outside-border-color-focus-font-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-2:focus,html body .theme-override-light .outside-border-color-focus-font-2:focus-within,html body .theme-override-light .outside-border-color-active-font-2[data-selected=true],html body .theme-override-light .outside-border-color-active-font-2:active{--outside-border-color: var(--color-font-2)}body[data-theme-mode=light] .font-color-font-3,body[data-theme-mode=light] .font-color-hover-font-3:hover,body[data-theme-mode=light] .font-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-3:focus,body[data-theme-mode=light] .font-color-focus-font-3:focus-within,body[data-theme-mode=light] .font-color-active-font-3[data-selected=true],body[data-theme-mode=light] .font-color-active-font-3:active,html body .theme-override-light .font-color-font-3,html body .theme-override-light .font-color-hover-font-3:hover,html body .theme-override-light .font-color-focus-font-3[data-focused=true],html body .theme-override-light .font-color-focus-font-3:focus,html body .theme-override-light .font-color-focus-font-3:focus-within,html body .theme-override-light .font-color-active-font-3[data-selected=true],html body .theme-override-light .font-color-active-font-3:active{color:var(--color-font-3)}body[data-theme-mode=light] .border-color-font-3,body[data-theme-mode=light] .border-color-hover-font-3:hover,body[data-theme-mode=light] .border-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-3:focus,body[data-theme-mode=light] .border-color-focus-font-3:focus-within,body[data-theme-mode=light] .border-color-active-font-3[data-selected=true],body[data-theme-mode=light] .border-color-active-font-3:active,html body .theme-override-light .border-color-font-3,html body .theme-override-light .border-color-hover-font-3:hover,html body .theme-override-light .border-color-focus-font-3[data-focused=true],html body .theme-override-light .border-color-focus-font-3:focus,html body .theme-override-light .border-color-focus-font-3:focus-within,html body .theme-override-light .border-color-active-font-3[data-selected=true],html body .theme-override-light .border-color-active-font-3:active{border-color:var(--color-font-3)}body[data-theme-mode=light] .border-top-color-font-3,body[data-theme-mode=light] .border-top-color-hover-font-3:hover,body[data-theme-mode=light] .border-top-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-3:focus,body[data-theme-mode=light] .border-top-color-focus-font-3:focus-within,body[data-theme-mode=light] .border-top-color-active-font-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-3:active,html body .theme-override-light .border-top-color-font-3,html body .theme-override-light .border-top-color-hover-font-3:hover,html body .theme-override-light .border-top-color-focus-font-3[data-focused=true],html body .theme-override-light .border-top-color-focus-font-3:focus,html body .theme-override-light .border-top-color-focus-font-3:focus-within,html body .theme-override-light .border-top-color-active-font-3[data-selected=true],html body .theme-override-light .border-top-color-active-font-3:active{border-top-color:var(--color-font-3)}body[data-theme-mode=light] .border-bottom-color-font-3,body[data-theme-mode=light] .border-bottom-color-hover-font-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-3:active,html body .theme-override-light .border-bottom-color-font-3,html body .theme-override-light .border-bottom-color-hover-font-3:hover,html body .theme-override-light .border-bottom-color-focus-font-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-3:focus,html body .theme-override-light .border-bottom-color-focus-font-3:focus-within,html body .theme-override-light .border-bottom-color-active-font-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-3:active{border-bottom-color:var(--color-font-3)}body[data-theme-mode=light] .border-left-color-font-3,body[data-theme-mode=light] .border-left-color-hover-font-3:hover,body[data-theme-mode=light] .border-left-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-3:focus,body[data-theme-mode=light] .border-left-color-focus-font-3:focus-within,body[data-theme-mode=light] .border-left-color-active-font-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-3:active,html body .theme-override-light .border-left-color-font-3,html body .theme-override-light .border-left-color-hover-font-3:hover,html body .theme-override-light .border-left-color-focus-font-3[data-focused=true],html body .theme-override-light .border-left-color-focus-font-3:focus,html body .theme-override-light .border-left-color-focus-font-3:focus-within,html body .theme-override-light .border-left-color-active-font-3[data-selected=true],html body .theme-override-light .border-left-color-active-font-3:active{border-left-color:var(--color-font-3)}body[data-theme-mode=light] .border-right-color-font-3,body[data-theme-mode=light] .border-right-color-hover-font-3:hover,body[data-theme-mode=light] .border-right-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-3:focus,body[data-theme-mode=light] .border-right-color-focus-font-3:focus-within,body[data-theme-mode=light] .border-right-color-active-font-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-3:active,html body .theme-override-light .border-right-color-font-3,html body .theme-override-light .border-right-color-hover-font-3:hover,html body .theme-override-light .border-right-color-focus-font-3[data-focused=true],html body .theme-override-light .border-right-color-focus-font-3:focus,html body .theme-override-light .border-right-color-focus-font-3:focus-within,html body .theme-override-light .border-right-color-active-font-3[data-selected=true],html body .theme-override-light .border-right-color-active-font-3:active{border-right-color:var(--color-font-3)}body[data-theme-mode=light] .fill-color-font-3,body[data-theme-mode=light] .fill-color-hover-font-3:hover,body[data-theme-mode=light] .fill-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-3:focus,body[data-theme-mode=light] .fill-color-focus-font-3:focus-within,body[data-theme-mode=light] .fill-color-active-font-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-3:active,html body .theme-override-light .fill-color-font-3,html body .theme-override-light .fill-color-hover-font-3:hover,html body .theme-override-light .fill-color-focus-font-3[data-focused=true],html body .theme-override-light .fill-color-focus-font-3:focus,html body .theme-override-light .fill-color-focus-font-3:focus-within,html body .theme-override-light .fill-color-active-font-3[data-selected=true],html body .theme-override-light .fill-color-active-font-3:active{background-color:var(--color-font-3)}body[data-theme-mode=light] .outline-color-font-3,body[data-theme-mode=light] .outline-color-hover-font-3:hover,body[data-theme-mode=light] .outline-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-3:focus,body[data-theme-mode=light] .outline-color-focus-font-3:focus-within,body[data-theme-mode=light] .outline-color-active-font-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-3:active,html body .theme-override-light .outline-color-font-3,html body .theme-override-light .outline-color-hover-font-3:hover,html body .theme-override-light .outline-color-focus-font-3[data-focused=true],html body .theme-override-light .outline-color-focus-font-3:focus,html body .theme-override-light .outline-color-focus-font-3:focus-within,html body .theme-override-light .outline-color-active-font-3[data-selected=true],html body .theme-override-light .outline-color-active-font-3:active{outline-color:var(--color-font-3)}body[data-theme-mode=light] .outside-border-color-font-3,body[data-theme-mode=light] .outside-border-color-hover-font-3:hover,body[data-theme-mode=light] .outside-border-color-focus-font-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-3:focus,body[data-theme-mode=light] .outside-border-color-focus-font-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-3:active,html body .theme-override-light .outside-border-color-font-3,html body .theme-override-light .outside-border-color-hover-font-3:hover,html body .theme-override-light .outside-border-color-focus-font-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-3:focus,html body .theme-override-light .outside-border-color-focus-font-3:focus-within,html body .theme-override-light .outside-border-color-active-font-3[data-selected=true],html body .theme-override-light .outside-border-color-active-font-3:active{--outside-border-color: var(--color-font-3)}body[data-theme-mode=light] .font-color-font-4,body[data-theme-mode=light] .font-color-hover-font-4:hover,body[data-theme-mode=light] .font-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-4:focus,body[data-theme-mode=light] .font-color-focus-font-4:focus-within,body[data-theme-mode=light] .font-color-active-font-4[data-selected=true],body[data-theme-mode=light] .font-color-active-font-4:active,html body .theme-override-light .font-color-font-4,html body .theme-override-light .font-color-hover-font-4:hover,html body .theme-override-light .font-color-focus-font-4[data-focused=true],html body .theme-override-light .font-color-focus-font-4:focus,html body .theme-override-light .font-color-focus-font-4:focus-within,html body .theme-override-light .font-color-active-font-4[data-selected=true],html body .theme-override-light .font-color-active-font-4:active{color:var(--color-font-4)}body[data-theme-mode=light] .border-color-font-4,body[data-theme-mode=light] .border-color-hover-font-4:hover,body[data-theme-mode=light] .border-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-4:focus,body[data-theme-mode=light] .border-color-focus-font-4:focus-within,body[data-theme-mode=light] .border-color-active-font-4[data-selected=true],body[data-theme-mode=light] .border-color-active-font-4:active,html body .theme-override-light .border-color-font-4,html body .theme-override-light .border-color-hover-font-4:hover,html body .theme-override-light .border-color-focus-font-4[data-focused=true],html body .theme-override-light .border-color-focus-font-4:focus,html body .theme-override-light .border-color-focus-font-4:focus-within,html body .theme-override-light .border-color-active-font-4[data-selected=true],html body .theme-override-light .border-color-active-font-4:active{border-color:var(--color-font-4)}body[data-theme-mode=light] .border-top-color-font-4,body[data-theme-mode=light] .border-top-color-hover-font-4:hover,body[data-theme-mode=light] .border-top-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-4:focus,body[data-theme-mode=light] .border-top-color-focus-font-4:focus-within,body[data-theme-mode=light] .border-top-color-active-font-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-4:active,html body .theme-override-light .border-top-color-font-4,html body .theme-override-light .border-top-color-hover-font-4:hover,html body .theme-override-light .border-top-color-focus-font-4[data-focused=true],html body .theme-override-light .border-top-color-focus-font-4:focus,html body .theme-override-light .border-top-color-focus-font-4:focus-within,html body .theme-override-light .border-top-color-active-font-4[data-selected=true],html body .theme-override-light .border-top-color-active-font-4:active{border-top-color:var(--color-font-4)}body[data-theme-mode=light] .border-bottom-color-font-4,body[data-theme-mode=light] .border-bottom-color-hover-font-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-4:active,html body .theme-override-light .border-bottom-color-font-4,html body .theme-override-light .border-bottom-color-hover-font-4:hover,html body .theme-override-light .border-bottom-color-focus-font-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-4:focus,html body .theme-override-light .border-bottom-color-focus-font-4:focus-within,html body .theme-override-light .border-bottom-color-active-font-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-4:active{border-bottom-color:var(--color-font-4)}body[data-theme-mode=light] .border-left-color-font-4,body[data-theme-mode=light] .border-left-color-hover-font-4:hover,body[data-theme-mode=light] .border-left-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-4:focus,body[data-theme-mode=light] .border-left-color-focus-font-4:focus-within,body[data-theme-mode=light] .border-left-color-active-font-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-4:active,html body .theme-override-light .border-left-color-font-4,html body .theme-override-light .border-left-color-hover-font-4:hover,html body .theme-override-light .border-left-color-focus-font-4[data-focused=true],html body .theme-override-light .border-left-color-focus-font-4:focus,html body .theme-override-light .border-left-color-focus-font-4:focus-within,html body .theme-override-light .border-left-color-active-font-4[data-selected=true],html body .theme-override-light .border-left-color-active-font-4:active{border-left-color:var(--color-font-4)}body[data-theme-mode=light] .border-right-color-font-4,body[data-theme-mode=light] .border-right-color-hover-font-4:hover,body[data-theme-mode=light] .border-right-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-4:focus,body[data-theme-mode=light] .border-right-color-focus-font-4:focus-within,body[data-theme-mode=light] .border-right-color-active-font-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-4:active,html body .theme-override-light .border-right-color-font-4,html body .theme-override-light .border-right-color-hover-font-4:hover,html body .theme-override-light .border-right-color-focus-font-4[data-focused=true],html body .theme-override-light .border-right-color-focus-font-4:focus,html body .theme-override-light .border-right-color-focus-font-4:focus-within,html body .theme-override-light .border-right-color-active-font-4[data-selected=true],html body .theme-override-light .border-right-color-active-font-4:active{border-right-color:var(--color-font-4)}body[data-theme-mode=light] .fill-color-font-4,body[data-theme-mode=light] .fill-color-hover-font-4:hover,body[data-theme-mode=light] .fill-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-4:focus,body[data-theme-mode=light] .fill-color-focus-font-4:focus-within,body[data-theme-mode=light] .fill-color-active-font-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-4:active,html body .theme-override-light .fill-color-font-4,html body .theme-override-light .fill-color-hover-font-4:hover,html body .theme-override-light .fill-color-focus-font-4[data-focused=true],html body .theme-override-light .fill-color-focus-font-4:focus,html body .theme-override-light .fill-color-focus-font-4:focus-within,html body .theme-override-light .fill-color-active-font-4[data-selected=true],html body .theme-override-light .fill-color-active-font-4:active{background-color:var(--color-font-4)}body[data-theme-mode=light] .outline-color-font-4,body[data-theme-mode=light] .outline-color-hover-font-4:hover,body[data-theme-mode=light] .outline-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-4:focus,body[data-theme-mode=light] .outline-color-focus-font-4:focus-within,body[data-theme-mode=light] .outline-color-active-font-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-4:active,html body .theme-override-light .outline-color-font-4,html body .theme-override-light .outline-color-hover-font-4:hover,html body .theme-override-light .outline-color-focus-font-4[data-focused=true],html body .theme-override-light .outline-color-focus-font-4:focus,html body .theme-override-light .outline-color-focus-font-4:focus-within,html body .theme-override-light .outline-color-active-font-4[data-selected=true],html body .theme-override-light .outline-color-active-font-4:active{outline-color:var(--color-font-4)}body[data-theme-mode=light] .outside-border-color-font-4,body[data-theme-mode=light] .outside-border-color-hover-font-4:hover,body[data-theme-mode=light] .outside-border-color-focus-font-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-4:focus,body[data-theme-mode=light] .outside-border-color-focus-font-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-4:active,html body .theme-override-light .outside-border-color-font-4,html body .theme-override-light .outside-border-color-hover-font-4:hover,html body .theme-override-light .outside-border-color-focus-font-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-4:focus,html body .theme-override-light .outside-border-color-focus-font-4:focus-within,html body .theme-override-light .outside-border-color-active-font-4[data-selected=true],html body .theme-override-light .outside-border-color-active-font-4:active{--outside-border-color: var(--color-font-4)}body[data-theme-mode=light] .font-color-font-5,body[data-theme-mode=light] .font-color-hover-font-5:hover,body[data-theme-mode=light] .font-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-5:focus,body[data-theme-mode=light] .font-color-focus-font-5:focus-within,body[data-theme-mode=light] .font-color-active-font-5[data-selected=true],body[data-theme-mode=light] .font-color-active-font-5:active,html body .theme-override-light .font-color-font-5,html body .theme-override-light .font-color-hover-font-5:hover,html body .theme-override-light .font-color-focus-font-5[data-focused=true],html body .theme-override-light .font-color-focus-font-5:focus,html body .theme-override-light .font-color-focus-font-5:focus-within,html body .theme-override-light .font-color-active-font-5[data-selected=true],html body .theme-override-light .font-color-active-font-5:active{color:var(--color-font-5)}body[data-theme-mode=light] .border-color-font-5,body[data-theme-mode=light] .border-color-hover-font-5:hover,body[data-theme-mode=light] .border-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-5:focus,body[data-theme-mode=light] .border-color-focus-font-5:focus-within,body[data-theme-mode=light] .border-color-active-font-5[data-selected=true],body[data-theme-mode=light] .border-color-active-font-5:active,html body .theme-override-light .border-color-font-5,html body .theme-override-light .border-color-hover-font-5:hover,html body .theme-override-light .border-color-focus-font-5[data-focused=true],html body .theme-override-light .border-color-focus-font-5:focus,html body .theme-override-light .border-color-focus-font-5:focus-within,html body .theme-override-light .border-color-active-font-5[data-selected=true],html body .theme-override-light .border-color-active-font-5:active{border-color:var(--color-font-5)}body[data-theme-mode=light] .border-top-color-font-5,body[data-theme-mode=light] .border-top-color-hover-font-5:hover,body[data-theme-mode=light] .border-top-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-5:focus,body[data-theme-mode=light] .border-top-color-focus-font-5:focus-within,body[data-theme-mode=light] .border-top-color-active-font-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-5:active,html body .theme-override-light .border-top-color-font-5,html body .theme-override-light .border-top-color-hover-font-5:hover,html body .theme-override-light .border-top-color-focus-font-5[data-focused=true],html body .theme-override-light .border-top-color-focus-font-5:focus,html body .theme-override-light .border-top-color-focus-font-5:focus-within,html body .theme-override-light .border-top-color-active-font-5[data-selected=true],html body .theme-override-light .border-top-color-active-font-5:active{border-top-color:var(--color-font-5)}body[data-theme-mode=light] .border-bottom-color-font-5,body[data-theme-mode=light] .border-bottom-color-hover-font-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-5:active,html body .theme-override-light .border-bottom-color-font-5,html body .theme-override-light .border-bottom-color-hover-font-5:hover,html body .theme-override-light .border-bottom-color-focus-font-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-5:focus,html body .theme-override-light .border-bottom-color-focus-font-5:focus-within,html body .theme-override-light .border-bottom-color-active-font-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-5:active{border-bottom-color:var(--color-font-5)}body[data-theme-mode=light] .border-left-color-font-5,body[data-theme-mode=light] .border-left-color-hover-font-5:hover,body[data-theme-mode=light] .border-left-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-5:focus,body[data-theme-mode=light] .border-left-color-focus-font-5:focus-within,body[data-theme-mode=light] .border-left-color-active-font-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-5:active,html body .theme-override-light .border-left-color-font-5,html body .theme-override-light .border-left-color-hover-font-5:hover,html body .theme-override-light .border-left-color-focus-font-5[data-focused=true],html body .theme-override-light .border-left-color-focus-font-5:focus,html body .theme-override-light .border-left-color-focus-font-5:focus-within,html body .theme-override-light .border-left-color-active-font-5[data-selected=true],html body .theme-override-light .border-left-color-active-font-5:active{border-left-color:var(--color-font-5)}body[data-theme-mode=light] .border-right-color-font-5,body[data-theme-mode=light] .border-right-color-hover-font-5:hover,body[data-theme-mode=light] .border-right-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-5:focus,body[data-theme-mode=light] .border-right-color-focus-font-5:focus-within,body[data-theme-mode=light] .border-right-color-active-font-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-5:active,html body .theme-override-light .border-right-color-font-5,html body .theme-override-light .border-right-color-hover-font-5:hover,html body .theme-override-light .border-right-color-focus-font-5[data-focused=true],html body .theme-override-light .border-right-color-focus-font-5:focus,html body .theme-override-light .border-right-color-focus-font-5:focus-within,html body .theme-override-light .border-right-color-active-font-5[data-selected=true],html body .theme-override-light .border-right-color-active-font-5:active{border-right-color:var(--color-font-5)}body[data-theme-mode=light] .fill-color-font-5,body[data-theme-mode=light] .fill-color-hover-font-5:hover,body[data-theme-mode=light] .fill-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-5:focus,body[data-theme-mode=light] .fill-color-focus-font-5:focus-within,body[data-theme-mode=light] .fill-color-active-font-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-5:active,html body .theme-override-light .fill-color-font-5,html body .theme-override-light .fill-color-hover-font-5:hover,html body .theme-override-light .fill-color-focus-font-5[data-focused=true],html body .theme-override-light .fill-color-focus-font-5:focus,html body .theme-override-light .fill-color-focus-font-5:focus-within,html body .theme-override-light .fill-color-active-font-5[data-selected=true],html body .theme-override-light .fill-color-active-font-5:active{background-color:var(--color-font-5)}body[data-theme-mode=light] .outline-color-font-5,body[data-theme-mode=light] .outline-color-hover-font-5:hover,body[data-theme-mode=light] .outline-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-5:focus,body[data-theme-mode=light] .outline-color-focus-font-5:focus-within,body[data-theme-mode=light] .outline-color-active-font-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-5:active,html body .theme-override-light .outline-color-font-5,html body .theme-override-light .outline-color-hover-font-5:hover,html body .theme-override-light .outline-color-focus-font-5[data-focused=true],html body .theme-override-light .outline-color-focus-font-5:focus,html body .theme-override-light .outline-color-focus-font-5:focus-within,html body .theme-override-light .outline-color-active-font-5[data-selected=true],html body .theme-override-light .outline-color-active-font-5:active{outline-color:var(--color-font-5)}body[data-theme-mode=light] .outside-border-color-font-5,body[data-theme-mode=light] .outside-border-color-hover-font-5:hover,body[data-theme-mode=light] .outside-border-color-focus-font-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-5:focus,body[data-theme-mode=light] .outside-border-color-focus-font-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-5:active,html body .theme-override-light .outside-border-color-font-5,html body .theme-override-light .outside-border-color-hover-font-5:hover,html body .theme-override-light .outside-border-color-focus-font-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-5:focus,html body .theme-override-light .outside-border-color-focus-font-5:focus-within,html body .theme-override-light .outside-border-color-active-font-5[data-selected=true],html body .theme-override-light .outside-border-color-active-font-5:active{--outside-border-color: var(--color-font-5)}body[data-theme-mode=light] .font-color-shadow-0,body[data-theme-mode=light] .font-color-hover-shadow-0:hover,body[data-theme-mode=light] .font-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-shadow-0:focus,body[data-theme-mode=light] .font-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .font-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .font-color-active-shadow-0:active,html body .theme-override-light .font-color-shadow-0,html body .theme-override-light .font-color-hover-shadow-0:hover,html body .theme-override-light .font-color-focus-shadow-0[data-focused=true],html body .theme-override-light .font-color-focus-shadow-0:focus,html body .theme-override-light .font-color-focus-shadow-0:focus-within,html body .theme-override-light .font-color-active-shadow-0[data-selected=true],html body .theme-override-light .font-color-active-shadow-0:active{color:var(--color-shadow-0)}body[data-theme-mode=light] .border-color-shadow-0,body[data-theme-mode=light] .border-color-hover-shadow-0:hover,body[data-theme-mode=light] .border-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-shadow-0:focus,body[data-theme-mode=light] .border-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .border-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .border-color-active-shadow-0:active,html body .theme-override-light .border-color-shadow-0,html body .theme-override-light .border-color-hover-shadow-0:hover,html body .theme-override-light .border-color-focus-shadow-0[data-focused=true],html body .theme-override-light .border-color-focus-shadow-0:focus,html body .theme-override-light .border-color-focus-shadow-0:focus-within,html body .theme-override-light .border-color-active-shadow-0[data-selected=true],html body .theme-override-light .border-color-active-shadow-0:active{border-color:var(--color-shadow-0)}body[data-theme-mode=light] .border-top-color-shadow-0,body[data-theme-mode=light] .border-top-color-hover-shadow-0:hover,body[data-theme-mode=light] .border-top-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-shadow-0:focus,body[data-theme-mode=light] .border-top-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .border-top-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-shadow-0:active,html body .theme-override-light .border-top-color-shadow-0,html body .theme-override-light .border-top-color-hover-shadow-0:hover,html body .theme-override-light .border-top-color-focus-shadow-0[data-focused=true],html body .theme-override-light .border-top-color-focus-shadow-0:focus,html body .theme-override-light .border-top-color-focus-shadow-0:focus-within,html body .theme-override-light .border-top-color-active-shadow-0[data-selected=true],html body .theme-override-light .border-top-color-active-shadow-0:active{border-top-color:var(--color-shadow-0)}body[data-theme-mode=light] .border-bottom-color-shadow-0,body[data-theme-mode=light] .border-bottom-color-hover-shadow-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-shadow-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-shadow-0:active,html body .theme-override-light .border-bottom-color-shadow-0,html body .theme-override-light .border-bottom-color-hover-shadow-0:hover,html body .theme-override-light .border-bottom-color-focus-shadow-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-shadow-0:focus,html body .theme-override-light .border-bottom-color-focus-shadow-0:focus-within,html body .theme-override-light .border-bottom-color-active-shadow-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-shadow-0:active{border-bottom-color:var(--color-shadow-0)}body[data-theme-mode=light] .border-left-color-shadow-0,body[data-theme-mode=light] .border-left-color-hover-shadow-0:hover,body[data-theme-mode=light] .border-left-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-shadow-0:focus,body[data-theme-mode=light] .border-left-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .border-left-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-shadow-0:active,html body .theme-override-light .border-left-color-shadow-0,html body .theme-override-light .border-left-color-hover-shadow-0:hover,html body .theme-override-light .border-left-color-focus-shadow-0[data-focused=true],html body .theme-override-light .border-left-color-focus-shadow-0:focus,html body .theme-override-light .border-left-color-focus-shadow-0:focus-within,html body .theme-override-light .border-left-color-active-shadow-0[data-selected=true],html body .theme-override-light .border-left-color-active-shadow-0:active{border-left-color:var(--color-shadow-0)}body[data-theme-mode=light] .border-right-color-shadow-0,body[data-theme-mode=light] .border-right-color-hover-shadow-0:hover,body[data-theme-mode=light] .border-right-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-shadow-0:focus,body[data-theme-mode=light] .border-right-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .border-right-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-shadow-0:active,html body .theme-override-light .border-right-color-shadow-0,html body .theme-override-light .border-right-color-hover-shadow-0:hover,html body .theme-override-light .border-right-color-focus-shadow-0[data-focused=true],html body .theme-override-light .border-right-color-focus-shadow-0:focus,html body .theme-override-light .border-right-color-focus-shadow-0:focus-within,html body .theme-override-light .border-right-color-active-shadow-0[data-selected=true],html body .theme-override-light .border-right-color-active-shadow-0:active{border-right-color:var(--color-shadow-0)}body[data-theme-mode=light] .fill-color-shadow-0,body[data-theme-mode=light] .fill-color-hover-shadow-0:hover,body[data-theme-mode=light] .fill-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-shadow-0:focus,body[data-theme-mode=light] .fill-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .fill-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-shadow-0:active,html body .theme-override-light .fill-color-shadow-0,html body .theme-override-light .fill-color-hover-shadow-0:hover,html body .theme-override-light .fill-color-focus-shadow-0[data-focused=true],html body .theme-override-light .fill-color-focus-shadow-0:focus,html body .theme-override-light .fill-color-focus-shadow-0:focus-within,html body .theme-override-light .fill-color-active-shadow-0[data-selected=true],html body .theme-override-light .fill-color-active-shadow-0:active{background-color:var(--color-shadow-0)}body[data-theme-mode=light] .outline-color-shadow-0,body[data-theme-mode=light] .outline-color-hover-shadow-0:hover,body[data-theme-mode=light] .outline-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-shadow-0:focus,body[data-theme-mode=light] .outline-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .outline-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-shadow-0:active,html body .theme-override-light .outline-color-shadow-0,html body .theme-override-light .outline-color-hover-shadow-0:hover,html body .theme-override-light .outline-color-focus-shadow-0[data-focused=true],html body .theme-override-light .outline-color-focus-shadow-0:focus,html body .theme-override-light .outline-color-focus-shadow-0:focus-within,html body .theme-override-light .outline-color-active-shadow-0[data-selected=true],html body .theme-override-light .outline-color-active-shadow-0:active{outline-color:var(--color-shadow-0)}body[data-theme-mode=light] .outside-border-color-shadow-0,body[data-theme-mode=light] .outside-border-color-hover-shadow-0:hover,body[data-theme-mode=light] .outside-border-color-focus-shadow-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-shadow-0:focus,body[data-theme-mode=light] .outside-border-color-focus-shadow-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-shadow-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-shadow-0:active,html body .theme-override-light .outside-border-color-shadow-0,html body .theme-override-light .outside-border-color-hover-shadow-0:hover,html body .theme-override-light .outside-border-color-focus-shadow-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-shadow-0:focus,html body .theme-override-light .outside-border-color-focus-shadow-0:focus-within,html body .theme-override-light .outside-border-color-active-shadow-0[data-selected=true],html body .theme-override-light .outside-border-color-active-shadow-0:active{--outside-border-color: var(--color-shadow-0)}body[data-theme-mode=light] .font-color-primary,body[data-theme-mode=light] .font-color-hover-primary:hover,body[data-theme-mode=light] .font-color-focus-primary[data-focused=true],body[data-theme-mode=light] .font-color-focus-primary:focus,body[data-theme-mode=light] .font-color-focus-primary:focus-within,body[data-theme-mode=light] .font-color-active-primary[data-selected=true],body[data-theme-mode=light] .font-color-active-primary:active,html body .theme-override-light .font-color-primary,html body .theme-override-light .font-color-hover-primary:hover,html body .theme-override-light .font-color-focus-primary[data-focused=true],html body .theme-override-light .font-color-focus-primary:focus,html body .theme-override-light .font-color-focus-primary:focus-within,html body .theme-override-light .font-color-active-primary[data-selected=true],html body .theme-override-light .font-color-active-primary:active{color:var(--color-primary)}body[data-theme-mode=light] .border-color-primary,body[data-theme-mode=light] .border-color-hover-primary:hover,body[data-theme-mode=light] .border-color-focus-primary[data-focused=true],body[data-theme-mode=light] .border-color-focus-primary:focus,body[data-theme-mode=light] .border-color-focus-primary:focus-within,body[data-theme-mode=light] .border-color-active-primary[data-selected=true],body[data-theme-mode=light] .border-color-active-primary:active,html body .theme-override-light .border-color-primary,html body .theme-override-light .border-color-hover-primary:hover,html body .theme-override-light .border-color-focus-primary[data-focused=true],html body .theme-override-light .border-color-focus-primary:focus,html body .theme-override-light .border-color-focus-primary:focus-within,html body .theme-override-light .border-color-active-primary[data-selected=true],html body .theme-override-light .border-color-active-primary:active{border-color:var(--color-primary)}body[data-theme-mode=light] .border-top-color-primary,body[data-theme-mode=light] .border-top-color-hover-primary:hover,body[data-theme-mode=light] .border-top-color-focus-primary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-primary:focus,body[data-theme-mode=light] .border-top-color-focus-primary:focus-within,body[data-theme-mode=light] .border-top-color-active-primary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-primary:active,html body .theme-override-light .border-top-color-primary,html body .theme-override-light .border-top-color-hover-primary:hover,html body .theme-override-light .border-top-color-focus-primary[data-focused=true],html body .theme-override-light .border-top-color-focus-primary:focus,html body .theme-override-light .border-top-color-focus-primary:focus-within,html body .theme-override-light .border-top-color-active-primary[data-selected=true],html body .theme-override-light .border-top-color-active-primary:active{border-top-color:var(--color-primary)}body[data-theme-mode=light] .border-bottom-color-primary,body[data-theme-mode=light] .border-bottom-color-hover-primary:hover,body[data-theme-mode=light] .border-bottom-color-focus-primary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-primary:focus,body[data-theme-mode=light] .border-bottom-color-focus-primary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-primary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-primary:active,html body .theme-override-light .border-bottom-color-primary,html body .theme-override-light .border-bottom-color-hover-primary:hover,html body .theme-override-light .border-bottom-color-focus-primary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-primary:focus,html body .theme-override-light .border-bottom-color-focus-primary:focus-within,html body .theme-override-light .border-bottom-color-active-primary[data-selected=true],html body .theme-override-light .border-bottom-color-active-primary:active{border-bottom-color:var(--color-primary)}body[data-theme-mode=light] .border-left-color-primary,body[data-theme-mode=light] .border-left-color-hover-primary:hover,body[data-theme-mode=light] .border-left-color-focus-primary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-primary:focus,body[data-theme-mode=light] .border-left-color-focus-primary:focus-within,body[data-theme-mode=light] .border-left-color-active-primary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-primary:active,html body .theme-override-light .border-left-color-primary,html body .theme-override-light .border-left-color-hover-primary:hover,html body .theme-override-light .border-left-color-focus-primary[data-focused=true],html body .theme-override-light .border-left-color-focus-primary:focus,html body .theme-override-light .border-left-color-focus-primary:focus-within,html body .theme-override-light .border-left-color-active-primary[data-selected=true],html body .theme-override-light .border-left-color-active-primary:active{border-left-color:var(--color-primary)}body[data-theme-mode=light] .border-right-color-primary,body[data-theme-mode=light] .border-right-color-hover-primary:hover,body[data-theme-mode=light] .border-right-color-focus-primary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-primary:focus,body[data-theme-mode=light] .border-right-color-focus-primary:focus-within,body[data-theme-mode=light] .border-right-color-active-primary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-primary:active,html body .theme-override-light .border-right-color-primary,html body .theme-override-light .border-right-color-hover-primary:hover,html body .theme-override-light .border-right-color-focus-primary[data-focused=true],html body .theme-override-light .border-right-color-focus-primary:focus,html body .theme-override-light .border-right-color-focus-primary:focus-within,html body .theme-override-light .border-right-color-active-primary[data-selected=true],html body .theme-override-light .border-right-color-active-primary:active{border-right-color:var(--color-primary)}body[data-theme-mode=light] .fill-color-primary,body[data-theme-mode=light] .fill-color-hover-primary:hover,body[data-theme-mode=light] .fill-color-focus-primary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-primary:focus,body[data-theme-mode=light] .fill-color-focus-primary:focus-within,body[data-theme-mode=light] .fill-color-active-primary[data-selected=true],body[data-theme-mode=light] .fill-color-active-primary:active,html body .theme-override-light .fill-color-primary,html body .theme-override-light .fill-color-hover-primary:hover,html body .theme-override-light .fill-color-focus-primary[data-focused=true],html body .theme-override-light .fill-color-focus-primary:focus,html body .theme-override-light .fill-color-focus-primary:focus-within,html body .theme-override-light .fill-color-active-primary[data-selected=true],html body .theme-override-light .fill-color-active-primary:active{background-color:var(--color-primary)}body[data-theme-mode=light] .outline-color-primary,body[data-theme-mode=light] .outline-color-hover-primary:hover,body[data-theme-mode=light] .outline-color-focus-primary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-primary:focus,body[data-theme-mode=light] .outline-color-focus-primary:focus-within,body[data-theme-mode=light] .outline-color-active-primary[data-selected=true],body[data-theme-mode=light] .outline-color-active-primary:active,html body .theme-override-light .outline-color-primary,html body .theme-override-light .outline-color-hover-primary:hover,html body .theme-override-light .outline-color-focus-primary[data-focused=true],html body .theme-override-light .outline-color-focus-primary:focus,html body .theme-override-light .outline-color-focus-primary:focus-within,html body .theme-override-light .outline-color-active-primary[data-selected=true],html body .theme-override-light .outline-color-active-primary:active{outline-color:var(--color-primary)}body[data-theme-mode=light] .outside-border-color-primary,body[data-theme-mode=light] .outside-border-color-hover-primary:hover,body[data-theme-mode=light] .outside-border-color-focus-primary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-primary:focus,body[data-theme-mode=light] .outside-border-color-focus-primary:focus-within,body[data-theme-mode=light] .outside-border-color-active-primary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-primary:active,html body .theme-override-light .outside-border-color-primary,html body .theme-override-light .outside-border-color-hover-primary:hover,html body .theme-override-light .outside-border-color-focus-primary[data-focused=true],html body .theme-override-light .outside-border-color-focus-primary:focus,html body .theme-override-light .outside-border-color-focus-primary:focus-within,html body .theme-override-light .outside-border-color-active-primary[data-selected=true],html body .theme-override-light .outside-border-color-active-primary:active{--outside-border-color: var(--color-primary)}body[data-theme-mode=light] .font-color-primary-foreground,body[data-theme-mode=light] .font-color-hover-primary-foreground:hover,body[data-theme-mode=light] .font-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-primary-foreground:focus,body[data-theme-mode=light] .font-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-primary-foreground:active,html body .theme-override-light .font-color-primary-foreground,html body .theme-override-light .font-color-hover-primary-foreground:hover,html body .theme-override-light .font-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-primary-foreground:focus,html body .theme-override-light .font-color-focus-primary-foreground:focus-within,html body .theme-override-light .font-color-active-primary-foreground[data-selected=true],html body .theme-override-light .font-color-active-primary-foreground:active{color:var(--color-primary-foreground)}body[data-theme-mode=light] .border-color-primary-foreground,body[data-theme-mode=light] .border-color-hover-primary-foreground:hover,body[data-theme-mode=light] .border-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-primary-foreground:focus,body[data-theme-mode=light] .border-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-primary-foreground:active,html body .theme-override-light .border-color-primary-foreground,html body .theme-override-light .border-color-hover-primary-foreground:hover,html body .theme-override-light .border-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-primary-foreground:focus,html body .theme-override-light .border-color-focus-primary-foreground:focus-within,html body .theme-override-light .border-color-active-primary-foreground[data-selected=true],html body .theme-override-light .border-color-active-primary-foreground:active{border-color:var(--color-primary-foreground)}body[data-theme-mode=light] .border-top-color-primary-foreground,body[data-theme-mode=light] .border-top-color-hover-primary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-primary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-primary-foreground:active,html body .theme-override-light .border-top-color-primary-foreground,html body .theme-override-light .border-top-color-hover-primary-foreground:hover,html body .theme-override-light .border-top-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-primary-foreground:focus,html body .theme-override-light .border-top-color-focus-primary-foreground:focus-within,html body .theme-override-light .border-top-color-active-primary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-primary-foreground:active{border-top-color:var(--color-primary-foreground)}body[data-theme-mode=light] .border-bottom-color-primary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-primary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-primary-foreground:active,html body .theme-override-light .border-bottom-color-primary-foreground,html body .theme-override-light .border-bottom-color-hover-primary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-primary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-primary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-primary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-primary-foreground:active{border-bottom-color:var(--color-primary-foreground)}body[data-theme-mode=light] .border-left-color-primary-foreground,body[data-theme-mode=light] .border-left-color-hover-primary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-primary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-primary-foreground:active,html body .theme-override-light .border-left-color-primary-foreground,html body .theme-override-light .border-left-color-hover-primary-foreground:hover,html body .theme-override-light .border-left-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-primary-foreground:focus,html body .theme-override-light .border-left-color-focus-primary-foreground:focus-within,html body .theme-override-light .border-left-color-active-primary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-primary-foreground:active{border-left-color:var(--color-primary-foreground)}body[data-theme-mode=light] .border-right-color-primary-foreground,body[data-theme-mode=light] .border-right-color-hover-primary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-primary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-primary-foreground:active,html body .theme-override-light .border-right-color-primary-foreground,html body .theme-override-light .border-right-color-hover-primary-foreground:hover,html body .theme-override-light .border-right-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-primary-foreground:focus,html body .theme-override-light .border-right-color-focus-primary-foreground:focus-within,html body .theme-override-light .border-right-color-active-primary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-primary-foreground:active{border-right-color:var(--color-primary-foreground)}body[data-theme-mode=light] .fill-color-primary-foreground,body[data-theme-mode=light] .fill-color-hover-primary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-primary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-primary-foreground:active,html body .theme-override-light .fill-color-primary-foreground,html body .theme-override-light .fill-color-hover-primary-foreground:hover,html body .theme-override-light .fill-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-primary-foreground:focus,html body .theme-override-light .fill-color-focus-primary-foreground:focus-within,html body .theme-override-light .fill-color-active-primary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-primary-foreground:active{background-color:var(--color-primary-foreground)}body[data-theme-mode=light] .outline-color-primary-foreground,body[data-theme-mode=light] .outline-color-hover-primary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-primary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-primary-foreground:active,html body .theme-override-light .outline-color-primary-foreground,html body .theme-override-light .outline-color-hover-primary-foreground:hover,html body .theme-override-light .outline-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-primary-foreground:focus,html body .theme-override-light .outline-color-focus-primary-foreground:focus-within,html body .theme-override-light .outline-color-active-primary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-primary-foreground:active{outline-color:var(--color-primary-foreground)}body[data-theme-mode=light] .outside-border-color-primary-foreground,body[data-theme-mode=light] .outside-border-color-hover-primary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-primary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-primary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-primary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-primary-foreground:active,html body .theme-override-light .outside-border-color-primary-foreground,html body .theme-override-light .outside-border-color-hover-primary-foreground:hover,html body .theme-override-light .outside-border-color-focus-primary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-primary-foreground:focus,html body .theme-override-light .outside-border-color-focus-primary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-primary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-primary-foreground:active{--outside-border-color: var(--color-primary-foreground)}body[data-theme-mode=light] .font-color-secondary,body[data-theme-mode=light] .font-color-hover-secondary:hover,body[data-theme-mode=light] .font-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .font-color-focus-secondary:focus,body[data-theme-mode=light] .font-color-focus-secondary:focus-within,body[data-theme-mode=light] .font-color-active-secondary[data-selected=true],body[data-theme-mode=light] .font-color-active-secondary:active,html body .theme-override-light .font-color-secondary,html body .theme-override-light .font-color-hover-secondary:hover,html body .theme-override-light .font-color-focus-secondary[data-focused=true],html body .theme-override-light .font-color-focus-secondary:focus,html body .theme-override-light .font-color-focus-secondary:focus-within,html body .theme-override-light .font-color-active-secondary[data-selected=true],html body .theme-override-light .font-color-active-secondary:active{color:var(--color-secondary)}body[data-theme-mode=light] .border-color-secondary,body[data-theme-mode=light] .border-color-hover-secondary:hover,body[data-theme-mode=light] .border-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .border-color-focus-secondary:focus,body[data-theme-mode=light] .border-color-focus-secondary:focus-within,body[data-theme-mode=light] .border-color-active-secondary[data-selected=true],body[data-theme-mode=light] .border-color-active-secondary:active,html body .theme-override-light .border-color-secondary,html body .theme-override-light .border-color-hover-secondary:hover,html body .theme-override-light .border-color-focus-secondary[data-focused=true],html body .theme-override-light .border-color-focus-secondary:focus,html body .theme-override-light .border-color-focus-secondary:focus-within,html body .theme-override-light .border-color-active-secondary[data-selected=true],html body .theme-override-light .border-color-active-secondary:active{border-color:var(--color-secondary)}body[data-theme-mode=light] .border-top-color-secondary,body[data-theme-mode=light] .border-top-color-hover-secondary:hover,body[data-theme-mode=light] .border-top-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-secondary:focus,body[data-theme-mode=light] .border-top-color-focus-secondary:focus-within,body[data-theme-mode=light] .border-top-color-active-secondary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-secondary:active,html body .theme-override-light .border-top-color-secondary,html body .theme-override-light .border-top-color-hover-secondary:hover,html body .theme-override-light .border-top-color-focus-secondary[data-focused=true],html body .theme-override-light .border-top-color-focus-secondary:focus,html body .theme-override-light .border-top-color-focus-secondary:focus-within,html body .theme-override-light .border-top-color-active-secondary[data-selected=true],html body .theme-override-light .border-top-color-active-secondary:active{border-top-color:var(--color-secondary)}body[data-theme-mode=light] .border-bottom-color-secondary,body[data-theme-mode=light] .border-bottom-color-hover-secondary:hover,body[data-theme-mode=light] .border-bottom-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-secondary:focus,body[data-theme-mode=light] .border-bottom-color-focus-secondary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-secondary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-secondary:active,html body .theme-override-light .border-bottom-color-secondary,html body .theme-override-light .border-bottom-color-hover-secondary:hover,html body .theme-override-light .border-bottom-color-focus-secondary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-secondary:focus,html body .theme-override-light .border-bottom-color-focus-secondary:focus-within,html body .theme-override-light .border-bottom-color-active-secondary[data-selected=true],html body .theme-override-light .border-bottom-color-active-secondary:active{border-bottom-color:var(--color-secondary)}body[data-theme-mode=light] .border-left-color-secondary,body[data-theme-mode=light] .border-left-color-hover-secondary:hover,body[data-theme-mode=light] .border-left-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-secondary:focus,body[data-theme-mode=light] .border-left-color-focus-secondary:focus-within,body[data-theme-mode=light] .border-left-color-active-secondary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-secondary:active,html body .theme-override-light .border-left-color-secondary,html body .theme-override-light .border-left-color-hover-secondary:hover,html body .theme-override-light .border-left-color-focus-secondary[data-focused=true],html body .theme-override-light .border-left-color-focus-secondary:focus,html body .theme-override-light .border-left-color-focus-secondary:focus-within,html body .theme-override-light .border-left-color-active-secondary[data-selected=true],html body .theme-override-light .border-left-color-active-secondary:active{border-left-color:var(--color-secondary)}body[data-theme-mode=light] .border-right-color-secondary,body[data-theme-mode=light] .border-right-color-hover-secondary:hover,body[data-theme-mode=light] .border-right-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-secondary:focus,body[data-theme-mode=light] .border-right-color-focus-secondary:focus-within,body[data-theme-mode=light] .border-right-color-active-secondary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-secondary:active,html body .theme-override-light .border-right-color-secondary,html body .theme-override-light .border-right-color-hover-secondary:hover,html body .theme-override-light .border-right-color-focus-secondary[data-focused=true],html body .theme-override-light .border-right-color-focus-secondary:focus,html body .theme-override-light .border-right-color-focus-secondary:focus-within,html body .theme-override-light .border-right-color-active-secondary[data-selected=true],html body .theme-override-light .border-right-color-active-secondary:active{border-right-color:var(--color-secondary)}body[data-theme-mode=light] .fill-color-secondary,body[data-theme-mode=light] .fill-color-hover-secondary:hover,body[data-theme-mode=light] .fill-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-secondary:focus,body[data-theme-mode=light] .fill-color-focus-secondary:focus-within,body[data-theme-mode=light] .fill-color-active-secondary[data-selected=true],body[data-theme-mode=light] .fill-color-active-secondary:active,html body .theme-override-light .fill-color-secondary,html body .theme-override-light .fill-color-hover-secondary:hover,html body .theme-override-light .fill-color-focus-secondary[data-focused=true],html body .theme-override-light .fill-color-focus-secondary:focus,html body .theme-override-light .fill-color-focus-secondary:focus-within,html body .theme-override-light .fill-color-active-secondary[data-selected=true],html body .theme-override-light .fill-color-active-secondary:active{background-color:var(--color-secondary)}body[data-theme-mode=light] .outline-color-secondary,body[data-theme-mode=light] .outline-color-hover-secondary:hover,body[data-theme-mode=light] .outline-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-secondary:focus,body[data-theme-mode=light] .outline-color-focus-secondary:focus-within,body[data-theme-mode=light] .outline-color-active-secondary[data-selected=true],body[data-theme-mode=light] .outline-color-active-secondary:active,html body .theme-override-light .outline-color-secondary,html body .theme-override-light .outline-color-hover-secondary:hover,html body .theme-override-light .outline-color-focus-secondary[data-focused=true],html body .theme-override-light .outline-color-focus-secondary:focus,html body .theme-override-light .outline-color-focus-secondary:focus-within,html body .theme-override-light .outline-color-active-secondary[data-selected=true],html body .theme-override-light .outline-color-active-secondary:active{outline-color:var(--color-secondary)}body[data-theme-mode=light] .outside-border-color-secondary,body[data-theme-mode=light] .outside-border-color-hover-secondary:hover,body[data-theme-mode=light] .outside-border-color-focus-secondary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-secondary:focus,body[data-theme-mode=light] .outside-border-color-focus-secondary:focus-within,body[data-theme-mode=light] .outside-border-color-active-secondary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-secondary:active,html body .theme-override-light .outside-border-color-secondary,html body .theme-override-light .outside-border-color-hover-secondary:hover,html body .theme-override-light .outside-border-color-focus-secondary[data-focused=true],html body .theme-override-light .outside-border-color-focus-secondary:focus,html body .theme-override-light .outside-border-color-focus-secondary:focus-within,html body .theme-override-light .outside-border-color-active-secondary[data-selected=true],html body .theme-override-light .outside-border-color-active-secondary:active{--outside-border-color: var(--color-secondary)}body[data-theme-mode=light] .font-color-secondary-foreground,body[data-theme-mode=light] .font-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .font-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .font-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-secondary-foreground:active,html body .theme-override-light .font-color-secondary-foreground,html body .theme-override-light .font-color-hover-secondary-foreground:hover,html body .theme-override-light .font-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-secondary-foreground:focus,html body .theme-override-light .font-color-focus-secondary-foreground:focus-within,html body .theme-override-light .font-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .font-color-active-secondary-foreground:active{color:var(--color-secondary-foreground)}body[data-theme-mode=light] .border-color-secondary-foreground,body[data-theme-mode=light] .border-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .border-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .border-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-secondary-foreground:active,html body .theme-override-light .border-color-secondary-foreground,html body .theme-override-light .border-color-hover-secondary-foreground:hover,html body .theme-override-light .border-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-secondary-foreground:focus,html body .theme-override-light .border-color-focus-secondary-foreground:focus-within,html body .theme-override-light .border-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .border-color-active-secondary-foreground:active{border-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .border-top-color-secondary-foreground,body[data-theme-mode=light] .border-top-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-secondary-foreground:active,html body .theme-override-light .border-top-color-secondary-foreground,html body .theme-override-light .border-top-color-hover-secondary-foreground:hover,html body .theme-override-light .border-top-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-secondary-foreground:focus,html body .theme-override-light .border-top-color-focus-secondary-foreground:focus-within,html body .theme-override-light .border-top-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-secondary-foreground:active{border-top-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .border-bottom-color-secondary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-secondary-foreground:active,html body .theme-override-light .border-bottom-color-secondary-foreground,html body .theme-override-light .border-bottom-color-hover-secondary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-secondary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-secondary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-secondary-foreground:active{border-bottom-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .border-left-color-secondary-foreground,body[data-theme-mode=light] .border-left-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-secondary-foreground:active,html body .theme-override-light .border-left-color-secondary-foreground,html body .theme-override-light .border-left-color-hover-secondary-foreground:hover,html body .theme-override-light .border-left-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-secondary-foreground:focus,html body .theme-override-light .border-left-color-focus-secondary-foreground:focus-within,html body .theme-override-light .border-left-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-secondary-foreground:active{border-left-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .border-right-color-secondary-foreground,body[data-theme-mode=light] .border-right-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-secondary-foreground:active,html body .theme-override-light .border-right-color-secondary-foreground,html body .theme-override-light .border-right-color-hover-secondary-foreground:hover,html body .theme-override-light .border-right-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-secondary-foreground:focus,html body .theme-override-light .border-right-color-focus-secondary-foreground:focus-within,html body .theme-override-light .border-right-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-secondary-foreground:active{border-right-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .fill-color-secondary-foreground,body[data-theme-mode=light] .fill-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-secondary-foreground:active,html body .theme-override-light .fill-color-secondary-foreground,html body .theme-override-light .fill-color-hover-secondary-foreground:hover,html body .theme-override-light .fill-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-secondary-foreground:focus,html body .theme-override-light .fill-color-focus-secondary-foreground:focus-within,html body .theme-override-light .fill-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-secondary-foreground:active{background-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .outline-color-secondary-foreground,body[data-theme-mode=light] .outline-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-secondary-foreground:active,html body .theme-override-light .outline-color-secondary-foreground,html body .theme-override-light .outline-color-hover-secondary-foreground:hover,html body .theme-override-light .outline-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-secondary-foreground:focus,html body .theme-override-light .outline-color-focus-secondary-foreground:focus-within,html body .theme-override-light .outline-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-secondary-foreground:active{outline-color:var(--color-secondary-foreground)}body[data-theme-mode=light] .outside-border-color-secondary-foreground,body[data-theme-mode=light] .outside-border-color-hover-secondary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-secondary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-secondary-foreground:active,html body .theme-override-light .outside-border-color-secondary-foreground,html body .theme-override-light .outside-border-color-hover-secondary-foreground:hover,html body .theme-override-light .outside-border-color-focus-secondary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-secondary-foreground:focus,html body .theme-override-light .outside-border-color-focus-secondary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-secondary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-secondary-foreground:active{--outside-border-color: var(--color-secondary-foreground)}body[data-theme-mode=light] .font-color-accent,body[data-theme-mode=light] .font-color-hover-accent:hover,body[data-theme-mode=light] .font-color-focus-accent[data-focused=true],body[data-theme-mode=light] .font-color-focus-accent:focus,body[data-theme-mode=light] .font-color-focus-accent:focus-within,body[data-theme-mode=light] .font-color-active-accent[data-selected=true],body[data-theme-mode=light] .font-color-active-accent:active,html body .theme-override-light .font-color-accent,html body .theme-override-light .font-color-hover-accent:hover,html body .theme-override-light .font-color-focus-accent[data-focused=true],html body .theme-override-light .font-color-focus-accent:focus,html body .theme-override-light .font-color-focus-accent:focus-within,html body .theme-override-light .font-color-active-accent[data-selected=true],html body .theme-override-light .font-color-active-accent:active{color:var(--color-accent)}body[data-theme-mode=light] .border-color-accent,body[data-theme-mode=light] .border-color-hover-accent:hover,body[data-theme-mode=light] .border-color-focus-accent[data-focused=true],body[data-theme-mode=light] .border-color-focus-accent:focus,body[data-theme-mode=light] .border-color-focus-accent:focus-within,body[data-theme-mode=light] .border-color-active-accent[data-selected=true],body[data-theme-mode=light] .border-color-active-accent:active,html body .theme-override-light .border-color-accent,html body .theme-override-light .border-color-hover-accent:hover,html body .theme-override-light .border-color-focus-accent[data-focused=true],html body .theme-override-light .border-color-focus-accent:focus,html body .theme-override-light .border-color-focus-accent:focus-within,html body .theme-override-light .border-color-active-accent[data-selected=true],html body .theme-override-light .border-color-active-accent:active{border-color:var(--color-accent)}body[data-theme-mode=light] .border-top-color-accent,body[data-theme-mode=light] .border-top-color-hover-accent:hover,body[data-theme-mode=light] .border-top-color-focus-accent[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-accent:focus,body[data-theme-mode=light] .border-top-color-focus-accent:focus-within,body[data-theme-mode=light] .border-top-color-active-accent[data-selected=true],body[data-theme-mode=light] .border-top-color-active-accent:active,html body .theme-override-light .border-top-color-accent,html body .theme-override-light .border-top-color-hover-accent:hover,html body .theme-override-light .border-top-color-focus-accent[data-focused=true],html body .theme-override-light .border-top-color-focus-accent:focus,html body .theme-override-light .border-top-color-focus-accent:focus-within,html body .theme-override-light .border-top-color-active-accent[data-selected=true],html body .theme-override-light .border-top-color-active-accent:active{border-top-color:var(--color-accent)}body[data-theme-mode=light] .border-bottom-color-accent,body[data-theme-mode=light] .border-bottom-color-hover-accent:hover,body[data-theme-mode=light] .border-bottom-color-focus-accent[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-accent:focus,body[data-theme-mode=light] .border-bottom-color-focus-accent:focus-within,body[data-theme-mode=light] .border-bottom-color-active-accent[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-accent:active,html body .theme-override-light .border-bottom-color-accent,html body .theme-override-light .border-bottom-color-hover-accent:hover,html body .theme-override-light .border-bottom-color-focus-accent[data-focused=true],html body .theme-override-light .border-bottom-color-focus-accent:focus,html body .theme-override-light .border-bottom-color-focus-accent:focus-within,html body .theme-override-light .border-bottom-color-active-accent[data-selected=true],html body .theme-override-light .border-bottom-color-active-accent:active{border-bottom-color:var(--color-accent)}body[data-theme-mode=light] .border-left-color-accent,body[data-theme-mode=light] .border-left-color-hover-accent:hover,body[data-theme-mode=light] .border-left-color-focus-accent[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-accent:focus,body[data-theme-mode=light] .border-left-color-focus-accent:focus-within,body[data-theme-mode=light] .border-left-color-active-accent[data-selected=true],body[data-theme-mode=light] .border-left-color-active-accent:active,html body .theme-override-light .border-left-color-accent,html body .theme-override-light .border-left-color-hover-accent:hover,html body .theme-override-light .border-left-color-focus-accent[data-focused=true],html body .theme-override-light .border-left-color-focus-accent:focus,html body .theme-override-light .border-left-color-focus-accent:focus-within,html body .theme-override-light .border-left-color-active-accent[data-selected=true],html body .theme-override-light .border-left-color-active-accent:active{border-left-color:var(--color-accent)}body[data-theme-mode=light] .border-right-color-accent,body[data-theme-mode=light] .border-right-color-hover-accent:hover,body[data-theme-mode=light] .border-right-color-focus-accent[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-accent:focus,body[data-theme-mode=light] .border-right-color-focus-accent:focus-within,body[data-theme-mode=light] .border-right-color-active-accent[data-selected=true],body[data-theme-mode=light] .border-right-color-active-accent:active,html body .theme-override-light .border-right-color-accent,html body .theme-override-light .border-right-color-hover-accent:hover,html body .theme-override-light .border-right-color-focus-accent[data-focused=true],html body .theme-override-light .border-right-color-focus-accent:focus,html body .theme-override-light .border-right-color-focus-accent:focus-within,html body .theme-override-light .border-right-color-active-accent[data-selected=true],html body .theme-override-light .border-right-color-active-accent:active{border-right-color:var(--color-accent)}body[data-theme-mode=light] .fill-color-accent,body[data-theme-mode=light] .fill-color-hover-accent:hover,body[data-theme-mode=light] .fill-color-focus-accent[data-focused=true],body[data-theme-mode=light] .fill-color-focus-accent:focus,body[data-theme-mode=light] .fill-color-focus-accent:focus-within,body[data-theme-mode=light] .fill-color-active-accent[data-selected=true],body[data-theme-mode=light] .fill-color-active-accent:active,html body .theme-override-light .fill-color-accent,html body .theme-override-light .fill-color-hover-accent:hover,html body .theme-override-light .fill-color-focus-accent[data-focused=true],html body .theme-override-light .fill-color-focus-accent:focus,html body .theme-override-light .fill-color-focus-accent:focus-within,html body .theme-override-light .fill-color-active-accent[data-selected=true],html body .theme-override-light .fill-color-active-accent:active{background-color:var(--color-accent)}body[data-theme-mode=light] .outline-color-accent,body[data-theme-mode=light] .outline-color-hover-accent:hover,body[data-theme-mode=light] .outline-color-focus-accent[data-focused=true],body[data-theme-mode=light] .outline-color-focus-accent:focus,body[data-theme-mode=light] .outline-color-focus-accent:focus-within,body[data-theme-mode=light] .outline-color-active-accent[data-selected=true],body[data-theme-mode=light] .outline-color-active-accent:active,html body .theme-override-light .outline-color-accent,html body .theme-override-light .outline-color-hover-accent:hover,html body .theme-override-light .outline-color-focus-accent[data-focused=true],html body .theme-override-light .outline-color-focus-accent:focus,html body .theme-override-light .outline-color-focus-accent:focus-within,html body .theme-override-light .outline-color-active-accent[data-selected=true],html body .theme-override-light .outline-color-active-accent:active{outline-color:var(--color-accent)}body[data-theme-mode=light] .outside-border-color-accent,body[data-theme-mode=light] .outside-border-color-hover-accent:hover,body[data-theme-mode=light] .outside-border-color-focus-accent[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-accent:focus,body[data-theme-mode=light] .outside-border-color-focus-accent:focus-within,body[data-theme-mode=light] .outside-border-color-active-accent[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-accent:active,html body .theme-override-light .outside-border-color-accent,html body .theme-override-light .outside-border-color-hover-accent:hover,html body .theme-override-light .outside-border-color-focus-accent[data-focused=true],html body .theme-override-light .outside-border-color-focus-accent:focus,html body .theme-override-light .outside-border-color-focus-accent:focus-within,html body .theme-override-light .outside-border-color-active-accent[data-selected=true],html body .theme-override-light .outside-border-color-active-accent:active{--outside-border-color: var(--color-accent)}body[data-theme-mode=light] .font-color-accent-foreground,body[data-theme-mode=light] .font-color-hover-accent-foreground:hover,body[data-theme-mode=light] .font-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-accent-foreground:focus,body[data-theme-mode=light] .font-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .font-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-accent-foreground:active,html body .theme-override-light .font-color-accent-foreground,html body .theme-override-light .font-color-hover-accent-foreground:hover,html body .theme-override-light .font-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .font-color-focus-accent-foreground:focus,html body .theme-override-light .font-color-focus-accent-foreground:focus-within,html body .theme-override-light .font-color-active-accent-foreground[data-selected=true],html body .theme-override-light .font-color-active-accent-foreground:active{color:var(--color-accent-foreground)}body[data-theme-mode=light] .border-color-accent-foreground,body[data-theme-mode=light] .border-color-hover-accent-foreground:hover,body[data-theme-mode=light] .border-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-accent-foreground:focus,body[data-theme-mode=light] .border-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .border-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-accent-foreground:active,html body .theme-override-light .border-color-accent-foreground,html body .theme-override-light .border-color-hover-accent-foreground:hover,html body .theme-override-light .border-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .border-color-focus-accent-foreground:focus,html body .theme-override-light .border-color-focus-accent-foreground:focus-within,html body .theme-override-light .border-color-active-accent-foreground[data-selected=true],html body .theme-override-light .border-color-active-accent-foreground:active{border-color:var(--color-accent-foreground)}body[data-theme-mode=light] .border-top-color-accent-foreground,body[data-theme-mode=light] .border-top-color-hover-accent-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-accent-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-accent-foreground:active,html body .theme-override-light .border-top-color-accent-foreground,html body .theme-override-light .border-top-color-hover-accent-foreground:hover,html body .theme-override-light .border-top-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-accent-foreground:focus,html body .theme-override-light .border-top-color-focus-accent-foreground:focus-within,html body .theme-override-light .border-top-color-active-accent-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-accent-foreground:active{border-top-color:var(--color-accent-foreground)}body[data-theme-mode=light] .border-bottom-color-accent-foreground,body[data-theme-mode=light] .border-bottom-color-hover-accent-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-accent-foreground:active,html body .theme-override-light .border-bottom-color-accent-foreground,html body .theme-override-light .border-bottom-color-hover-accent-foreground:hover,html body .theme-override-light .border-bottom-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-accent-foreground:focus,html body .theme-override-light .border-bottom-color-focus-accent-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-accent-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-accent-foreground:active{border-bottom-color:var(--color-accent-foreground)}body[data-theme-mode=light] .border-left-color-accent-foreground,body[data-theme-mode=light] .border-left-color-hover-accent-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-accent-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-accent-foreground:active,html body .theme-override-light .border-left-color-accent-foreground,html body .theme-override-light .border-left-color-hover-accent-foreground:hover,html body .theme-override-light .border-left-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-accent-foreground:focus,html body .theme-override-light .border-left-color-focus-accent-foreground:focus-within,html body .theme-override-light .border-left-color-active-accent-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-accent-foreground:active{border-left-color:var(--color-accent-foreground)}body[data-theme-mode=light] .border-right-color-accent-foreground,body[data-theme-mode=light] .border-right-color-hover-accent-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-accent-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-accent-foreground:active,html body .theme-override-light .border-right-color-accent-foreground,html body .theme-override-light .border-right-color-hover-accent-foreground:hover,html body .theme-override-light .border-right-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-accent-foreground:focus,html body .theme-override-light .border-right-color-focus-accent-foreground:focus-within,html body .theme-override-light .border-right-color-active-accent-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-accent-foreground:active{border-right-color:var(--color-accent-foreground)}body[data-theme-mode=light] .fill-color-accent-foreground,body[data-theme-mode=light] .fill-color-hover-accent-foreground:hover,body[data-theme-mode=light] .fill-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-accent-foreground:focus,body[data-theme-mode=light] .fill-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-accent-foreground:active,html body .theme-override-light .fill-color-accent-foreground,html body .theme-override-light .fill-color-hover-accent-foreground:hover,html body .theme-override-light .fill-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-accent-foreground:focus,html body .theme-override-light .fill-color-focus-accent-foreground:focus-within,html body .theme-override-light .fill-color-active-accent-foreground[data-selected=true],html body .theme-override-light .fill-color-active-accent-foreground:active{background-color:var(--color-accent-foreground)}body[data-theme-mode=light] .outline-color-accent-foreground,body[data-theme-mode=light] .outline-color-hover-accent-foreground:hover,body[data-theme-mode=light] .outline-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-accent-foreground:focus,body[data-theme-mode=light] .outline-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-accent-foreground:active,html body .theme-override-light .outline-color-accent-foreground,html body .theme-override-light .outline-color-hover-accent-foreground:hover,html body .theme-override-light .outline-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-accent-foreground:focus,html body .theme-override-light .outline-color-focus-accent-foreground:focus-within,html body .theme-override-light .outline-color-active-accent-foreground[data-selected=true],html body .theme-override-light .outline-color-active-accent-foreground:active{outline-color:var(--color-accent-foreground)}body[data-theme-mode=light] .outside-border-color-accent-foreground,body[data-theme-mode=light] .outside-border-color-hover-accent-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-accent-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-accent-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-accent-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-accent-foreground:active,html body .theme-override-light .outside-border-color-accent-foreground,html body .theme-override-light .outside-border-color-hover-accent-foreground:hover,html body .theme-override-light .outside-border-color-focus-accent-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-accent-foreground:focus,html body .theme-override-light .outside-border-color-focus-accent-foreground:focus-within,html body .theme-override-light .outside-border-color-active-accent-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-accent-foreground:active{--outside-border-color: var(--color-accent-foreground)}body[data-theme-mode=light] .font-color-background,body[data-theme-mode=light] .font-color-hover-background:hover,body[data-theme-mode=light] .font-color-focus-background[data-focused=true],body[data-theme-mode=light] .font-color-focus-background:focus,body[data-theme-mode=light] .font-color-focus-background:focus-within,body[data-theme-mode=light] .font-color-active-background[data-selected=true],body[data-theme-mode=light] .font-color-active-background:active,html body .theme-override-light .font-color-background,html body .theme-override-light .font-color-hover-background:hover,html body .theme-override-light .font-color-focus-background[data-focused=true],html body .theme-override-light .font-color-focus-background:focus,html body .theme-override-light .font-color-focus-background:focus-within,html body .theme-override-light .font-color-active-background[data-selected=true],html body .theme-override-light .font-color-active-background:active{color:var(--color-background)}body[data-theme-mode=light] .border-color-background,body[data-theme-mode=light] .border-color-hover-background:hover,body[data-theme-mode=light] .border-color-focus-background[data-focused=true],body[data-theme-mode=light] .border-color-focus-background:focus,body[data-theme-mode=light] .border-color-focus-background:focus-within,body[data-theme-mode=light] .border-color-active-background[data-selected=true],body[data-theme-mode=light] .border-color-active-background:active,html body .theme-override-light .border-color-background,html body .theme-override-light .border-color-hover-background:hover,html body .theme-override-light .border-color-focus-background[data-focused=true],html body .theme-override-light .border-color-focus-background:focus,html body .theme-override-light .border-color-focus-background:focus-within,html body .theme-override-light .border-color-active-background[data-selected=true],html body .theme-override-light .border-color-active-background:active{border-color:var(--color-background)}body[data-theme-mode=light] .border-top-color-background,body[data-theme-mode=light] .border-top-color-hover-background:hover,body[data-theme-mode=light] .border-top-color-focus-background[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background:focus,body[data-theme-mode=light] .border-top-color-focus-background:focus-within,body[data-theme-mode=light] .border-top-color-active-background[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background:active,html body .theme-override-light .border-top-color-background,html body .theme-override-light .border-top-color-hover-background:hover,html body .theme-override-light .border-top-color-focus-background[data-focused=true],html body .theme-override-light .border-top-color-focus-background:focus,html body .theme-override-light .border-top-color-focus-background:focus-within,html body .theme-override-light .border-top-color-active-background[data-selected=true],html body .theme-override-light .border-top-color-active-background:active{border-top-color:var(--color-background)}body[data-theme-mode=light] .border-bottom-color-background,body[data-theme-mode=light] .border-bottom-color-hover-background:hover,body[data-theme-mode=light] .border-bottom-color-focus-background[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background:focus,body[data-theme-mode=light] .border-bottom-color-focus-background:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background:active,html body .theme-override-light .border-bottom-color-background,html body .theme-override-light .border-bottom-color-hover-background:hover,html body .theme-override-light .border-bottom-color-focus-background[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background:focus,html body .theme-override-light .border-bottom-color-focus-background:focus-within,html body .theme-override-light .border-bottom-color-active-background[data-selected=true],html body .theme-override-light .border-bottom-color-active-background:active{border-bottom-color:var(--color-background)}body[data-theme-mode=light] .border-left-color-background,body[data-theme-mode=light] .border-left-color-hover-background:hover,body[data-theme-mode=light] .border-left-color-focus-background[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background:focus,body[data-theme-mode=light] .border-left-color-focus-background:focus-within,body[data-theme-mode=light] .border-left-color-active-background[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background:active,html body .theme-override-light .border-left-color-background,html body .theme-override-light .border-left-color-hover-background:hover,html body .theme-override-light .border-left-color-focus-background[data-focused=true],html body .theme-override-light .border-left-color-focus-background:focus,html body .theme-override-light .border-left-color-focus-background:focus-within,html body .theme-override-light .border-left-color-active-background[data-selected=true],html body .theme-override-light .border-left-color-active-background:active{border-left-color:var(--color-background)}body[data-theme-mode=light] .border-right-color-background,body[data-theme-mode=light] .border-right-color-hover-background:hover,body[data-theme-mode=light] .border-right-color-focus-background[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background:focus,body[data-theme-mode=light] .border-right-color-focus-background:focus-within,body[data-theme-mode=light] .border-right-color-active-background[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background:active,html body .theme-override-light .border-right-color-background,html body .theme-override-light .border-right-color-hover-background:hover,html body .theme-override-light .border-right-color-focus-background[data-focused=true],html body .theme-override-light .border-right-color-focus-background:focus,html body .theme-override-light .border-right-color-focus-background:focus-within,html body .theme-override-light .border-right-color-active-background[data-selected=true],html body .theme-override-light .border-right-color-active-background:active{border-right-color:var(--color-background)}body[data-theme-mode=light] .fill-color-background,body[data-theme-mode=light] .fill-color-hover-background:hover,body[data-theme-mode=light] .fill-color-focus-background[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background:focus,body[data-theme-mode=light] .fill-color-focus-background:focus-within,body[data-theme-mode=light] .fill-color-active-background[data-selected=true],body[data-theme-mode=light] .fill-color-active-background:active,html body .theme-override-light .fill-color-background,html body .theme-override-light .fill-color-hover-background:hover,html body .theme-override-light .fill-color-focus-background[data-focused=true],html body .theme-override-light .fill-color-focus-background:focus,html body .theme-override-light .fill-color-focus-background:focus-within,html body .theme-override-light .fill-color-active-background[data-selected=true],html body .theme-override-light .fill-color-active-background:active{background-color:var(--color-background)}body[data-theme-mode=light] .outline-color-background,body[data-theme-mode=light] .outline-color-hover-background:hover,body[data-theme-mode=light] .outline-color-focus-background[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background:focus,body[data-theme-mode=light] .outline-color-focus-background:focus-within,body[data-theme-mode=light] .outline-color-active-background[data-selected=true],body[data-theme-mode=light] .outline-color-active-background:active,html body .theme-override-light .outline-color-background,html body .theme-override-light .outline-color-hover-background:hover,html body .theme-override-light .outline-color-focus-background[data-focused=true],html body .theme-override-light .outline-color-focus-background:focus,html body .theme-override-light .outline-color-focus-background:focus-within,html body .theme-override-light .outline-color-active-background[data-selected=true],html body .theme-override-light .outline-color-active-background:active{outline-color:var(--color-background)}body[data-theme-mode=light] .outside-border-color-background,body[data-theme-mode=light] .outside-border-color-hover-background:hover,body[data-theme-mode=light] .outside-border-color-focus-background[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background:focus,body[data-theme-mode=light] .outside-border-color-focus-background:focus-within,body[data-theme-mode=light] .outside-border-color-active-background[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background:active,html body .theme-override-light .outside-border-color-background,html body .theme-override-light .outside-border-color-hover-background:hover,html body .theme-override-light .outside-border-color-focus-background[data-focused=true],html body .theme-override-light .outside-border-color-focus-background:focus,html body .theme-override-light .outside-border-color-focus-background:focus-within,html body .theme-override-light .outside-border-color-active-background[data-selected=true],html body .theme-override-light .outside-border-color-active-background:active{--outside-border-color: var(--color-background)}body[data-theme-mode=light] .font-color-background-surface,body[data-theme-mode=light] .font-color-hover-background-surface:hover,body[data-theme-mode=light] .font-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-surface:focus,body[data-theme-mode=light] .font-color-focus-background-surface:focus-within,body[data-theme-mode=light] .font-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .font-color-active-background-surface:active,html body .theme-override-light .font-color-background-surface,html body .theme-override-light .font-color-hover-background-surface:hover,html body .theme-override-light .font-color-focus-background-surface[data-focused=true],html body .theme-override-light .font-color-focus-background-surface:focus,html body .theme-override-light .font-color-focus-background-surface:focus-within,html body .theme-override-light .font-color-active-background-surface[data-selected=true],html body .theme-override-light .font-color-active-background-surface:active{color:var(--color-background-surface)}body[data-theme-mode=light] .border-color-background-surface,body[data-theme-mode=light] .border-color-hover-background-surface:hover,body[data-theme-mode=light] .border-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-surface:focus,body[data-theme-mode=light] .border-color-focus-background-surface:focus-within,body[data-theme-mode=light] .border-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .border-color-active-background-surface:active,html body .theme-override-light .border-color-background-surface,html body .theme-override-light .border-color-hover-background-surface:hover,html body .theme-override-light .border-color-focus-background-surface[data-focused=true],html body .theme-override-light .border-color-focus-background-surface:focus,html body .theme-override-light .border-color-focus-background-surface:focus-within,html body .theme-override-light .border-color-active-background-surface[data-selected=true],html body .theme-override-light .border-color-active-background-surface:active{border-color:var(--color-background-surface)}body[data-theme-mode=light] .border-top-color-background-surface,body[data-theme-mode=light] .border-top-color-hover-background-surface:hover,body[data-theme-mode=light] .border-top-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-surface:focus,body[data-theme-mode=light] .border-top-color-focus-background-surface:focus-within,body[data-theme-mode=light] .border-top-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-surface:active,html body .theme-override-light .border-top-color-background-surface,html body .theme-override-light .border-top-color-hover-background-surface:hover,html body .theme-override-light .border-top-color-focus-background-surface[data-focused=true],html body .theme-override-light .border-top-color-focus-background-surface:focus,html body .theme-override-light .border-top-color-focus-background-surface:focus-within,html body .theme-override-light .border-top-color-active-background-surface[data-selected=true],html body .theme-override-light .border-top-color-active-background-surface:active{border-top-color:var(--color-background-surface)}body[data-theme-mode=light] .border-bottom-color-background-surface,body[data-theme-mode=light] .border-bottom-color-hover-background-surface:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-surface:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-surface:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-surface:active,html body .theme-override-light .border-bottom-color-background-surface,html body .theme-override-light .border-bottom-color-hover-background-surface:hover,html body .theme-override-light .border-bottom-color-focus-background-surface[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-surface:focus,html body .theme-override-light .border-bottom-color-focus-background-surface:focus-within,html body .theme-override-light .border-bottom-color-active-background-surface[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-surface:active{border-bottom-color:var(--color-background-surface)}body[data-theme-mode=light] .border-left-color-background-surface,body[data-theme-mode=light] .border-left-color-hover-background-surface:hover,body[data-theme-mode=light] .border-left-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-surface:focus,body[data-theme-mode=light] .border-left-color-focus-background-surface:focus-within,body[data-theme-mode=light] .border-left-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-surface:active,html body .theme-override-light .border-left-color-background-surface,html body .theme-override-light .border-left-color-hover-background-surface:hover,html body .theme-override-light .border-left-color-focus-background-surface[data-focused=true],html body .theme-override-light .border-left-color-focus-background-surface:focus,html body .theme-override-light .border-left-color-focus-background-surface:focus-within,html body .theme-override-light .border-left-color-active-background-surface[data-selected=true],html body .theme-override-light .border-left-color-active-background-surface:active{border-left-color:var(--color-background-surface)}body[data-theme-mode=light] .border-right-color-background-surface,body[data-theme-mode=light] .border-right-color-hover-background-surface:hover,body[data-theme-mode=light] .border-right-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-surface:focus,body[data-theme-mode=light] .border-right-color-focus-background-surface:focus-within,body[data-theme-mode=light] .border-right-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-surface:active,html body .theme-override-light .border-right-color-background-surface,html body .theme-override-light .border-right-color-hover-background-surface:hover,html body .theme-override-light .border-right-color-focus-background-surface[data-focused=true],html body .theme-override-light .border-right-color-focus-background-surface:focus,html body .theme-override-light .border-right-color-focus-background-surface:focus-within,html body .theme-override-light .border-right-color-active-background-surface[data-selected=true],html body .theme-override-light .border-right-color-active-background-surface:active{border-right-color:var(--color-background-surface)}body[data-theme-mode=light] .fill-color-background-surface,body[data-theme-mode=light] .fill-color-hover-background-surface:hover,body[data-theme-mode=light] .fill-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-surface:focus,body[data-theme-mode=light] .fill-color-focus-background-surface:focus-within,body[data-theme-mode=light] .fill-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-surface:active,html body .theme-override-light .fill-color-background-surface,html body .theme-override-light .fill-color-hover-background-surface:hover,html body .theme-override-light .fill-color-focus-background-surface[data-focused=true],html body .theme-override-light .fill-color-focus-background-surface:focus,html body .theme-override-light .fill-color-focus-background-surface:focus-within,html body .theme-override-light .fill-color-active-background-surface[data-selected=true],html body .theme-override-light .fill-color-active-background-surface:active{background-color:var(--color-background-surface)}body[data-theme-mode=light] .outline-color-background-surface,body[data-theme-mode=light] .outline-color-hover-background-surface:hover,body[data-theme-mode=light] .outline-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-surface:focus,body[data-theme-mode=light] .outline-color-focus-background-surface:focus-within,body[data-theme-mode=light] .outline-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-surface:active,html body .theme-override-light .outline-color-background-surface,html body .theme-override-light .outline-color-hover-background-surface:hover,html body .theme-override-light .outline-color-focus-background-surface[data-focused=true],html body .theme-override-light .outline-color-focus-background-surface:focus,html body .theme-override-light .outline-color-focus-background-surface:focus-within,html body .theme-override-light .outline-color-active-background-surface[data-selected=true],html body .theme-override-light .outline-color-active-background-surface:active{outline-color:var(--color-background-surface)}body[data-theme-mode=light] .outside-border-color-background-surface,body[data-theme-mode=light] .outside-border-color-hover-background-surface:hover,body[data-theme-mode=light] .outside-border-color-focus-background-surface[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-surface:focus,body[data-theme-mode=light] .outside-border-color-focus-background-surface:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-surface[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-surface:active,html body .theme-override-light .outside-border-color-background-surface,html body .theme-override-light .outside-border-color-hover-background-surface:hover,html body .theme-override-light .outside-border-color-focus-background-surface[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-surface:focus,html body .theme-override-light .outside-border-color-focus-background-surface:focus-within,html body .theme-override-light .outside-border-color-active-background-surface[data-selected=true],html body .theme-override-light .outside-border-color-active-background-surface:active{--outside-border-color: var(--color-background-surface)}body[data-theme-mode=light] .font-color-background-ghost,body[data-theme-mode=light] .font-color-hover-background-ghost:hover,body[data-theme-mode=light] .font-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-ghost:focus,body[data-theme-mode=light] .font-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .font-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .font-color-active-background-ghost:active,html body .theme-override-light .font-color-background-ghost,html body .theme-override-light .font-color-hover-background-ghost:hover,html body .theme-override-light .font-color-focus-background-ghost[data-focused=true],html body .theme-override-light .font-color-focus-background-ghost:focus,html body .theme-override-light .font-color-focus-background-ghost:focus-within,html body .theme-override-light .font-color-active-background-ghost[data-selected=true],html body .theme-override-light .font-color-active-background-ghost:active{color:var(--color-background-ghost)}body[data-theme-mode=light] .border-color-background-ghost,body[data-theme-mode=light] .border-color-hover-background-ghost:hover,body[data-theme-mode=light] .border-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-ghost:focus,body[data-theme-mode=light] .border-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .border-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .border-color-active-background-ghost:active,html body .theme-override-light .border-color-background-ghost,html body .theme-override-light .border-color-hover-background-ghost:hover,html body .theme-override-light .border-color-focus-background-ghost[data-focused=true],html body .theme-override-light .border-color-focus-background-ghost:focus,html body .theme-override-light .border-color-focus-background-ghost:focus-within,html body .theme-override-light .border-color-active-background-ghost[data-selected=true],html body .theme-override-light .border-color-active-background-ghost:active{border-color:var(--color-background-ghost)}body[data-theme-mode=light] .border-top-color-background-ghost,body[data-theme-mode=light] .border-top-color-hover-background-ghost:hover,body[data-theme-mode=light] .border-top-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-ghost:focus,body[data-theme-mode=light] .border-top-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .border-top-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-ghost:active,html body .theme-override-light .border-top-color-background-ghost,html body .theme-override-light .border-top-color-hover-background-ghost:hover,html body .theme-override-light .border-top-color-focus-background-ghost[data-focused=true],html body .theme-override-light .border-top-color-focus-background-ghost:focus,html body .theme-override-light .border-top-color-focus-background-ghost:focus-within,html body .theme-override-light .border-top-color-active-background-ghost[data-selected=true],html body .theme-override-light .border-top-color-active-background-ghost:active{border-top-color:var(--color-background-ghost)}body[data-theme-mode=light] .border-bottom-color-background-ghost,body[data-theme-mode=light] .border-bottom-color-hover-background-ghost:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-ghost:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-ghost:active,html body .theme-override-light .border-bottom-color-background-ghost,html body .theme-override-light .border-bottom-color-hover-background-ghost:hover,html body .theme-override-light .border-bottom-color-focus-background-ghost[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-ghost:focus,html body .theme-override-light .border-bottom-color-focus-background-ghost:focus-within,html body .theme-override-light .border-bottom-color-active-background-ghost[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-ghost:active{border-bottom-color:var(--color-background-ghost)}body[data-theme-mode=light] .border-left-color-background-ghost,body[data-theme-mode=light] .border-left-color-hover-background-ghost:hover,body[data-theme-mode=light] .border-left-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-ghost:focus,body[data-theme-mode=light] .border-left-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .border-left-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-ghost:active,html body .theme-override-light .border-left-color-background-ghost,html body .theme-override-light .border-left-color-hover-background-ghost:hover,html body .theme-override-light .border-left-color-focus-background-ghost[data-focused=true],html body .theme-override-light .border-left-color-focus-background-ghost:focus,html body .theme-override-light .border-left-color-focus-background-ghost:focus-within,html body .theme-override-light .border-left-color-active-background-ghost[data-selected=true],html body .theme-override-light .border-left-color-active-background-ghost:active{border-left-color:var(--color-background-ghost)}body[data-theme-mode=light] .border-right-color-background-ghost,body[data-theme-mode=light] .border-right-color-hover-background-ghost:hover,body[data-theme-mode=light] .border-right-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-ghost:focus,body[data-theme-mode=light] .border-right-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .border-right-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-ghost:active,html body .theme-override-light .border-right-color-background-ghost,html body .theme-override-light .border-right-color-hover-background-ghost:hover,html body .theme-override-light .border-right-color-focus-background-ghost[data-focused=true],html body .theme-override-light .border-right-color-focus-background-ghost:focus,html body .theme-override-light .border-right-color-focus-background-ghost:focus-within,html body .theme-override-light .border-right-color-active-background-ghost[data-selected=true],html body .theme-override-light .border-right-color-active-background-ghost:active{border-right-color:var(--color-background-ghost)}body[data-theme-mode=light] .fill-color-background-ghost,body[data-theme-mode=light] .fill-color-hover-background-ghost:hover,body[data-theme-mode=light] .fill-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-ghost:focus,body[data-theme-mode=light] .fill-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .fill-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-ghost:active,html body .theme-override-light .fill-color-background-ghost,html body .theme-override-light .fill-color-hover-background-ghost:hover,html body .theme-override-light .fill-color-focus-background-ghost[data-focused=true],html body .theme-override-light .fill-color-focus-background-ghost:focus,html body .theme-override-light .fill-color-focus-background-ghost:focus-within,html body .theme-override-light .fill-color-active-background-ghost[data-selected=true],html body .theme-override-light .fill-color-active-background-ghost:active{background-color:var(--color-background-ghost)}body[data-theme-mode=light] .outline-color-background-ghost,body[data-theme-mode=light] .outline-color-hover-background-ghost:hover,body[data-theme-mode=light] .outline-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-ghost:focus,body[data-theme-mode=light] .outline-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .outline-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-ghost:active,html body .theme-override-light .outline-color-background-ghost,html body .theme-override-light .outline-color-hover-background-ghost:hover,html body .theme-override-light .outline-color-focus-background-ghost[data-focused=true],html body .theme-override-light .outline-color-focus-background-ghost:focus,html body .theme-override-light .outline-color-focus-background-ghost:focus-within,html body .theme-override-light .outline-color-active-background-ghost[data-selected=true],html body .theme-override-light .outline-color-active-background-ghost:active{outline-color:var(--color-background-ghost)}body[data-theme-mode=light] .outside-border-color-background-ghost,body[data-theme-mode=light] .outside-border-color-hover-background-ghost:hover,body[data-theme-mode=light] .outside-border-color-focus-background-ghost[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-ghost:focus,body[data-theme-mode=light] .outside-border-color-focus-background-ghost:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-ghost[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-ghost:active,html body .theme-override-light .outside-border-color-background-ghost,html body .theme-override-light .outside-border-color-hover-background-ghost:hover,html body .theme-override-light .outside-border-color-focus-background-ghost[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-ghost:focus,html body .theme-override-light .outside-border-color-focus-background-ghost:focus-within,html body .theme-override-light .outside-border-color-active-background-ghost[data-selected=true],html body .theme-override-light .outside-border-color-active-background-ghost:active{--outside-border-color: var(--color-background-ghost)}body[data-theme-mode=light] .font-color-background-flat,body[data-theme-mode=light] .font-color-hover-background-flat:hover,body[data-theme-mode=light] .font-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-flat:focus,body[data-theme-mode=light] .font-color-focus-background-flat:focus-within,body[data-theme-mode=light] .font-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .font-color-active-background-flat:active,html body .theme-override-light .font-color-background-flat,html body .theme-override-light .font-color-hover-background-flat:hover,html body .theme-override-light .font-color-focus-background-flat[data-focused=true],html body .theme-override-light .font-color-focus-background-flat:focus,html body .theme-override-light .font-color-focus-background-flat:focus-within,html body .theme-override-light .font-color-active-background-flat[data-selected=true],html body .theme-override-light .font-color-active-background-flat:active{color:var(--color-background-flat)}body[data-theme-mode=light] .border-color-background-flat,body[data-theme-mode=light] .border-color-hover-background-flat:hover,body[data-theme-mode=light] .border-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-flat:focus,body[data-theme-mode=light] .border-color-focus-background-flat:focus-within,body[data-theme-mode=light] .border-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .border-color-active-background-flat:active,html body .theme-override-light .border-color-background-flat,html body .theme-override-light .border-color-hover-background-flat:hover,html body .theme-override-light .border-color-focus-background-flat[data-focused=true],html body .theme-override-light .border-color-focus-background-flat:focus,html body .theme-override-light .border-color-focus-background-flat:focus-within,html body .theme-override-light .border-color-active-background-flat[data-selected=true],html body .theme-override-light .border-color-active-background-flat:active{border-color:var(--color-background-flat)}body[data-theme-mode=light] .border-top-color-background-flat,body[data-theme-mode=light] .border-top-color-hover-background-flat:hover,body[data-theme-mode=light] .border-top-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-flat:focus,body[data-theme-mode=light] .border-top-color-focus-background-flat:focus-within,body[data-theme-mode=light] .border-top-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-flat:active,html body .theme-override-light .border-top-color-background-flat,html body .theme-override-light .border-top-color-hover-background-flat:hover,html body .theme-override-light .border-top-color-focus-background-flat[data-focused=true],html body .theme-override-light .border-top-color-focus-background-flat:focus,html body .theme-override-light .border-top-color-focus-background-flat:focus-within,html body .theme-override-light .border-top-color-active-background-flat[data-selected=true],html body .theme-override-light .border-top-color-active-background-flat:active{border-top-color:var(--color-background-flat)}body[data-theme-mode=light] .border-bottom-color-background-flat,body[data-theme-mode=light] .border-bottom-color-hover-background-flat:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-flat:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-flat:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-flat:active,html body .theme-override-light .border-bottom-color-background-flat,html body .theme-override-light .border-bottom-color-hover-background-flat:hover,html body .theme-override-light .border-bottom-color-focus-background-flat[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-flat:focus,html body .theme-override-light .border-bottom-color-focus-background-flat:focus-within,html body .theme-override-light .border-bottom-color-active-background-flat[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-flat:active{border-bottom-color:var(--color-background-flat)}body[data-theme-mode=light] .border-left-color-background-flat,body[data-theme-mode=light] .border-left-color-hover-background-flat:hover,body[data-theme-mode=light] .border-left-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-flat:focus,body[data-theme-mode=light] .border-left-color-focus-background-flat:focus-within,body[data-theme-mode=light] .border-left-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-flat:active,html body .theme-override-light .border-left-color-background-flat,html body .theme-override-light .border-left-color-hover-background-flat:hover,html body .theme-override-light .border-left-color-focus-background-flat[data-focused=true],html body .theme-override-light .border-left-color-focus-background-flat:focus,html body .theme-override-light .border-left-color-focus-background-flat:focus-within,html body .theme-override-light .border-left-color-active-background-flat[data-selected=true],html body .theme-override-light .border-left-color-active-background-flat:active{border-left-color:var(--color-background-flat)}body[data-theme-mode=light] .border-right-color-background-flat,body[data-theme-mode=light] .border-right-color-hover-background-flat:hover,body[data-theme-mode=light] .border-right-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-flat:focus,body[data-theme-mode=light] .border-right-color-focus-background-flat:focus-within,body[data-theme-mode=light] .border-right-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-flat:active,html body .theme-override-light .border-right-color-background-flat,html body .theme-override-light .border-right-color-hover-background-flat:hover,html body .theme-override-light .border-right-color-focus-background-flat[data-focused=true],html body .theme-override-light .border-right-color-focus-background-flat:focus,html body .theme-override-light .border-right-color-focus-background-flat:focus-within,html body .theme-override-light .border-right-color-active-background-flat[data-selected=true],html body .theme-override-light .border-right-color-active-background-flat:active{border-right-color:var(--color-background-flat)}body[data-theme-mode=light] .fill-color-background-flat,body[data-theme-mode=light] .fill-color-hover-background-flat:hover,body[data-theme-mode=light] .fill-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-flat:focus,body[data-theme-mode=light] .fill-color-focus-background-flat:focus-within,body[data-theme-mode=light] .fill-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-flat:active,html body .theme-override-light .fill-color-background-flat,html body .theme-override-light .fill-color-hover-background-flat:hover,html body .theme-override-light .fill-color-focus-background-flat[data-focused=true],html body .theme-override-light .fill-color-focus-background-flat:focus,html body .theme-override-light .fill-color-focus-background-flat:focus-within,html body .theme-override-light .fill-color-active-background-flat[data-selected=true],html body .theme-override-light .fill-color-active-background-flat:active{background-color:var(--color-background-flat)}body[data-theme-mode=light] .outline-color-background-flat,body[data-theme-mode=light] .outline-color-hover-background-flat:hover,body[data-theme-mode=light] .outline-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-flat:focus,body[data-theme-mode=light] .outline-color-focus-background-flat:focus-within,body[data-theme-mode=light] .outline-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-flat:active,html body .theme-override-light .outline-color-background-flat,html body .theme-override-light .outline-color-hover-background-flat:hover,html body .theme-override-light .outline-color-focus-background-flat[data-focused=true],html body .theme-override-light .outline-color-focus-background-flat:focus,html body .theme-override-light .outline-color-focus-background-flat:focus-within,html body .theme-override-light .outline-color-active-background-flat[data-selected=true],html body .theme-override-light .outline-color-active-background-flat:active{outline-color:var(--color-background-flat)}body[data-theme-mode=light] .outside-border-color-background-flat,body[data-theme-mode=light] .outside-border-color-hover-background-flat:hover,body[data-theme-mode=light] .outside-border-color-focus-background-flat[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-flat:focus,body[data-theme-mode=light] .outside-border-color-focus-background-flat:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-flat[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-flat:active,html body .theme-override-light .outside-border-color-background-flat,html body .theme-override-light .outside-border-color-hover-background-flat:hover,html body .theme-override-light .outside-border-color-focus-background-flat[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-flat:focus,html body .theme-override-light .outside-border-color-focus-background-flat:focus-within,html body .theme-override-light .outside-border-color-active-background-flat[data-selected=true],html body .theme-override-light .outside-border-color-active-background-flat:active{--outside-border-color: var(--color-background-flat)}body[data-theme-mode=light] .font-color-background-card,body[data-theme-mode=light] .font-color-hover-background-card:hover,body[data-theme-mode=light] .font-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-card:focus,body[data-theme-mode=light] .font-color-focus-background-card:focus-within,body[data-theme-mode=light] .font-color-active-background-card[data-selected=true],body[data-theme-mode=light] .font-color-active-background-card:active,html body .theme-override-light .font-color-background-card,html body .theme-override-light .font-color-hover-background-card:hover,html body .theme-override-light .font-color-focus-background-card[data-focused=true],html body .theme-override-light .font-color-focus-background-card:focus,html body .theme-override-light .font-color-focus-background-card:focus-within,html body .theme-override-light .font-color-active-background-card[data-selected=true],html body .theme-override-light .font-color-active-background-card:active{color:var(--color-background-card)}body[data-theme-mode=light] .border-color-background-card,body[data-theme-mode=light] .border-color-hover-background-card:hover,body[data-theme-mode=light] .border-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-card:focus,body[data-theme-mode=light] .border-color-focus-background-card:focus-within,body[data-theme-mode=light] .border-color-active-background-card[data-selected=true],body[data-theme-mode=light] .border-color-active-background-card:active,html body .theme-override-light .border-color-background-card,html body .theme-override-light .border-color-hover-background-card:hover,html body .theme-override-light .border-color-focus-background-card[data-focused=true],html body .theme-override-light .border-color-focus-background-card:focus,html body .theme-override-light .border-color-focus-background-card:focus-within,html body .theme-override-light .border-color-active-background-card[data-selected=true],html body .theme-override-light .border-color-active-background-card:active{border-color:var(--color-background-card)}body[data-theme-mode=light] .border-top-color-background-card,body[data-theme-mode=light] .border-top-color-hover-background-card:hover,body[data-theme-mode=light] .border-top-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-card:focus,body[data-theme-mode=light] .border-top-color-focus-background-card:focus-within,body[data-theme-mode=light] .border-top-color-active-background-card[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-card:active,html body .theme-override-light .border-top-color-background-card,html body .theme-override-light .border-top-color-hover-background-card:hover,html body .theme-override-light .border-top-color-focus-background-card[data-focused=true],html body .theme-override-light .border-top-color-focus-background-card:focus,html body .theme-override-light .border-top-color-focus-background-card:focus-within,html body .theme-override-light .border-top-color-active-background-card[data-selected=true],html body .theme-override-light .border-top-color-active-background-card:active{border-top-color:var(--color-background-card)}body[data-theme-mode=light] .border-bottom-color-background-card,body[data-theme-mode=light] .border-bottom-color-hover-background-card:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-card:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-card:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-card[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-card:active,html body .theme-override-light .border-bottom-color-background-card,html body .theme-override-light .border-bottom-color-hover-background-card:hover,html body .theme-override-light .border-bottom-color-focus-background-card[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-card:focus,html body .theme-override-light .border-bottom-color-focus-background-card:focus-within,html body .theme-override-light .border-bottom-color-active-background-card[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-card:active{border-bottom-color:var(--color-background-card)}body[data-theme-mode=light] .border-left-color-background-card,body[data-theme-mode=light] .border-left-color-hover-background-card:hover,body[data-theme-mode=light] .border-left-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-card:focus,body[data-theme-mode=light] .border-left-color-focus-background-card:focus-within,body[data-theme-mode=light] .border-left-color-active-background-card[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-card:active,html body .theme-override-light .border-left-color-background-card,html body .theme-override-light .border-left-color-hover-background-card:hover,html body .theme-override-light .border-left-color-focus-background-card[data-focused=true],html body .theme-override-light .border-left-color-focus-background-card:focus,html body .theme-override-light .border-left-color-focus-background-card:focus-within,html body .theme-override-light .border-left-color-active-background-card[data-selected=true],html body .theme-override-light .border-left-color-active-background-card:active{border-left-color:var(--color-background-card)}body[data-theme-mode=light] .border-right-color-background-card,body[data-theme-mode=light] .border-right-color-hover-background-card:hover,body[data-theme-mode=light] .border-right-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-card:focus,body[data-theme-mode=light] .border-right-color-focus-background-card:focus-within,body[data-theme-mode=light] .border-right-color-active-background-card[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-card:active,html body .theme-override-light .border-right-color-background-card,html body .theme-override-light .border-right-color-hover-background-card:hover,html body .theme-override-light .border-right-color-focus-background-card[data-focused=true],html body .theme-override-light .border-right-color-focus-background-card:focus,html body .theme-override-light .border-right-color-focus-background-card:focus-within,html body .theme-override-light .border-right-color-active-background-card[data-selected=true],html body .theme-override-light .border-right-color-active-background-card:active{border-right-color:var(--color-background-card)}body[data-theme-mode=light] .fill-color-background-card,body[data-theme-mode=light] .fill-color-hover-background-card:hover,body[data-theme-mode=light] .fill-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-card:focus,body[data-theme-mode=light] .fill-color-focus-background-card:focus-within,body[data-theme-mode=light] .fill-color-active-background-card[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-card:active,html body .theme-override-light .fill-color-background-card,html body .theme-override-light .fill-color-hover-background-card:hover,html body .theme-override-light .fill-color-focus-background-card[data-focused=true],html body .theme-override-light .fill-color-focus-background-card:focus,html body .theme-override-light .fill-color-focus-background-card:focus-within,html body .theme-override-light .fill-color-active-background-card[data-selected=true],html body .theme-override-light .fill-color-active-background-card:active{background-color:var(--color-background-card)}body[data-theme-mode=light] .outline-color-background-card,body[data-theme-mode=light] .outline-color-hover-background-card:hover,body[data-theme-mode=light] .outline-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-card:focus,body[data-theme-mode=light] .outline-color-focus-background-card:focus-within,body[data-theme-mode=light] .outline-color-active-background-card[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-card:active,html body .theme-override-light .outline-color-background-card,html body .theme-override-light .outline-color-hover-background-card:hover,html body .theme-override-light .outline-color-focus-background-card[data-focused=true],html body .theme-override-light .outline-color-focus-background-card:focus,html body .theme-override-light .outline-color-focus-background-card:focus-within,html body .theme-override-light .outline-color-active-background-card[data-selected=true],html body .theme-override-light .outline-color-active-background-card:active{outline-color:var(--color-background-card)}body[data-theme-mode=light] .outside-border-color-background-card,body[data-theme-mode=light] .outside-border-color-hover-background-card:hover,body[data-theme-mode=light] .outside-border-color-focus-background-card[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-card:focus,body[data-theme-mode=light] .outside-border-color-focus-background-card:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-card[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-card:active,html body .theme-override-light .outside-border-color-background-card,html body .theme-override-light .outside-border-color-hover-background-card:hover,html body .theme-override-light .outside-border-color-focus-background-card[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-card:focus,html body .theme-override-light .outside-border-color-focus-background-card:focus-within,html body .theme-override-light .outside-border-color-active-background-card[data-selected=true],html body .theme-override-light .outside-border-color-active-background-card:active{--outside-border-color: var(--color-background-card)}body[data-theme-mode=light] .font-color-background-panel,body[data-theme-mode=light] .font-color-hover-background-panel:hover,body[data-theme-mode=light] .font-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-panel:focus,body[data-theme-mode=light] .font-color-focus-background-panel:focus-within,body[data-theme-mode=light] .font-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .font-color-active-background-panel:active,html body .theme-override-light .font-color-background-panel,html body .theme-override-light .font-color-hover-background-panel:hover,html body .theme-override-light .font-color-focus-background-panel[data-focused=true],html body .theme-override-light .font-color-focus-background-panel:focus,html body .theme-override-light .font-color-focus-background-panel:focus-within,html body .theme-override-light .font-color-active-background-panel[data-selected=true],html body .theme-override-light .font-color-active-background-panel:active{color:var(--color-background-panel)}body[data-theme-mode=light] .border-color-background-panel,body[data-theme-mode=light] .border-color-hover-background-panel:hover,body[data-theme-mode=light] .border-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-panel:focus,body[data-theme-mode=light] .border-color-focus-background-panel:focus-within,body[data-theme-mode=light] .border-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .border-color-active-background-panel:active,html body .theme-override-light .border-color-background-panel,html body .theme-override-light .border-color-hover-background-panel:hover,html body .theme-override-light .border-color-focus-background-panel[data-focused=true],html body .theme-override-light .border-color-focus-background-panel:focus,html body .theme-override-light .border-color-focus-background-panel:focus-within,html body .theme-override-light .border-color-active-background-panel[data-selected=true],html body .theme-override-light .border-color-active-background-panel:active{border-color:var(--color-background-panel)}body[data-theme-mode=light] .border-top-color-background-panel,body[data-theme-mode=light] .border-top-color-hover-background-panel:hover,body[data-theme-mode=light] .border-top-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-panel:focus,body[data-theme-mode=light] .border-top-color-focus-background-panel:focus-within,body[data-theme-mode=light] .border-top-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-panel:active,html body .theme-override-light .border-top-color-background-panel,html body .theme-override-light .border-top-color-hover-background-panel:hover,html body .theme-override-light .border-top-color-focus-background-panel[data-focused=true],html body .theme-override-light .border-top-color-focus-background-panel:focus,html body .theme-override-light .border-top-color-focus-background-panel:focus-within,html body .theme-override-light .border-top-color-active-background-panel[data-selected=true],html body .theme-override-light .border-top-color-active-background-panel:active{border-top-color:var(--color-background-panel)}body[data-theme-mode=light] .border-bottom-color-background-panel,body[data-theme-mode=light] .border-bottom-color-hover-background-panel:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-panel:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-panel:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-panel:active,html body .theme-override-light .border-bottom-color-background-panel,html body .theme-override-light .border-bottom-color-hover-background-panel:hover,html body .theme-override-light .border-bottom-color-focus-background-panel[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-panel:focus,html body .theme-override-light .border-bottom-color-focus-background-panel:focus-within,html body .theme-override-light .border-bottom-color-active-background-panel[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-panel:active{border-bottom-color:var(--color-background-panel)}body[data-theme-mode=light] .border-left-color-background-panel,body[data-theme-mode=light] .border-left-color-hover-background-panel:hover,body[data-theme-mode=light] .border-left-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-panel:focus,body[data-theme-mode=light] .border-left-color-focus-background-panel:focus-within,body[data-theme-mode=light] .border-left-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-panel:active,html body .theme-override-light .border-left-color-background-panel,html body .theme-override-light .border-left-color-hover-background-panel:hover,html body .theme-override-light .border-left-color-focus-background-panel[data-focused=true],html body .theme-override-light .border-left-color-focus-background-panel:focus,html body .theme-override-light .border-left-color-focus-background-panel:focus-within,html body .theme-override-light .border-left-color-active-background-panel[data-selected=true],html body .theme-override-light .border-left-color-active-background-panel:active{border-left-color:var(--color-background-panel)}body[data-theme-mode=light] .border-right-color-background-panel,body[data-theme-mode=light] .border-right-color-hover-background-panel:hover,body[data-theme-mode=light] .border-right-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-panel:focus,body[data-theme-mode=light] .border-right-color-focus-background-panel:focus-within,body[data-theme-mode=light] .border-right-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-panel:active,html body .theme-override-light .border-right-color-background-panel,html body .theme-override-light .border-right-color-hover-background-panel:hover,html body .theme-override-light .border-right-color-focus-background-panel[data-focused=true],html body .theme-override-light .border-right-color-focus-background-panel:focus,html body .theme-override-light .border-right-color-focus-background-panel:focus-within,html body .theme-override-light .border-right-color-active-background-panel[data-selected=true],html body .theme-override-light .border-right-color-active-background-panel:active{border-right-color:var(--color-background-panel)}body[data-theme-mode=light] .fill-color-background-panel,body[data-theme-mode=light] .fill-color-hover-background-panel:hover,body[data-theme-mode=light] .fill-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-panel:focus,body[data-theme-mode=light] .fill-color-focus-background-panel:focus-within,body[data-theme-mode=light] .fill-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-panel:active,html body .theme-override-light .fill-color-background-panel,html body .theme-override-light .fill-color-hover-background-panel:hover,html body .theme-override-light .fill-color-focus-background-panel[data-focused=true],html body .theme-override-light .fill-color-focus-background-panel:focus,html body .theme-override-light .fill-color-focus-background-panel:focus-within,html body .theme-override-light .fill-color-active-background-panel[data-selected=true],html body .theme-override-light .fill-color-active-background-panel:active{background-color:var(--color-background-panel)}body[data-theme-mode=light] .outline-color-background-panel,body[data-theme-mode=light] .outline-color-hover-background-panel:hover,body[data-theme-mode=light] .outline-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-panel:focus,body[data-theme-mode=light] .outline-color-focus-background-panel:focus-within,body[data-theme-mode=light] .outline-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-panel:active,html body .theme-override-light .outline-color-background-panel,html body .theme-override-light .outline-color-hover-background-panel:hover,html body .theme-override-light .outline-color-focus-background-panel[data-focused=true],html body .theme-override-light .outline-color-focus-background-panel:focus,html body .theme-override-light .outline-color-focus-background-panel:focus-within,html body .theme-override-light .outline-color-active-background-panel[data-selected=true],html body .theme-override-light .outline-color-active-background-panel:active{outline-color:var(--color-background-panel)}body[data-theme-mode=light] .outside-border-color-background-panel,body[data-theme-mode=light] .outside-border-color-hover-background-panel:hover,body[data-theme-mode=light] .outside-border-color-focus-background-panel[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-panel:focus,body[data-theme-mode=light] .outside-border-color-focus-background-panel:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-panel[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-panel:active,html body .theme-override-light .outside-border-color-background-panel,html body .theme-override-light .outside-border-color-hover-background-panel:hover,html body .theme-override-light .outside-border-color-focus-background-panel[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-panel:focus,html body .theme-override-light .outside-border-color-focus-background-panel:focus-within,html body .theme-override-light .outside-border-color-active-background-panel[data-selected=true],html body .theme-override-light .outside-border-color-active-background-panel:active{--outside-border-color: var(--color-background-panel)}body[data-theme-mode=light] .font-color-background-field,body[data-theme-mode=light] .font-color-hover-background-field:hover,body[data-theme-mode=light] .font-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .font-color-focus-background-field:focus,body[data-theme-mode=light] .font-color-focus-background-field:focus-within,body[data-theme-mode=light] .font-color-active-background-field[data-selected=true],body[data-theme-mode=light] .font-color-active-background-field:active,html body .theme-override-light .font-color-background-field,html body .theme-override-light .font-color-hover-background-field:hover,html body .theme-override-light .font-color-focus-background-field[data-focused=true],html body .theme-override-light .font-color-focus-background-field:focus,html body .theme-override-light .font-color-focus-background-field:focus-within,html body .theme-override-light .font-color-active-background-field[data-selected=true],html body .theme-override-light .font-color-active-background-field:active{color:var(--color-background-field)}body[data-theme-mode=light] .border-color-background-field,body[data-theme-mode=light] .border-color-hover-background-field:hover,body[data-theme-mode=light] .border-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .border-color-focus-background-field:focus,body[data-theme-mode=light] .border-color-focus-background-field:focus-within,body[data-theme-mode=light] .border-color-active-background-field[data-selected=true],body[data-theme-mode=light] .border-color-active-background-field:active,html body .theme-override-light .border-color-background-field,html body .theme-override-light .border-color-hover-background-field:hover,html body .theme-override-light .border-color-focus-background-field[data-focused=true],html body .theme-override-light .border-color-focus-background-field:focus,html body .theme-override-light .border-color-focus-background-field:focus-within,html body .theme-override-light .border-color-active-background-field[data-selected=true],html body .theme-override-light .border-color-active-background-field:active{border-color:var(--color-background-field)}body[data-theme-mode=light] .border-top-color-background-field,body[data-theme-mode=light] .border-top-color-hover-background-field:hover,body[data-theme-mode=light] .border-top-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-background-field:focus,body[data-theme-mode=light] .border-top-color-focus-background-field:focus-within,body[data-theme-mode=light] .border-top-color-active-background-field[data-selected=true],body[data-theme-mode=light] .border-top-color-active-background-field:active,html body .theme-override-light .border-top-color-background-field,html body .theme-override-light .border-top-color-hover-background-field:hover,html body .theme-override-light .border-top-color-focus-background-field[data-focused=true],html body .theme-override-light .border-top-color-focus-background-field:focus,html body .theme-override-light .border-top-color-focus-background-field:focus-within,html body .theme-override-light .border-top-color-active-background-field[data-selected=true],html body .theme-override-light .border-top-color-active-background-field:active{border-top-color:var(--color-background-field)}body[data-theme-mode=light] .border-bottom-color-background-field,body[data-theme-mode=light] .border-bottom-color-hover-background-field:hover,body[data-theme-mode=light] .border-bottom-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-background-field:focus,body[data-theme-mode=light] .border-bottom-color-focus-background-field:focus-within,body[data-theme-mode=light] .border-bottom-color-active-background-field[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-background-field:active,html body .theme-override-light .border-bottom-color-background-field,html body .theme-override-light .border-bottom-color-hover-background-field:hover,html body .theme-override-light .border-bottom-color-focus-background-field[data-focused=true],html body .theme-override-light .border-bottom-color-focus-background-field:focus,html body .theme-override-light .border-bottom-color-focus-background-field:focus-within,html body .theme-override-light .border-bottom-color-active-background-field[data-selected=true],html body .theme-override-light .border-bottom-color-active-background-field:active{border-bottom-color:var(--color-background-field)}body[data-theme-mode=light] .border-left-color-background-field,body[data-theme-mode=light] .border-left-color-hover-background-field:hover,body[data-theme-mode=light] .border-left-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-background-field:focus,body[data-theme-mode=light] .border-left-color-focus-background-field:focus-within,body[data-theme-mode=light] .border-left-color-active-background-field[data-selected=true],body[data-theme-mode=light] .border-left-color-active-background-field:active,html body .theme-override-light .border-left-color-background-field,html body .theme-override-light .border-left-color-hover-background-field:hover,html body .theme-override-light .border-left-color-focus-background-field[data-focused=true],html body .theme-override-light .border-left-color-focus-background-field:focus,html body .theme-override-light .border-left-color-focus-background-field:focus-within,html body .theme-override-light .border-left-color-active-background-field[data-selected=true],html body .theme-override-light .border-left-color-active-background-field:active{border-left-color:var(--color-background-field)}body[data-theme-mode=light] .border-right-color-background-field,body[data-theme-mode=light] .border-right-color-hover-background-field:hover,body[data-theme-mode=light] .border-right-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-background-field:focus,body[data-theme-mode=light] .border-right-color-focus-background-field:focus-within,body[data-theme-mode=light] .border-right-color-active-background-field[data-selected=true],body[data-theme-mode=light] .border-right-color-active-background-field:active,html body .theme-override-light .border-right-color-background-field,html body .theme-override-light .border-right-color-hover-background-field:hover,html body .theme-override-light .border-right-color-focus-background-field[data-focused=true],html body .theme-override-light .border-right-color-focus-background-field:focus,html body .theme-override-light .border-right-color-focus-background-field:focus-within,html body .theme-override-light .border-right-color-active-background-field[data-selected=true],html body .theme-override-light .border-right-color-active-background-field:active{border-right-color:var(--color-background-field)}body[data-theme-mode=light] .fill-color-background-field,body[data-theme-mode=light] .fill-color-hover-background-field:hover,body[data-theme-mode=light] .fill-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .fill-color-focus-background-field:focus,body[data-theme-mode=light] .fill-color-focus-background-field:focus-within,body[data-theme-mode=light] .fill-color-active-background-field[data-selected=true],body[data-theme-mode=light] .fill-color-active-background-field:active,html body .theme-override-light .fill-color-background-field,html body .theme-override-light .fill-color-hover-background-field:hover,html body .theme-override-light .fill-color-focus-background-field[data-focused=true],html body .theme-override-light .fill-color-focus-background-field:focus,html body .theme-override-light .fill-color-focus-background-field:focus-within,html body .theme-override-light .fill-color-active-background-field[data-selected=true],html body .theme-override-light .fill-color-active-background-field:active{background-color:var(--color-background-field)}body[data-theme-mode=light] .outline-color-background-field,body[data-theme-mode=light] .outline-color-hover-background-field:hover,body[data-theme-mode=light] .outline-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .outline-color-focus-background-field:focus,body[data-theme-mode=light] .outline-color-focus-background-field:focus-within,body[data-theme-mode=light] .outline-color-active-background-field[data-selected=true],body[data-theme-mode=light] .outline-color-active-background-field:active,html body .theme-override-light .outline-color-background-field,html body .theme-override-light .outline-color-hover-background-field:hover,html body .theme-override-light .outline-color-focus-background-field[data-focused=true],html body .theme-override-light .outline-color-focus-background-field:focus,html body .theme-override-light .outline-color-focus-background-field:focus-within,html body .theme-override-light .outline-color-active-background-field[data-selected=true],html body .theme-override-light .outline-color-active-background-field:active{outline-color:var(--color-background-field)}body[data-theme-mode=light] .outside-border-color-background-field,body[data-theme-mode=light] .outside-border-color-hover-background-field:hover,body[data-theme-mode=light] .outside-border-color-focus-background-field[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-background-field:focus,body[data-theme-mode=light] .outside-border-color-focus-background-field:focus-within,body[data-theme-mode=light] .outside-border-color-active-background-field[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-background-field:active,html body .theme-override-light .outside-border-color-background-field,html body .theme-override-light .outside-border-color-hover-background-field:hover,html body .theme-override-light .outside-border-color-focus-background-field[data-focused=true],html body .theme-override-light .outside-border-color-focus-background-field:focus,html body .theme-override-light .outside-border-color-focus-background-field:focus-within,html body .theme-override-light .outside-border-color-active-background-field[data-selected=true],html body .theme-override-light .outside-border-color-active-background-field:active{--outside-border-color: var(--color-background-field)}body[data-theme-mode=light] .font-color-font,body[data-theme-mode=light] .font-color-hover-font:hover,body[data-theme-mode=light] .font-color-focus-font[data-focused=true],body[data-theme-mode=light] .font-color-focus-font:focus,body[data-theme-mode=light] .font-color-focus-font:focus-within,body[data-theme-mode=light] .font-color-active-font[data-selected=true],body[data-theme-mode=light] .font-color-active-font:active,html body .theme-override-light .font-color-font,html body .theme-override-light .font-color-hover-font:hover,html body .theme-override-light .font-color-focus-font[data-focused=true],html body .theme-override-light .font-color-focus-font:focus,html body .theme-override-light .font-color-focus-font:focus-within,html body .theme-override-light .font-color-active-font[data-selected=true],html body .theme-override-light .font-color-active-font:active{color:var(--color-font)}body[data-theme-mode=light] .border-color-font,body[data-theme-mode=light] .border-color-hover-font:hover,body[data-theme-mode=light] .border-color-focus-font[data-focused=true],body[data-theme-mode=light] .border-color-focus-font:focus,body[data-theme-mode=light] .border-color-focus-font:focus-within,body[data-theme-mode=light] .border-color-active-font[data-selected=true],body[data-theme-mode=light] .border-color-active-font:active,html body .theme-override-light .border-color-font,html body .theme-override-light .border-color-hover-font:hover,html body .theme-override-light .border-color-focus-font[data-focused=true],html body .theme-override-light .border-color-focus-font:focus,html body .theme-override-light .border-color-focus-font:focus-within,html body .theme-override-light .border-color-active-font[data-selected=true],html body .theme-override-light .border-color-active-font:active{border-color:var(--color-font)}body[data-theme-mode=light] .border-top-color-font,body[data-theme-mode=light] .border-top-color-hover-font:hover,body[data-theme-mode=light] .border-top-color-focus-font[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font:focus,body[data-theme-mode=light] .border-top-color-focus-font:focus-within,body[data-theme-mode=light] .border-top-color-active-font[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font:active,html body .theme-override-light .border-top-color-font,html body .theme-override-light .border-top-color-hover-font:hover,html body .theme-override-light .border-top-color-focus-font[data-focused=true],html body .theme-override-light .border-top-color-focus-font:focus,html body .theme-override-light .border-top-color-focus-font:focus-within,html body .theme-override-light .border-top-color-active-font[data-selected=true],html body .theme-override-light .border-top-color-active-font:active{border-top-color:var(--color-font)}body[data-theme-mode=light] .border-bottom-color-font,body[data-theme-mode=light] .border-bottom-color-hover-font:hover,body[data-theme-mode=light] .border-bottom-color-focus-font[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font:focus,body[data-theme-mode=light] .border-bottom-color-focus-font:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font:active,html body .theme-override-light .border-bottom-color-font,html body .theme-override-light .border-bottom-color-hover-font:hover,html body .theme-override-light .border-bottom-color-focus-font[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font:focus,html body .theme-override-light .border-bottom-color-focus-font:focus-within,html body .theme-override-light .border-bottom-color-active-font[data-selected=true],html body .theme-override-light .border-bottom-color-active-font:active{border-bottom-color:var(--color-font)}body[data-theme-mode=light] .border-left-color-font,body[data-theme-mode=light] .border-left-color-hover-font:hover,body[data-theme-mode=light] .border-left-color-focus-font[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font:focus,body[data-theme-mode=light] .border-left-color-focus-font:focus-within,body[data-theme-mode=light] .border-left-color-active-font[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font:active,html body .theme-override-light .border-left-color-font,html body .theme-override-light .border-left-color-hover-font:hover,html body .theme-override-light .border-left-color-focus-font[data-focused=true],html body .theme-override-light .border-left-color-focus-font:focus,html body .theme-override-light .border-left-color-focus-font:focus-within,html body .theme-override-light .border-left-color-active-font[data-selected=true],html body .theme-override-light .border-left-color-active-font:active{border-left-color:var(--color-font)}body[data-theme-mode=light] .border-right-color-font,body[data-theme-mode=light] .border-right-color-hover-font:hover,body[data-theme-mode=light] .border-right-color-focus-font[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font:focus,body[data-theme-mode=light] .border-right-color-focus-font:focus-within,body[data-theme-mode=light] .border-right-color-active-font[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font:active,html body .theme-override-light .border-right-color-font,html body .theme-override-light .border-right-color-hover-font:hover,html body .theme-override-light .border-right-color-focus-font[data-focused=true],html body .theme-override-light .border-right-color-focus-font:focus,html body .theme-override-light .border-right-color-focus-font:focus-within,html body .theme-override-light .border-right-color-active-font[data-selected=true],html body .theme-override-light .border-right-color-active-font:active{border-right-color:var(--color-font)}body[data-theme-mode=light] .fill-color-font,body[data-theme-mode=light] .fill-color-hover-font:hover,body[data-theme-mode=light] .fill-color-focus-font[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font:focus,body[data-theme-mode=light] .fill-color-focus-font:focus-within,body[data-theme-mode=light] .fill-color-active-font[data-selected=true],body[data-theme-mode=light] .fill-color-active-font:active,html body .theme-override-light .fill-color-font,html body .theme-override-light .fill-color-hover-font:hover,html body .theme-override-light .fill-color-focus-font[data-focused=true],html body .theme-override-light .fill-color-focus-font:focus,html body .theme-override-light .fill-color-focus-font:focus-within,html body .theme-override-light .fill-color-active-font[data-selected=true],html body .theme-override-light .fill-color-active-font:active{background-color:var(--color-font)}body[data-theme-mode=light] .outline-color-font,body[data-theme-mode=light] .outline-color-hover-font:hover,body[data-theme-mode=light] .outline-color-focus-font[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font:focus,body[data-theme-mode=light] .outline-color-focus-font:focus-within,body[data-theme-mode=light] .outline-color-active-font[data-selected=true],body[data-theme-mode=light] .outline-color-active-font:active,html body .theme-override-light .outline-color-font,html body .theme-override-light .outline-color-hover-font:hover,html body .theme-override-light .outline-color-focus-font[data-focused=true],html body .theme-override-light .outline-color-focus-font:focus,html body .theme-override-light .outline-color-focus-font:focus-within,html body .theme-override-light .outline-color-active-font[data-selected=true],html body .theme-override-light .outline-color-active-font:active{outline-color:var(--color-font)}body[data-theme-mode=light] .outside-border-color-font,body[data-theme-mode=light] .outside-border-color-hover-font:hover,body[data-theme-mode=light] .outside-border-color-focus-font[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font:focus,body[data-theme-mode=light] .outside-border-color-focus-font:focus-within,body[data-theme-mode=light] .outside-border-color-active-font[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font:active,html body .theme-override-light .outside-border-color-font,html body .theme-override-light .outside-border-color-hover-font:hover,html body .theme-override-light .outside-border-color-focus-font[data-focused=true],html body .theme-override-light .outside-border-color-focus-font:focus,html body .theme-override-light .outside-border-color-focus-font:focus-within,html body .theme-override-light .outside-border-color-active-font[data-selected=true],html body .theme-override-light .outside-border-color-active-font:active{--outside-border-color: var(--color-font)}body[data-theme-mode=light] .font-color-font-muted,body[data-theme-mode=light] .font-color-hover-font-muted:hover,body[data-theme-mode=light] .font-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-muted:focus,body[data-theme-mode=light] .font-color-focus-font-muted:focus-within,body[data-theme-mode=light] .font-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .font-color-active-font-muted:active,html body .theme-override-light .font-color-font-muted,html body .theme-override-light .font-color-hover-font-muted:hover,html body .theme-override-light .font-color-focus-font-muted[data-focused=true],html body .theme-override-light .font-color-focus-font-muted:focus,html body .theme-override-light .font-color-focus-font-muted:focus-within,html body .theme-override-light .font-color-active-font-muted[data-selected=true],html body .theme-override-light .font-color-active-font-muted:active{color:var(--color-font-muted)}body[data-theme-mode=light] .border-color-font-muted,body[data-theme-mode=light] .border-color-hover-font-muted:hover,body[data-theme-mode=light] .border-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-muted:focus,body[data-theme-mode=light] .border-color-focus-font-muted:focus-within,body[data-theme-mode=light] .border-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .border-color-active-font-muted:active,html body .theme-override-light .border-color-font-muted,html body .theme-override-light .border-color-hover-font-muted:hover,html body .theme-override-light .border-color-focus-font-muted[data-focused=true],html body .theme-override-light .border-color-focus-font-muted:focus,html body .theme-override-light .border-color-focus-font-muted:focus-within,html body .theme-override-light .border-color-active-font-muted[data-selected=true],html body .theme-override-light .border-color-active-font-muted:active{border-color:var(--color-font-muted)}body[data-theme-mode=light] .border-top-color-font-muted,body[data-theme-mode=light] .border-top-color-hover-font-muted:hover,body[data-theme-mode=light] .border-top-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-muted:focus,body[data-theme-mode=light] .border-top-color-focus-font-muted:focus-within,body[data-theme-mode=light] .border-top-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-muted:active,html body .theme-override-light .border-top-color-font-muted,html body .theme-override-light .border-top-color-hover-font-muted:hover,html body .theme-override-light .border-top-color-focus-font-muted[data-focused=true],html body .theme-override-light .border-top-color-focus-font-muted:focus,html body .theme-override-light .border-top-color-focus-font-muted:focus-within,html body .theme-override-light .border-top-color-active-font-muted[data-selected=true],html body .theme-override-light .border-top-color-active-font-muted:active{border-top-color:var(--color-font-muted)}body[data-theme-mode=light] .border-bottom-color-font-muted,body[data-theme-mode=light] .border-bottom-color-hover-font-muted:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-muted:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-muted:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-muted:active,html body .theme-override-light .border-bottom-color-font-muted,html body .theme-override-light .border-bottom-color-hover-font-muted:hover,html body .theme-override-light .border-bottom-color-focus-font-muted[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-muted:focus,html body .theme-override-light .border-bottom-color-focus-font-muted:focus-within,html body .theme-override-light .border-bottom-color-active-font-muted[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-muted:active{border-bottom-color:var(--color-font-muted)}body[data-theme-mode=light] .border-left-color-font-muted,body[data-theme-mode=light] .border-left-color-hover-font-muted:hover,body[data-theme-mode=light] .border-left-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-muted:focus,body[data-theme-mode=light] .border-left-color-focus-font-muted:focus-within,body[data-theme-mode=light] .border-left-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-muted:active,html body .theme-override-light .border-left-color-font-muted,html body .theme-override-light .border-left-color-hover-font-muted:hover,html body .theme-override-light .border-left-color-focus-font-muted[data-focused=true],html body .theme-override-light .border-left-color-focus-font-muted:focus,html body .theme-override-light .border-left-color-focus-font-muted:focus-within,html body .theme-override-light .border-left-color-active-font-muted[data-selected=true],html body .theme-override-light .border-left-color-active-font-muted:active{border-left-color:var(--color-font-muted)}body[data-theme-mode=light] .border-right-color-font-muted,body[data-theme-mode=light] .border-right-color-hover-font-muted:hover,body[data-theme-mode=light] .border-right-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-muted:focus,body[data-theme-mode=light] .border-right-color-focus-font-muted:focus-within,body[data-theme-mode=light] .border-right-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-muted:active,html body .theme-override-light .border-right-color-font-muted,html body .theme-override-light .border-right-color-hover-font-muted:hover,html body .theme-override-light .border-right-color-focus-font-muted[data-focused=true],html body .theme-override-light .border-right-color-focus-font-muted:focus,html body .theme-override-light .border-right-color-focus-font-muted:focus-within,html body .theme-override-light .border-right-color-active-font-muted[data-selected=true],html body .theme-override-light .border-right-color-active-font-muted:active{border-right-color:var(--color-font-muted)}body[data-theme-mode=light] .fill-color-font-muted,body[data-theme-mode=light] .fill-color-hover-font-muted:hover,body[data-theme-mode=light] .fill-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-muted:focus,body[data-theme-mode=light] .fill-color-focus-font-muted:focus-within,body[data-theme-mode=light] .fill-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-muted:active,html body .theme-override-light .fill-color-font-muted,html body .theme-override-light .fill-color-hover-font-muted:hover,html body .theme-override-light .fill-color-focus-font-muted[data-focused=true],html body .theme-override-light .fill-color-focus-font-muted:focus,html body .theme-override-light .fill-color-focus-font-muted:focus-within,html body .theme-override-light .fill-color-active-font-muted[data-selected=true],html body .theme-override-light .fill-color-active-font-muted:active{background-color:var(--color-font-muted)}body[data-theme-mode=light] .outline-color-font-muted,body[data-theme-mode=light] .outline-color-hover-font-muted:hover,body[data-theme-mode=light] .outline-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-muted:focus,body[data-theme-mode=light] .outline-color-focus-font-muted:focus-within,body[data-theme-mode=light] .outline-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-muted:active,html body .theme-override-light .outline-color-font-muted,html body .theme-override-light .outline-color-hover-font-muted:hover,html body .theme-override-light .outline-color-focus-font-muted[data-focused=true],html body .theme-override-light .outline-color-focus-font-muted:focus,html body .theme-override-light .outline-color-focus-font-muted:focus-within,html body .theme-override-light .outline-color-active-font-muted[data-selected=true],html body .theme-override-light .outline-color-active-font-muted:active{outline-color:var(--color-font-muted)}body[data-theme-mode=light] .outside-border-color-font-muted,body[data-theme-mode=light] .outside-border-color-hover-font-muted:hover,body[data-theme-mode=light] .outside-border-color-focus-font-muted[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-muted:focus,body[data-theme-mode=light] .outside-border-color-focus-font-muted:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-muted[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-muted:active,html body .theme-override-light .outside-border-color-font-muted,html body .theme-override-light .outside-border-color-hover-font-muted:hover,html body .theme-override-light .outside-border-color-focus-font-muted[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-muted:focus,html body .theme-override-light .outside-border-color-focus-font-muted:focus-within,html body .theme-override-light .outside-border-color-active-font-muted[data-selected=true],html body .theme-override-light .outside-border-color-active-font-muted:active{--outside-border-color: var(--color-font-muted)}body[data-theme-mode=light] .font-color-font-disabled,body[data-theme-mode=light] .font-color-hover-font-disabled:hover,body[data-theme-mode=light] .font-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .font-color-focus-font-disabled:focus,body[data-theme-mode=light] .font-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .font-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .font-color-active-font-disabled:active,html body .theme-override-light .font-color-font-disabled,html body .theme-override-light .font-color-hover-font-disabled:hover,html body .theme-override-light .font-color-focus-font-disabled[data-focused=true],html body .theme-override-light .font-color-focus-font-disabled:focus,html body .theme-override-light .font-color-focus-font-disabled:focus-within,html body .theme-override-light .font-color-active-font-disabled[data-selected=true],html body .theme-override-light .font-color-active-font-disabled:active{color:var(--color-font-disabled)}body[data-theme-mode=light] .border-color-font-disabled,body[data-theme-mode=light] .border-color-hover-font-disabled:hover,body[data-theme-mode=light] .border-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .border-color-focus-font-disabled:focus,body[data-theme-mode=light] .border-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .border-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .border-color-active-font-disabled:active,html body .theme-override-light .border-color-font-disabled,html body .theme-override-light .border-color-hover-font-disabled:hover,html body .theme-override-light .border-color-focus-font-disabled[data-focused=true],html body .theme-override-light .border-color-focus-font-disabled:focus,html body .theme-override-light .border-color-focus-font-disabled:focus-within,html body .theme-override-light .border-color-active-font-disabled[data-selected=true],html body .theme-override-light .border-color-active-font-disabled:active{border-color:var(--color-font-disabled)}body[data-theme-mode=light] .border-top-color-font-disabled,body[data-theme-mode=light] .border-top-color-hover-font-disabled:hover,body[data-theme-mode=light] .border-top-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-font-disabled:focus,body[data-theme-mode=light] .border-top-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .border-top-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .border-top-color-active-font-disabled:active,html body .theme-override-light .border-top-color-font-disabled,html body .theme-override-light .border-top-color-hover-font-disabled:hover,html body .theme-override-light .border-top-color-focus-font-disabled[data-focused=true],html body .theme-override-light .border-top-color-focus-font-disabled:focus,html body .theme-override-light .border-top-color-focus-font-disabled:focus-within,html body .theme-override-light .border-top-color-active-font-disabled[data-selected=true],html body .theme-override-light .border-top-color-active-font-disabled:active{border-top-color:var(--color-font-disabled)}body[data-theme-mode=light] .border-bottom-color-font-disabled,body[data-theme-mode=light] .border-bottom-color-hover-font-disabled:hover,body[data-theme-mode=light] .border-bottom-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-font-disabled:focus,body[data-theme-mode=light] .border-bottom-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .border-bottom-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-font-disabled:active,html body .theme-override-light .border-bottom-color-font-disabled,html body .theme-override-light .border-bottom-color-hover-font-disabled:hover,html body .theme-override-light .border-bottom-color-focus-font-disabled[data-focused=true],html body .theme-override-light .border-bottom-color-focus-font-disabled:focus,html body .theme-override-light .border-bottom-color-focus-font-disabled:focus-within,html body .theme-override-light .border-bottom-color-active-font-disabled[data-selected=true],html body .theme-override-light .border-bottom-color-active-font-disabled:active{border-bottom-color:var(--color-font-disabled)}body[data-theme-mode=light] .border-left-color-font-disabled,body[data-theme-mode=light] .border-left-color-hover-font-disabled:hover,body[data-theme-mode=light] .border-left-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-font-disabled:focus,body[data-theme-mode=light] .border-left-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .border-left-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .border-left-color-active-font-disabled:active,html body .theme-override-light .border-left-color-font-disabled,html body .theme-override-light .border-left-color-hover-font-disabled:hover,html body .theme-override-light .border-left-color-focus-font-disabled[data-focused=true],html body .theme-override-light .border-left-color-focus-font-disabled:focus,html body .theme-override-light .border-left-color-focus-font-disabled:focus-within,html body .theme-override-light .border-left-color-active-font-disabled[data-selected=true],html body .theme-override-light .border-left-color-active-font-disabled:active{border-left-color:var(--color-font-disabled)}body[data-theme-mode=light] .border-right-color-font-disabled,body[data-theme-mode=light] .border-right-color-hover-font-disabled:hover,body[data-theme-mode=light] .border-right-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-font-disabled:focus,body[data-theme-mode=light] .border-right-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .border-right-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .border-right-color-active-font-disabled:active,html body .theme-override-light .border-right-color-font-disabled,html body .theme-override-light .border-right-color-hover-font-disabled:hover,html body .theme-override-light .border-right-color-focus-font-disabled[data-focused=true],html body .theme-override-light .border-right-color-focus-font-disabled:focus,html body .theme-override-light .border-right-color-focus-font-disabled:focus-within,html body .theme-override-light .border-right-color-active-font-disabled[data-selected=true],html body .theme-override-light .border-right-color-active-font-disabled:active{border-right-color:var(--color-font-disabled)}body[data-theme-mode=light] .fill-color-font-disabled,body[data-theme-mode=light] .fill-color-hover-font-disabled:hover,body[data-theme-mode=light] .fill-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .fill-color-focus-font-disabled:focus,body[data-theme-mode=light] .fill-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .fill-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .fill-color-active-font-disabled:active,html body .theme-override-light .fill-color-font-disabled,html body .theme-override-light .fill-color-hover-font-disabled:hover,html body .theme-override-light .fill-color-focus-font-disabled[data-focused=true],html body .theme-override-light .fill-color-focus-font-disabled:focus,html body .theme-override-light .fill-color-focus-font-disabled:focus-within,html body .theme-override-light .fill-color-active-font-disabled[data-selected=true],html body .theme-override-light .fill-color-active-font-disabled:active{background-color:var(--color-font-disabled)}body[data-theme-mode=light] .outline-color-font-disabled,body[data-theme-mode=light] .outline-color-hover-font-disabled:hover,body[data-theme-mode=light] .outline-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .outline-color-focus-font-disabled:focus,body[data-theme-mode=light] .outline-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .outline-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .outline-color-active-font-disabled:active,html body .theme-override-light .outline-color-font-disabled,html body .theme-override-light .outline-color-hover-font-disabled:hover,html body .theme-override-light .outline-color-focus-font-disabled[data-focused=true],html body .theme-override-light .outline-color-focus-font-disabled:focus,html body .theme-override-light .outline-color-focus-font-disabled:focus-within,html body .theme-override-light .outline-color-active-font-disabled[data-selected=true],html body .theme-override-light .outline-color-active-font-disabled:active{outline-color:var(--color-font-disabled)}body[data-theme-mode=light] .outside-border-color-font-disabled,body[data-theme-mode=light] .outside-border-color-hover-font-disabled:hover,body[data-theme-mode=light] .outside-border-color-focus-font-disabled[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-font-disabled:focus,body[data-theme-mode=light] .outside-border-color-focus-font-disabled:focus-within,body[data-theme-mode=light] .outside-border-color-active-font-disabled[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-font-disabled:active,html body .theme-override-light .outside-border-color-font-disabled,html body .theme-override-light .outside-border-color-hover-font-disabled:hover,html body .theme-override-light .outside-border-color-focus-font-disabled[data-focused=true],html body .theme-override-light .outside-border-color-focus-font-disabled:focus,html body .theme-override-light .outside-border-color-focus-font-disabled:focus-within,html body .theme-override-light .outside-border-color-active-font-disabled[data-selected=true],html body .theme-override-light .outside-border-color-active-font-disabled:active{--outside-border-color: var(--color-font-disabled)}body[data-theme-mode=light] .font-color-border,body[data-theme-mode=light] .font-color-hover-border:hover,body[data-theme-mode=light] .font-color-focus-border[data-focused=true],body[data-theme-mode=light] .font-color-focus-border:focus,body[data-theme-mode=light] .font-color-focus-border:focus-within,body[data-theme-mode=light] .font-color-active-border[data-selected=true],body[data-theme-mode=light] .font-color-active-border:active,html body .theme-override-light .font-color-border,html body .theme-override-light .font-color-hover-border:hover,html body .theme-override-light .font-color-focus-border[data-focused=true],html body .theme-override-light .font-color-focus-border:focus,html body .theme-override-light .font-color-focus-border:focus-within,html body .theme-override-light .font-color-active-border[data-selected=true],html body .theme-override-light .font-color-active-border:active{color:var(--color-border)}body[data-theme-mode=light] .border-color-border,body[data-theme-mode=light] .border-color-hover-border:hover,body[data-theme-mode=light] .border-color-focus-border[data-focused=true],body[data-theme-mode=light] .border-color-focus-border:focus,body[data-theme-mode=light] .border-color-focus-border:focus-within,body[data-theme-mode=light] .border-color-active-border[data-selected=true],body[data-theme-mode=light] .border-color-active-border:active,html body .theme-override-light .border-color-border,html body .theme-override-light .border-color-hover-border:hover,html body .theme-override-light .border-color-focus-border[data-focused=true],html body .theme-override-light .border-color-focus-border:focus,html body .theme-override-light .border-color-focus-border:focus-within,html body .theme-override-light .border-color-active-border[data-selected=true],html body .theme-override-light .border-color-active-border:active{border-color:var(--color-border)}body[data-theme-mode=light] .border-top-color-border,body[data-theme-mode=light] .border-top-color-hover-border:hover,body[data-theme-mode=light] .border-top-color-focus-border[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border:focus,body[data-theme-mode=light] .border-top-color-focus-border:focus-within,body[data-theme-mode=light] .border-top-color-active-border[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border:active,html body .theme-override-light .border-top-color-border,html body .theme-override-light .border-top-color-hover-border:hover,html body .theme-override-light .border-top-color-focus-border[data-focused=true],html body .theme-override-light .border-top-color-focus-border:focus,html body .theme-override-light .border-top-color-focus-border:focus-within,html body .theme-override-light .border-top-color-active-border[data-selected=true],html body .theme-override-light .border-top-color-active-border:active{border-top-color:var(--color-border)}body[data-theme-mode=light] .border-bottom-color-border,body[data-theme-mode=light] .border-bottom-color-hover-border:hover,body[data-theme-mode=light] .border-bottom-color-focus-border[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border:focus,body[data-theme-mode=light] .border-bottom-color-focus-border:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border:active,html body .theme-override-light .border-bottom-color-border,html body .theme-override-light .border-bottom-color-hover-border:hover,html body .theme-override-light .border-bottom-color-focus-border[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border:focus,html body .theme-override-light .border-bottom-color-focus-border:focus-within,html body .theme-override-light .border-bottom-color-active-border[data-selected=true],html body .theme-override-light .border-bottom-color-active-border:active{border-bottom-color:var(--color-border)}body[data-theme-mode=light] .border-left-color-border,body[data-theme-mode=light] .border-left-color-hover-border:hover,body[data-theme-mode=light] .border-left-color-focus-border[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border:focus,body[data-theme-mode=light] .border-left-color-focus-border:focus-within,body[data-theme-mode=light] .border-left-color-active-border[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border:active,html body .theme-override-light .border-left-color-border,html body .theme-override-light .border-left-color-hover-border:hover,html body .theme-override-light .border-left-color-focus-border[data-focused=true],html body .theme-override-light .border-left-color-focus-border:focus,html body .theme-override-light .border-left-color-focus-border:focus-within,html body .theme-override-light .border-left-color-active-border[data-selected=true],html body .theme-override-light .border-left-color-active-border:active{border-left-color:var(--color-border)}body[data-theme-mode=light] .border-right-color-border,body[data-theme-mode=light] .border-right-color-hover-border:hover,body[data-theme-mode=light] .border-right-color-focus-border[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border:focus,body[data-theme-mode=light] .border-right-color-focus-border:focus-within,body[data-theme-mode=light] .border-right-color-active-border[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border:active,html body .theme-override-light .border-right-color-border,html body .theme-override-light .border-right-color-hover-border:hover,html body .theme-override-light .border-right-color-focus-border[data-focused=true],html body .theme-override-light .border-right-color-focus-border:focus,html body .theme-override-light .border-right-color-focus-border:focus-within,html body .theme-override-light .border-right-color-active-border[data-selected=true],html body .theme-override-light .border-right-color-active-border:active{border-right-color:var(--color-border)}body[data-theme-mode=light] .fill-color-border,body[data-theme-mode=light] .fill-color-hover-border:hover,body[data-theme-mode=light] .fill-color-focus-border[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border:focus,body[data-theme-mode=light] .fill-color-focus-border:focus-within,body[data-theme-mode=light] .fill-color-active-border[data-selected=true],body[data-theme-mode=light] .fill-color-active-border:active,html body .theme-override-light .fill-color-border,html body .theme-override-light .fill-color-hover-border:hover,html body .theme-override-light .fill-color-focus-border[data-focused=true],html body .theme-override-light .fill-color-focus-border:focus,html body .theme-override-light .fill-color-focus-border:focus-within,html body .theme-override-light .fill-color-active-border[data-selected=true],html body .theme-override-light .fill-color-active-border:active{background-color:var(--color-border)}body[data-theme-mode=light] .outline-color-border,body[data-theme-mode=light] .outline-color-hover-border:hover,body[data-theme-mode=light] .outline-color-focus-border[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border:focus,body[data-theme-mode=light] .outline-color-focus-border:focus-within,body[data-theme-mode=light] .outline-color-active-border[data-selected=true],body[data-theme-mode=light] .outline-color-active-border:active,html body .theme-override-light .outline-color-border,html body .theme-override-light .outline-color-hover-border:hover,html body .theme-override-light .outline-color-focus-border[data-focused=true],html body .theme-override-light .outline-color-focus-border:focus,html body .theme-override-light .outline-color-focus-border:focus-within,html body .theme-override-light .outline-color-active-border[data-selected=true],html body .theme-override-light .outline-color-active-border:active{outline-color:var(--color-border)}body[data-theme-mode=light] .outside-border-color-border,body[data-theme-mode=light] .outside-border-color-hover-border:hover,body[data-theme-mode=light] .outside-border-color-focus-border[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border:focus,body[data-theme-mode=light] .outside-border-color-focus-border:focus-within,body[data-theme-mode=light] .outside-border-color-active-border[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border:active,html body .theme-override-light .outside-border-color-border,html body .theme-override-light .outside-border-color-hover-border:hover,html body .theme-override-light .outside-border-color-focus-border[data-focused=true],html body .theme-override-light .outside-border-color-focus-border:focus,html body .theme-override-light .outside-border-color-focus-border:focus-within,html body .theme-override-light .outside-border-color-active-border[data-selected=true],html body .theme-override-light .outside-border-color-active-border:active{--outside-border-color: var(--color-border)}body[data-theme-mode=light] .font-color-border-light,body[data-theme-mode=light] .font-color-hover-border-light:hover,body[data-theme-mode=light] .font-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-light:focus,body[data-theme-mode=light] .font-color-focus-border-light:focus-within,body[data-theme-mode=light] .font-color-active-border-light[data-selected=true],body[data-theme-mode=light] .font-color-active-border-light:active,html body .theme-override-light .font-color-border-light,html body .theme-override-light .font-color-hover-border-light:hover,html body .theme-override-light .font-color-focus-border-light[data-focused=true],html body .theme-override-light .font-color-focus-border-light:focus,html body .theme-override-light .font-color-focus-border-light:focus-within,html body .theme-override-light .font-color-active-border-light[data-selected=true],html body .theme-override-light .font-color-active-border-light:active{color:var(--color-border-light)}body[data-theme-mode=light] .border-color-border-light,body[data-theme-mode=light] .border-color-hover-border-light:hover,body[data-theme-mode=light] .border-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-light:focus,body[data-theme-mode=light] .border-color-focus-border-light:focus-within,body[data-theme-mode=light] .border-color-active-border-light[data-selected=true],body[data-theme-mode=light] .border-color-active-border-light:active,html body .theme-override-light .border-color-border-light,html body .theme-override-light .border-color-hover-border-light:hover,html body .theme-override-light .border-color-focus-border-light[data-focused=true],html body .theme-override-light .border-color-focus-border-light:focus,html body .theme-override-light .border-color-focus-border-light:focus-within,html body .theme-override-light .border-color-active-border-light[data-selected=true],html body .theme-override-light .border-color-active-border-light:active{border-color:var(--color-border-light)}body[data-theme-mode=light] .border-top-color-border-light,body[data-theme-mode=light] .border-top-color-hover-border-light:hover,body[data-theme-mode=light] .border-top-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-light:focus,body[data-theme-mode=light] .border-top-color-focus-border-light:focus-within,body[data-theme-mode=light] .border-top-color-active-border-light[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-light:active,html body .theme-override-light .border-top-color-border-light,html body .theme-override-light .border-top-color-hover-border-light:hover,html body .theme-override-light .border-top-color-focus-border-light[data-focused=true],html body .theme-override-light .border-top-color-focus-border-light:focus,html body .theme-override-light .border-top-color-focus-border-light:focus-within,html body .theme-override-light .border-top-color-active-border-light[data-selected=true],html body .theme-override-light .border-top-color-active-border-light:active{border-top-color:var(--color-border-light)}body[data-theme-mode=light] .border-bottom-color-border-light,body[data-theme-mode=light] .border-bottom-color-hover-border-light:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-light:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-light:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-light[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-light:active,html body .theme-override-light .border-bottom-color-border-light,html body .theme-override-light .border-bottom-color-hover-border-light:hover,html body .theme-override-light .border-bottom-color-focus-border-light[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-light:focus,html body .theme-override-light .border-bottom-color-focus-border-light:focus-within,html body .theme-override-light .border-bottom-color-active-border-light[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-light:active{border-bottom-color:var(--color-border-light)}body[data-theme-mode=light] .border-left-color-border-light,body[data-theme-mode=light] .border-left-color-hover-border-light:hover,body[data-theme-mode=light] .border-left-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-light:focus,body[data-theme-mode=light] .border-left-color-focus-border-light:focus-within,body[data-theme-mode=light] .border-left-color-active-border-light[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-light:active,html body .theme-override-light .border-left-color-border-light,html body .theme-override-light .border-left-color-hover-border-light:hover,html body .theme-override-light .border-left-color-focus-border-light[data-focused=true],html body .theme-override-light .border-left-color-focus-border-light:focus,html body .theme-override-light .border-left-color-focus-border-light:focus-within,html body .theme-override-light .border-left-color-active-border-light[data-selected=true],html body .theme-override-light .border-left-color-active-border-light:active{border-left-color:var(--color-border-light)}body[data-theme-mode=light] .border-right-color-border-light,body[data-theme-mode=light] .border-right-color-hover-border-light:hover,body[data-theme-mode=light] .border-right-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-light:focus,body[data-theme-mode=light] .border-right-color-focus-border-light:focus-within,body[data-theme-mode=light] .border-right-color-active-border-light[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-light:active,html body .theme-override-light .border-right-color-border-light,html body .theme-override-light .border-right-color-hover-border-light:hover,html body .theme-override-light .border-right-color-focus-border-light[data-focused=true],html body .theme-override-light .border-right-color-focus-border-light:focus,html body .theme-override-light .border-right-color-focus-border-light:focus-within,html body .theme-override-light .border-right-color-active-border-light[data-selected=true],html body .theme-override-light .border-right-color-active-border-light:active{border-right-color:var(--color-border-light)}body[data-theme-mode=light] .fill-color-border-light,body[data-theme-mode=light] .fill-color-hover-border-light:hover,body[data-theme-mode=light] .fill-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-light:focus,body[data-theme-mode=light] .fill-color-focus-border-light:focus-within,body[data-theme-mode=light] .fill-color-active-border-light[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-light:active,html body .theme-override-light .fill-color-border-light,html body .theme-override-light .fill-color-hover-border-light:hover,html body .theme-override-light .fill-color-focus-border-light[data-focused=true],html body .theme-override-light .fill-color-focus-border-light:focus,html body .theme-override-light .fill-color-focus-border-light:focus-within,html body .theme-override-light .fill-color-active-border-light[data-selected=true],html body .theme-override-light .fill-color-active-border-light:active{background-color:var(--color-border-light)}body[data-theme-mode=light] .outline-color-border-light,body[data-theme-mode=light] .outline-color-hover-border-light:hover,body[data-theme-mode=light] .outline-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-light:focus,body[data-theme-mode=light] .outline-color-focus-border-light:focus-within,body[data-theme-mode=light] .outline-color-active-border-light[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-light:active,html body .theme-override-light .outline-color-border-light,html body .theme-override-light .outline-color-hover-border-light:hover,html body .theme-override-light .outline-color-focus-border-light[data-focused=true],html body .theme-override-light .outline-color-focus-border-light:focus,html body .theme-override-light .outline-color-focus-border-light:focus-within,html body .theme-override-light .outline-color-active-border-light[data-selected=true],html body .theme-override-light .outline-color-active-border-light:active{outline-color:var(--color-border-light)}body[data-theme-mode=light] .outside-border-color-border-light,body[data-theme-mode=light] .outside-border-color-hover-border-light:hover,body[data-theme-mode=light] .outside-border-color-focus-border-light[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-light:focus,body[data-theme-mode=light] .outside-border-color-focus-border-light:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-light[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-light:active,html body .theme-override-light .outside-border-color-border-light,html body .theme-override-light .outside-border-color-hover-border-light:hover,html body .theme-override-light .outside-border-color-focus-border-light[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-light:focus,html body .theme-override-light .outside-border-color-focus-border-light:focus-within,html body .theme-override-light .outside-border-color-active-border-light[data-selected=true],html body .theme-override-light .outside-border-color-active-border-light:active{--outside-border-color: var(--color-border-light)}body[data-theme-mode=light] .font-color-border-dark,body[data-theme-mode=light] .font-color-hover-border-dark:hover,body[data-theme-mode=light] .font-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-dark:focus,body[data-theme-mode=light] .font-color-focus-border-dark:focus-within,body[data-theme-mode=light] .font-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .font-color-active-border-dark:active,html body .theme-override-light .font-color-border-dark,html body .theme-override-light .font-color-hover-border-dark:hover,html body .theme-override-light .font-color-focus-border-dark[data-focused=true],html body .theme-override-light .font-color-focus-border-dark:focus,html body .theme-override-light .font-color-focus-border-dark:focus-within,html body .theme-override-light .font-color-active-border-dark[data-selected=true],html body .theme-override-light .font-color-active-border-dark:active{color:var(--color-border-dark)}body[data-theme-mode=light] .border-color-border-dark,body[data-theme-mode=light] .border-color-hover-border-dark:hover,body[data-theme-mode=light] .border-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-dark:focus,body[data-theme-mode=light] .border-color-focus-border-dark:focus-within,body[data-theme-mode=light] .border-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .border-color-active-border-dark:active,html body .theme-override-light .border-color-border-dark,html body .theme-override-light .border-color-hover-border-dark:hover,html body .theme-override-light .border-color-focus-border-dark[data-focused=true],html body .theme-override-light .border-color-focus-border-dark:focus,html body .theme-override-light .border-color-focus-border-dark:focus-within,html body .theme-override-light .border-color-active-border-dark[data-selected=true],html body .theme-override-light .border-color-active-border-dark:active{border-color:var(--color-border-dark)}body[data-theme-mode=light] .border-top-color-border-dark,body[data-theme-mode=light] .border-top-color-hover-border-dark:hover,body[data-theme-mode=light] .border-top-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-dark:focus,body[data-theme-mode=light] .border-top-color-focus-border-dark:focus-within,body[data-theme-mode=light] .border-top-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-dark:active,html body .theme-override-light .border-top-color-border-dark,html body .theme-override-light .border-top-color-hover-border-dark:hover,html body .theme-override-light .border-top-color-focus-border-dark[data-focused=true],html body .theme-override-light .border-top-color-focus-border-dark:focus,html body .theme-override-light .border-top-color-focus-border-dark:focus-within,html body .theme-override-light .border-top-color-active-border-dark[data-selected=true],html body .theme-override-light .border-top-color-active-border-dark:active{border-top-color:var(--color-border-dark)}body[data-theme-mode=light] .border-bottom-color-border-dark,body[data-theme-mode=light] .border-bottom-color-hover-border-dark:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-dark:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-dark:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-dark:active,html body .theme-override-light .border-bottom-color-border-dark,html body .theme-override-light .border-bottom-color-hover-border-dark:hover,html body .theme-override-light .border-bottom-color-focus-border-dark[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-dark:focus,html body .theme-override-light .border-bottom-color-focus-border-dark:focus-within,html body .theme-override-light .border-bottom-color-active-border-dark[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-dark:active{border-bottom-color:var(--color-border-dark)}body[data-theme-mode=light] .border-left-color-border-dark,body[data-theme-mode=light] .border-left-color-hover-border-dark:hover,body[data-theme-mode=light] .border-left-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-dark:focus,body[data-theme-mode=light] .border-left-color-focus-border-dark:focus-within,body[data-theme-mode=light] .border-left-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-dark:active,html body .theme-override-light .border-left-color-border-dark,html body .theme-override-light .border-left-color-hover-border-dark:hover,html body .theme-override-light .border-left-color-focus-border-dark[data-focused=true],html body .theme-override-light .border-left-color-focus-border-dark:focus,html body .theme-override-light .border-left-color-focus-border-dark:focus-within,html body .theme-override-light .border-left-color-active-border-dark[data-selected=true],html body .theme-override-light .border-left-color-active-border-dark:active{border-left-color:var(--color-border-dark)}body[data-theme-mode=light] .border-right-color-border-dark,body[data-theme-mode=light] .border-right-color-hover-border-dark:hover,body[data-theme-mode=light] .border-right-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-dark:focus,body[data-theme-mode=light] .border-right-color-focus-border-dark:focus-within,body[data-theme-mode=light] .border-right-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-dark:active,html body .theme-override-light .border-right-color-border-dark,html body .theme-override-light .border-right-color-hover-border-dark:hover,html body .theme-override-light .border-right-color-focus-border-dark[data-focused=true],html body .theme-override-light .border-right-color-focus-border-dark:focus,html body .theme-override-light .border-right-color-focus-border-dark:focus-within,html body .theme-override-light .border-right-color-active-border-dark[data-selected=true],html body .theme-override-light .border-right-color-active-border-dark:active{border-right-color:var(--color-border-dark)}body[data-theme-mode=light] .fill-color-border-dark,body[data-theme-mode=light] .fill-color-hover-border-dark:hover,body[data-theme-mode=light] .fill-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-dark:focus,body[data-theme-mode=light] .fill-color-focus-border-dark:focus-within,body[data-theme-mode=light] .fill-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-dark:active,html body .theme-override-light .fill-color-border-dark,html body .theme-override-light .fill-color-hover-border-dark:hover,html body .theme-override-light .fill-color-focus-border-dark[data-focused=true],html body .theme-override-light .fill-color-focus-border-dark:focus,html body .theme-override-light .fill-color-focus-border-dark:focus-within,html body .theme-override-light .fill-color-active-border-dark[data-selected=true],html body .theme-override-light .fill-color-active-border-dark:active{background-color:var(--color-border-dark)}body[data-theme-mode=light] .outline-color-border-dark,body[data-theme-mode=light] .outline-color-hover-border-dark:hover,body[data-theme-mode=light] .outline-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-dark:focus,body[data-theme-mode=light] .outline-color-focus-border-dark:focus-within,body[data-theme-mode=light] .outline-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-dark:active,html body .theme-override-light .outline-color-border-dark,html body .theme-override-light .outline-color-hover-border-dark:hover,html body .theme-override-light .outline-color-focus-border-dark[data-focused=true],html body .theme-override-light .outline-color-focus-border-dark:focus,html body .theme-override-light .outline-color-focus-border-dark:focus-within,html body .theme-override-light .outline-color-active-border-dark[data-selected=true],html body .theme-override-light .outline-color-active-border-dark:active{outline-color:var(--color-border-dark)}body[data-theme-mode=light] .outside-border-color-border-dark,body[data-theme-mode=light] .outside-border-color-hover-border-dark:hover,body[data-theme-mode=light] .outside-border-color-focus-border-dark[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-dark:focus,body[data-theme-mode=light] .outside-border-color-focus-border-dark:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-dark[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-dark:active,html body .theme-override-light .outside-border-color-border-dark,html body .theme-override-light .outside-border-color-hover-border-dark:hover,html body .theme-override-light .outside-border-color-focus-border-dark[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-dark:focus,html body .theme-override-light .outside-border-color-focus-border-dark:focus-within,html body .theme-override-light .outside-border-color-active-border-dark[data-selected=true],html body .theme-override-light .outside-border-color-active-border-dark:active{--outside-border-color: var(--color-border-dark)}body[data-theme-mode=light] .font-color-border-highlight,body[data-theme-mode=light] .font-color-hover-border-highlight:hover,body[data-theme-mode=light] .font-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-highlight:focus,body[data-theme-mode=light] .font-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .font-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .font-color-active-border-highlight:active,html body .theme-override-light .font-color-border-highlight,html body .theme-override-light .font-color-hover-border-highlight:hover,html body .theme-override-light .font-color-focus-border-highlight[data-focused=true],html body .theme-override-light .font-color-focus-border-highlight:focus,html body .theme-override-light .font-color-focus-border-highlight:focus-within,html body .theme-override-light .font-color-active-border-highlight[data-selected=true],html body .theme-override-light .font-color-active-border-highlight:active{color:var(--color-border-highlight)}body[data-theme-mode=light] .border-color-border-highlight,body[data-theme-mode=light] .border-color-hover-border-highlight:hover,body[data-theme-mode=light] .border-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-highlight:focus,body[data-theme-mode=light] .border-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .border-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .border-color-active-border-highlight:active,html body .theme-override-light .border-color-border-highlight,html body .theme-override-light .border-color-hover-border-highlight:hover,html body .theme-override-light .border-color-focus-border-highlight[data-focused=true],html body .theme-override-light .border-color-focus-border-highlight:focus,html body .theme-override-light .border-color-focus-border-highlight:focus-within,html body .theme-override-light .border-color-active-border-highlight[data-selected=true],html body .theme-override-light .border-color-active-border-highlight:active{border-color:var(--color-border-highlight)}body[data-theme-mode=light] .border-top-color-border-highlight,body[data-theme-mode=light] .border-top-color-hover-border-highlight:hover,body[data-theme-mode=light] .border-top-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-highlight:focus,body[data-theme-mode=light] .border-top-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .border-top-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-highlight:active,html body .theme-override-light .border-top-color-border-highlight,html body .theme-override-light .border-top-color-hover-border-highlight:hover,html body .theme-override-light .border-top-color-focus-border-highlight[data-focused=true],html body .theme-override-light .border-top-color-focus-border-highlight:focus,html body .theme-override-light .border-top-color-focus-border-highlight:focus-within,html body .theme-override-light .border-top-color-active-border-highlight[data-selected=true],html body .theme-override-light .border-top-color-active-border-highlight:active{border-top-color:var(--color-border-highlight)}body[data-theme-mode=light] .border-bottom-color-border-highlight,body[data-theme-mode=light] .border-bottom-color-hover-border-highlight:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-highlight:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-highlight:active,html body .theme-override-light .border-bottom-color-border-highlight,html body .theme-override-light .border-bottom-color-hover-border-highlight:hover,html body .theme-override-light .border-bottom-color-focus-border-highlight[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-highlight:focus,html body .theme-override-light .border-bottom-color-focus-border-highlight:focus-within,html body .theme-override-light .border-bottom-color-active-border-highlight[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-highlight:active{border-bottom-color:var(--color-border-highlight)}body[data-theme-mode=light] .border-left-color-border-highlight,body[data-theme-mode=light] .border-left-color-hover-border-highlight:hover,body[data-theme-mode=light] .border-left-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-highlight:focus,body[data-theme-mode=light] .border-left-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .border-left-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-highlight:active,html body .theme-override-light .border-left-color-border-highlight,html body .theme-override-light .border-left-color-hover-border-highlight:hover,html body .theme-override-light .border-left-color-focus-border-highlight[data-focused=true],html body .theme-override-light .border-left-color-focus-border-highlight:focus,html body .theme-override-light .border-left-color-focus-border-highlight:focus-within,html body .theme-override-light .border-left-color-active-border-highlight[data-selected=true],html body .theme-override-light .border-left-color-active-border-highlight:active{border-left-color:var(--color-border-highlight)}body[data-theme-mode=light] .border-right-color-border-highlight,body[data-theme-mode=light] .border-right-color-hover-border-highlight:hover,body[data-theme-mode=light] .border-right-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-highlight:focus,body[data-theme-mode=light] .border-right-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .border-right-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-highlight:active,html body .theme-override-light .border-right-color-border-highlight,html body .theme-override-light .border-right-color-hover-border-highlight:hover,html body .theme-override-light .border-right-color-focus-border-highlight[data-focused=true],html body .theme-override-light .border-right-color-focus-border-highlight:focus,html body .theme-override-light .border-right-color-focus-border-highlight:focus-within,html body .theme-override-light .border-right-color-active-border-highlight[data-selected=true],html body .theme-override-light .border-right-color-active-border-highlight:active{border-right-color:var(--color-border-highlight)}body[data-theme-mode=light] .fill-color-border-highlight,body[data-theme-mode=light] .fill-color-hover-border-highlight:hover,body[data-theme-mode=light] .fill-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-highlight:focus,body[data-theme-mode=light] .fill-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .fill-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-highlight:active,html body .theme-override-light .fill-color-border-highlight,html body .theme-override-light .fill-color-hover-border-highlight:hover,html body .theme-override-light .fill-color-focus-border-highlight[data-focused=true],html body .theme-override-light .fill-color-focus-border-highlight:focus,html body .theme-override-light .fill-color-focus-border-highlight:focus-within,html body .theme-override-light .fill-color-active-border-highlight[data-selected=true],html body .theme-override-light .fill-color-active-border-highlight:active{background-color:var(--color-border-highlight)}body[data-theme-mode=light] .outline-color-border-highlight,body[data-theme-mode=light] .outline-color-hover-border-highlight:hover,body[data-theme-mode=light] .outline-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-highlight:focus,body[data-theme-mode=light] .outline-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .outline-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-highlight:active,html body .theme-override-light .outline-color-border-highlight,html body .theme-override-light .outline-color-hover-border-highlight:hover,html body .theme-override-light .outline-color-focus-border-highlight[data-focused=true],html body .theme-override-light .outline-color-focus-border-highlight:focus,html body .theme-override-light .outline-color-focus-border-highlight:focus-within,html body .theme-override-light .outline-color-active-border-highlight[data-selected=true],html body .theme-override-light .outline-color-active-border-highlight:active{outline-color:var(--color-border-highlight)}body[data-theme-mode=light] .outside-border-color-border-highlight,body[data-theme-mode=light] .outside-border-color-hover-border-highlight:hover,body[data-theme-mode=light] .outside-border-color-focus-border-highlight[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-highlight:focus,body[data-theme-mode=light] .outside-border-color-focus-border-highlight:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-highlight[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-highlight:active,html body .theme-override-light .outside-border-color-border-highlight,html body .theme-override-light .outside-border-color-hover-border-highlight:hover,html body .theme-override-light .outside-border-color-focus-border-highlight[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-highlight:focus,html body .theme-override-light .outside-border-color-focus-border-highlight:focus-within,html body .theme-override-light .outside-border-color-active-border-highlight[data-selected=true],html body .theme-override-light .outside-border-color-active-border-highlight:active{--outside-border-color: var(--color-border-highlight)}body[data-theme-mode=light] .font-color-border-focus,body[data-theme-mode=light] .font-color-hover-border-focus:hover,body[data-theme-mode=light] .font-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .font-color-focus-border-focus:focus,body[data-theme-mode=light] .font-color-focus-border-focus:focus-within,body[data-theme-mode=light] .font-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .font-color-active-border-focus:active,html body .theme-override-light .font-color-border-focus,html body .theme-override-light .font-color-hover-border-focus:hover,html body .theme-override-light .font-color-focus-border-focus[data-focused=true],html body .theme-override-light .font-color-focus-border-focus:focus,html body .theme-override-light .font-color-focus-border-focus:focus-within,html body .theme-override-light .font-color-active-border-focus[data-selected=true],html body .theme-override-light .font-color-active-border-focus:active{color:var(--color-border-focus)}body[data-theme-mode=light] .border-color-border-focus,body[data-theme-mode=light] .border-color-hover-border-focus:hover,body[data-theme-mode=light] .border-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .border-color-focus-border-focus:focus,body[data-theme-mode=light] .border-color-focus-border-focus:focus-within,body[data-theme-mode=light] .border-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .border-color-active-border-focus:active,html body .theme-override-light .border-color-border-focus,html body .theme-override-light .border-color-hover-border-focus:hover,html body .theme-override-light .border-color-focus-border-focus[data-focused=true],html body .theme-override-light .border-color-focus-border-focus:focus,html body .theme-override-light .border-color-focus-border-focus:focus-within,html body .theme-override-light .border-color-active-border-focus[data-selected=true],html body .theme-override-light .border-color-active-border-focus:active{border-color:var(--color-border-focus)}body[data-theme-mode=light] .border-top-color-border-focus,body[data-theme-mode=light] .border-top-color-hover-border-focus:hover,body[data-theme-mode=light] .border-top-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-border-focus:focus,body[data-theme-mode=light] .border-top-color-focus-border-focus:focus-within,body[data-theme-mode=light] .border-top-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .border-top-color-active-border-focus:active,html body .theme-override-light .border-top-color-border-focus,html body .theme-override-light .border-top-color-hover-border-focus:hover,html body .theme-override-light .border-top-color-focus-border-focus[data-focused=true],html body .theme-override-light .border-top-color-focus-border-focus:focus,html body .theme-override-light .border-top-color-focus-border-focus:focus-within,html body .theme-override-light .border-top-color-active-border-focus[data-selected=true],html body .theme-override-light .border-top-color-active-border-focus:active{border-top-color:var(--color-border-focus)}body[data-theme-mode=light] .border-bottom-color-border-focus,body[data-theme-mode=light] .border-bottom-color-hover-border-focus:hover,body[data-theme-mode=light] .border-bottom-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-border-focus:focus,body[data-theme-mode=light] .border-bottom-color-focus-border-focus:focus-within,body[data-theme-mode=light] .border-bottom-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-border-focus:active,html body .theme-override-light .border-bottom-color-border-focus,html body .theme-override-light .border-bottom-color-hover-border-focus:hover,html body .theme-override-light .border-bottom-color-focus-border-focus[data-focused=true],html body .theme-override-light .border-bottom-color-focus-border-focus:focus,html body .theme-override-light .border-bottom-color-focus-border-focus:focus-within,html body .theme-override-light .border-bottom-color-active-border-focus[data-selected=true],html body .theme-override-light .border-bottom-color-active-border-focus:active{border-bottom-color:var(--color-border-focus)}body[data-theme-mode=light] .border-left-color-border-focus,body[data-theme-mode=light] .border-left-color-hover-border-focus:hover,body[data-theme-mode=light] .border-left-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-border-focus:focus,body[data-theme-mode=light] .border-left-color-focus-border-focus:focus-within,body[data-theme-mode=light] .border-left-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .border-left-color-active-border-focus:active,html body .theme-override-light .border-left-color-border-focus,html body .theme-override-light .border-left-color-hover-border-focus:hover,html body .theme-override-light .border-left-color-focus-border-focus[data-focused=true],html body .theme-override-light .border-left-color-focus-border-focus:focus,html body .theme-override-light .border-left-color-focus-border-focus:focus-within,html body .theme-override-light .border-left-color-active-border-focus[data-selected=true],html body .theme-override-light .border-left-color-active-border-focus:active{border-left-color:var(--color-border-focus)}body[data-theme-mode=light] .border-right-color-border-focus,body[data-theme-mode=light] .border-right-color-hover-border-focus:hover,body[data-theme-mode=light] .border-right-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-border-focus:focus,body[data-theme-mode=light] .border-right-color-focus-border-focus:focus-within,body[data-theme-mode=light] .border-right-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .border-right-color-active-border-focus:active,html body .theme-override-light .border-right-color-border-focus,html body .theme-override-light .border-right-color-hover-border-focus:hover,html body .theme-override-light .border-right-color-focus-border-focus[data-focused=true],html body .theme-override-light .border-right-color-focus-border-focus:focus,html body .theme-override-light .border-right-color-focus-border-focus:focus-within,html body .theme-override-light .border-right-color-active-border-focus[data-selected=true],html body .theme-override-light .border-right-color-active-border-focus:active{border-right-color:var(--color-border-focus)}body[data-theme-mode=light] .fill-color-border-focus,body[data-theme-mode=light] .fill-color-hover-border-focus:hover,body[data-theme-mode=light] .fill-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .fill-color-focus-border-focus:focus,body[data-theme-mode=light] .fill-color-focus-border-focus:focus-within,body[data-theme-mode=light] .fill-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .fill-color-active-border-focus:active,html body .theme-override-light .fill-color-border-focus,html body .theme-override-light .fill-color-hover-border-focus:hover,html body .theme-override-light .fill-color-focus-border-focus[data-focused=true],html body .theme-override-light .fill-color-focus-border-focus:focus,html body .theme-override-light .fill-color-focus-border-focus:focus-within,html body .theme-override-light .fill-color-active-border-focus[data-selected=true],html body .theme-override-light .fill-color-active-border-focus:active{background-color:var(--color-border-focus)}body[data-theme-mode=light] .outline-color-border-focus,body[data-theme-mode=light] .outline-color-hover-border-focus:hover,body[data-theme-mode=light] .outline-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .outline-color-focus-border-focus:focus,body[data-theme-mode=light] .outline-color-focus-border-focus:focus-within,body[data-theme-mode=light] .outline-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .outline-color-active-border-focus:active,html body .theme-override-light .outline-color-border-focus,html body .theme-override-light .outline-color-hover-border-focus:hover,html body .theme-override-light .outline-color-focus-border-focus[data-focused=true],html body .theme-override-light .outline-color-focus-border-focus:focus,html body .theme-override-light .outline-color-focus-border-focus:focus-within,html body .theme-override-light .outline-color-active-border-focus[data-selected=true],html body .theme-override-light .outline-color-active-border-focus:active{outline-color:var(--color-border-focus)}body[data-theme-mode=light] .outside-border-color-border-focus,body[data-theme-mode=light] .outside-border-color-hover-border-focus:hover,body[data-theme-mode=light] .outside-border-color-focus-border-focus[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-border-focus:focus,body[data-theme-mode=light] .outside-border-color-focus-border-focus:focus-within,body[data-theme-mode=light] .outside-border-color-active-border-focus[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-border-focus:active,html body .theme-override-light .outside-border-color-border-focus,html body .theme-override-light .outside-border-color-hover-border-focus:hover,html body .theme-override-light .outside-border-color-focus-border-focus[data-focused=true],html body .theme-override-light .outside-border-color-focus-border-focus:focus,html body .theme-override-light .outside-border-color-focus-border-focus:focus-within,html body .theme-override-light .outside-border-color-active-border-focus[data-selected=true],html body .theme-override-light .outside-border-color-active-border-focus:active{--outside-border-color: var(--color-border-focus)}body[data-theme-mode=light] .font-color-shadow,body[data-theme-mode=light] .font-color-hover-shadow:hover,body[data-theme-mode=light] .font-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .font-color-focus-shadow:focus,body[data-theme-mode=light] .font-color-focus-shadow:focus-within,body[data-theme-mode=light] .font-color-active-shadow[data-selected=true],body[data-theme-mode=light] .font-color-active-shadow:active,html body .theme-override-light .font-color-shadow,html body .theme-override-light .font-color-hover-shadow:hover,html body .theme-override-light .font-color-focus-shadow[data-focused=true],html body .theme-override-light .font-color-focus-shadow:focus,html body .theme-override-light .font-color-focus-shadow:focus-within,html body .theme-override-light .font-color-active-shadow[data-selected=true],html body .theme-override-light .font-color-active-shadow:active{color:var(--color-shadow)}body[data-theme-mode=light] .border-color-shadow,body[data-theme-mode=light] .border-color-hover-shadow:hover,body[data-theme-mode=light] .border-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .border-color-focus-shadow:focus,body[data-theme-mode=light] .border-color-focus-shadow:focus-within,body[data-theme-mode=light] .border-color-active-shadow[data-selected=true],body[data-theme-mode=light] .border-color-active-shadow:active,html body .theme-override-light .border-color-shadow,html body .theme-override-light .border-color-hover-shadow:hover,html body .theme-override-light .border-color-focus-shadow[data-focused=true],html body .theme-override-light .border-color-focus-shadow:focus,html body .theme-override-light .border-color-focus-shadow:focus-within,html body .theme-override-light .border-color-active-shadow[data-selected=true],html body .theme-override-light .border-color-active-shadow:active{border-color:var(--color-shadow)}body[data-theme-mode=light] .border-top-color-shadow,body[data-theme-mode=light] .border-top-color-hover-shadow:hover,body[data-theme-mode=light] .border-top-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-shadow:focus,body[data-theme-mode=light] .border-top-color-focus-shadow:focus-within,body[data-theme-mode=light] .border-top-color-active-shadow[data-selected=true],body[data-theme-mode=light] .border-top-color-active-shadow:active,html body .theme-override-light .border-top-color-shadow,html body .theme-override-light .border-top-color-hover-shadow:hover,html body .theme-override-light .border-top-color-focus-shadow[data-focused=true],html body .theme-override-light .border-top-color-focus-shadow:focus,html body .theme-override-light .border-top-color-focus-shadow:focus-within,html body .theme-override-light .border-top-color-active-shadow[data-selected=true],html body .theme-override-light .border-top-color-active-shadow:active{border-top-color:var(--color-shadow)}body[data-theme-mode=light] .border-bottom-color-shadow,body[data-theme-mode=light] .border-bottom-color-hover-shadow:hover,body[data-theme-mode=light] .border-bottom-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-shadow:focus,body[data-theme-mode=light] .border-bottom-color-focus-shadow:focus-within,body[data-theme-mode=light] .border-bottom-color-active-shadow[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-shadow:active,html body .theme-override-light .border-bottom-color-shadow,html body .theme-override-light .border-bottom-color-hover-shadow:hover,html body .theme-override-light .border-bottom-color-focus-shadow[data-focused=true],html body .theme-override-light .border-bottom-color-focus-shadow:focus,html body .theme-override-light .border-bottom-color-focus-shadow:focus-within,html body .theme-override-light .border-bottom-color-active-shadow[data-selected=true],html body .theme-override-light .border-bottom-color-active-shadow:active{border-bottom-color:var(--color-shadow)}body[data-theme-mode=light] .border-left-color-shadow,body[data-theme-mode=light] .border-left-color-hover-shadow:hover,body[data-theme-mode=light] .border-left-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-shadow:focus,body[data-theme-mode=light] .border-left-color-focus-shadow:focus-within,body[data-theme-mode=light] .border-left-color-active-shadow[data-selected=true],body[data-theme-mode=light] .border-left-color-active-shadow:active,html body .theme-override-light .border-left-color-shadow,html body .theme-override-light .border-left-color-hover-shadow:hover,html body .theme-override-light .border-left-color-focus-shadow[data-focused=true],html body .theme-override-light .border-left-color-focus-shadow:focus,html body .theme-override-light .border-left-color-focus-shadow:focus-within,html body .theme-override-light .border-left-color-active-shadow[data-selected=true],html body .theme-override-light .border-left-color-active-shadow:active{border-left-color:var(--color-shadow)}body[data-theme-mode=light] .border-right-color-shadow,body[data-theme-mode=light] .border-right-color-hover-shadow:hover,body[data-theme-mode=light] .border-right-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-shadow:focus,body[data-theme-mode=light] .border-right-color-focus-shadow:focus-within,body[data-theme-mode=light] .border-right-color-active-shadow[data-selected=true],body[data-theme-mode=light] .border-right-color-active-shadow:active,html body .theme-override-light .border-right-color-shadow,html body .theme-override-light .border-right-color-hover-shadow:hover,html body .theme-override-light .border-right-color-focus-shadow[data-focused=true],html body .theme-override-light .border-right-color-focus-shadow:focus,html body .theme-override-light .border-right-color-focus-shadow:focus-within,html body .theme-override-light .border-right-color-active-shadow[data-selected=true],html body .theme-override-light .border-right-color-active-shadow:active{border-right-color:var(--color-shadow)}body[data-theme-mode=light] .fill-color-shadow,body[data-theme-mode=light] .fill-color-hover-shadow:hover,body[data-theme-mode=light] .fill-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .fill-color-focus-shadow:focus,body[data-theme-mode=light] .fill-color-focus-shadow:focus-within,body[data-theme-mode=light] .fill-color-active-shadow[data-selected=true],body[data-theme-mode=light] .fill-color-active-shadow:active,html body .theme-override-light .fill-color-shadow,html body .theme-override-light .fill-color-hover-shadow:hover,html body .theme-override-light .fill-color-focus-shadow[data-focused=true],html body .theme-override-light .fill-color-focus-shadow:focus,html body .theme-override-light .fill-color-focus-shadow:focus-within,html body .theme-override-light .fill-color-active-shadow[data-selected=true],html body .theme-override-light .fill-color-active-shadow:active{background-color:var(--color-shadow)}body[data-theme-mode=light] .outline-color-shadow,body[data-theme-mode=light] .outline-color-hover-shadow:hover,body[data-theme-mode=light] .outline-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .outline-color-focus-shadow:focus,body[data-theme-mode=light] .outline-color-focus-shadow:focus-within,body[data-theme-mode=light] .outline-color-active-shadow[data-selected=true],body[data-theme-mode=light] .outline-color-active-shadow:active,html body .theme-override-light .outline-color-shadow,html body .theme-override-light .outline-color-hover-shadow:hover,html body .theme-override-light .outline-color-focus-shadow[data-focused=true],html body .theme-override-light .outline-color-focus-shadow:focus,html body .theme-override-light .outline-color-focus-shadow:focus-within,html body .theme-override-light .outline-color-active-shadow[data-selected=true],html body .theme-override-light .outline-color-active-shadow:active{outline-color:var(--color-shadow)}body[data-theme-mode=light] .outside-border-color-shadow,body[data-theme-mode=light] .outside-border-color-hover-shadow:hover,body[data-theme-mode=light] .outside-border-color-focus-shadow[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-shadow:focus,body[data-theme-mode=light] .outside-border-color-focus-shadow:focus-within,body[data-theme-mode=light] .outside-border-color-active-shadow[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-shadow:active,html body .theme-override-light .outside-border-color-shadow,html body .theme-override-light .outside-border-color-hover-shadow:hover,html body .theme-override-light .outside-border-color-focus-shadow[data-focused=true],html body .theme-override-light .outside-border-color-focus-shadow:focus,html body .theme-override-light .outside-border-color-focus-shadow:focus-within,html body .theme-override-light .outside-border-color-active-shadow[data-selected=true],html body .theme-override-light .outside-border-color-active-shadow:active{--outside-border-color: var(--color-shadow)}body[data-theme-mode=light] .font-color-success,body[data-theme-mode=light] .font-color-hover-success:hover,body[data-theme-mode=light] .font-color-focus-success[data-focused=true],body[data-theme-mode=light] .font-color-focus-success:focus,body[data-theme-mode=light] .font-color-focus-success:focus-within,body[data-theme-mode=light] .font-color-active-success[data-selected=true],body[data-theme-mode=light] .font-color-active-success:active,html body .theme-override-light .font-color-success,html body .theme-override-light .font-color-hover-success:hover,html body .theme-override-light .font-color-focus-success[data-focused=true],html body .theme-override-light .font-color-focus-success:focus,html body .theme-override-light .font-color-focus-success:focus-within,html body .theme-override-light .font-color-active-success[data-selected=true],html body .theme-override-light .font-color-active-success:active{color:var(--color-light-success-primary)}body[data-theme-mode=light] .border-color-success,body[data-theme-mode=light] .border-color-hover-success:hover,body[data-theme-mode=light] .border-color-focus-success[data-focused=true],body[data-theme-mode=light] .border-color-focus-success:focus,body[data-theme-mode=light] .border-color-focus-success:focus-within,body[data-theme-mode=light] .border-color-active-success[data-selected=true],body[data-theme-mode=light] .border-color-active-success:active,html body .theme-override-light .border-color-success,html body .theme-override-light .border-color-hover-success:hover,html body .theme-override-light .border-color-focus-success[data-focused=true],html body .theme-override-light .border-color-focus-success:focus,html body .theme-override-light .border-color-focus-success:focus-within,html body .theme-override-light .border-color-active-success[data-selected=true],html body .theme-override-light .border-color-active-success:active{border-color:var(--color-light-success-primary)}body[data-theme-mode=light] .border-top-color-success,body[data-theme-mode=light] .border-top-color-hover-success:hover,body[data-theme-mode=light] .border-top-color-focus-success[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success:focus,body[data-theme-mode=light] .border-top-color-focus-success:focus-within,body[data-theme-mode=light] .border-top-color-active-success[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success:active,html body .theme-override-light .border-top-color-success,html body .theme-override-light .border-top-color-hover-success:hover,html body .theme-override-light .border-top-color-focus-success[data-focused=true],html body .theme-override-light .border-top-color-focus-success:focus,html body .theme-override-light .border-top-color-focus-success:focus-within,html body .theme-override-light .border-top-color-active-success[data-selected=true],html body .theme-override-light .border-top-color-active-success:active{border-top-color:var(--color-light-success-primary)}body[data-theme-mode=light] .border-bottom-color-success,body[data-theme-mode=light] .border-bottom-color-hover-success:hover,body[data-theme-mode=light] .border-bottom-color-focus-success[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success:focus,body[data-theme-mode=light] .border-bottom-color-focus-success:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success:active,html body .theme-override-light .border-bottom-color-success,html body .theme-override-light .border-bottom-color-hover-success:hover,html body .theme-override-light .border-bottom-color-focus-success[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success:focus,html body .theme-override-light .border-bottom-color-focus-success:focus-within,html body .theme-override-light .border-bottom-color-active-success[data-selected=true],html body .theme-override-light .border-bottom-color-active-success:active{border-bottom-color:var(--color-light-success-primary)}body[data-theme-mode=light] .border-left-color-success,body[data-theme-mode=light] .border-left-color-hover-success:hover,body[data-theme-mode=light] .border-left-color-focus-success[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success:focus,body[data-theme-mode=light] .border-left-color-focus-success:focus-within,body[data-theme-mode=light] .border-left-color-active-success[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success:active,html body .theme-override-light .border-left-color-success,html body .theme-override-light .border-left-color-hover-success:hover,html body .theme-override-light .border-left-color-focus-success[data-focused=true],html body .theme-override-light .border-left-color-focus-success:focus,html body .theme-override-light .border-left-color-focus-success:focus-within,html body .theme-override-light .border-left-color-active-success[data-selected=true],html body .theme-override-light .border-left-color-active-success:active{border-left-color:var(--color-light-success-primary)}body[data-theme-mode=light] .border-right-color-success,body[data-theme-mode=light] .border-right-color-hover-success:hover,body[data-theme-mode=light] .border-right-color-focus-success[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success:focus,body[data-theme-mode=light] .border-right-color-focus-success:focus-within,body[data-theme-mode=light] .border-right-color-active-success[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success:active,html body .theme-override-light .border-right-color-success,html body .theme-override-light .border-right-color-hover-success:hover,html body .theme-override-light .border-right-color-focus-success[data-focused=true],html body .theme-override-light .border-right-color-focus-success:focus,html body .theme-override-light .border-right-color-focus-success:focus-within,html body .theme-override-light .border-right-color-active-success[data-selected=true],html body .theme-override-light .border-right-color-active-success:active{border-right-color:var(--color-light-success-primary)}body[data-theme-mode=light] .fill-color-success,body[data-theme-mode=light] .fill-color-hover-success:hover,body[data-theme-mode=light] .fill-color-focus-success[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success:focus,body[data-theme-mode=light] .fill-color-focus-success:focus-within,body[data-theme-mode=light] .fill-color-active-success[data-selected=true],body[data-theme-mode=light] .fill-color-active-success:active,html body .theme-override-light .fill-color-success,html body .theme-override-light .fill-color-hover-success:hover,html body .theme-override-light .fill-color-focus-success[data-focused=true],html body .theme-override-light .fill-color-focus-success:focus,html body .theme-override-light .fill-color-focus-success:focus-within,html body .theme-override-light .fill-color-active-success[data-selected=true],html body .theme-override-light .fill-color-active-success:active{background-color:var(--color-light-success-primary)}body[data-theme-mode=light] .outline-color-success,body[data-theme-mode=light] .outline-color-hover-success:hover,body[data-theme-mode=light] .outline-color-focus-success[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success:focus,body[data-theme-mode=light] .outline-color-focus-success:focus-within,body[data-theme-mode=light] .outline-color-active-success[data-selected=true],body[data-theme-mode=light] .outline-color-active-success:active,html body .theme-override-light .outline-color-success,html body .theme-override-light .outline-color-hover-success:hover,html body .theme-override-light .outline-color-focus-success[data-focused=true],html body .theme-override-light .outline-color-focus-success:focus,html body .theme-override-light .outline-color-focus-success:focus-within,html body .theme-override-light .outline-color-active-success[data-selected=true],html body .theme-override-light .outline-color-active-success:active{outline-color:var(--color-light-success-primary)}body[data-theme-mode=light] .outside-border-color-success,body[data-theme-mode=light] .outside-border-color-hover-success:hover,body[data-theme-mode=light] .outside-border-color-focus-success[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success:focus,body[data-theme-mode=light] .outside-border-color-focus-success:focus-within,body[data-theme-mode=light] .outside-border-color-active-success[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success:active,html body .theme-override-light .outside-border-color-success,html body .theme-override-light .outside-border-color-hover-success:hover,html body .theme-override-light .outside-border-color-focus-success[data-focused=true],html body .theme-override-light .outside-border-color-focus-success:focus,html body .theme-override-light .outside-border-color-focus-success:focus-within,html body .theme-override-light .outside-border-color-active-success[data-selected=true],html body .theme-override-light .outside-border-color-active-success:active{--outside-border-color: var(--color-light-success-primary)}body[data-theme-mode=light] .font-color-success-primary-0,body[data-theme-mode=light] .font-color-hover-success-primary-0:hover,body[data-theme-mode=light] .font-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-primary-0:focus,body[data-theme-mode=light] .font-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .font-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-primary-0:active,html body .theme-override-light .font-color-success-primary-0,html body .theme-override-light .font-color-hover-success-primary-0:hover,html body .theme-override-light .font-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .font-color-focus-success-primary-0:focus,html body .theme-override-light .font-color-focus-success-primary-0:focus-within,html body .theme-override-light .font-color-active-success-primary-0[data-selected=true],html body .theme-override-light .font-color-active-success-primary-0:active{color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-color-success-primary-0,body[data-theme-mode=light] .border-color-hover-success-primary-0:hover,body[data-theme-mode=light] .border-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-primary-0:focus,body[data-theme-mode=light] .border-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .border-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-primary-0:active,html body .theme-override-light .border-color-success-primary-0,html body .theme-override-light .border-color-hover-success-primary-0:hover,html body .theme-override-light .border-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .border-color-focus-success-primary-0:focus,html body .theme-override-light .border-color-focus-success-primary-0:focus-within,html body .theme-override-light .border-color-active-success-primary-0[data-selected=true],html body .theme-override-light .border-color-active-success-primary-0:active{border-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-top-color-success-primary-0,body[data-theme-mode=light] .border-top-color-hover-success-primary-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-primary-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-primary-0:active,html body .theme-override-light .border-top-color-success-primary-0,html body .theme-override-light .border-top-color-hover-success-primary-0:hover,html body .theme-override-light .border-top-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-primary-0:focus,html body .theme-override-light .border-top-color-focus-success-primary-0:focus-within,html body .theme-override-light .border-top-color-active-success-primary-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-primary-0:active{border-top-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-bottom-color-success-primary-0,body[data-theme-mode=light] .border-bottom-color-hover-success-primary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-primary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-primary-0:active,html body .theme-override-light .border-bottom-color-success-primary-0,html body .theme-override-light .border-bottom-color-hover-success-primary-0:hover,html body .theme-override-light .border-bottom-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-primary-0:focus,html body .theme-override-light .border-bottom-color-focus-success-primary-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-primary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-primary-0:active{border-bottom-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-left-color-success-primary-0,body[data-theme-mode=light] .border-left-color-hover-success-primary-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-primary-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-primary-0:active,html body .theme-override-light .border-left-color-success-primary-0,html body .theme-override-light .border-left-color-hover-success-primary-0:hover,html body .theme-override-light .border-left-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-primary-0:focus,html body .theme-override-light .border-left-color-focus-success-primary-0:focus-within,html body .theme-override-light .border-left-color-active-success-primary-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-primary-0:active{border-left-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-right-color-success-primary-0,body[data-theme-mode=light] .border-right-color-hover-success-primary-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-primary-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-primary-0:active,html body .theme-override-light .border-right-color-success-primary-0,html body .theme-override-light .border-right-color-hover-success-primary-0:hover,html body .theme-override-light .border-right-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-primary-0:focus,html body .theme-override-light .border-right-color-focus-success-primary-0:focus-within,html body .theme-override-light .border-right-color-active-success-primary-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-primary-0:active{border-right-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .fill-color-success-primary-0,body[data-theme-mode=light] .fill-color-hover-success-primary-0:hover,body[data-theme-mode=light] .fill-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-primary-0:focus,body[data-theme-mode=light] .fill-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-primary-0:active,html body .theme-override-light .fill-color-success-primary-0,html body .theme-override-light .fill-color-hover-success-primary-0:hover,html body .theme-override-light .fill-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-primary-0:focus,html body .theme-override-light .fill-color-focus-success-primary-0:focus-within,html body .theme-override-light .fill-color-active-success-primary-0[data-selected=true],html body .theme-override-light .fill-color-active-success-primary-0:active{background-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outline-color-success-primary-0,body[data-theme-mode=light] .outline-color-hover-success-primary-0:hover,body[data-theme-mode=light] .outline-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-primary-0:focus,body[data-theme-mode=light] .outline-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-primary-0:active,html body .theme-override-light .outline-color-success-primary-0,html body .theme-override-light .outline-color-hover-success-primary-0:hover,html body .theme-override-light .outline-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-primary-0:focus,html body .theme-override-light .outline-color-focus-success-primary-0:focus-within,html body .theme-override-light .outline-color-active-success-primary-0[data-selected=true],html body .theme-override-light .outline-color-active-success-primary-0:active{outline-color:var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outside-border-color-success-primary-0,body[data-theme-mode=light] .outside-border-color-hover-success-primary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-primary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-primary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-primary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-primary-0:active,html body .theme-override-light .outside-border-color-success-primary-0,html body .theme-override-light .outside-border-color-hover-success-primary-0:hover,html body .theme-override-light .outside-border-color-focus-success-primary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-primary-0:focus,html body .theme-override-light .outside-border-color-focus-success-primary-0:focus-within,html body .theme-override-light .outside-border-color-active-success-primary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-primary-0:active{--outside-border-color: var(--color-success-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .font-color-success-primary-foreground-0,body[data-theme-mode=light] .font-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-primary-foreground-0:active,html body .theme-override-light .font-color-success-primary-foreground-0,html body .theme-override-light .font-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .font-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .font-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .font-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-success-primary-foreground-0:active{color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-color-success-primary-foreground-0,body[data-theme-mode=light] .border-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-primary-foreground-0:active,html body .theme-override-light .border-color-success-primary-foreground-0,html body .theme-override-light .border-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .border-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .border-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .border-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-success-primary-foreground-0:active{border-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-top-color-success-primary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-primary-foreground-0:active,html body .theme-override-light .border-top-color-success-primary-foreground-0,html body .theme-override-light .border-top-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-primary-foreground-0:active{border-top-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-success-primary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-primary-foreground-0:active,html body .theme-override-light .border-bottom-color-success-primary-foreground-0,html body .theme-override-light .border-bottom-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-primary-foreground-0:active{border-bottom-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-left-color-success-primary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-primary-foreground-0:active,html body .theme-override-light .border-left-color-success-primary-foreground-0,html body .theme-override-light .border-left-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-primary-foreground-0:active{border-left-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-right-color-success-primary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-primary-foreground-0:active,html body .theme-override-light .border-right-color-success-primary-foreground-0,html body .theme-override-light .border-right-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-primary-foreground-0:active{border-right-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .fill-color-success-primary-foreground-0,body[data-theme-mode=light] .fill-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-primary-foreground-0:active,html body .theme-override-light .fill-color-success-primary-foreground-0,html body .theme-override-light .fill-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .fill-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .fill-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-success-primary-foreground-0:active{background-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outline-color-success-primary-foreground-0,body[data-theme-mode=light] .outline-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-primary-foreground-0:active,html body .theme-override-light .outline-color-success-primary-foreground-0,html body .theme-override-light .outline-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .outline-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .outline-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-success-primary-foreground-0:active{outline-color:var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outside-border-color-success-primary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-primary-foreground-0:active,html body .theme-override-light .outside-border-color-success-primary-foreground-0,html body .theme-override-light .outside-border-color-hover-success-primary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-primary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-primary-foreground-0:active{--outside-border-color: var(--color-success-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .font-color-success-secondary-0,body[data-theme-mode=light] .font-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .font-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .font-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .font-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-secondary-0:active,html body .theme-override-light .font-color-success-secondary-0,html body .theme-override-light .font-color-hover-success-secondary-0:hover,html body .theme-override-light .font-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .font-color-focus-success-secondary-0:focus,html body .theme-override-light .font-color-focus-success-secondary-0:focus-within,html body .theme-override-light .font-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .font-color-active-success-secondary-0:active{color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-color-success-secondary-0,body[data-theme-mode=light] .border-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .border-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .border-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .border-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-secondary-0:active,html body .theme-override-light .border-color-success-secondary-0,html body .theme-override-light .border-color-hover-success-secondary-0:hover,html body .theme-override-light .border-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .border-color-focus-success-secondary-0:focus,html body .theme-override-light .border-color-focus-success-secondary-0:focus-within,html body .theme-override-light .border-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .border-color-active-success-secondary-0:active{border-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-top-color-success-secondary-0,body[data-theme-mode=light] .border-top-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-secondary-0:active,html body .theme-override-light .border-top-color-success-secondary-0,html body .theme-override-light .border-top-color-hover-success-secondary-0:hover,html body .theme-override-light .border-top-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-secondary-0:focus,html body .theme-override-light .border-top-color-focus-success-secondary-0:focus-within,html body .theme-override-light .border-top-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-secondary-0:active{border-top-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-bottom-color-success-secondary-0,body[data-theme-mode=light] .border-bottom-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-secondary-0:active,html body .theme-override-light .border-bottom-color-success-secondary-0,html body .theme-override-light .border-bottom-color-hover-success-secondary-0:hover,html body .theme-override-light .border-bottom-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-secondary-0:focus,html body .theme-override-light .border-bottom-color-focus-success-secondary-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-secondary-0:active{border-bottom-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-left-color-success-secondary-0,body[data-theme-mode=light] .border-left-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-secondary-0:active,html body .theme-override-light .border-left-color-success-secondary-0,html body .theme-override-light .border-left-color-hover-success-secondary-0:hover,html body .theme-override-light .border-left-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-secondary-0:focus,html body .theme-override-light .border-left-color-focus-success-secondary-0:focus-within,html body .theme-override-light .border-left-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-secondary-0:active{border-left-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-right-color-success-secondary-0,body[data-theme-mode=light] .border-right-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-secondary-0:active,html body .theme-override-light .border-right-color-success-secondary-0,html body .theme-override-light .border-right-color-hover-success-secondary-0:hover,html body .theme-override-light .border-right-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-secondary-0:focus,html body .theme-override-light .border-right-color-focus-success-secondary-0:focus-within,html body .theme-override-light .border-right-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-secondary-0:active{border-right-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .fill-color-success-secondary-0,body[data-theme-mode=light] .fill-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .fill-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .fill-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-secondary-0:active,html body .theme-override-light .fill-color-success-secondary-0,html body .theme-override-light .fill-color-hover-success-secondary-0:hover,html body .theme-override-light .fill-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-secondary-0:focus,html body .theme-override-light .fill-color-focus-success-secondary-0:focus-within,html body .theme-override-light .fill-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .fill-color-active-success-secondary-0:active{background-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outline-color-success-secondary-0,body[data-theme-mode=light] .outline-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .outline-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .outline-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-secondary-0:active,html body .theme-override-light .outline-color-success-secondary-0,html body .theme-override-light .outline-color-hover-success-secondary-0:hover,html body .theme-override-light .outline-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-secondary-0:focus,html body .theme-override-light .outline-color-focus-success-secondary-0:focus-within,html body .theme-override-light .outline-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .outline-color-active-success-secondary-0:active{outline-color:var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outside-border-color-success-secondary-0,body[data-theme-mode=light] .outside-border-color-hover-success-secondary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-secondary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-secondary-0:active,html body .theme-override-light .outside-border-color-success-secondary-0,html body .theme-override-light .outside-border-color-hover-success-secondary-0:hover,html body .theme-override-light .outside-border-color-focus-success-secondary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-secondary-0:focus,html body .theme-override-light .outside-border-color-focus-success-secondary-0:focus-within,html body .theme-override-light .outside-border-color-active-success-secondary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-secondary-0:active{--outside-border-color: var(--color-success-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .font-color-success-secondary-foreground-0,body[data-theme-mode=light] .font-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-secondary-foreground-0:active,html body .theme-override-light .font-color-success-secondary-foreground-0,html body .theme-override-light .font-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .font-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .font-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .font-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-success-secondary-foreground-0:active{color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-color-success-secondary-foreground-0,body[data-theme-mode=light] .border-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-secondary-foreground-0:active,html body .theme-override-light .border-color-success-secondary-foreground-0,html body .theme-override-light .border-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .border-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .border-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .border-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-success-secondary-foreground-0:active{border-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-top-color-success-secondary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-secondary-foreground-0:active,html body .theme-override-light .border-top-color-success-secondary-foreground-0,html body .theme-override-light .border-top-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-secondary-foreground-0:active{border-top-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-success-secondary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-secondary-foreground-0:active,html body .theme-override-light .border-bottom-color-success-secondary-foreground-0,html body .theme-override-light .border-bottom-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-secondary-foreground-0:active{border-bottom-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-left-color-success-secondary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-secondary-foreground-0:active,html body .theme-override-light .border-left-color-success-secondary-foreground-0,html body .theme-override-light .border-left-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-secondary-foreground-0:active{border-left-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-right-color-success-secondary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-secondary-foreground-0:active,html body .theme-override-light .border-right-color-success-secondary-foreground-0,html body .theme-override-light .border-right-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-secondary-foreground-0:active{border-right-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .fill-color-success-secondary-foreground-0,body[data-theme-mode=light] .fill-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-secondary-foreground-0:active,html body .theme-override-light .fill-color-success-secondary-foreground-0,html body .theme-override-light .fill-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .fill-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .fill-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-success-secondary-foreground-0:active{background-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outline-color-success-secondary-foreground-0,body[data-theme-mode=light] .outline-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-secondary-foreground-0:active,html body .theme-override-light .outline-color-success-secondary-foreground-0,html body .theme-override-light .outline-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .outline-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .outline-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-success-secondary-foreground-0:active{outline-color:var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outside-border-color-success-secondary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-secondary-foreground-0:active,html body .theme-override-light .outside-border-color-success-secondary-foreground-0,html body .theme-override-light .outside-border-color-hover-success-secondary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-secondary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-secondary-foreground-0:active{--outside-border-color: var(--color-success-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .font-color-success-accent-0,body[data-theme-mode=light] .font-color-hover-success-accent-0:hover,body[data-theme-mode=light] .font-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-accent-0:focus,body[data-theme-mode=light] .font-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .font-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-accent-0:active,html body .theme-override-light .font-color-success-accent-0,html body .theme-override-light .font-color-hover-success-accent-0:hover,html body .theme-override-light .font-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .font-color-focus-success-accent-0:focus,html body .theme-override-light .font-color-focus-success-accent-0:focus-within,html body .theme-override-light .font-color-active-success-accent-0[data-selected=true],html body .theme-override-light .font-color-active-success-accent-0:active{color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-color-success-accent-0,body[data-theme-mode=light] .border-color-hover-success-accent-0:hover,body[data-theme-mode=light] .border-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-accent-0:focus,body[data-theme-mode=light] .border-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .border-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-accent-0:active,html body .theme-override-light .border-color-success-accent-0,html body .theme-override-light .border-color-hover-success-accent-0:hover,html body .theme-override-light .border-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .border-color-focus-success-accent-0:focus,html body .theme-override-light .border-color-focus-success-accent-0:focus-within,html body .theme-override-light .border-color-active-success-accent-0[data-selected=true],html body .theme-override-light .border-color-active-success-accent-0:active{border-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-top-color-success-accent-0,body[data-theme-mode=light] .border-top-color-hover-success-accent-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-accent-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-accent-0:active,html body .theme-override-light .border-top-color-success-accent-0,html body .theme-override-light .border-top-color-hover-success-accent-0:hover,html body .theme-override-light .border-top-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-accent-0:focus,html body .theme-override-light .border-top-color-focus-success-accent-0:focus-within,html body .theme-override-light .border-top-color-active-success-accent-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-accent-0:active{border-top-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-bottom-color-success-accent-0,body[data-theme-mode=light] .border-bottom-color-hover-success-accent-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-accent-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-accent-0:active,html body .theme-override-light .border-bottom-color-success-accent-0,html body .theme-override-light .border-bottom-color-hover-success-accent-0:hover,html body .theme-override-light .border-bottom-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-accent-0:focus,html body .theme-override-light .border-bottom-color-focus-success-accent-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-accent-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-accent-0:active{border-bottom-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-left-color-success-accent-0,body[data-theme-mode=light] .border-left-color-hover-success-accent-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-accent-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-accent-0:active,html body .theme-override-light .border-left-color-success-accent-0,html body .theme-override-light .border-left-color-hover-success-accent-0:hover,html body .theme-override-light .border-left-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-accent-0:focus,html body .theme-override-light .border-left-color-focus-success-accent-0:focus-within,html body .theme-override-light .border-left-color-active-success-accent-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-accent-0:active{border-left-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-right-color-success-accent-0,body[data-theme-mode=light] .border-right-color-hover-success-accent-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-accent-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-accent-0:active,html body .theme-override-light .border-right-color-success-accent-0,html body .theme-override-light .border-right-color-hover-success-accent-0:hover,html body .theme-override-light .border-right-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-accent-0:focus,html body .theme-override-light .border-right-color-focus-success-accent-0:focus-within,html body .theme-override-light .border-right-color-active-success-accent-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-accent-0:active{border-right-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .fill-color-success-accent-0,body[data-theme-mode=light] .fill-color-hover-success-accent-0:hover,body[data-theme-mode=light] .fill-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-accent-0:focus,body[data-theme-mode=light] .fill-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-accent-0:active,html body .theme-override-light .fill-color-success-accent-0,html body .theme-override-light .fill-color-hover-success-accent-0:hover,html body .theme-override-light .fill-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-accent-0:focus,html body .theme-override-light .fill-color-focus-success-accent-0:focus-within,html body .theme-override-light .fill-color-active-success-accent-0[data-selected=true],html body .theme-override-light .fill-color-active-success-accent-0:active{background-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outline-color-success-accent-0,body[data-theme-mode=light] .outline-color-hover-success-accent-0:hover,body[data-theme-mode=light] .outline-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-accent-0:focus,body[data-theme-mode=light] .outline-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-accent-0:active,html body .theme-override-light .outline-color-success-accent-0,html body .theme-override-light .outline-color-hover-success-accent-0:hover,html body .theme-override-light .outline-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-accent-0:focus,html body .theme-override-light .outline-color-focus-success-accent-0:focus-within,html body .theme-override-light .outline-color-active-success-accent-0[data-selected=true],html body .theme-override-light .outline-color-active-success-accent-0:active{outline-color:var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outside-border-color-success-accent-0,body[data-theme-mode=light] .outside-border-color-hover-success-accent-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-accent-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-accent-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-accent-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-accent-0:active,html body .theme-override-light .outside-border-color-success-accent-0,html body .theme-override-light .outside-border-color-hover-success-accent-0:hover,html body .theme-override-light .outside-border-color-focus-success-accent-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-accent-0:focus,html body .theme-override-light .outside-border-color-focus-success-accent-0:focus-within,html body .theme-override-light .outside-border-color-active-success-accent-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-accent-0:active{--outside-border-color: var(--color-success-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .font-color-success-accent-foreground-0,body[data-theme-mode=light] .font-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-accent-foreground-0:active,html body .theme-override-light .font-color-success-accent-foreground-0,html body .theme-override-light .font-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .font-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .font-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .font-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-success-accent-foreground-0:active{color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-color-success-accent-foreground-0,body[data-theme-mode=light] .border-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-accent-foreground-0:active,html body .theme-override-light .border-color-success-accent-foreground-0,html body .theme-override-light .border-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .border-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .border-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .border-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-success-accent-foreground-0:active{border-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-top-color-success-accent-foreground-0,body[data-theme-mode=light] .border-top-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-accent-foreground-0:active,html body .theme-override-light .border-top-color-success-accent-foreground-0,html body .theme-override-light .border-top-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .border-top-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .border-top-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-accent-foreground-0:active{border-top-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-bottom-color-success-accent-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-accent-foreground-0:active,html body .theme-override-light .border-bottom-color-success-accent-foreground-0,html body .theme-override-light .border-bottom-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-accent-foreground-0:active{border-bottom-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-left-color-success-accent-foreground-0,body[data-theme-mode=light] .border-left-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-accent-foreground-0:active,html body .theme-override-light .border-left-color-success-accent-foreground-0,html body .theme-override-light .border-left-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .border-left-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .border-left-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-accent-foreground-0:active{border-left-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-right-color-success-accent-foreground-0,body[data-theme-mode=light] .border-right-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-accent-foreground-0:active,html body .theme-override-light .border-right-color-success-accent-foreground-0,html body .theme-override-light .border-right-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .border-right-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .border-right-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-accent-foreground-0:active{border-right-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .fill-color-success-accent-foreground-0,body[data-theme-mode=light] .fill-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-accent-foreground-0:active,html body .theme-override-light .fill-color-success-accent-foreground-0,html body .theme-override-light .fill-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .fill-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .fill-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .fill-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-success-accent-foreground-0:active{background-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outline-color-success-accent-foreground-0,body[data-theme-mode=light] .outline-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-accent-foreground-0:active,html body .theme-override-light .outline-color-success-accent-foreground-0,html body .theme-override-light .outline-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .outline-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .outline-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .outline-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-success-accent-foreground-0:active{outline-color:var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outside-border-color-success-accent-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-accent-foreground-0:active,html body .theme-override-light .outside-border-color-success-accent-foreground-0,html body .theme-override-light .outside-border-color-hover-success-accent-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-accent-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-accent-foreground-0:active{--outside-border-color: var(--color-success-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .font-color-success-background-0,body[data-theme-mode=light] .font-color-hover-success-background-0:hover,body[data-theme-mode=light] .font-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-0:focus,body[data-theme-mode=light] .font-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .font-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-0:active,html body .theme-override-light .font-color-success-background-0,html body .theme-override-light .font-color-hover-success-background-0:hover,html body .theme-override-light .font-color-focus-success-background-0[data-focused=true],html body .theme-override-light .font-color-focus-success-background-0:focus,html body .theme-override-light .font-color-focus-success-background-0:focus-within,html body .theme-override-light .font-color-active-success-background-0[data-selected=true],html body .theme-override-light .font-color-active-success-background-0:active{color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-color-success-background-0,body[data-theme-mode=light] .border-color-hover-success-background-0:hover,body[data-theme-mode=light] .border-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-0:focus,body[data-theme-mode=light] .border-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .border-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-0:active,html body .theme-override-light .border-color-success-background-0,html body .theme-override-light .border-color-hover-success-background-0:hover,html body .theme-override-light .border-color-focus-success-background-0[data-focused=true],html body .theme-override-light .border-color-focus-success-background-0:focus,html body .theme-override-light .border-color-focus-success-background-0:focus-within,html body .theme-override-light .border-color-active-success-background-0[data-selected=true],html body .theme-override-light .border-color-active-success-background-0:active{border-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-top-color-success-background-0,body[data-theme-mode=light] .border-top-color-hover-success-background-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-0:active,html body .theme-override-light .border-top-color-success-background-0,html body .theme-override-light .border-top-color-hover-success-background-0:hover,html body .theme-override-light .border-top-color-focus-success-background-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-0:focus,html body .theme-override-light .border-top-color-focus-success-background-0:focus-within,html body .theme-override-light .border-top-color-active-success-background-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-0:active{border-top-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-bottom-color-success-background-0,body[data-theme-mode=light] .border-bottom-color-hover-success-background-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-0:active,html body .theme-override-light .border-bottom-color-success-background-0,html body .theme-override-light .border-bottom-color-hover-success-background-0:hover,html body .theme-override-light .border-bottom-color-focus-success-background-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-0:focus,html body .theme-override-light .border-bottom-color-focus-success-background-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-0:active{border-bottom-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-left-color-success-background-0,body[data-theme-mode=light] .border-left-color-hover-success-background-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-0:active,html body .theme-override-light .border-left-color-success-background-0,html body .theme-override-light .border-left-color-hover-success-background-0:hover,html body .theme-override-light .border-left-color-focus-success-background-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-0:focus,html body .theme-override-light .border-left-color-focus-success-background-0:focus-within,html body .theme-override-light .border-left-color-active-success-background-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-0:active{border-left-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-right-color-success-background-0,body[data-theme-mode=light] .border-right-color-hover-success-background-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-0:active,html body .theme-override-light .border-right-color-success-background-0,html body .theme-override-light .border-right-color-hover-success-background-0:hover,html body .theme-override-light .border-right-color-focus-success-background-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-0:focus,html body .theme-override-light .border-right-color-focus-success-background-0:focus-within,html body .theme-override-light .border-right-color-active-success-background-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-0:active{border-right-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .fill-color-success-background-0,body[data-theme-mode=light] .fill-color-hover-success-background-0:hover,body[data-theme-mode=light] .fill-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-0:focus,body[data-theme-mode=light] .fill-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-0:active,html body .theme-override-light .fill-color-success-background-0,html body .theme-override-light .fill-color-hover-success-background-0:hover,html body .theme-override-light .fill-color-focus-success-background-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-0:focus,html body .theme-override-light .fill-color-focus-success-background-0:focus-within,html body .theme-override-light .fill-color-active-success-background-0[data-selected=true],html body .theme-override-light .fill-color-active-success-background-0:active{background-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outline-color-success-background-0,body[data-theme-mode=light] .outline-color-hover-success-background-0:hover,body[data-theme-mode=light] .outline-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-0:focus,body[data-theme-mode=light] .outline-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-0:active,html body .theme-override-light .outline-color-success-background-0,html body .theme-override-light .outline-color-hover-success-background-0:hover,html body .theme-override-light .outline-color-focus-success-background-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-0:focus,html body .theme-override-light .outline-color-focus-success-background-0:focus-within,html body .theme-override-light .outline-color-active-success-background-0[data-selected=true],html body .theme-override-light .outline-color-active-success-background-0:active{outline-color:var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outside-border-color-success-background-0,body[data-theme-mode=light] .outside-border-color-hover-success-background-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-0:active,html body .theme-override-light .outside-border-color-success-background-0,html body .theme-override-light .outside-border-color-hover-success-background-0:hover,html body .theme-override-light .outside-border-color-focus-success-background-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-0:focus,html body .theme-override-light .outside-border-color-focus-success-background-0:focus-within,html body .theme-override-light .outside-border-color-active-success-background-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-0:active{--outside-border-color: var(--color-success-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .font-color-success-background-1,body[data-theme-mode=light] .font-color-hover-success-background-1:hover,body[data-theme-mode=light] .font-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-1:focus,body[data-theme-mode=light] .font-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .font-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-1:active,html body .theme-override-light .font-color-success-background-1,html body .theme-override-light .font-color-hover-success-background-1:hover,html body .theme-override-light .font-color-focus-success-background-1[data-focused=true],html body .theme-override-light .font-color-focus-success-background-1:focus,html body .theme-override-light .font-color-focus-success-background-1:focus-within,html body .theme-override-light .font-color-active-success-background-1[data-selected=true],html body .theme-override-light .font-color-active-success-background-1:active{color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-color-success-background-1,body[data-theme-mode=light] .border-color-hover-success-background-1:hover,body[data-theme-mode=light] .border-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-1:focus,body[data-theme-mode=light] .border-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .border-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-1:active,html body .theme-override-light .border-color-success-background-1,html body .theme-override-light .border-color-hover-success-background-1:hover,html body .theme-override-light .border-color-focus-success-background-1[data-focused=true],html body .theme-override-light .border-color-focus-success-background-1:focus,html body .theme-override-light .border-color-focus-success-background-1:focus-within,html body .theme-override-light .border-color-active-success-background-1[data-selected=true],html body .theme-override-light .border-color-active-success-background-1:active{border-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-top-color-success-background-1,body[data-theme-mode=light] .border-top-color-hover-success-background-1:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-1:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-1:active,html body .theme-override-light .border-top-color-success-background-1,html body .theme-override-light .border-top-color-hover-success-background-1:hover,html body .theme-override-light .border-top-color-focus-success-background-1[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-1:focus,html body .theme-override-light .border-top-color-focus-success-background-1:focus-within,html body .theme-override-light .border-top-color-active-success-background-1[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-1:active{border-top-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-bottom-color-success-background-1,body[data-theme-mode=light] .border-bottom-color-hover-success-background-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-1:active,html body .theme-override-light .border-bottom-color-success-background-1,html body .theme-override-light .border-bottom-color-hover-success-background-1:hover,html body .theme-override-light .border-bottom-color-focus-success-background-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-1:focus,html body .theme-override-light .border-bottom-color-focus-success-background-1:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-1:active{border-bottom-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-left-color-success-background-1,body[data-theme-mode=light] .border-left-color-hover-success-background-1:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-1:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-1:active,html body .theme-override-light .border-left-color-success-background-1,html body .theme-override-light .border-left-color-hover-success-background-1:hover,html body .theme-override-light .border-left-color-focus-success-background-1[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-1:focus,html body .theme-override-light .border-left-color-focus-success-background-1:focus-within,html body .theme-override-light .border-left-color-active-success-background-1[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-1:active{border-left-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-right-color-success-background-1,body[data-theme-mode=light] .border-right-color-hover-success-background-1:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-1:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-1:active,html body .theme-override-light .border-right-color-success-background-1,html body .theme-override-light .border-right-color-hover-success-background-1:hover,html body .theme-override-light .border-right-color-focus-success-background-1[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-1:focus,html body .theme-override-light .border-right-color-focus-success-background-1:focus-within,html body .theme-override-light .border-right-color-active-success-background-1[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-1:active{border-right-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .fill-color-success-background-1,body[data-theme-mode=light] .fill-color-hover-success-background-1:hover,body[data-theme-mode=light] .fill-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-1:focus,body[data-theme-mode=light] .fill-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-1:active,html body .theme-override-light .fill-color-success-background-1,html body .theme-override-light .fill-color-hover-success-background-1:hover,html body .theme-override-light .fill-color-focus-success-background-1[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-1:focus,html body .theme-override-light .fill-color-focus-success-background-1:focus-within,html body .theme-override-light .fill-color-active-success-background-1[data-selected=true],html body .theme-override-light .fill-color-active-success-background-1:active{background-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outline-color-success-background-1,body[data-theme-mode=light] .outline-color-hover-success-background-1:hover,body[data-theme-mode=light] .outline-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-1:focus,body[data-theme-mode=light] .outline-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-1:active,html body .theme-override-light .outline-color-success-background-1,html body .theme-override-light .outline-color-hover-success-background-1:hover,html body .theme-override-light .outline-color-focus-success-background-1[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-1:focus,html body .theme-override-light .outline-color-focus-success-background-1:focus-within,html body .theme-override-light .outline-color-active-success-background-1[data-selected=true],html body .theme-override-light .outline-color-active-success-background-1:active{outline-color:var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outside-border-color-success-background-1,body[data-theme-mode=light] .outside-border-color-hover-success-background-1:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-1:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-1:active,html body .theme-override-light .outside-border-color-success-background-1,html body .theme-override-light .outside-border-color-hover-success-background-1:hover,html body .theme-override-light .outside-border-color-focus-success-background-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-1:focus,html body .theme-override-light .outside-border-color-focus-success-background-1:focus-within,html body .theme-override-light .outside-border-color-active-success-background-1[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-1:active{--outside-border-color: var(--color-success-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .font-color-success-background-2,body[data-theme-mode=light] .font-color-hover-success-background-2:hover,body[data-theme-mode=light] .font-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-2:focus,body[data-theme-mode=light] .font-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .font-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-2:active,html body .theme-override-light .font-color-success-background-2,html body .theme-override-light .font-color-hover-success-background-2:hover,html body .theme-override-light .font-color-focus-success-background-2[data-focused=true],html body .theme-override-light .font-color-focus-success-background-2:focus,html body .theme-override-light .font-color-focus-success-background-2:focus-within,html body .theme-override-light .font-color-active-success-background-2[data-selected=true],html body .theme-override-light .font-color-active-success-background-2:active{color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-color-success-background-2,body[data-theme-mode=light] .border-color-hover-success-background-2:hover,body[data-theme-mode=light] .border-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-2:focus,body[data-theme-mode=light] .border-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .border-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-2:active,html body .theme-override-light .border-color-success-background-2,html body .theme-override-light .border-color-hover-success-background-2:hover,html body .theme-override-light .border-color-focus-success-background-2[data-focused=true],html body .theme-override-light .border-color-focus-success-background-2:focus,html body .theme-override-light .border-color-focus-success-background-2:focus-within,html body .theme-override-light .border-color-active-success-background-2[data-selected=true],html body .theme-override-light .border-color-active-success-background-2:active{border-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-top-color-success-background-2,body[data-theme-mode=light] .border-top-color-hover-success-background-2:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-2:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-2:active,html body .theme-override-light .border-top-color-success-background-2,html body .theme-override-light .border-top-color-hover-success-background-2:hover,html body .theme-override-light .border-top-color-focus-success-background-2[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-2:focus,html body .theme-override-light .border-top-color-focus-success-background-2:focus-within,html body .theme-override-light .border-top-color-active-success-background-2[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-2:active{border-top-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-bottom-color-success-background-2,body[data-theme-mode=light] .border-bottom-color-hover-success-background-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-2:active,html body .theme-override-light .border-bottom-color-success-background-2,html body .theme-override-light .border-bottom-color-hover-success-background-2:hover,html body .theme-override-light .border-bottom-color-focus-success-background-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-2:focus,html body .theme-override-light .border-bottom-color-focus-success-background-2:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-2:active{border-bottom-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-left-color-success-background-2,body[data-theme-mode=light] .border-left-color-hover-success-background-2:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-2:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-2:active,html body .theme-override-light .border-left-color-success-background-2,html body .theme-override-light .border-left-color-hover-success-background-2:hover,html body .theme-override-light .border-left-color-focus-success-background-2[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-2:focus,html body .theme-override-light .border-left-color-focus-success-background-2:focus-within,html body .theme-override-light .border-left-color-active-success-background-2[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-2:active{border-left-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-right-color-success-background-2,body[data-theme-mode=light] .border-right-color-hover-success-background-2:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-2:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-2:active,html body .theme-override-light .border-right-color-success-background-2,html body .theme-override-light .border-right-color-hover-success-background-2:hover,html body .theme-override-light .border-right-color-focus-success-background-2[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-2:focus,html body .theme-override-light .border-right-color-focus-success-background-2:focus-within,html body .theme-override-light .border-right-color-active-success-background-2[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-2:active{border-right-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .fill-color-success-background-2,body[data-theme-mode=light] .fill-color-hover-success-background-2:hover,body[data-theme-mode=light] .fill-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-2:focus,body[data-theme-mode=light] .fill-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-2:active,html body .theme-override-light .fill-color-success-background-2,html body .theme-override-light .fill-color-hover-success-background-2:hover,html body .theme-override-light .fill-color-focus-success-background-2[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-2:focus,html body .theme-override-light .fill-color-focus-success-background-2:focus-within,html body .theme-override-light .fill-color-active-success-background-2[data-selected=true],html body .theme-override-light .fill-color-active-success-background-2:active{background-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outline-color-success-background-2,body[data-theme-mode=light] .outline-color-hover-success-background-2:hover,body[data-theme-mode=light] .outline-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-2:focus,body[data-theme-mode=light] .outline-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-2:active,html body .theme-override-light .outline-color-success-background-2,html body .theme-override-light .outline-color-hover-success-background-2:hover,html body .theme-override-light .outline-color-focus-success-background-2[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-2:focus,html body .theme-override-light .outline-color-focus-success-background-2:focus-within,html body .theme-override-light .outline-color-active-success-background-2[data-selected=true],html body .theme-override-light .outline-color-active-success-background-2:active{outline-color:var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outside-border-color-success-background-2,body[data-theme-mode=light] .outside-border-color-hover-success-background-2:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-2:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-2:active,html body .theme-override-light .outside-border-color-success-background-2,html body .theme-override-light .outside-border-color-hover-success-background-2:hover,html body .theme-override-light .outside-border-color-focus-success-background-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-2:focus,html body .theme-override-light .outside-border-color-focus-success-background-2:focus-within,html body .theme-override-light .outside-border-color-active-success-background-2[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-2:active{--outside-border-color: var(--color-success-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .font-color-success-background-3,body[data-theme-mode=light] .font-color-hover-success-background-3:hover,body[data-theme-mode=light] .font-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-3:focus,body[data-theme-mode=light] .font-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .font-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-3:active,html body .theme-override-light .font-color-success-background-3,html body .theme-override-light .font-color-hover-success-background-3:hover,html body .theme-override-light .font-color-focus-success-background-3[data-focused=true],html body .theme-override-light .font-color-focus-success-background-3:focus,html body .theme-override-light .font-color-focus-success-background-3:focus-within,html body .theme-override-light .font-color-active-success-background-3[data-selected=true],html body .theme-override-light .font-color-active-success-background-3:active{color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-color-success-background-3,body[data-theme-mode=light] .border-color-hover-success-background-3:hover,body[data-theme-mode=light] .border-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-3:focus,body[data-theme-mode=light] .border-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .border-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-3:active,html body .theme-override-light .border-color-success-background-3,html body .theme-override-light .border-color-hover-success-background-3:hover,html body .theme-override-light .border-color-focus-success-background-3[data-focused=true],html body .theme-override-light .border-color-focus-success-background-3:focus,html body .theme-override-light .border-color-focus-success-background-3:focus-within,html body .theme-override-light .border-color-active-success-background-3[data-selected=true],html body .theme-override-light .border-color-active-success-background-3:active{border-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-top-color-success-background-3,body[data-theme-mode=light] .border-top-color-hover-success-background-3:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-3:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-3:active,html body .theme-override-light .border-top-color-success-background-3,html body .theme-override-light .border-top-color-hover-success-background-3:hover,html body .theme-override-light .border-top-color-focus-success-background-3[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-3:focus,html body .theme-override-light .border-top-color-focus-success-background-3:focus-within,html body .theme-override-light .border-top-color-active-success-background-3[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-3:active{border-top-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-bottom-color-success-background-3,body[data-theme-mode=light] .border-bottom-color-hover-success-background-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-3:active,html body .theme-override-light .border-bottom-color-success-background-3,html body .theme-override-light .border-bottom-color-hover-success-background-3:hover,html body .theme-override-light .border-bottom-color-focus-success-background-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-3:focus,html body .theme-override-light .border-bottom-color-focus-success-background-3:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-3:active{border-bottom-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-left-color-success-background-3,body[data-theme-mode=light] .border-left-color-hover-success-background-3:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-3:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-3:active,html body .theme-override-light .border-left-color-success-background-3,html body .theme-override-light .border-left-color-hover-success-background-3:hover,html body .theme-override-light .border-left-color-focus-success-background-3[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-3:focus,html body .theme-override-light .border-left-color-focus-success-background-3:focus-within,html body .theme-override-light .border-left-color-active-success-background-3[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-3:active{border-left-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-right-color-success-background-3,body[data-theme-mode=light] .border-right-color-hover-success-background-3:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-3:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-3:active,html body .theme-override-light .border-right-color-success-background-3,html body .theme-override-light .border-right-color-hover-success-background-3:hover,html body .theme-override-light .border-right-color-focus-success-background-3[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-3:focus,html body .theme-override-light .border-right-color-focus-success-background-3:focus-within,html body .theme-override-light .border-right-color-active-success-background-3[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-3:active{border-right-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .fill-color-success-background-3,body[data-theme-mode=light] .fill-color-hover-success-background-3:hover,body[data-theme-mode=light] .fill-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-3:focus,body[data-theme-mode=light] .fill-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-3:active,html body .theme-override-light .fill-color-success-background-3,html body .theme-override-light .fill-color-hover-success-background-3:hover,html body .theme-override-light .fill-color-focus-success-background-3[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-3:focus,html body .theme-override-light .fill-color-focus-success-background-3:focus-within,html body .theme-override-light .fill-color-active-success-background-3[data-selected=true],html body .theme-override-light .fill-color-active-success-background-3:active{background-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outline-color-success-background-3,body[data-theme-mode=light] .outline-color-hover-success-background-3:hover,body[data-theme-mode=light] .outline-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-3:focus,body[data-theme-mode=light] .outline-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-3:active,html body .theme-override-light .outline-color-success-background-3,html body .theme-override-light .outline-color-hover-success-background-3:hover,html body .theme-override-light .outline-color-focus-success-background-3[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-3:focus,html body .theme-override-light .outline-color-focus-success-background-3:focus-within,html body .theme-override-light .outline-color-active-success-background-3[data-selected=true],html body .theme-override-light .outline-color-active-success-background-3:active{outline-color:var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outside-border-color-success-background-3,body[data-theme-mode=light] .outside-border-color-hover-success-background-3:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-3:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-3:active,html body .theme-override-light .outside-border-color-success-background-3,html body .theme-override-light .outside-border-color-hover-success-background-3:hover,html body .theme-override-light .outside-border-color-focus-success-background-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-3:focus,html body .theme-override-light .outside-border-color-focus-success-background-3:focus-within,html body .theme-override-light .outside-border-color-active-success-background-3[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-3:active{--outside-border-color: var(--color-success-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .font-color-success-background-4,body[data-theme-mode=light] .font-color-hover-success-background-4:hover,body[data-theme-mode=light] .font-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-4:focus,body[data-theme-mode=light] .font-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .font-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-4:active,html body .theme-override-light .font-color-success-background-4,html body .theme-override-light .font-color-hover-success-background-4:hover,html body .theme-override-light .font-color-focus-success-background-4[data-focused=true],html body .theme-override-light .font-color-focus-success-background-4:focus,html body .theme-override-light .font-color-focus-success-background-4:focus-within,html body .theme-override-light .font-color-active-success-background-4[data-selected=true],html body .theme-override-light .font-color-active-success-background-4:active{color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-color-success-background-4,body[data-theme-mode=light] .border-color-hover-success-background-4:hover,body[data-theme-mode=light] .border-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-4:focus,body[data-theme-mode=light] .border-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .border-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-4:active,html body .theme-override-light .border-color-success-background-4,html body .theme-override-light .border-color-hover-success-background-4:hover,html body .theme-override-light .border-color-focus-success-background-4[data-focused=true],html body .theme-override-light .border-color-focus-success-background-4:focus,html body .theme-override-light .border-color-focus-success-background-4:focus-within,html body .theme-override-light .border-color-active-success-background-4[data-selected=true],html body .theme-override-light .border-color-active-success-background-4:active{border-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-top-color-success-background-4,body[data-theme-mode=light] .border-top-color-hover-success-background-4:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-4:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-4:active,html body .theme-override-light .border-top-color-success-background-4,html body .theme-override-light .border-top-color-hover-success-background-4:hover,html body .theme-override-light .border-top-color-focus-success-background-4[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-4:focus,html body .theme-override-light .border-top-color-focus-success-background-4:focus-within,html body .theme-override-light .border-top-color-active-success-background-4[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-4:active{border-top-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-bottom-color-success-background-4,body[data-theme-mode=light] .border-bottom-color-hover-success-background-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-4:active,html body .theme-override-light .border-bottom-color-success-background-4,html body .theme-override-light .border-bottom-color-hover-success-background-4:hover,html body .theme-override-light .border-bottom-color-focus-success-background-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-4:focus,html body .theme-override-light .border-bottom-color-focus-success-background-4:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-4:active{border-bottom-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-left-color-success-background-4,body[data-theme-mode=light] .border-left-color-hover-success-background-4:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-4:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-4:active,html body .theme-override-light .border-left-color-success-background-4,html body .theme-override-light .border-left-color-hover-success-background-4:hover,html body .theme-override-light .border-left-color-focus-success-background-4[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-4:focus,html body .theme-override-light .border-left-color-focus-success-background-4:focus-within,html body .theme-override-light .border-left-color-active-success-background-4[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-4:active{border-left-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-right-color-success-background-4,body[data-theme-mode=light] .border-right-color-hover-success-background-4:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-4:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-4:active,html body .theme-override-light .border-right-color-success-background-4,html body .theme-override-light .border-right-color-hover-success-background-4:hover,html body .theme-override-light .border-right-color-focus-success-background-4[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-4:focus,html body .theme-override-light .border-right-color-focus-success-background-4:focus-within,html body .theme-override-light .border-right-color-active-success-background-4[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-4:active{border-right-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .fill-color-success-background-4,body[data-theme-mode=light] .fill-color-hover-success-background-4:hover,body[data-theme-mode=light] .fill-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-4:focus,body[data-theme-mode=light] .fill-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-4:active,html body .theme-override-light .fill-color-success-background-4,html body .theme-override-light .fill-color-hover-success-background-4:hover,html body .theme-override-light .fill-color-focus-success-background-4[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-4:focus,html body .theme-override-light .fill-color-focus-success-background-4:focus-within,html body .theme-override-light .fill-color-active-success-background-4[data-selected=true],html body .theme-override-light .fill-color-active-success-background-4:active{background-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outline-color-success-background-4,body[data-theme-mode=light] .outline-color-hover-success-background-4:hover,body[data-theme-mode=light] .outline-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-4:focus,body[data-theme-mode=light] .outline-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-4:active,html body .theme-override-light .outline-color-success-background-4,html body .theme-override-light .outline-color-hover-success-background-4:hover,html body .theme-override-light .outline-color-focus-success-background-4[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-4:focus,html body .theme-override-light .outline-color-focus-success-background-4:focus-within,html body .theme-override-light .outline-color-active-success-background-4[data-selected=true],html body .theme-override-light .outline-color-active-success-background-4:active{outline-color:var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outside-border-color-success-background-4,body[data-theme-mode=light] .outside-border-color-hover-success-background-4:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-4:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-4:active,html body .theme-override-light .outside-border-color-success-background-4,html body .theme-override-light .outside-border-color-hover-success-background-4:hover,html body .theme-override-light .outside-border-color-focus-success-background-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-4:focus,html body .theme-override-light .outside-border-color-focus-success-background-4:focus-within,html body .theme-override-light .outside-border-color-active-success-background-4[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-4:active{--outside-border-color: var(--color-success-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .font-color-success-background-5,body[data-theme-mode=light] .font-color-hover-success-background-5:hover,body[data-theme-mode=light] .font-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-5:focus,body[data-theme-mode=light] .font-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .font-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-5:active,html body .theme-override-light .font-color-success-background-5,html body .theme-override-light .font-color-hover-success-background-5:hover,html body .theme-override-light .font-color-focus-success-background-5[data-focused=true],html body .theme-override-light .font-color-focus-success-background-5:focus,html body .theme-override-light .font-color-focus-success-background-5:focus-within,html body .theme-override-light .font-color-active-success-background-5[data-selected=true],html body .theme-override-light .font-color-active-success-background-5:active{color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-color-success-background-5,body[data-theme-mode=light] .border-color-hover-success-background-5:hover,body[data-theme-mode=light] .border-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-5:focus,body[data-theme-mode=light] .border-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .border-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-5:active,html body .theme-override-light .border-color-success-background-5,html body .theme-override-light .border-color-hover-success-background-5:hover,html body .theme-override-light .border-color-focus-success-background-5[data-focused=true],html body .theme-override-light .border-color-focus-success-background-5:focus,html body .theme-override-light .border-color-focus-success-background-5:focus-within,html body .theme-override-light .border-color-active-success-background-5[data-selected=true],html body .theme-override-light .border-color-active-success-background-5:active{border-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-top-color-success-background-5,body[data-theme-mode=light] .border-top-color-hover-success-background-5:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-5:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-5:active,html body .theme-override-light .border-top-color-success-background-5,html body .theme-override-light .border-top-color-hover-success-background-5:hover,html body .theme-override-light .border-top-color-focus-success-background-5[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-5:focus,html body .theme-override-light .border-top-color-focus-success-background-5:focus-within,html body .theme-override-light .border-top-color-active-success-background-5[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-5:active{border-top-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-bottom-color-success-background-5,body[data-theme-mode=light] .border-bottom-color-hover-success-background-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-5:active,html body .theme-override-light .border-bottom-color-success-background-5,html body .theme-override-light .border-bottom-color-hover-success-background-5:hover,html body .theme-override-light .border-bottom-color-focus-success-background-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-5:focus,html body .theme-override-light .border-bottom-color-focus-success-background-5:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-5:active{border-bottom-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-left-color-success-background-5,body[data-theme-mode=light] .border-left-color-hover-success-background-5:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-5:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-5:active,html body .theme-override-light .border-left-color-success-background-5,html body .theme-override-light .border-left-color-hover-success-background-5:hover,html body .theme-override-light .border-left-color-focus-success-background-5[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-5:focus,html body .theme-override-light .border-left-color-focus-success-background-5:focus-within,html body .theme-override-light .border-left-color-active-success-background-5[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-5:active{border-left-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-right-color-success-background-5,body[data-theme-mode=light] .border-right-color-hover-success-background-5:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-5:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-5:active,html body .theme-override-light .border-right-color-success-background-5,html body .theme-override-light .border-right-color-hover-success-background-5:hover,html body .theme-override-light .border-right-color-focus-success-background-5[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-5:focus,html body .theme-override-light .border-right-color-focus-success-background-5:focus-within,html body .theme-override-light .border-right-color-active-success-background-5[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-5:active{border-right-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .fill-color-success-background-5,body[data-theme-mode=light] .fill-color-hover-success-background-5:hover,body[data-theme-mode=light] .fill-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-5:focus,body[data-theme-mode=light] .fill-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-5:active,html body .theme-override-light .fill-color-success-background-5,html body .theme-override-light .fill-color-hover-success-background-5:hover,html body .theme-override-light .fill-color-focus-success-background-5[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-5:focus,html body .theme-override-light .fill-color-focus-success-background-5:focus-within,html body .theme-override-light .fill-color-active-success-background-5[data-selected=true],html body .theme-override-light .fill-color-active-success-background-5:active{background-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outline-color-success-background-5,body[data-theme-mode=light] .outline-color-hover-success-background-5:hover,body[data-theme-mode=light] .outline-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-5:focus,body[data-theme-mode=light] .outline-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-5:active,html body .theme-override-light .outline-color-success-background-5,html body .theme-override-light .outline-color-hover-success-background-5:hover,html body .theme-override-light .outline-color-focus-success-background-5[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-5:focus,html body .theme-override-light .outline-color-focus-success-background-5:focus-within,html body .theme-override-light .outline-color-active-success-background-5[data-selected=true],html body .theme-override-light .outline-color-active-success-background-5:active{outline-color:var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outside-border-color-success-background-5,body[data-theme-mode=light] .outside-border-color-hover-success-background-5:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-5:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-5:active,html body .theme-override-light .outside-border-color-success-background-5,html body .theme-override-light .outside-border-color-hover-success-background-5:hover,html body .theme-override-light .outside-border-color-focus-success-background-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-5:focus,html body .theme-override-light .outside-border-color-focus-success-background-5:focus-within,html body .theme-override-light .outside-border-color-active-success-background-5[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-5:active{--outside-border-color: var(--color-success-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .font-color-success-surface-0,body[data-theme-mode=light] .font-color-hover-success-surface-0:hover,body[data-theme-mode=light] .font-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-0:focus,body[data-theme-mode=light] .font-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-0:active,html body .theme-override-light .font-color-success-surface-0,html body .theme-override-light .font-color-hover-success-surface-0:hover,html body .theme-override-light .font-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-0:focus,html body .theme-override-light .font-color-focus-success-surface-0:focus-within,html body .theme-override-light .font-color-active-success-surface-0[data-selected=true],html body .theme-override-light .font-color-active-success-surface-0:active{color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-color-success-surface-0,body[data-theme-mode=light] .border-color-hover-success-surface-0:hover,body[data-theme-mode=light] .border-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-0:focus,body[data-theme-mode=light] .border-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-0:active,html body .theme-override-light .border-color-success-surface-0,html body .theme-override-light .border-color-hover-success-surface-0:hover,html body .theme-override-light .border-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-0:focus,html body .theme-override-light .border-color-focus-success-surface-0:focus-within,html body .theme-override-light .border-color-active-success-surface-0[data-selected=true],html body .theme-override-light .border-color-active-success-surface-0:active{border-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-top-color-success-surface-0,body[data-theme-mode=light] .border-top-color-hover-success-surface-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-0:active,html body .theme-override-light .border-top-color-success-surface-0,html body .theme-override-light .border-top-color-hover-success-surface-0:hover,html body .theme-override-light .border-top-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-0:focus,html body .theme-override-light .border-top-color-focus-success-surface-0:focus-within,html body .theme-override-light .border-top-color-active-success-surface-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-0:active{border-top-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-bottom-color-success-surface-0,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-0:active,html body .theme-override-light .border-bottom-color-success-surface-0,html body .theme-override-light .border-bottom-color-hover-success-surface-0:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-0:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-0:active{border-bottom-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-left-color-success-surface-0,body[data-theme-mode=light] .border-left-color-hover-success-surface-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-0:active,html body .theme-override-light .border-left-color-success-surface-0,html body .theme-override-light .border-left-color-hover-success-surface-0:hover,html body .theme-override-light .border-left-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-0:focus,html body .theme-override-light .border-left-color-focus-success-surface-0:focus-within,html body .theme-override-light .border-left-color-active-success-surface-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-0:active{border-left-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-right-color-success-surface-0,body[data-theme-mode=light] .border-right-color-hover-success-surface-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-0:active,html body .theme-override-light .border-right-color-success-surface-0,html body .theme-override-light .border-right-color-hover-success-surface-0:hover,html body .theme-override-light .border-right-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-0:focus,html body .theme-override-light .border-right-color-focus-success-surface-0:focus-within,html body .theme-override-light .border-right-color-active-success-surface-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-0:active{border-right-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .fill-color-success-surface-0,body[data-theme-mode=light] .fill-color-hover-success-surface-0:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-0:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-0:active,html body .theme-override-light .fill-color-success-surface-0,html body .theme-override-light .fill-color-hover-success-surface-0:hover,html body .theme-override-light .fill-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-0:focus,html body .theme-override-light .fill-color-focus-success-surface-0:focus-within,html body .theme-override-light .fill-color-active-success-surface-0[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-0:active{background-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outline-color-success-surface-0,body[data-theme-mode=light] .outline-color-hover-success-surface-0:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-0:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-0:active,html body .theme-override-light .outline-color-success-surface-0,html body .theme-override-light .outline-color-hover-success-surface-0:hover,html body .theme-override-light .outline-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-0:focus,html body .theme-override-light .outline-color-focus-success-surface-0:focus-within,html body .theme-override-light .outline-color-active-success-surface-0[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-0:active{outline-color:var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outside-border-color-success-surface-0,body[data-theme-mode=light] .outside-border-color-hover-success-surface-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-0:active,html body .theme-override-light .outside-border-color-success-surface-0,html body .theme-override-light .outside-border-color-hover-success-surface-0:hover,html body .theme-override-light .outside-border-color-focus-success-surface-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-0:focus,html body .theme-override-light .outside-border-color-focus-success-surface-0:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-0:active{--outside-border-color: var(--color-success-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .font-color-success-surface-1,body[data-theme-mode=light] .font-color-hover-success-surface-1:hover,body[data-theme-mode=light] .font-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-1:focus,body[data-theme-mode=light] .font-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-1:active,html body .theme-override-light .font-color-success-surface-1,html body .theme-override-light .font-color-hover-success-surface-1:hover,html body .theme-override-light .font-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-1:focus,html body .theme-override-light .font-color-focus-success-surface-1:focus-within,html body .theme-override-light .font-color-active-success-surface-1[data-selected=true],html body .theme-override-light .font-color-active-success-surface-1:active{color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-color-success-surface-1,body[data-theme-mode=light] .border-color-hover-success-surface-1:hover,body[data-theme-mode=light] .border-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-1:focus,body[data-theme-mode=light] .border-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-1:active,html body .theme-override-light .border-color-success-surface-1,html body .theme-override-light .border-color-hover-success-surface-1:hover,html body .theme-override-light .border-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-1:focus,html body .theme-override-light .border-color-focus-success-surface-1:focus-within,html body .theme-override-light .border-color-active-success-surface-1[data-selected=true],html body .theme-override-light .border-color-active-success-surface-1:active{border-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-top-color-success-surface-1,body[data-theme-mode=light] .border-top-color-hover-success-surface-1:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-1:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-1:active,html body .theme-override-light .border-top-color-success-surface-1,html body .theme-override-light .border-top-color-hover-success-surface-1:hover,html body .theme-override-light .border-top-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-1:focus,html body .theme-override-light .border-top-color-focus-success-surface-1:focus-within,html body .theme-override-light .border-top-color-active-success-surface-1[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-1:active{border-top-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-bottom-color-success-surface-1,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-1:active,html body .theme-override-light .border-bottom-color-success-surface-1,html body .theme-override-light .border-bottom-color-hover-success-surface-1:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-1:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-1:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-1:active{border-bottom-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-left-color-success-surface-1,body[data-theme-mode=light] .border-left-color-hover-success-surface-1:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-1:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-1:active,html body .theme-override-light .border-left-color-success-surface-1,html body .theme-override-light .border-left-color-hover-success-surface-1:hover,html body .theme-override-light .border-left-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-1:focus,html body .theme-override-light .border-left-color-focus-success-surface-1:focus-within,html body .theme-override-light .border-left-color-active-success-surface-1[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-1:active{border-left-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-right-color-success-surface-1,body[data-theme-mode=light] .border-right-color-hover-success-surface-1:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-1:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-1:active,html body .theme-override-light .border-right-color-success-surface-1,html body .theme-override-light .border-right-color-hover-success-surface-1:hover,html body .theme-override-light .border-right-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-1:focus,html body .theme-override-light .border-right-color-focus-success-surface-1:focus-within,html body .theme-override-light .border-right-color-active-success-surface-1[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-1:active{border-right-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .fill-color-success-surface-1,body[data-theme-mode=light] .fill-color-hover-success-surface-1:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-1:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-1:active,html body .theme-override-light .fill-color-success-surface-1,html body .theme-override-light .fill-color-hover-success-surface-1:hover,html body .theme-override-light .fill-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-1:focus,html body .theme-override-light .fill-color-focus-success-surface-1:focus-within,html body .theme-override-light .fill-color-active-success-surface-1[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-1:active{background-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outline-color-success-surface-1,body[data-theme-mode=light] .outline-color-hover-success-surface-1:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-1:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-1:active,html body .theme-override-light .outline-color-success-surface-1,html body .theme-override-light .outline-color-hover-success-surface-1:hover,html body .theme-override-light .outline-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-1:focus,html body .theme-override-light .outline-color-focus-success-surface-1:focus-within,html body .theme-override-light .outline-color-active-success-surface-1[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-1:active{outline-color:var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outside-border-color-success-surface-1,body[data-theme-mode=light] .outside-border-color-hover-success-surface-1:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-1:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-1:active,html body .theme-override-light .outside-border-color-success-surface-1,html body .theme-override-light .outside-border-color-hover-success-surface-1:hover,html body .theme-override-light .outside-border-color-focus-success-surface-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-1:focus,html body .theme-override-light .outside-border-color-focus-success-surface-1:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-1[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-1:active{--outside-border-color: var(--color-success-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .font-color-success-surface-2,body[data-theme-mode=light] .font-color-hover-success-surface-2:hover,body[data-theme-mode=light] .font-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-2:focus,body[data-theme-mode=light] .font-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-2:active,html body .theme-override-light .font-color-success-surface-2,html body .theme-override-light .font-color-hover-success-surface-2:hover,html body .theme-override-light .font-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-2:focus,html body .theme-override-light .font-color-focus-success-surface-2:focus-within,html body .theme-override-light .font-color-active-success-surface-2[data-selected=true],html body .theme-override-light .font-color-active-success-surface-2:active{color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-color-success-surface-2,body[data-theme-mode=light] .border-color-hover-success-surface-2:hover,body[data-theme-mode=light] .border-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-2:focus,body[data-theme-mode=light] .border-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-2:active,html body .theme-override-light .border-color-success-surface-2,html body .theme-override-light .border-color-hover-success-surface-2:hover,html body .theme-override-light .border-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-2:focus,html body .theme-override-light .border-color-focus-success-surface-2:focus-within,html body .theme-override-light .border-color-active-success-surface-2[data-selected=true],html body .theme-override-light .border-color-active-success-surface-2:active{border-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-top-color-success-surface-2,body[data-theme-mode=light] .border-top-color-hover-success-surface-2:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-2:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-2:active,html body .theme-override-light .border-top-color-success-surface-2,html body .theme-override-light .border-top-color-hover-success-surface-2:hover,html body .theme-override-light .border-top-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-2:focus,html body .theme-override-light .border-top-color-focus-success-surface-2:focus-within,html body .theme-override-light .border-top-color-active-success-surface-2[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-2:active{border-top-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-bottom-color-success-surface-2,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-2:active,html body .theme-override-light .border-bottom-color-success-surface-2,html body .theme-override-light .border-bottom-color-hover-success-surface-2:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-2:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-2:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-2:active{border-bottom-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-left-color-success-surface-2,body[data-theme-mode=light] .border-left-color-hover-success-surface-2:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-2:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-2:active,html body .theme-override-light .border-left-color-success-surface-2,html body .theme-override-light .border-left-color-hover-success-surface-2:hover,html body .theme-override-light .border-left-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-2:focus,html body .theme-override-light .border-left-color-focus-success-surface-2:focus-within,html body .theme-override-light .border-left-color-active-success-surface-2[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-2:active{border-left-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-right-color-success-surface-2,body[data-theme-mode=light] .border-right-color-hover-success-surface-2:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-2:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-2:active,html body .theme-override-light .border-right-color-success-surface-2,html body .theme-override-light .border-right-color-hover-success-surface-2:hover,html body .theme-override-light .border-right-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-2:focus,html body .theme-override-light .border-right-color-focus-success-surface-2:focus-within,html body .theme-override-light .border-right-color-active-success-surface-2[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-2:active{border-right-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .fill-color-success-surface-2,body[data-theme-mode=light] .fill-color-hover-success-surface-2:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-2:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-2:active,html body .theme-override-light .fill-color-success-surface-2,html body .theme-override-light .fill-color-hover-success-surface-2:hover,html body .theme-override-light .fill-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-2:focus,html body .theme-override-light .fill-color-focus-success-surface-2:focus-within,html body .theme-override-light .fill-color-active-success-surface-2[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-2:active{background-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outline-color-success-surface-2,body[data-theme-mode=light] .outline-color-hover-success-surface-2:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-2:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-2:active,html body .theme-override-light .outline-color-success-surface-2,html body .theme-override-light .outline-color-hover-success-surface-2:hover,html body .theme-override-light .outline-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-2:focus,html body .theme-override-light .outline-color-focus-success-surface-2:focus-within,html body .theme-override-light .outline-color-active-success-surface-2[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-2:active{outline-color:var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outside-border-color-success-surface-2,body[data-theme-mode=light] .outside-border-color-hover-success-surface-2:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-2:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-2:active,html body .theme-override-light .outside-border-color-success-surface-2,html body .theme-override-light .outside-border-color-hover-success-surface-2:hover,html body .theme-override-light .outside-border-color-focus-success-surface-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-2:focus,html body .theme-override-light .outside-border-color-focus-success-surface-2:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-2[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-2:active{--outside-border-color: var(--color-success-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .font-color-success-surface-3,body[data-theme-mode=light] .font-color-hover-success-surface-3:hover,body[data-theme-mode=light] .font-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-3:focus,body[data-theme-mode=light] .font-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-3:active,html body .theme-override-light .font-color-success-surface-3,html body .theme-override-light .font-color-hover-success-surface-3:hover,html body .theme-override-light .font-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-3:focus,html body .theme-override-light .font-color-focus-success-surface-3:focus-within,html body .theme-override-light .font-color-active-success-surface-3[data-selected=true],html body .theme-override-light .font-color-active-success-surface-3:active{color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-color-success-surface-3,body[data-theme-mode=light] .border-color-hover-success-surface-3:hover,body[data-theme-mode=light] .border-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-3:focus,body[data-theme-mode=light] .border-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-3:active,html body .theme-override-light .border-color-success-surface-3,html body .theme-override-light .border-color-hover-success-surface-3:hover,html body .theme-override-light .border-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-3:focus,html body .theme-override-light .border-color-focus-success-surface-3:focus-within,html body .theme-override-light .border-color-active-success-surface-3[data-selected=true],html body .theme-override-light .border-color-active-success-surface-3:active{border-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-top-color-success-surface-3,body[data-theme-mode=light] .border-top-color-hover-success-surface-3:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-3:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-3:active,html body .theme-override-light .border-top-color-success-surface-3,html body .theme-override-light .border-top-color-hover-success-surface-3:hover,html body .theme-override-light .border-top-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-3:focus,html body .theme-override-light .border-top-color-focus-success-surface-3:focus-within,html body .theme-override-light .border-top-color-active-success-surface-3[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-3:active{border-top-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-bottom-color-success-surface-3,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-3:active,html body .theme-override-light .border-bottom-color-success-surface-3,html body .theme-override-light .border-bottom-color-hover-success-surface-3:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-3:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-3:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-3:active{border-bottom-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-left-color-success-surface-3,body[data-theme-mode=light] .border-left-color-hover-success-surface-3:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-3:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-3:active,html body .theme-override-light .border-left-color-success-surface-3,html body .theme-override-light .border-left-color-hover-success-surface-3:hover,html body .theme-override-light .border-left-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-3:focus,html body .theme-override-light .border-left-color-focus-success-surface-3:focus-within,html body .theme-override-light .border-left-color-active-success-surface-3[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-3:active{border-left-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-right-color-success-surface-3,body[data-theme-mode=light] .border-right-color-hover-success-surface-3:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-3:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-3:active,html body .theme-override-light .border-right-color-success-surface-3,html body .theme-override-light .border-right-color-hover-success-surface-3:hover,html body .theme-override-light .border-right-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-3:focus,html body .theme-override-light .border-right-color-focus-success-surface-3:focus-within,html body .theme-override-light .border-right-color-active-success-surface-3[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-3:active{border-right-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .fill-color-success-surface-3,body[data-theme-mode=light] .fill-color-hover-success-surface-3:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-3:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-3:active,html body .theme-override-light .fill-color-success-surface-3,html body .theme-override-light .fill-color-hover-success-surface-3:hover,html body .theme-override-light .fill-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-3:focus,html body .theme-override-light .fill-color-focus-success-surface-3:focus-within,html body .theme-override-light .fill-color-active-success-surface-3[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-3:active{background-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outline-color-success-surface-3,body[data-theme-mode=light] .outline-color-hover-success-surface-3:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-3:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-3:active,html body .theme-override-light .outline-color-success-surface-3,html body .theme-override-light .outline-color-hover-success-surface-3:hover,html body .theme-override-light .outline-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-3:focus,html body .theme-override-light .outline-color-focus-success-surface-3:focus-within,html body .theme-override-light .outline-color-active-success-surface-3[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-3:active{outline-color:var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outside-border-color-success-surface-3,body[data-theme-mode=light] .outside-border-color-hover-success-surface-3:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-3:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-3:active,html body .theme-override-light .outside-border-color-success-surface-3,html body .theme-override-light .outside-border-color-hover-success-surface-3:hover,html body .theme-override-light .outside-border-color-focus-success-surface-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-3:focus,html body .theme-override-light .outside-border-color-focus-success-surface-3:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-3[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-3:active{--outside-border-color: var(--color-success-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .font-color-success-surface-4,body[data-theme-mode=light] .font-color-hover-success-surface-4:hover,body[data-theme-mode=light] .font-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-4:focus,body[data-theme-mode=light] .font-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-4:active,html body .theme-override-light .font-color-success-surface-4,html body .theme-override-light .font-color-hover-success-surface-4:hover,html body .theme-override-light .font-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-4:focus,html body .theme-override-light .font-color-focus-success-surface-4:focus-within,html body .theme-override-light .font-color-active-success-surface-4[data-selected=true],html body .theme-override-light .font-color-active-success-surface-4:active{color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-color-success-surface-4,body[data-theme-mode=light] .border-color-hover-success-surface-4:hover,body[data-theme-mode=light] .border-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-4:focus,body[data-theme-mode=light] .border-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-4:active,html body .theme-override-light .border-color-success-surface-4,html body .theme-override-light .border-color-hover-success-surface-4:hover,html body .theme-override-light .border-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-4:focus,html body .theme-override-light .border-color-focus-success-surface-4:focus-within,html body .theme-override-light .border-color-active-success-surface-4[data-selected=true],html body .theme-override-light .border-color-active-success-surface-4:active{border-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-top-color-success-surface-4,body[data-theme-mode=light] .border-top-color-hover-success-surface-4:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-4:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-4:active,html body .theme-override-light .border-top-color-success-surface-4,html body .theme-override-light .border-top-color-hover-success-surface-4:hover,html body .theme-override-light .border-top-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-4:focus,html body .theme-override-light .border-top-color-focus-success-surface-4:focus-within,html body .theme-override-light .border-top-color-active-success-surface-4[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-4:active{border-top-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-bottom-color-success-surface-4,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-4:active,html body .theme-override-light .border-bottom-color-success-surface-4,html body .theme-override-light .border-bottom-color-hover-success-surface-4:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-4:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-4:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-4:active{border-bottom-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-left-color-success-surface-4,body[data-theme-mode=light] .border-left-color-hover-success-surface-4:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-4:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-4:active,html body .theme-override-light .border-left-color-success-surface-4,html body .theme-override-light .border-left-color-hover-success-surface-4:hover,html body .theme-override-light .border-left-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-4:focus,html body .theme-override-light .border-left-color-focus-success-surface-4:focus-within,html body .theme-override-light .border-left-color-active-success-surface-4[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-4:active{border-left-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-right-color-success-surface-4,body[data-theme-mode=light] .border-right-color-hover-success-surface-4:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-4:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-4:active,html body .theme-override-light .border-right-color-success-surface-4,html body .theme-override-light .border-right-color-hover-success-surface-4:hover,html body .theme-override-light .border-right-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-4:focus,html body .theme-override-light .border-right-color-focus-success-surface-4:focus-within,html body .theme-override-light .border-right-color-active-success-surface-4[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-4:active{border-right-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .fill-color-success-surface-4,body[data-theme-mode=light] .fill-color-hover-success-surface-4:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-4:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-4:active,html body .theme-override-light .fill-color-success-surface-4,html body .theme-override-light .fill-color-hover-success-surface-4:hover,html body .theme-override-light .fill-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-4:focus,html body .theme-override-light .fill-color-focus-success-surface-4:focus-within,html body .theme-override-light .fill-color-active-success-surface-4[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-4:active{background-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outline-color-success-surface-4,body[data-theme-mode=light] .outline-color-hover-success-surface-4:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-4:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-4:active,html body .theme-override-light .outline-color-success-surface-4,html body .theme-override-light .outline-color-hover-success-surface-4:hover,html body .theme-override-light .outline-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-4:focus,html body .theme-override-light .outline-color-focus-success-surface-4:focus-within,html body .theme-override-light .outline-color-active-success-surface-4[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-4:active{outline-color:var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outside-border-color-success-surface-4,body[data-theme-mode=light] .outside-border-color-hover-success-surface-4:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-4:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-4:active,html body .theme-override-light .outside-border-color-success-surface-4,html body .theme-override-light .outside-border-color-hover-success-surface-4:hover,html body .theme-override-light .outside-border-color-focus-success-surface-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-4:focus,html body .theme-override-light .outside-border-color-focus-success-surface-4:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-4[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-4:active{--outside-border-color: var(--color-success-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .font-color-success-surface-5,body[data-theme-mode=light] .font-color-hover-success-surface-5:hover,body[data-theme-mode=light] .font-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-surface-5:focus,body[data-theme-mode=light] .font-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .font-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .font-color-active-success-surface-5:active,html body .theme-override-light .font-color-success-surface-5,html body .theme-override-light .font-color-hover-success-surface-5:hover,html body .theme-override-light .font-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .font-color-focus-success-surface-5:focus,html body .theme-override-light .font-color-focus-success-surface-5:focus-within,html body .theme-override-light .font-color-active-success-surface-5[data-selected=true],html body .theme-override-light .font-color-active-success-surface-5:active{color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-color-success-surface-5,body[data-theme-mode=light] .border-color-hover-success-surface-5:hover,body[data-theme-mode=light] .border-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-surface-5:focus,body[data-theme-mode=light] .border-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .border-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .border-color-active-success-surface-5:active,html body .theme-override-light .border-color-success-surface-5,html body .theme-override-light .border-color-hover-success-surface-5:hover,html body .theme-override-light .border-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .border-color-focus-success-surface-5:focus,html body .theme-override-light .border-color-focus-success-surface-5:focus-within,html body .theme-override-light .border-color-active-success-surface-5[data-selected=true],html body .theme-override-light .border-color-active-success-surface-5:active{border-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-top-color-success-surface-5,body[data-theme-mode=light] .border-top-color-hover-success-surface-5:hover,body[data-theme-mode=light] .border-top-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-surface-5:focus,body[data-theme-mode=light] .border-top-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .border-top-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-surface-5:active,html body .theme-override-light .border-top-color-success-surface-5,html body .theme-override-light .border-top-color-hover-success-surface-5:hover,html body .theme-override-light .border-top-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .border-top-color-focus-success-surface-5:focus,html body .theme-override-light .border-top-color-focus-success-surface-5:focus-within,html body .theme-override-light .border-top-color-active-success-surface-5[data-selected=true],html body .theme-override-light .border-top-color-active-success-surface-5:active{border-top-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-bottom-color-success-surface-5,body[data-theme-mode=light] .border-bottom-color-hover-success-surface-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-surface-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-surface-5:active,html body .theme-override-light .border-bottom-color-success-surface-5,html body .theme-override-light .border-bottom-color-hover-success-surface-5:hover,html body .theme-override-light .border-bottom-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-surface-5:focus,html body .theme-override-light .border-bottom-color-focus-success-surface-5:focus-within,html body .theme-override-light .border-bottom-color-active-success-surface-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-surface-5:active{border-bottom-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-left-color-success-surface-5,body[data-theme-mode=light] .border-left-color-hover-success-surface-5:hover,body[data-theme-mode=light] .border-left-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-surface-5:focus,body[data-theme-mode=light] .border-left-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .border-left-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-surface-5:active,html body .theme-override-light .border-left-color-success-surface-5,html body .theme-override-light .border-left-color-hover-success-surface-5:hover,html body .theme-override-light .border-left-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .border-left-color-focus-success-surface-5:focus,html body .theme-override-light .border-left-color-focus-success-surface-5:focus-within,html body .theme-override-light .border-left-color-active-success-surface-5[data-selected=true],html body .theme-override-light .border-left-color-active-success-surface-5:active{border-left-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-right-color-success-surface-5,body[data-theme-mode=light] .border-right-color-hover-success-surface-5:hover,body[data-theme-mode=light] .border-right-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-surface-5:focus,body[data-theme-mode=light] .border-right-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .border-right-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-surface-5:active,html body .theme-override-light .border-right-color-success-surface-5,html body .theme-override-light .border-right-color-hover-success-surface-5:hover,html body .theme-override-light .border-right-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .border-right-color-focus-success-surface-5:focus,html body .theme-override-light .border-right-color-focus-success-surface-5:focus-within,html body .theme-override-light .border-right-color-active-success-surface-5[data-selected=true],html body .theme-override-light .border-right-color-active-success-surface-5:active{border-right-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .fill-color-success-surface-5,body[data-theme-mode=light] .fill-color-hover-success-surface-5:hover,body[data-theme-mode=light] .fill-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-surface-5:focus,body[data-theme-mode=light] .fill-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .fill-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-surface-5:active,html body .theme-override-light .fill-color-success-surface-5,html body .theme-override-light .fill-color-hover-success-surface-5:hover,html body .theme-override-light .fill-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .fill-color-focus-success-surface-5:focus,html body .theme-override-light .fill-color-focus-success-surface-5:focus-within,html body .theme-override-light .fill-color-active-success-surface-5[data-selected=true],html body .theme-override-light .fill-color-active-success-surface-5:active{background-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outline-color-success-surface-5,body[data-theme-mode=light] .outline-color-hover-success-surface-5:hover,body[data-theme-mode=light] .outline-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-surface-5:focus,body[data-theme-mode=light] .outline-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .outline-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-surface-5:active,html body .theme-override-light .outline-color-success-surface-5,html body .theme-override-light .outline-color-hover-success-surface-5:hover,html body .theme-override-light .outline-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .outline-color-focus-success-surface-5:focus,html body .theme-override-light .outline-color-focus-success-surface-5:focus-within,html body .theme-override-light .outline-color-active-success-surface-5[data-selected=true],html body .theme-override-light .outline-color-active-success-surface-5:active{outline-color:var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outside-border-color-success-surface-5,body[data-theme-mode=light] .outside-border-color-hover-success-surface-5:hover,body[data-theme-mode=light] .outside-border-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-surface-5:focus,body[data-theme-mode=light] .outside-border-color-focus-success-surface-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-surface-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-surface-5:active,html body .theme-override-light .outside-border-color-success-surface-5,html body .theme-override-light .outside-border-color-hover-success-surface-5:hover,html body .theme-override-light .outside-border-color-focus-success-surface-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-surface-5:focus,html body .theme-override-light .outside-border-color-focus-success-surface-5:focus-within,html body .theme-override-light .outside-border-color-active-success-surface-5[data-selected=true],html body .theme-override-light .outside-border-color-active-success-surface-5:active{--outside-border-color: var(--color-success-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .font-color-success-border-0,body[data-theme-mode=light] .font-color-hover-success-border-0:hover,body[data-theme-mode=light] .font-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-0:focus,body[data-theme-mode=light] .font-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .font-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-0:active,html body .theme-override-light .font-color-success-border-0,html body .theme-override-light .font-color-hover-success-border-0:hover,html body .theme-override-light .font-color-focus-success-border-0[data-focused=true],html body .theme-override-light .font-color-focus-success-border-0:focus,html body .theme-override-light .font-color-focus-success-border-0:focus-within,html body .theme-override-light .font-color-active-success-border-0[data-selected=true],html body .theme-override-light .font-color-active-success-border-0:active{color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-color-success-border-0,body[data-theme-mode=light] .border-color-hover-success-border-0:hover,body[data-theme-mode=light] .border-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-0:focus,body[data-theme-mode=light] .border-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .border-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-0:active,html body .theme-override-light .border-color-success-border-0,html body .theme-override-light .border-color-hover-success-border-0:hover,html body .theme-override-light .border-color-focus-success-border-0[data-focused=true],html body .theme-override-light .border-color-focus-success-border-0:focus,html body .theme-override-light .border-color-focus-success-border-0:focus-within,html body .theme-override-light .border-color-active-success-border-0[data-selected=true],html body .theme-override-light .border-color-active-success-border-0:active{border-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-top-color-success-border-0,body[data-theme-mode=light] .border-top-color-hover-success-border-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-0:active,html body .theme-override-light .border-top-color-success-border-0,html body .theme-override-light .border-top-color-hover-success-border-0:hover,html body .theme-override-light .border-top-color-focus-success-border-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-0:focus,html body .theme-override-light .border-top-color-focus-success-border-0:focus-within,html body .theme-override-light .border-top-color-active-success-border-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-0:active{border-top-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-bottom-color-success-border-0,body[data-theme-mode=light] .border-bottom-color-hover-success-border-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-0:active,html body .theme-override-light .border-bottom-color-success-border-0,html body .theme-override-light .border-bottom-color-hover-success-border-0:hover,html body .theme-override-light .border-bottom-color-focus-success-border-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-0:focus,html body .theme-override-light .border-bottom-color-focus-success-border-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-0:active{border-bottom-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-left-color-success-border-0,body[data-theme-mode=light] .border-left-color-hover-success-border-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-0:active,html body .theme-override-light .border-left-color-success-border-0,html body .theme-override-light .border-left-color-hover-success-border-0:hover,html body .theme-override-light .border-left-color-focus-success-border-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-0:focus,html body .theme-override-light .border-left-color-focus-success-border-0:focus-within,html body .theme-override-light .border-left-color-active-success-border-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-0:active{border-left-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-right-color-success-border-0,body[data-theme-mode=light] .border-right-color-hover-success-border-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-0:active,html body .theme-override-light .border-right-color-success-border-0,html body .theme-override-light .border-right-color-hover-success-border-0:hover,html body .theme-override-light .border-right-color-focus-success-border-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-0:focus,html body .theme-override-light .border-right-color-focus-success-border-0:focus-within,html body .theme-override-light .border-right-color-active-success-border-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-0:active{border-right-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .fill-color-success-border-0,body[data-theme-mode=light] .fill-color-hover-success-border-0:hover,body[data-theme-mode=light] .fill-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-0:focus,body[data-theme-mode=light] .fill-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-0:active,html body .theme-override-light .fill-color-success-border-0,html body .theme-override-light .fill-color-hover-success-border-0:hover,html body .theme-override-light .fill-color-focus-success-border-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-0:focus,html body .theme-override-light .fill-color-focus-success-border-0:focus-within,html body .theme-override-light .fill-color-active-success-border-0[data-selected=true],html body .theme-override-light .fill-color-active-success-border-0:active{background-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outline-color-success-border-0,body[data-theme-mode=light] .outline-color-hover-success-border-0:hover,body[data-theme-mode=light] .outline-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-0:focus,body[data-theme-mode=light] .outline-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-0:active,html body .theme-override-light .outline-color-success-border-0,html body .theme-override-light .outline-color-hover-success-border-0:hover,html body .theme-override-light .outline-color-focus-success-border-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-0:focus,html body .theme-override-light .outline-color-focus-success-border-0:focus-within,html body .theme-override-light .outline-color-active-success-border-0[data-selected=true],html body .theme-override-light .outline-color-active-success-border-0:active{outline-color:var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outside-border-color-success-border-0,body[data-theme-mode=light] .outside-border-color-hover-success-border-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-0:active,html body .theme-override-light .outside-border-color-success-border-0,html body .theme-override-light .outside-border-color-hover-success-border-0:hover,html body .theme-override-light .outside-border-color-focus-success-border-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-0:focus,html body .theme-override-light .outside-border-color-focus-success-border-0:focus-within,html body .theme-override-light .outside-border-color-active-success-border-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-0:active{--outside-border-color: var(--color-success-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .font-color-success-border-1,body[data-theme-mode=light] .font-color-hover-success-border-1:hover,body[data-theme-mode=light] .font-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-1:focus,body[data-theme-mode=light] .font-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .font-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-1:active,html body .theme-override-light .font-color-success-border-1,html body .theme-override-light .font-color-hover-success-border-1:hover,html body .theme-override-light .font-color-focus-success-border-1[data-focused=true],html body .theme-override-light .font-color-focus-success-border-1:focus,html body .theme-override-light .font-color-focus-success-border-1:focus-within,html body .theme-override-light .font-color-active-success-border-1[data-selected=true],html body .theme-override-light .font-color-active-success-border-1:active{color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-color-success-border-1,body[data-theme-mode=light] .border-color-hover-success-border-1:hover,body[data-theme-mode=light] .border-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-1:focus,body[data-theme-mode=light] .border-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .border-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-1:active,html body .theme-override-light .border-color-success-border-1,html body .theme-override-light .border-color-hover-success-border-1:hover,html body .theme-override-light .border-color-focus-success-border-1[data-focused=true],html body .theme-override-light .border-color-focus-success-border-1:focus,html body .theme-override-light .border-color-focus-success-border-1:focus-within,html body .theme-override-light .border-color-active-success-border-1[data-selected=true],html body .theme-override-light .border-color-active-success-border-1:active{border-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-top-color-success-border-1,body[data-theme-mode=light] .border-top-color-hover-success-border-1:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-1:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-1:active,html body .theme-override-light .border-top-color-success-border-1,html body .theme-override-light .border-top-color-hover-success-border-1:hover,html body .theme-override-light .border-top-color-focus-success-border-1[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-1:focus,html body .theme-override-light .border-top-color-focus-success-border-1:focus-within,html body .theme-override-light .border-top-color-active-success-border-1[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-1:active{border-top-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-bottom-color-success-border-1,body[data-theme-mode=light] .border-bottom-color-hover-success-border-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-1:active,html body .theme-override-light .border-bottom-color-success-border-1,html body .theme-override-light .border-bottom-color-hover-success-border-1:hover,html body .theme-override-light .border-bottom-color-focus-success-border-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-1:focus,html body .theme-override-light .border-bottom-color-focus-success-border-1:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-1:active{border-bottom-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-left-color-success-border-1,body[data-theme-mode=light] .border-left-color-hover-success-border-1:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-1:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-1:active,html body .theme-override-light .border-left-color-success-border-1,html body .theme-override-light .border-left-color-hover-success-border-1:hover,html body .theme-override-light .border-left-color-focus-success-border-1[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-1:focus,html body .theme-override-light .border-left-color-focus-success-border-1:focus-within,html body .theme-override-light .border-left-color-active-success-border-1[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-1:active{border-left-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-right-color-success-border-1,body[data-theme-mode=light] .border-right-color-hover-success-border-1:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-1:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-1:active,html body .theme-override-light .border-right-color-success-border-1,html body .theme-override-light .border-right-color-hover-success-border-1:hover,html body .theme-override-light .border-right-color-focus-success-border-1[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-1:focus,html body .theme-override-light .border-right-color-focus-success-border-1:focus-within,html body .theme-override-light .border-right-color-active-success-border-1[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-1:active{border-right-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .fill-color-success-border-1,body[data-theme-mode=light] .fill-color-hover-success-border-1:hover,body[data-theme-mode=light] .fill-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-1:focus,body[data-theme-mode=light] .fill-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-1:active,html body .theme-override-light .fill-color-success-border-1,html body .theme-override-light .fill-color-hover-success-border-1:hover,html body .theme-override-light .fill-color-focus-success-border-1[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-1:focus,html body .theme-override-light .fill-color-focus-success-border-1:focus-within,html body .theme-override-light .fill-color-active-success-border-1[data-selected=true],html body .theme-override-light .fill-color-active-success-border-1:active{background-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outline-color-success-border-1,body[data-theme-mode=light] .outline-color-hover-success-border-1:hover,body[data-theme-mode=light] .outline-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-1:focus,body[data-theme-mode=light] .outline-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-1:active,html body .theme-override-light .outline-color-success-border-1,html body .theme-override-light .outline-color-hover-success-border-1:hover,html body .theme-override-light .outline-color-focus-success-border-1[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-1:focus,html body .theme-override-light .outline-color-focus-success-border-1:focus-within,html body .theme-override-light .outline-color-active-success-border-1[data-selected=true],html body .theme-override-light .outline-color-active-success-border-1:active{outline-color:var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outside-border-color-success-border-1,body[data-theme-mode=light] .outside-border-color-hover-success-border-1:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-1:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-1:active,html body .theme-override-light .outside-border-color-success-border-1,html body .theme-override-light .outside-border-color-hover-success-border-1:hover,html body .theme-override-light .outside-border-color-focus-success-border-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-1:focus,html body .theme-override-light .outside-border-color-focus-success-border-1:focus-within,html body .theme-override-light .outside-border-color-active-success-border-1[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-1:active{--outside-border-color: var(--color-success-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .font-color-success-border-2,body[data-theme-mode=light] .font-color-hover-success-border-2:hover,body[data-theme-mode=light] .font-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-2:focus,body[data-theme-mode=light] .font-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .font-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-2:active,html body .theme-override-light .font-color-success-border-2,html body .theme-override-light .font-color-hover-success-border-2:hover,html body .theme-override-light .font-color-focus-success-border-2[data-focused=true],html body .theme-override-light .font-color-focus-success-border-2:focus,html body .theme-override-light .font-color-focus-success-border-2:focus-within,html body .theme-override-light .font-color-active-success-border-2[data-selected=true],html body .theme-override-light .font-color-active-success-border-2:active{color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-color-success-border-2,body[data-theme-mode=light] .border-color-hover-success-border-2:hover,body[data-theme-mode=light] .border-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-2:focus,body[data-theme-mode=light] .border-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .border-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-2:active,html body .theme-override-light .border-color-success-border-2,html body .theme-override-light .border-color-hover-success-border-2:hover,html body .theme-override-light .border-color-focus-success-border-2[data-focused=true],html body .theme-override-light .border-color-focus-success-border-2:focus,html body .theme-override-light .border-color-focus-success-border-2:focus-within,html body .theme-override-light .border-color-active-success-border-2[data-selected=true],html body .theme-override-light .border-color-active-success-border-2:active{border-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-top-color-success-border-2,body[data-theme-mode=light] .border-top-color-hover-success-border-2:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-2:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-2:active,html body .theme-override-light .border-top-color-success-border-2,html body .theme-override-light .border-top-color-hover-success-border-2:hover,html body .theme-override-light .border-top-color-focus-success-border-2[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-2:focus,html body .theme-override-light .border-top-color-focus-success-border-2:focus-within,html body .theme-override-light .border-top-color-active-success-border-2[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-2:active{border-top-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-bottom-color-success-border-2,body[data-theme-mode=light] .border-bottom-color-hover-success-border-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-2:active,html body .theme-override-light .border-bottom-color-success-border-2,html body .theme-override-light .border-bottom-color-hover-success-border-2:hover,html body .theme-override-light .border-bottom-color-focus-success-border-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-2:focus,html body .theme-override-light .border-bottom-color-focus-success-border-2:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-2:active{border-bottom-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-left-color-success-border-2,body[data-theme-mode=light] .border-left-color-hover-success-border-2:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-2:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-2:active,html body .theme-override-light .border-left-color-success-border-2,html body .theme-override-light .border-left-color-hover-success-border-2:hover,html body .theme-override-light .border-left-color-focus-success-border-2[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-2:focus,html body .theme-override-light .border-left-color-focus-success-border-2:focus-within,html body .theme-override-light .border-left-color-active-success-border-2[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-2:active{border-left-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-right-color-success-border-2,body[data-theme-mode=light] .border-right-color-hover-success-border-2:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-2:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-2:active,html body .theme-override-light .border-right-color-success-border-2,html body .theme-override-light .border-right-color-hover-success-border-2:hover,html body .theme-override-light .border-right-color-focus-success-border-2[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-2:focus,html body .theme-override-light .border-right-color-focus-success-border-2:focus-within,html body .theme-override-light .border-right-color-active-success-border-2[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-2:active{border-right-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .fill-color-success-border-2,body[data-theme-mode=light] .fill-color-hover-success-border-2:hover,body[data-theme-mode=light] .fill-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-2:focus,body[data-theme-mode=light] .fill-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-2:active,html body .theme-override-light .fill-color-success-border-2,html body .theme-override-light .fill-color-hover-success-border-2:hover,html body .theme-override-light .fill-color-focus-success-border-2[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-2:focus,html body .theme-override-light .fill-color-focus-success-border-2:focus-within,html body .theme-override-light .fill-color-active-success-border-2[data-selected=true],html body .theme-override-light .fill-color-active-success-border-2:active{background-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outline-color-success-border-2,body[data-theme-mode=light] .outline-color-hover-success-border-2:hover,body[data-theme-mode=light] .outline-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-2:focus,body[data-theme-mode=light] .outline-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-2:active,html body .theme-override-light .outline-color-success-border-2,html body .theme-override-light .outline-color-hover-success-border-2:hover,html body .theme-override-light .outline-color-focus-success-border-2[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-2:focus,html body .theme-override-light .outline-color-focus-success-border-2:focus-within,html body .theme-override-light .outline-color-active-success-border-2[data-selected=true],html body .theme-override-light .outline-color-active-success-border-2:active{outline-color:var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outside-border-color-success-border-2,body[data-theme-mode=light] .outside-border-color-hover-success-border-2:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-2:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-2:active,html body .theme-override-light .outside-border-color-success-border-2,html body .theme-override-light .outside-border-color-hover-success-border-2:hover,html body .theme-override-light .outside-border-color-focus-success-border-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-2:focus,html body .theme-override-light .outside-border-color-focus-success-border-2:focus-within,html body .theme-override-light .outside-border-color-active-success-border-2[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-2:active{--outside-border-color: var(--color-success-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .font-color-success-border-3,body[data-theme-mode=light] .font-color-hover-success-border-3:hover,body[data-theme-mode=light] .font-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-3:focus,body[data-theme-mode=light] .font-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .font-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-3:active,html body .theme-override-light .font-color-success-border-3,html body .theme-override-light .font-color-hover-success-border-3:hover,html body .theme-override-light .font-color-focus-success-border-3[data-focused=true],html body .theme-override-light .font-color-focus-success-border-3:focus,html body .theme-override-light .font-color-focus-success-border-3:focus-within,html body .theme-override-light .font-color-active-success-border-3[data-selected=true],html body .theme-override-light .font-color-active-success-border-3:active{color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-color-success-border-3,body[data-theme-mode=light] .border-color-hover-success-border-3:hover,body[data-theme-mode=light] .border-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-3:focus,body[data-theme-mode=light] .border-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .border-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-3:active,html body .theme-override-light .border-color-success-border-3,html body .theme-override-light .border-color-hover-success-border-3:hover,html body .theme-override-light .border-color-focus-success-border-3[data-focused=true],html body .theme-override-light .border-color-focus-success-border-3:focus,html body .theme-override-light .border-color-focus-success-border-3:focus-within,html body .theme-override-light .border-color-active-success-border-3[data-selected=true],html body .theme-override-light .border-color-active-success-border-3:active{border-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-top-color-success-border-3,body[data-theme-mode=light] .border-top-color-hover-success-border-3:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-3:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-3:active,html body .theme-override-light .border-top-color-success-border-3,html body .theme-override-light .border-top-color-hover-success-border-3:hover,html body .theme-override-light .border-top-color-focus-success-border-3[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-3:focus,html body .theme-override-light .border-top-color-focus-success-border-3:focus-within,html body .theme-override-light .border-top-color-active-success-border-3[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-3:active{border-top-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-bottom-color-success-border-3,body[data-theme-mode=light] .border-bottom-color-hover-success-border-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-3:active,html body .theme-override-light .border-bottom-color-success-border-3,html body .theme-override-light .border-bottom-color-hover-success-border-3:hover,html body .theme-override-light .border-bottom-color-focus-success-border-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-3:focus,html body .theme-override-light .border-bottom-color-focus-success-border-3:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-3:active{border-bottom-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-left-color-success-border-3,body[data-theme-mode=light] .border-left-color-hover-success-border-3:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-3:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-3:active,html body .theme-override-light .border-left-color-success-border-3,html body .theme-override-light .border-left-color-hover-success-border-3:hover,html body .theme-override-light .border-left-color-focus-success-border-3[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-3:focus,html body .theme-override-light .border-left-color-focus-success-border-3:focus-within,html body .theme-override-light .border-left-color-active-success-border-3[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-3:active{border-left-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-right-color-success-border-3,body[data-theme-mode=light] .border-right-color-hover-success-border-3:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-3:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-3:active,html body .theme-override-light .border-right-color-success-border-3,html body .theme-override-light .border-right-color-hover-success-border-3:hover,html body .theme-override-light .border-right-color-focus-success-border-3[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-3:focus,html body .theme-override-light .border-right-color-focus-success-border-3:focus-within,html body .theme-override-light .border-right-color-active-success-border-3[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-3:active{border-right-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .fill-color-success-border-3,body[data-theme-mode=light] .fill-color-hover-success-border-3:hover,body[data-theme-mode=light] .fill-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-3:focus,body[data-theme-mode=light] .fill-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-3:active,html body .theme-override-light .fill-color-success-border-3,html body .theme-override-light .fill-color-hover-success-border-3:hover,html body .theme-override-light .fill-color-focus-success-border-3[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-3:focus,html body .theme-override-light .fill-color-focus-success-border-3:focus-within,html body .theme-override-light .fill-color-active-success-border-3[data-selected=true],html body .theme-override-light .fill-color-active-success-border-3:active{background-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outline-color-success-border-3,body[data-theme-mode=light] .outline-color-hover-success-border-3:hover,body[data-theme-mode=light] .outline-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-3:focus,body[data-theme-mode=light] .outline-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-3:active,html body .theme-override-light .outline-color-success-border-3,html body .theme-override-light .outline-color-hover-success-border-3:hover,html body .theme-override-light .outline-color-focus-success-border-3[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-3:focus,html body .theme-override-light .outline-color-focus-success-border-3:focus-within,html body .theme-override-light .outline-color-active-success-border-3[data-selected=true],html body .theme-override-light .outline-color-active-success-border-3:active{outline-color:var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outside-border-color-success-border-3,body[data-theme-mode=light] .outside-border-color-hover-success-border-3:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-3:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-3:active,html body .theme-override-light .outside-border-color-success-border-3,html body .theme-override-light .outside-border-color-hover-success-border-3:hover,html body .theme-override-light .outside-border-color-focus-success-border-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-3:focus,html body .theme-override-light .outside-border-color-focus-success-border-3:focus-within,html body .theme-override-light .outside-border-color-active-success-border-3[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-3:active{--outside-border-color: var(--color-success-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .font-color-success-border-4,body[data-theme-mode=light] .font-color-hover-success-border-4:hover,body[data-theme-mode=light] .font-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-4:focus,body[data-theme-mode=light] .font-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .font-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-4:active,html body .theme-override-light .font-color-success-border-4,html body .theme-override-light .font-color-hover-success-border-4:hover,html body .theme-override-light .font-color-focus-success-border-4[data-focused=true],html body .theme-override-light .font-color-focus-success-border-4:focus,html body .theme-override-light .font-color-focus-success-border-4:focus-within,html body .theme-override-light .font-color-active-success-border-4[data-selected=true],html body .theme-override-light .font-color-active-success-border-4:active{color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-color-success-border-4,body[data-theme-mode=light] .border-color-hover-success-border-4:hover,body[data-theme-mode=light] .border-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-4:focus,body[data-theme-mode=light] .border-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .border-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-4:active,html body .theme-override-light .border-color-success-border-4,html body .theme-override-light .border-color-hover-success-border-4:hover,html body .theme-override-light .border-color-focus-success-border-4[data-focused=true],html body .theme-override-light .border-color-focus-success-border-4:focus,html body .theme-override-light .border-color-focus-success-border-4:focus-within,html body .theme-override-light .border-color-active-success-border-4[data-selected=true],html body .theme-override-light .border-color-active-success-border-4:active{border-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-top-color-success-border-4,body[data-theme-mode=light] .border-top-color-hover-success-border-4:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-4:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-4:active,html body .theme-override-light .border-top-color-success-border-4,html body .theme-override-light .border-top-color-hover-success-border-4:hover,html body .theme-override-light .border-top-color-focus-success-border-4[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-4:focus,html body .theme-override-light .border-top-color-focus-success-border-4:focus-within,html body .theme-override-light .border-top-color-active-success-border-4[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-4:active{border-top-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-bottom-color-success-border-4,body[data-theme-mode=light] .border-bottom-color-hover-success-border-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-4:active,html body .theme-override-light .border-bottom-color-success-border-4,html body .theme-override-light .border-bottom-color-hover-success-border-4:hover,html body .theme-override-light .border-bottom-color-focus-success-border-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-4:focus,html body .theme-override-light .border-bottom-color-focus-success-border-4:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-4:active{border-bottom-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-left-color-success-border-4,body[data-theme-mode=light] .border-left-color-hover-success-border-4:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-4:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-4:active,html body .theme-override-light .border-left-color-success-border-4,html body .theme-override-light .border-left-color-hover-success-border-4:hover,html body .theme-override-light .border-left-color-focus-success-border-4[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-4:focus,html body .theme-override-light .border-left-color-focus-success-border-4:focus-within,html body .theme-override-light .border-left-color-active-success-border-4[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-4:active{border-left-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-right-color-success-border-4,body[data-theme-mode=light] .border-right-color-hover-success-border-4:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-4:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-4:active,html body .theme-override-light .border-right-color-success-border-4,html body .theme-override-light .border-right-color-hover-success-border-4:hover,html body .theme-override-light .border-right-color-focus-success-border-4[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-4:focus,html body .theme-override-light .border-right-color-focus-success-border-4:focus-within,html body .theme-override-light .border-right-color-active-success-border-4[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-4:active{border-right-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .fill-color-success-border-4,body[data-theme-mode=light] .fill-color-hover-success-border-4:hover,body[data-theme-mode=light] .fill-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-4:focus,body[data-theme-mode=light] .fill-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-4:active,html body .theme-override-light .fill-color-success-border-4,html body .theme-override-light .fill-color-hover-success-border-4:hover,html body .theme-override-light .fill-color-focus-success-border-4[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-4:focus,html body .theme-override-light .fill-color-focus-success-border-4:focus-within,html body .theme-override-light .fill-color-active-success-border-4[data-selected=true],html body .theme-override-light .fill-color-active-success-border-4:active{background-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outline-color-success-border-4,body[data-theme-mode=light] .outline-color-hover-success-border-4:hover,body[data-theme-mode=light] .outline-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-4:focus,body[data-theme-mode=light] .outline-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-4:active,html body .theme-override-light .outline-color-success-border-4,html body .theme-override-light .outline-color-hover-success-border-4:hover,html body .theme-override-light .outline-color-focus-success-border-4[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-4:focus,html body .theme-override-light .outline-color-focus-success-border-4:focus-within,html body .theme-override-light .outline-color-active-success-border-4[data-selected=true],html body .theme-override-light .outline-color-active-success-border-4:active{outline-color:var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outside-border-color-success-border-4,body[data-theme-mode=light] .outside-border-color-hover-success-border-4:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-4:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-4:active,html body .theme-override-light .outside-border-color-success-border-4,html body .theme-override-light .outside-border-color-hover-success-border-4:hover,html body .theme-override-light .outside-border-color-focus-success-border-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-4:focus,html body .theme-override-light .outside-border-color-focus-success-border-4:focus-within,html body .theme-override-light .outside-border-color-active-success-border-4[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-4:active{--outside-border-color: var(--color-success-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .font-color-success-border-5,body[data-theme-mode=light] .font-color-hover-success-border-5:hover,body[data-theme-mode=light] .font-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-5:focus,body[data-theme-mode=light] .font-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .font-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-5:active,html body .theme-override-light .font-color-success-border-5,html body .theme-override-light .font-color-hover-success-border-5:hover,html body .theme-override-light .font-color-focus-success-border-5[data-focused=true],html body .theme-override-light .font-color-focus-success-border-5:focus,html body .theme-override-light .font-color-focus-success-border-5:focus-within,html body .theme-override-light .font-color-active-success-border-5[data-selected=true],html body .theme-override-light .font-color-active-success-border-5:active{color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-color-success-border-5,body[data-theme-mode=light] .border-color-hover-success-border-5:hover,body[data-theme-mode=light] .border-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-5:focus,body[data-theme-mode=light] .border-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .border-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-5:active,html body .theme-override-light .border-color-success-border-5,html body .theme-override-light .border-color-hover-success-border-5:hover,html body .theme-override-light .border-color-focus-success-border-5[data-focused=true],html body .theme-override-light .border-color-focus-success-border-5:focus,html body .theme-override-light .border-color-focus-success-border-5:focus-within,html body .theme-override-light .border-color-active-success-border-5[data-selected=true],html body .theme-override-light .border-color-active-success-border-5:active{border-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-top-color-success-border-5,body[data-theme-mode=light] .border-top-color-hover-success-border-5:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-5:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-5:active,html body .theme-override-light .border-top-color-success-border-5,html body .theme-override-light .border-top-color-hover-success-border-5:hover,html body .theme-override-light .border-top-color-focus-success-border-5[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-5:focus,html body .theme-override-light .border-top-color-focus-success-border-5:focus-within,html body .theme-override-light .border-top-color-active-success-border-5[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-5:active{border-top-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-bottom-color-success-border-5,body[data-theme-mode=light] .border-bottom-color-hover-success-border-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-5:active,html body .theme-override-light .border-bottom-color-success-border-5,html body .theme-override-light .border-bottom-color-hover-success-border-5:hover,html body .theme-override-light .border-bottom-color-focus-success-border-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-5:focus,html body .theme-override-light .border-bottom-color-focus-success-border-5:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-5:active{border-bottom-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-left-color-success-border-5,body[data-theme-mode=light] .border-left-color-hover-success-border-5:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-5:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-5:active,html body .theme-override-light .border-left-color-success-border-5,html body .theme-override-light .border-left-color-hover-success-border-5:hover,html body .theme-override-light .border-left-color-focus-success-border-5[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-5:focus,html body .theme-override-light .border-left-color-focus-success-border-5:focus-within,html body .theme-override-light .border-left-color-active-success-border-5[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-5:active{border-left-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-right-color-success-border-5,body[data-theme-mode=light] .border-right-color-hover-success-border-5:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-5:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-5:active,html body .theme-override-light .border-right-color-success-border-5,html body .theme-override-light .border-right-color-hover-success-border-5:hover,html body .theme-override-light .border-right-color-focus-success-border-5[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-5:focus,html body .theme-override-light .border-right-color-focus-success-border-5:focus-within,html body .theme-override-light .border-right-color-active-success-border-5[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-5:active{border-right-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .fill-color-success-border-5,body[data-theme-mode=light] .fill-color-hover-success-border-5:hover,body[data-theme-mode=light] .fill-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-5:focus,body[data-theme-mode=light] .fill-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-5:active,html body .theme-override-light .fill-color-success-border-5,html body .theme-override-light .fill-color-hover-success-border-5:hover,html body .theme-override-light .fill-color-focus-success-border-5[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-5:focus,html body .theme-override-light .fill-color-focus-success-border-5:focus-within,html body .theme-override-light .fill-color-active-success-border-5[data-selected=true],html body .theme-override-light .fill-color-active-success-border-5:active{background-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outline-color-success-border-5,body[data-theme-mode=light] .outline-color-hover-success-border-5:hover,body[data-theme-mode=light] .outline-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-5:focus,body[data-theme-mode=light] .outline-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-5:active,html body .theme-override-light .outline-color-success-border-5,html body .theme-override-light .outline-color-hover-success-border-5:hover,html body .theme-override-light .outline-color-focus-success-border-5[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-5:focus,html body .theme-override-light .outline-color-focus-success-border-5:focus-within,html body .theme-override-light .outline-color-active-success-border-5[data-selected=true],html body .theme-override-light .outline-color-active-success-border-5:active{outline-color:var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outside-border-color-success-border-5,body[data-theme-mode=light] .outside-border-color-hover-success-border-5:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-5:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-5:active,html body .theme-override-light .outside-border-color-success-border-5,html body .theme-override-light .outside-border-color-hover-success-border-5:hover,html body .theme-override-light .outside-border-color-focus-success-border-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-5:focus,html body .theme-override-light .outside-border-color-focus-success-border-5:focus-within,html body .theme-override-light .outside-border-color-active-success-border-5[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-5:active{--outside-border-color: var(--color-success-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .font-color-success-font-0,body[data-theme-mode=light] .font-color-hover-success-font-0:hover,body[data-theme-mode=light] .font-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-0:focus,body[data-theme-mode=light] .font-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .font-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-0:active,html body .theme-override-light .font-color-success-font-0,html body .theme-override-light .font-color-hover-success-font-0:hover,html body .theme-override-light .font-color-focus-success-font-0[data-focused=true],html body .theme-override-light .font-color-focus-success-font-0:focus,html body .theme-override-light .font-color-focus-success-font-0:focus-within,html body .theme-override-light .font-color-active-success-font-0[data-selected=true],html body .theme-override-light .font-color-active-success-font-0:active{color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-color-success-font-0,body[data-theme-mode=light] .border-color-hover-success-font-0:hover,body[data-theme-mode=light] .border-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-0:focus,body[data-theme-mode=light] .border-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .border-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-0:active,html body .theme-override-light .border-color-success-font-0,html body .theme-override-light .border-color-hover-success-font-0:hover,html body .theme-override-light .border-color-focus-success-font-0[data-focused=true],html body .theme-override-light .border-color-focus-success-font-0:focus,html body .theme-override-light .border-color-focus-success-font-0:focus-within,html body .theme-override-light .border-color-active-success-font-0[data-selected=true],html body .theme-override-light .border-color-active-success-font-0:active{border-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-top-color-success-font-0,body[data-theme-mode=light] .border-top-color-hover-success-font-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-0:active,html body .theme-override-light .border-top-color-success-font-0,html body .theme-override-light .border-top-color-hover-success-font-0:hover,html body .theme-override-light .border-top-color-focus-success-font-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-0:focus,html body .theme-override-light .border-top-color-focus-success-font-0:focus-within,html body .theme-override-light .border-top-color-active-success-font-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-0:active{border-top-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-bottom-color-success-font-0,body[data-theme-mode=light] .border-bottom-color-hover-success-font-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-0:active,html body .theme-override-light .border-bottom-color-success-font-0,html body .theme-override-light .border-bottom-color-hover-success-font-0:hover,html body .theme-override-light .border-bottom-color-focus-success-font-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-0:focus,html body .theme-override-light .border-bottom-color-focus-success-font-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-0:active{border-bottom-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-left-color-success-font-0,body[data-theme-mode=light] .border-left-color-hover-success-font-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-0:active,html body .theme-override-light .border-left-color-success-font-0,html body .theme-override-light .border-left-color-hover-success-font-0:hover,html body .theme-override-light .border-left-color-focus-success-font-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-0:focus,html body .theme-override-light .border-left-color-focus-success-font-0:focus-within,html body .theme-override-light .border-left-color-active-success-font-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-0:active{border-left-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-right-color-success-font-0,body[data-theme-mode=light] .border-right-color-hover-success-font-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-0:active,html body .theme-override-light .border-right-color-success-font-0,html body .theme-override-light .border-right-color-hover-success-font-0:hover,html body .theme-override-light .border-right-color-focus-success-font-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-0:focus,html body .theme-override-light .border-right-color-focus-success-font-0:focus-within,html body .theme-override-light .border-right-color-active-success-font-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-0:active{border-right-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .fill-color-success-font-0,body[data-theme-mode=light] .fill-color-hover-success-font-0:hover,body[data-theme-mode=light] .fill-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-0:focus,body[data-theme-mode=light] .fill-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-0:active,html body .theme-override-light .fill-color-success-font-0,html body .theme-override-light .fill-color-hover-success-font-0:hover,html body .theme-override-light .fill-color-focus-success-font-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-0:focus,html body .theme-override-light .fill-color-focus-success-font-0:focus-within,html body .theme-override-light .fill-color-active-success-font-0[data-selected=true],html body .theme-override-light .fill-color-active-success-font-0:active{background-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outline-color-success-font-0,body[data-theme-mode=light] .outline-color-hover-success-font-0:hover,body[data-theme-mode=light] .outline-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-0:focus,body[data-theme-mode=light] .outline-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-0:active,html body .theme-override-light .outline-color-success-font-0,html body .theme-override-light .outline-color-hover-success-font-0:hover,html body .theme-override-light .outline-color-focus-success-font-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-0:focus,html body .theme-override-light .outline-color-focus-success-font-0:focus-within,html body .theme-override-light .outline-color-active-success-font-0[data-selected=true],html body .theme-override-light .outline-color-active-success-font-0:active{outline-color:var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outside-border-color-success-font-0,body[data-theme-mode=light] .outside-border-color-hover-success-font-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-0:active,html body .theme-override-light .outside-border-color-success-font-0,html body .theme-override-light .outside-border-color-hover-success-font-0:hover,html body .theme-override-light .outside-border-color-focus-success-font-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-0:focus,html body .theme-override-light .outside-border-color-focus-success-font-0:focus-within,html body .theme-override-light .outside-border-color-active-success-font-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-0:active{--outside-border-color: var(--color-success-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .font-color-success-font-1,body[data-theme-mode=light] .font-color-hover-success-font-1:hover,body[data-theme-mode=light] .font-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-1:focus,body[data-theme-mode=light] .font-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .font-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-1:active,html body .theme-override-light .font-color-success-font-1,html body .theme-override-light .font-color-hover-success-font-1:hover,html body .theme-override-light .font-color-focus-success-font-1[data-focused=true],html body .theme-override-light .font-color-focus-success-font-1:focus,html body .theme-override-light .font-color-focus-success-font-1:focus-within,html body .theme-override-light .font-color-active-success-font-1[data-selected=true],html body .theme-override-light .font-color-active-success-font-1:active{color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-color-success-font-1,body[data-theme-mode=light] .border-color-hover-success-font-1:hover,body[data-theme-mode=light] .border-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-1:focus,body[data-theme-mode=light] .border-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .border-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-1:active,html body .theme-override-light .border-color-success-font-1,html body .theme-override-light .border-color-hover-success-font-1:hover,html body .theme-override-light .border-color-focus-success-font-1[data-focused=true],html body .theme-override-light .border-color-focus-success-font-1:focus,html body .theme-override-light .border-color-focus-success-font-1:focus-within,html body .theme-override-light .border-color-active-success-font-1[data-selected=true],html body .theme-override-light .border-color-active-success-font-1:active{border-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-top-color-success-font-1,body[data-theme-mode=light] .border-top-color-hover-success-font-1:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-1:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-1:active,html body .theme-override-light .border-top-color-success-font-1,html body .theme-override-light .border-top-color-hover-success-font-1:hover,html body .theme-override-light .border-top-color-focus-success-font-1[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-1:focus,html body .theme-override-light .border-top-color-focus-success-font-1:focus-within,html body .theme-override-light .border-top-color-active-success-font-1[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-1:active{border-top-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-bottom-color-success-font-1,body[data-theme-mode=light] .border-bottom-color-hover-success-font-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-1:active,html body .theme-override-light .border-bottom-color-success-font-1,html body .theme-override-light .border-bottom-color-hover-success-font-1:hover,html body .theme-override-light .border-bottom-color-focus-success-font-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-1:focus,html body .theme-override-light .border-bottom-color-focus-success-font-1:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-1:active{border-bottom-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-left-color-success-font-1,body[data-theme-mode=light] .border-left-color-hover-success-font-1:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-1:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-1:active,html body .theme-override-light .border-left-color-success-font-1,html body .theme-override-light .border-left-color-hover-success-font-1:hover,html body .theme-override-light .border-left-color-focus-success-font-1[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-1:focus,html body .theme-override-light .border-left-color-focus-success-font-1:focus-within,html body .theme-override-light .border-left-color-active-success-font-1[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-1:active{border-left-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-right-color-success-font-1,body[data-theme-mode=light] .border-right-color-hover-success-font-1:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-1:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-1:active,html body .theme-override-light .border-right-color-success-font-1,html body .theme-override-light .border-right-color-hover-success-font-1:hover,html body .theme-override-light .border-right-color-focus-success-font-1[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-1:focus,html body .theme-override-light .border-right-color-focus-success-font-1:focus-within,html body .theme-override-light .border-right-color-active-success-font-1[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-1:active{border-right-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .fill-color-success-font-1,body[data-theme-mode=light] .fill-color-hover-success-font-1:hover,body[data-theme-mode=light] .fill-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-1:focus,body[data-theme-mode=light] .fill-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-1:active,html body .theme-override-light .fill-color-success-font-1,html body .theme-override-light .fill-color-hover-success-font-1:hover,html body .theme-override-light .fill-color-focus-success-font-1[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-1:focus,html body .theme-override-light .fill-color-focus-success-font-1:focus-within,html body .theme-override-light .fill-color-active-success-font-1[data-selected=true],html body .theme-override-light .fill-color-active-success-font-1:active{background-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outline-color-success-font-1,body[data-theme-mode=light] .outline-color-hover-success-font-1:hover,body[data-theme-mode=light] .outline-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-1:focus,body[data-theme-mode=light] .outline-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-1:active,html body .theme-override-light .outline-color-success-font-1,html body .theme-override-light .outline-color-hover-success-font-1:hover,html body .theme-override-light .outline-color-focus-success-font-1[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-1:focus,html body .theme-override-light .outline-color-focus-success-font-1:focus-within,html body .theme-override-light .outline-color-active-success-font-1[data-selected=true],html body .theme-override-light .outline-color-active-success-font-1:active{outline-color:var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outside-border-color-success-font-1,body[data-theme-mode=light] .outside-border-color-hover-success-font-1:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-1:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-1:active,html body .theme-override-light .outside-border-color-success-font-1,html body .theme-override-light .outside-border-color-hover-success-font-1:hover,html body .theme-override-light .outside-border-color-focus-success-font-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-1:focus,html body .theme-override-light .outside-border-color-focus-success-font-1:focus-within,html body .theme-override-light .outside-border-color-active-success-font-1[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-1:active{--outside-border-color: var(--color-success-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .font-color-success-font-2,body[data-theme-mode=light] .font-color-hover-success-font-2:hover,body[data-theme-mode=light] .font-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-2:focus,body[data-theme-mode=light] .font-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .font-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-2:active,html body .theme-override-light .font-color-success-font-2,html body .theme-override-light .font-color-hover-success-font-2:hover,html body .theme-override-light .font-color-focus-success-font-2[data-focused=true],html body .theme-override-light .font-color-focus-success-font-2:focus,html body .theme-override-light .font-color-focus-success-font-2:focus-within,html body .theme-override-light .font-color-active-success-font-2[data-selected=true],html body .theme-override-light .font-color-active-success-font-2:active{color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-color-success-font-2,body[data-theme-mode=light] .border-color-hover-success-font-2:hover,body[data-theme-mode=light] .border-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-2:focus,body[data-theme-mode=light] .border-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .border-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-2:active,html body .theme-override-light .border-color-success-font-2,html body .theme-override-light .border-color-hover-success-font-2:hover,html body .theme-override-light .border-color-focus-success-font-2[data-focused=true],html body .theme-override-light .border-color-focus-success-font-2:focus,html body .theme-override-light .border-color-focus-success-font-2:focus-within,html body .theme-override-light .border-color-active-success-font-2[data-selected=true],html body .theme-override-light .border-color-active-success-font-2:active{border-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-top-color-success-font-2,body[data-theme-mode=light] .border-top-color-hover-success-font-2:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-2:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-2:active,html body .theme-override-light .border-top-color-success-font-2,html body .theme-override-light .border-top-color-hover-success-font-2:hover,html body .theme-override-light .border-top-color-focus-success-font-2[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-2:focus,html body .theme-override-light .border-top-color-focus-success-font-2:focus-within,html body .theme-override-light .border-top-color-active-success-font-2[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-2:active{border-top-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-bottom-color-success-font-2,body[data-theme-mode=light] .border-bottom-color-hover-success-font-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-2:active,html body .theme-override-light .border-bottom-color-success-font-2,html body .theme-override-light .border-bottom-color-hover-success-font-2:hover,html body .theme-override-light .border-bottom-color-focus-success-font-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-2:focus,html body .theme-override-light .border-bottom-color-focus-success-font-2:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-2:active{border-bottom-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-left-color-success-font-2,body[data-theme-mode=light] .border-left-color-hover-success-font-2:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-2:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-2:active,html body .theme-override-light .border-left-color-success-font-2,html body .theme-override-light .border-left-color-hover-success-font-2:hover,html body .theme-override-light .border-left-color-focus-success-font-2[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-2:focus,html body .theme-override-light .border-left-color-focus-success-font-2:focus-within,html body .theme-override-light .border-left-color-active-success-font-2[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-2:active{border-left-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-right-color-success-font-2,body[data-theme-mode=light] .border-right-color-hover-success-font-2:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-2:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-2:active,html body .theme-override-light .border-right-color-success-font-2,html body .theme-override-light .border-right-color-hover-success-font-2:hover,html body .theme-override-light .border-right-color-focus-success-font-2[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-2:focus,html body .theme-override-light .border-right-color-focus-success-font-2:focus-within,html body .theme-override-light .border-right-color-active-success-font-2[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-2:active{border-right-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .fill-color-success-font-2,body[data-theme-mode=light] .fill-color-hover-success-font-2:hover,body[data-theme-mode=light] .fill-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-2:focus,body[data-theme-mode=light] .fill-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-2:active,html body .theme-override-light .fill-color-success-font-2,html body .theme-override-light .fill-color-hover-success-font-2:hover,html body .theme-override-light .fill-color-focus-success-font-2[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-2:focus,html body .theme-override-light .fill-color-focus-success-font-2:focus-within,html body .theme-override-light .fill-color-active-success-font-2[data-selected=true],html body .theme-override-light .fill-color-active-success-font-2:active{background-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outline-color-success-font-2,body[data-theme-mode=light] .outline-color-hover-success-font-2:hover,body[data-theme-mode=light] .outline-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-2:focus,body[data-theme-mode=light] .outline-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-2:active,html body .theme-override-light .outline-color-success-font-2,html body .theme-override-light .outline-color-hover-success-font-2:hover,html body .theme-override-light .outline-color-focus-success-font-2[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-2:focus,html body .theme-override-light .outline-color-focus-success-font-2:focus-within,html body .theme-override-light .outline-color-active-success-font-2[data-selected=true],html body .theme-override-light .outline-color-active-success-font-2:active{outline-color:var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outside-border-color-success-font-2,body[data-theme-mode=light] .outside-border-color-hover-success-font-2:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-2:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-2:active,html body .theme-override-light .outside-border-color-success-font-2,html body .theme-override-light .outside-border-color-hover-success-font-2:hover,html body .theme-override-light .outside-border-color-focus-success-font-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-2:focus,html body .theme-override-light .outside-border-color-focus-success-font-2:focus-within,html body .theme-override-light .outside-border-color-active-success-font-2[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-2:active{--outside-border-color: var(--color-success-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .font-color-success-font-3,body[data-theme-mode=light] .font-color-hover-success-font-3:hover,body[data-theme-mode=light] .font-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-3:focus,body[data-theme-mode=light] .font-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .font-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-3:active,html body .theme-override-light .font-color-success-font-3,html body .theme-override-light .font-color-hover-success-font-3:hover,html body .theme-override-light .font-color-focus-success-font-3[data-focused=true],html body .theme-override-light .font-color-focus-success-font-3:focus,html body .theme-override-light .font-color-focus-success-font-3:focus-within,html body .theme-override-light .font-color-active-success-font-3[data-selected=true],html body .theme-override-light .font-color-active-success-font-3:active{color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-color-success-font-3,body[data-theme-mode=light] .border-color-hover-success-font-3:hover,body[data-theme-mode=light] .border-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-3:focus,body[data-theme-mode=light] .border-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .border-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-3:active,html body .theme-override-light .border-color-success-font-3,html body .theme-override-light .border-color-hover-success-font-3:hover,html body .theme-override-light .border-color-focus-success-font-3[data-focused=true],html body .theme-override-light .border-color-focus-success-font-3:focus,html body .theme-override-light .border-color-focus-success-font-3:focus-within,html body .theme-override-light .border-color-active-success-font-3[data-selected=true],html body .theme-override-light .border-color-active-success-font-3:active{border-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-top-color-success-font-3,body[data-theme-mode=light] .border-top-color-hover-success-font-3:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-3:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-3:active,html body .theme-override-light .border-top-color-success-font-3,html body .theme-override-light .border-top-color-hover-success-font-3:hover,html body .theme-override-light .border-top-color-focus-success-font-3[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-3:focus,html body .theme-override-light .border-top-color-focus-success-font-3:focus-within,html body .theme-override-light .border-top-color-active-success-font-3[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-3:active{border-top-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-bottom-color-success-font-3,body[data-theme-mode=light] .border-bottom-color-hover-success-font-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-3:active,html body .theme-override-light .border-bottom-color-success-font-3,html body .theme-override-light .border-bottom-color-hover-success-font-3:hover,html body .theme-override-light .border-bottom-color-focus-success-font-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-3:focus,html body .theme-override-light .border-bottom-color-focus-success-font-3:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-3:active{border-bottom-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-left-color-success-font-3,body[data-theme-mode=light] .border-left-color-hover-success-font-3:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-3:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-3:active,html body .theme-override-light .border-left-color-success-font-3,html body .theme-override-light .border-left-color-hover-success-font-3:hover,html body .theme-override-light .border-left-color-focus-success-font-3[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-3:focus,html body .theme-override-light .border-left-color-focus-success-font-3:focus-within,html body .theme-override-light .border-left-color-active-success-font-3[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-3:active{border-left-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-right-color-success-font-3,body[data-theme-mode=light] .border-right-color-hover-success-font-3:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-3:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-3:active,html body .theme-override-light .border-right-color-success-font-3,html body .theme-override-light .border-right-color-hover-success-font-3:hover,html body .theme-override-light .border-right-color-focus-success-font-3[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-3:focus,html body .theme-override-light .border-right-color-focus-success-font-3:focus-within,html body .theme-override-light .border-right-color-active-success-font-3[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-3:active{border-right-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .fill-color-success-font-3,body[data-theme-mode=light] .fill-color-hover-success-font-3:hover,body[data-theme-mode=light] .fill-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-3:focus,body[data-theme-mode=light] .fill-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-3:active,html body .theme-override-light .fill-color-success-font-3,html body .theme-override-light .fill-color-hover-success-font-3:hover,html body .theme-override-light .fill-color-focus-success-font-3[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-3:focus,html body .theme-override-light .fill-color-focus-success-font-3:focus-within,html body .theme-override-light .fill-color-active-success-font-3[data-selected=true],html body .theme-override-light .fill-color-active-success-font-3:active{background-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outline-color-success-font-3,body[data-theme-mode=light] .outline-color-hover-success-font-3:hover,body[data-theme-mode=light] .outline-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-3:focus,body[data-theme-mode=light] .outline-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-3:active,html body .theme-override-light .outline-color-success-font-3,html body .theme-override-light .outline-color-hover-success-font-3:hover,html body .theme-override-light .outline-color-focus-success-font-3[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-3:focus,html body .theme-override-light .outline-color-focus-success-font-3:focus-within,html body .theme-override-light .outline-color-active-success-font-3[data-selected=true],html body .theme-override-light .outline-color-active-success-font-3:active{outline-color:var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outside-border-color-success-font-3,body[data-theme-mode=light] .outside-border-color-hover-success-font-3:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-3:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-3:active,html body .theme-override-light .outside-border-color-success-font-3,html body .theme-override-light .outside-border-color-hover-success-font-3:hover,html body .theme-override-light .outside-border-color-focus-success-font-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-3:focus,html body .theme-override-light .outside-border-color-focus-success-font-3:focus-within,html body .theme-override-light .outside-border-color-active-success-font-3[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-3:active{--outside-border-color: var(--color-success-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .font-color-success-font-4,body[data-theme-mode=light] .font-color-hover-success-font-4:hover,body[data-theme-mode=light] .font-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-4:focus,body[data-theme-mode=light] .font-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .font-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-4:active,html body .theme-override-light .font-color-success-font-4,html body .theme-override-light .font-color-hover-success-font-4:hover,html body .theme-override-light .font-color-focus-success-font-4[data-focused=true],html body .theme-override-light .font-color-focus-success-font-4:focus,html body .theme-override-light .font-color-focus-success-font-4:focus-within,html body .theme-override-light .font-color-active-success-font-4[data-selected=true],html body .theme-override-light .font-color-active-success-font-4:active{color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-color-success-font-4,body[data-theme-mode=light] .border-color-hover-success-font-4:hover,body[data-theme-mode=light] .border-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-4:focus,body[data-theme-mode=light] .border-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .border-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-4:active,html body .theme-override-light .border-color-success-font-4,html body .theme-override-light .border-color-hover-success-font-4:hover,html body .theme-override-light .border-color-focus-success-font-4[data-focused=true],html body .theme-override-light .border-color-focus-success-font-4:focus,html body .theme-override-light .border-color-focus-success-font-4:focus-within,html body .theme-override-light .border-color-active-success-font-4[data-selected=true],html body .theme-override-light .border-color-active-success-font-4:active{border-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-top-color-success-font-4,body[data-theme-mode=light] .border-top-color-hover-success-font-4:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-4:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-4:active,html body .theme-override-light .border-top-color-success-font-4,html body .theme-override-light .border-top-color-hover-success-font-4:hover,html body .theme-override-light .border-top-color-focus-success-font-4[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-4:focus,html body .theme-override-light .border-top-color-focus-success-font-4:focus-within,html body .theme-override-light .border-top-color-active-success-font-4[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-4:active{border-top-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-bottom-color-success-font-4,body[data-theme-mode=light] .border-bottom-color-hover-success-font-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-4:active,html body .theme-override-light .border-bottom-color-success-font-4,html body .theme-override-light .border-bottom-color-hover-success-font-4:hover,html body .theme-override-light .border-bottom-color-focus-success-font-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-4:focus,html body .theme-override-light .border-bottom-color-focus-success-font-4:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-4:active{border-bottom-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-left-color-success-font-4,body[data-theme-mode=light] .border-left-color-hover-success-font-4:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-4:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-4:active,html body .theme-override-light .border-left-color-success-font-4,html body .theme-override-light .border-left-color-hover-success-font-4:hover,html body .theme-override-light .border-left-color-focus-success-font-4[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-4:focus,html body .theme-override-light .border-left-color-focus-success-font-4:focus-within,html body .theme-override-light .border-left-color-active-success-font-4[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-4:active{border-left-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-right-color-success-font-4,body[data-theme-mode=light] .border-right-color-hover-success-font-4:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-4:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-4:active,html body .theme-override-light .border-right-color-success-font-4,html body .theme-override-light .border-right-color-hover-success-font-4:hover,html body .theme-override-light .border-right-color-focus-success-font-4[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-4:focus,html body .theme-override-light .border-right-color-focus-success-font-4:focus-within,html body .theme-override-light .border-right-color-active-success-font-4[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-4:active{border-right-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .fill-color-success-font-4,body[data-theme-mode=light] .fill-color-hover-success-font-4:hover,body[data-theme-mode=light] .fill-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-4:focus,body[data-theme-mode=light] .fill-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-4:active,html body .theme-override-light .fill-color-success-font-4,html body .theme-override-light .fill-color-hover-success-font-4:hover,html body .theme-override-light .fill-color-focus-success-font-4[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-4:focus,html body .theme-override-light .fill-color-focus-success-font-4:focus-within,html body .theme-override-light .fill-color-active-success-font-4[data-selected=true],html body .theme-override-light .fill-color-active-success-font-4:active{background-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outline-color-success-font-4,body[data-theme-mode=light] .outline-color-hover-success-font-4:hover,body[data-theme-mode=light] .outline-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-4:focus,body[data-theme-mode=light] .outline-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-4:active,html body .theme-override-light .outline-color-success-font-4,html body .theme-override-light .outline-color-hover-success-font-4:hover,html body .theme-override-light .outline-color-focus-success-font-4[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-4:focus,html body .theme-override-light .outline-color-focus-success-font-4:focus-within,html body .theme-override-light .outline-color-active-success-font-4[data-selected=true],html body .theme-override-light .outline-color-active-success-font-4:active{outline-color:var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outside-border-color-success-font-4,body[data-theme-mode=light] .outside-border-color-hover-success-font-4:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-4:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-4:active,html body .theme-override-light .outside-border-color-success-font-4,html body .theme-override-light .outside-border-color-hover-success-font-4:hover,html body .theme-override-light .outside-border-color-focus-success-font-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-4:focus,html body .theme-override-light .outside-border-color-focus-success-font-4:focus-within,html body .theme-override-light .outside-border-color-active-success-font-4[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-4:active{--outside-border-color: var(--color-success-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .font-color-success-font-5,body[data-theme-mode=light] .font-color-hover-success-font-5:hover,body[data-theme-mode=light] .font-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-5:focus,body[data-theme-mode=light] .font-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .font-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-5:active,html body .theme-override-light .font-color-success-font-5,html body .theme-override-light .font-color-hover-success-font-5:hover,html body .theme-override-light .font-color-focus-success-font-5[data-focused=true],html body .theme-override-light .font-color-focus-success-font-5:focus,html body .theme-override-light .font-color-focus-success-font-5:focus-within,html body .theme-override-light .font-color-active-success-font-5[data-selected=true],html body .theme-override-light .font-color-active-success-font-5:active{color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-color-success-font-5,body[data-theme-mode=light] .border-color-hover-success-font-5:hover,body[data-theme-mode=light] .border-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-5:focus,body[data-theme-mode=light] .border-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .border-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-5:active,html body .theme-override-light .border-color-success-font-5,html body .theme-override-light .border-color-hover-success-font-5:hover,html body .theme-override-light .border-color-focus-success-font-5[data-focused=true],html body .theme-override-light .border-color-focus-success-font-5:focus,html body .theme-override-light .border-color-focus-success-font-5:focus-within,html body .theme-override-light .border-color-active-success-font-5[data-selected=true],html body .theme-override-light .border-color-active-success-font-5:active{border-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-top-color-success-font-5,body[data-theme-mode=light] .border-top-color-hover-success-font-5:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-5:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-5:active,html body .theme-override-light .border-top-color-success-font-5,html body .theme-override-light .border-top-color-hover-success-font-5:hover,html body .theme-override-light .border-top-color-focus-success-font-5[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-5:focus,html body .theme-override-light .border-top-color-focus-success-font-5:focus-within,html body .theme-override-light .border-top-color-active-success-font-5[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-5:active{border-top-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-bottom-color-success-font-5,body[data-theme-mode=light] .border-bottom-color-hover-success-font-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-5:active,html body .theme-override-light .border-bottom-color-success-font-5,html body .theme-override-light .border-bottom-color-hover-success-font-5:hover,html body .theme-override-light .border-bottom-color-focus-success-font-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-5:focus,html body .theme-override-light .border-bottom-color-focus-success-font-5:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-5:active{border-bottom-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-left-color-success-font-5,body[data-theme-mode=light] .border-left-color-hover-success-font-5:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-5:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-5:active,html body .theme-override-light .border-left-color-success-font-5,html body .theme-override-light .border-left-color-hover-success-font-5:hover,html body .theme-override-light .border-left-color-focus-success-font-5[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-5:focus,html body .theme-override-light .border-left-color-focus-success-font-5:focus-within,html body .theme-override-light .border-left-color-active-success-font-5[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-5:active{border-left-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-right-color-success-font-5,body[data-theme-mode=light] .border-right-color-hover-success-font-5:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-5:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-5:active,html body .theme-override-light .border-right-color-success-font-5,html body .theme-override-light .border-right-color-hover-success-font-5:hover,html body .theme-override-light .border-right-color-focus-success-font-5[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-5:focus,html body .theme-override-light .border-right-color-focus-success-font-5:focus-within,html body .theme-override-light .border-right-color-active-success-font-5[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-5:active{border-right-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .fill-color-success-font-5,body[data-theme-mode=light] .fill-color-hover-success-font-5:hover,body[data-theme-mode=light] .fill-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-5:focus,body[data-theme-mode=light] .fill-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-5:active,html body .theme-override-light .fill-color-success-font-5,html body .theme-override-light .fill-color-hover-success-font-5:hover,html body .theme-override-light .fill-color-focus-success-font-5[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-5:focus,html body .theme-override-light .fill-color-focus-success-font-5:focus-within,html body .theme-override-light .fill-color-active-success-font-5[data-selected=true],html body .theme-override-light .fill-color-active-success-font-5:active{background-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outline-color-success-font-5,body[data-theme-mode=light] .outline-color-hover-success-font-5:hover,body[data-theme-mode=light] .outline-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-5:focus,body[data-theme-mode=light] .outline-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-5:active,html body .theme-override-light .outline-color-success-font-5,html body .theme-override-light .outline-color-hover-success-font-5:hover,html body .theme-override-light .outline-color-focus-success-font-5[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-5:focus,html body .theme-override-light .outline-color-focus-success-font-5:focus-within,html body .theme-override-light .outline-color-active-success-font-5[data-selected=true],html body .theme-override-light .outline-color-active-success-font-5:active{outline-color:var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outside-border-color-success-font-5,body[data-theme-mode=light] .outside-border-color-hover-success-font-5:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-5:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-5:active,html body .theme-override-light .outside-border-color-success-font-5,html body .theme-override-light .outside-border-color-hover-success-font-5:hover,html body .theme-override-light .outside-border-color-focus-success-font-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-5:focus,html body .theme-override-light .outside-border-color-focus-success-font-5:focus-within,html body .theme-override-light .outside-border-color-active-success-font-5[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-5:active{--outside-border-color: var(--color-success-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .font-color-success-shadow-0,body[data-theme-mode=light] .font-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .font-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .font-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .font-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .font-color-active-success-shadow-0:active,html body .theme-override-light .font-color-success-shadow-0,html body .theme-override-light .font-color-hover-success-shadow-0:hover,html body .theme-override-light .font-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .font-color-focus-success-shadow-0:focus,html body .theme-override-light .font-color-focus-success-shadow-0:focus-within,html body .theme-override-light .font-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .font-color-active-success-shadow-0:active{color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-color-success-shadow-0,body[data-theme-mode=light] .border-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .border-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .border-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .border-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .border-color-active-success-shadow-0:active,html body .theme-override-light .border-color-success-shadow-0,html body .theme-override-light .border-color-hover-success-shadow-0:hover,html body .theme-override-light .border-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .border-color-focus-success-shadow-0:focus,html body .theme-override-light .border-color-focus-success-shadow-0:focus-within,html body .theme-override-light .border-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .border-color-active-success-shadow-0:active{border-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-top-color-success-shadow-0,body[data-theme-mode=light] .border-top-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .border-top-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .border-top-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .border-top-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-shadow-0:active,html body .theme-override-light .border-top-color-success-shadow-0,html body .theme-override-light .border-top-color-hover-success-shadow-0:hover,html body .theme-override-light .border-top-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .border-top-color-focus-success-shadow-0:focus,html body .theme-override-light .border-top-color-focus-success-shadow-0:focus-within,html body .theme-override-light .border-top-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .border-top-color-active-success-shadow-0:active{border-top-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-bottom-color-success-shadow-0,body[data-theme-mode=light] .border-bottom-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-shadow-0:active,html body .theme-override-light .border-bottom-color-success-shadow-0,html body .theme-override-light .border-bottom-color-hover-success-shadow-0:hover,html body .theme-override-light .border-bottom-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-shadow-0:focus,html body .theme-override-light .border-bottom-color-focus-success-shadow-0:focus-within,html body .theme-override-light .border-bottom-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-shadow-0:active{border-bottom-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-left-color-success-shadow-0,body[data-theme-mode=light] .border-left-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .border-left-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .border-left-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .border-left-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-shadow-0:active,html body .theme-override-light .border-left-color-success-shadow-0,html body .theme-override-light .border-left-color-hover-success-shadow-0:hover,html body .theme-override-light .border-left-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .border-left-color-focus-success-shadow-0:focus,html body .theme-override-light .border-left-color-focus-success-shadow-0:focus-within,html body .theme-override-light .border-left-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .border-left-color-active-success-shadow-0:active{border-left-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-right-color-success-shadow-0,body[data-theme-mode=light] .border-right-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .border-right-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .border-right-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .border-right-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-shadow-0:active,html body .theme-override-light .border-right-color-success-shadow-0,html body .theme-override-light .border-right-color-hover-success-shadow-0:hover,html body .theme-override-light .border-right-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .border-right-color-focus-success-shadow-0:focus,html body .theme-override-light .border-right-color-focus-success-shadow-0:focus-within,html body .theme-override-light .border-right-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .border-right-color-active-success-shadow-0:active{border-right-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .fill-color-success-shadow-0,body[data-theme-mode=light] .fill-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .fill-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .fill-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .fill-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-shadow-0:active,html body .theme-override-light .fill-color-success-shadow-0,html body .theme-override-light .fill-color-hover-success-shadow-0:hover,html body .theme-override-light .fill-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .fill-color-focus-success-shadow-0:focus,html body .theme-override-light .fill-color-focus-success-shadow-0:focus-within,html body .theme-override-light .fill-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .fill-color-active-success-shadow-0:active{background-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outline-color-success-shadow-0,body[data-theme-mode=light] .outline-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .outline-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .outline-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .outline-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-shadow-0:active,html body .theme-override-light .outline-color-success-shadow-0,html body .theme-override-light .outline-color-hover-success-shadow-0:hover,html body .theme-override-light .outline-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .outline-color-focus-success-shadow-0:focus,html body .theme-override-light .outline-color-focus-success-shadow-0:focus-within,html body .theme-override-light .outline-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .outline-color-active-success-shadow-0:active{outline-color:var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outside-border-color-success-shadow-0,body[data-theme-mode=light] .outside-border-color-hover-success-shadow-0:hover,body[data-theme-mode=light] .outside-border-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-shadow-0:focus,body[data-theme-mode=light] .outside-border-color-focus-success-shadow-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-shadow-0:active,html body .theme-override-light .outside-border-color-success-shadow-0,html body .theme-override-light .outside-border-color-hover-success-shadow-0:hover,html body .theme-override-light .outside-border-color-focus-success-shadow-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-shadow-0:focus,html body .theme-override-light .outside-border-color-focus-success-shadow-0:focus-within,html body .theme-override-light .outside-border-color-active-success-shadow-0[data-selected=true],html body .theme-override-light .outside-border-color-active-success-shadow-0:active{--outside-border-color: var(--color-success-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .font-color-success-primary,body[data-theme-mode=light] .font-color-hover-success-primary:hover,body[data-theme-mode=light] .font-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-primary:focus,body[data-theme-mode=light] .font-color-focus-success-primary:focus-within,body[data-theme-mode=light] .font-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .font-color-active-success-primary:active,html body .theme-override-light .font-color-success-primary,html body .theme-override-light .font-color-hover-success-primary:hover,html body .theme-override-light .font-color-focus-success-primary[data-focused=true],html body .theme-override-light .font-color-focus-success-primary:focus,html body .theme-override-light .font-color-focus-success-primary:focus-within,html body .theme-override-light .font-color-active-success-primary[data-selected=true],html body .theme-override-light .font-color-active-success-primary:active{color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-color-success-primary,body[data-theme-mode=light] .border-color-hover-success-primary:hover,body[data-theme-mode=light] .border-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-primary:focus,body[data-theme-mode=light] .border-color-focus-success-primary:focus-within,body[data-theme-mode=light] .border-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .border-color-active-success-primary:active,html body .theme-override-light .border-color-success-primary,html body .theme-override-light .border-color-hover-success-primary:hover,html body .theme-override-light .border-color-focus-success-primary[data-focused=true],html body .theme-override-light .border-color-focus-success-primary:focus,html body .theme-override-light .border-color-focus-success-primary:focus-within,html body .theme-override-light .border-color-active-success-primary[data-selected=true],html body .theme-override-light .border-color-active-success-primary:active{border-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-top-color-success-primary,body[data-theme-mode=light] .border-top-color-hover-success-primary:hover,body[data-theme-mode=light] .border-top-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-primary:focus,body[data-theme-mode=light] .border-top-color-focus-success-primary:focus-within,body[data-theme-mode=light] .border-top-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-primary:active,html body .theme-override-light .border-top-color-success-primary,html body .theme-override-light .border-top-color-hover-success-primary:hover,html body .theme-override-light .border-top-color-focus-success-primary[data-focused=true],html body .theme-override-light .border-top-color-focus-success-primary:focus,html body .theme-override-light .border-top-color-focus-success-primary:focus-within,html body .theme-override-light .border-top-color-active-success-primary[data-selected=true],html body .theme-override-light .border-top-color-active-success-primary:active{border-top-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-bottom-color-success-primary,body[data-theme-mode=light] .border-bottom-color-hover-success-primary:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-primary:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-primary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-primary:active,html body .theme-override-light .border-bottom-color-success-primary,html body .theme-override-light .border-bottom-color-hover-success-primary:hover,html body .theme-override-light .border-bottom-color-focus-success-primary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-primary:focus,html body .theme-override-light .border-bottom-color-focus-success-primary:focus-within,html body .theme-override-light .border-bottom-color-active-success-primary[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-primary:active{border-bottom-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-left-color-success-primary,body[data-theme-mode=light] .border-left-color-hover-success-primary:hover,body[data-theme-mode=light] .border-left-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-primary:focus,body[data-theme-mode=light] .border-left-color-focus-success-primary:focus-within,body[data-theme-mode=light] .border-left-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-primary:active,html body .theme-override-light .border-left-color-success-primary,html body .theme-override-light .border-left-color-hover-success-primary:hover,html body .theme-override-light .border-left-color-focus-success-primary[data-focused=true],html body .theme-override-light .border-left-color-focus-success-primary:focus,html body .theme-override-light .border-left-color-focus-success-primary:focus-within,html body .theme-override-light .border-left-color-active-success-primary[data-selected=true],html body .theme-override-light .border-left-color-active-success-primary:active{border-left-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-right-color-success-primary,body[data-theme-mode=light] .border-right-color-hover-success-primary:hover,body[data-theme-mode=light] .border-right-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-primary:focus,body[data-theme-mode=light] .border-right-color-focus-success-primary:focus-within,body[data-theme-mode=light] .border-right-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-primary:active,html body .theme-override-light .border-right-color-success-primary,html body .theme-override-light .border-right-color-hover-success-primary:hover,html body .theme-override-light .border-right-color-focus-success-primary[data-focused=true],html body .theme-override-light .border-right-color-focus-success-primary:focus,html body .theme-override-light .border-right-color-focus-success-primary:focus-within,html body .theme-override-light .border-right-color-active-success-primary[data-selected=true],html body .theme-override-light .border-right-color-active-success-primary:active{border-right-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .fill-color-success-primary,body[data-theme-mode=light] .fill-color-hover-success-primary:hover,body[data-theme-mode=light] .fill-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-primary:focus,body[data-theme-mode=light] .fill-color-focus-success-primary:focus-within,body[data-theme-mode=light] .fill-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-primary:active,html body .theme-override-light .fill-color-success-primary,html body .theme-override-light .fill-color-hover-success-primary:hover,html body .theme-override-light .fill-color-focus-success-primary[data-focused=true],html body .theme-override-light .fill-color-focus-success-primary:focus,html body .theme-override-light .fill-color-focus-success-primary:focus-within,html body .theme-override-light .fill-color-active-success-primary[data-selected=true],html body .theme-override-light .fill-color-active-success-primary:active{background-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .outline-color-success-primary,body[data-theme-mode=light] .outline-color-hover-success-primary:hover,body[data-theme-mode=light] .outline-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-primary:focus,body[data-theme-mode=light] .outline-color-focus-success-primary:focus-within,body[data-theme-mode=light] .outline-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-primary:active,html body .theme-override-light .outline-color-success-primary,html body .theme-override-light .outline-color-hover-success-primary:hover,html body .theme-override-light .outline-color-focus-success-primary[data-focused=true],html body .theme-override-light .outline-color-focus-success-primary:focus,html body .theme-override-light .outline-color-focus-success-primary:focus-within,html body .theme-override-light .outline-color-active-success-primary[data-selected=true],html body .theme-override-light .outline-color-active-success-primary:active{outline-color:var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .outside-border-color-success-primary,body[data-theme-mode=light] .outside-border-color-hover-success-primary:hover,body[data-theme-mode=light] .outside-border-color-focus-success-primary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-primary:focus,body[data-theme-mode=light] .outside-border-color-focus-success-primary:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-primary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-primary:active,html body .theme-override-light .outside-border-color-success-primary,html body .theme-override-light .outside-border-color-hover-success-primary:hover,html body .theme-override-light .outside-border-color-focus-success-primary[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-primary:focus,html body .theme-override-light .outside-border-color-focus-success-primary:focus-within,html body .theme-override-light .outside-border-color-active-success-primary[data-selected=true],html body .theme-override-light .outside-border-color-active-success-primary:active{--outside-border-color: var(--color-success-primary, var(--color-light-primary))}body[data-theme-mode=light] .font-color-success-primary-foreground,body[data-theme-mode=light] .font-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .font-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .font-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-success-primary-foreground:active,html body .theme-override-light .font-color-success-primary-foreground,html body .theme-override-light .font-color-hover-success-primary-foreground:hover,html body .theme-override-light .font-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-success-primary-foreground:focus,html body .theme-override-light .font-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .font-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .font-color-active-success-primary-foreground:active{color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-color-success-primary-foreground,body[data-theme-mode=light] .border-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .border-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .border-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-success-primary-foreground:active,html body .theme-override-light .border-color-success-primary-foreground,html body .theme-override-light .border-color-hover-success-primary-foreground:hover,html body .theme-override-light .border-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-success-primary-foreground:focus,html body .theme-override-light .border-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .border-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .border-color-active-success-primary-foreground:active{border-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-top-color-success-primary-foreground,body[data-theme-mode=light] .border-top-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-primary-foreground:active,html body .theme-override-light .border-top-color-success-primary-foreground,html body .theme-override-light .border-top-color-hover-success-primary-foreground:hover,html body .theme-override-light .border-top-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-success-primary-foreground:focus,html body .theme-override-light .border-top-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .border-top-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-success-primary-foreground:active{border-top-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-bottom-color-success-primary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-primary-foreground:active,html body .theme-override-light .border-bottom-color-success-primary-foreground,html body .theme-override-light .border-bottom-color-hover-success-primary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-primary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-primary-foreground:active{border-bottom-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-left-color-success-primary-foreground,body[data-theme-mode=light] .border-left-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-primary-foreground:active,html body .theme-override-light .border-left-color-success-primary-foreground,html body .theme-override-light .border-left-color-hover-success-primary-foreground:hover,html body .theme-override-light .border-left-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-success-primary-foreground:focus,html body .theme-override-light .border-left-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .border-left-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-success-primary-foreground:active{border-left-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-right-color-success-primary-foreground,body[data-theme-mode=light] .border-right-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-primary-foreground:active,html body .theme-override-light .border-right-color-success-primary-foreground,html body .theme-override-light .border-right-color-hover-success-primary-foreground:hover,html body .theme-override-light .border-right-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-success-primary-foreground:focus,html body .theme-override-light .border-right-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .border-right-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-success-primary-foreground:active{border-right-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .fill-color-success-primary-foreground,body[data-theme-mode=light] .fill-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-primary-foreground:active,html body .theme-override-light .fill-color-success-primary-foreground,html body .theme-override-light .fill-color-hover-success-primary-foreground:hover,html body .theme-override-light .fill-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-success-primary-foreground:focus,html body .theme-override-light .fill-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .fill-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-success-primary-foreground:active{background-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outline-color-success-primary-foreground,body[data-theme-mode=light] .outline-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-primary-foreground:active,html body .theme-override-light .outline-color-success-primary-foreground,html body .theme-override-light .outline-color-hover-success-primary-foreground:hover,html body .theme-override-light .outline-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-success-primary-foreground:focus,html body .theme-override-light .outline-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .outline-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-success-primary-foreground:active{outline-color:var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outside-border-color-success-primary-foreground,body[data-theme-mode=light] .outside-border-color-hover-success-primary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-primary-foreground:active,html body .theme-override-light .outside-border-color-success-primary-foreground,html body .theme-override-light .outside-border-color-hover-success-primary-foreground:hover,html body .theme-override-light .outside-border-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-primary-foreground:focus,html body .theme-override-light .outside-border-color-focus-success-primary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-success-primary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-success-primary-foreground:active{--outside-border-color: var(--color-success-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .font-color-success-secondary,body[data-theme-mode=light] .font-color-hover-success-secondary:hover,body[data-theme-mode=light] .font-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-secondary:focus,body[data-theme-mode=light] .font-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .font-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .font-color-active-success-secondary:active,html body .theme-override-light .font-color-success-secondary,html body .theme-override-light .font-color-hover-success-secondary:hover,html body .theme-override-light .font-color-focus-success-secondary[data-focused=true],html body .theme-override-light .font-color-focus-success-secondary:focus,html body .theme-override-light .font-color-focus-success-secondary:focus-within,html body .theme-override-light .font-color-active-success-secondary[data-selected=true],html body .theme-override-light .font-color-active-success-secondary:active{color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-color-success-secondary,body[data-theme-mode=light] .border-color-hover-success-secondary:hover,body[data-theme-mode=light] .border-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-secondary:focus,body[data-theme-mode=light] .border-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .border-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .border-color-active-success-secondary:active,html body .theme-override-light .border-color-success-secondary,html body .theme-override-light .border-color-hover-success-secondary:hover,html body .theme-override-light .border-color-focus-success-secondary[data-focused=true],html body .theme-override-light .border-color-focus-success-secondary:focus,html body .theme-override-light .border-color-focus-success-secondary:focus-within,html body .theme-override-light .border-color-active-success-secondary[data-selected=true],html body .theme-override-light .border-color-active-success-secondary:active{border-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-top-color-success-secondary,body[data-theme-mode=light] .border-top-color-hover-success-secondary:hover,body[data-theme-mode=light] .border-top-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-secondary:focus,body[data-theme-mode=light] .border-top-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .border-top-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-secondary:active,html body .theme-override-light .border-top-color-success-secondary,html body .theme-override-light .border-top-color-hover-success-secondary:hover,html body .theme-override-light .border-top-color-focus-success-secondary[data-focused=true],html body .theme-override-light .border-top-color-focus-success-secondary:focus,html body .theme-override-light .border-top-color-focus-success-secondary:focus-within,html body .theme-override-light .border-top-color-active-success-secondary[data-selected=true],html body .theme-override-light .border-top-color-active-success-secondary:active{border-top-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-bottom-color-success-secondary,body[data-theme-mode=light] .border-bottom-color-hover-success-secondary:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-secondary:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-secondary:active,html body .theme-override-light .border-bottom-color-success-secondary,html body .theme-override-light .border-bottom-color-hover-success-secondary:hover,html body .theme-override-light .border-bottom-color-focus-success-secondary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-secondary:focus,html body .theme-override-light .border-bottom-color-focus-success-secondary:focus-within,html body .theme-override-light .border-bottom-color-active-success-secondary[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-secondary:active{border-bottom-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-left-color-success-secondary,body[data-theme-mode=light] .border-left-color-hover-success-secondary:hover,body[data-theme-mode=light] .border-left-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-secondary:focus,body[data-theme-mode=light] .border-left-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .border-left-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-secondary:active,html body .theme-override-light .border-left-color-success-secondary,html body .theme-override-light .border-left-color-hover-success-secondary:hover,html body .theme-override-light .border-left-color-focus-success-secondary[data-focused=true],html body .theme-override-light .border-left-color-focus-success-secondary:focus,html body .theme-override-light .border-left-color-focus-success-secondary:focus-within,html body .theme-override-light .border-left-color-active-success-secondary[data-selected=true],html body .theme-override-light .border-left-color-active-success-secondary:active{border-left-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-right-color-success-secondary,body[data-theme-mode=light] .border-right-color-hover-success-secondary:hover,body[data-theme-mode=light] .border-right-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-secondary:focus,body[data-theme-mode=light] .border-right-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .border-right-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-secondary:active,html body .theme-override-light .border-right-color-success-secondary,html body .theme-override-light .border-right-color-hover-success-secondary:hover,html body .theme-override-light .border-right-color-focus-success-secondary[data-focused=true],html body .theme-override-light .border-right-color-focus-success-secondary:focus,html body .theme-override-light .border-right-color-focus-success-secondary:focus-within,html body .theme-override-light .border-right-color-active-success-secondary[data-selected=true],html body .theme-override-light .border-right-color-active-success-secondary:active{border-right-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .fill-color-success-secondary,body[data-theme-mode=light] .fill-color-hover-success-secondary:hover,body[data-theme-mode=light] .fill-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-secondary:focus,body[data-theme-mode=light] .fill-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .fill-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-secondary:active,html body .theme-override-light .fill-color-success-secondary,html body .theme-override-light .fill-color-hover-success-secondary:hover,html body .theme-override-light .fill-color-focus-success-secondary[data-focused=true],html body .theme-override-light .fill-color-focus-success-secondary:focus,html body .theme-override-light .fill-color-focus-success-secondary:focus-within,html body .theme-override-light .fill-color-active-success-secondary[data-selected=true],html body .theme-override-light .fill-color-active-success-secondary:active{background-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outline-color-success-secondary,body[data-theme-mode=light] .outline-color-hover-success-secondary:hover,body[data-theme-mode=light] .outline-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-secondary:focus,body[data-theme-mode=light] .outline-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .outline-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-secondary:active,html body .theme-override-light .outline-color-success-secondary,html body .theme-override-light .outline-color-hover-success-secondary:hover,html body .theme-override-light .outline-color-focus-success-secondary[data-focused=true],html body .theme-override-light .outline-color-focus-success-secondary:focus,html body .theme-override-light .outline-color-focus-success-secondary:focus-within,html body .theme-override-light .outline-color-active-success-secondary[data-selected=true],html body .theme-override-light .outline-color-active-success-secondary:active{outline-color:var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outside-border-color-success-secondary,body[data-theme-mode=light] .outside-border-color-hover-success-secondary:hover,body[data-theme-mode=light] .outside-border-color-focus-success-secondary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-secondary:focus,body[data-theme-mode=light] .outside-border-color-focus-success-secondary:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-secondary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-secondary:active,html body .theme-override-light .outside-border-color-success-secondary,html body .theme-override-light .outside-border-color-hover-success-secondary:hover,html body .theme-override-light .outside-border-color-focus-success-secondary[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-secondary:focus,html body .theme-override-light .outside-border-color-focus-success-secondary:focus-within,html body .theme-override-light .outside-border-color-active-success-secondary[data-selected=true],html body .theme-override-light .outside-border-color-active-success-secondary:active{--outside-border-color: var(--color-success-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .font-color-success-secondary-foreground,body[data-theme-mode=light] .font-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .font-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .font-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-success-secondary-foreground:active,html body .theme-override-light .font-color-success-secondary-foreground,html body .theme-override-light .font-color-hover-success-secondary-foreground:hover,html body .theme-override-light .font-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-success-secondary-foreground:focus,html body .theme-override-light .font-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .font-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .font-color-active-success-secondary-foreground:active{color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-color-success-secondary-foreground,body[data-theme-mode=light] .border-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .border-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .border-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-success-secondary-foreground:active,html body .theme-override-light .border-color-success-secondary-foreground,html body .theme-override-light .border-color-hover-success-secondary-foreground:hover,html body .theme-override-light .border-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-success-secondary-foreground:focus,html body .theme-override-light .border-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .border-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .border-color-active-success-secondary-foreground:active{border-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-top-color-success-secondary-foreground,body[data-theme-mode=light] .border-top-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-secondary-foreground:active,html body .theme-override-light .border-top-color-success-secondary-foreground,html body .theme-override-light .border-top-color-hover-success-secondary-foreground:hover,html body .theme-override-light .border-top-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-success-secondary-foreground:focus,html body .theme-override-light .border-top-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .border-top-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-success-secondary-foreground:active{border-top-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-bottom-color-success-secondary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-secondary-foreground:active,html body .theme-override-light .border-bottom-color-success-secondary-foreground,html body .theme-override-light .border-bottom-color-hover-success-secondary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-secondary-foreground:active{border-bottom-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-left-color-success-secondary-foreground,body[data-theme-mode=light] .border-left-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-secondary-foreground:active,html body .theme-override-light .border-left-color-success-secondary-foreground,html body .theme-override-light .border-left-color-hover-success-secondary-foreground:hover,html body .theme-override-light .border-left-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-success-secondary-foreground:focus,html body .theme-override-light .border-left-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .border-left-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-success-secondary-foreground:active{border-left-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-right-color-success-secondary-foreground,body[data-theme-mode=light] .border-right-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-secondary-foreground:active,html body .theme-override-light .border-right-color-success-secondary-foreground,html body .theme-override-light .border-right-color-hover-success-secondary-foreground:hover,html body .theme-override-light .border-right-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-success-secondary-foreground:focus,html body .theme-override-light .border-right-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .border-right-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-success-secondary-foreground:active{border-right-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .fill-color-success-secondary-foreground,body[data-theme-mode=light] .fill-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-secondary-foreground:active,html body .theme-override-light .fill-color-success-secondary-foreground,html body .theme-override-light .fill-color-hover-success-secondary-foreground:hover,html body .theme-override-light .fill-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-success-secondary-foreground:focus,html body .theme-override-light .fill-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .fill-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-success-secondary-foreground:active{background-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outline-color-success-secondary-foreground,body[data-theme-mode=light] .outline-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-secondary-foreground:active,html body .theme-override-light .outline-color-success-secondary-foreground,html body .theme-override-light .outline-color-hover-success-secondary-foreground:hover,html body .theme-override-light .outline-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-success-secondary-foreground:focus,html body .theme-override-light .outline-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .outline-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-success-secondary-foreground:active{outline-color:var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outside-border-color-success-secondary-foreground,body[data-theme-mode=light] .outside-border-color-hover-success-secondary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-secondary-foreground:active,html body .theme-override-light .outside-border-color-success-secondary-foreground,html body .theme-override-light .outside-border-color-hover-success-secondary-foreground:hover,html body .theme-override-light .outside-border-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-secondary-foreground:focus,html body .theme-override-light .outside-border-color-focus-success-secondary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-success-secondary-foreground:active{--outside-border-color: var(--color-success-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .font-color-success-accent,body[data-theme-mode=light] .font-color-hover-success-accent:hover,body[data-theme-mode=light] .font-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-accent:focus,body[data-theme-mode=light] .font-color-focus-success-accent:focus-within,body[data-theme-mode=light] .font-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .font-color-active-success-accent:active,html body .theme-override-light .font-color-success-accent,html body .theme-override-light .font-color-hover-success-accent:hover,html body .theme-override-light .font-color-focus-success-accent[data-focused=true],html body .theme-override-light .font-color-focus-success-accent:focus,html body .theme-override-light .font-color-focus-success-accent:focus-within,html body .theme-override-light .font-color-active-success-accent[data-selected=true],html body .theme-override-light .font-color-active-success-accent:active{color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-color-success-accent,body[data-theme-mode=light] .border-color-hover-success-accent:hover,body[data-theme-mode=light] .border-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-accent:focus,body[data-theme-mode=light] .border-color-focus-success-accent:focus-within,body[data-theme-mode=light] .border-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .border-color-active-success-accent:active,html body .theme-override-light .border-color-success-accent,html body .theme-override-light .border-color-hover-success-accent:hover,html body .theme-override-light .border-color-focus-success-accent[data-focused=true],html body .theme-override-light .border-color-focus-success-accent:focus,html body .theme-override-light .border-color-focus-success-accent:focus-within,html body .theme-override-light .border-color-active-success-accent[data-selected=true],html body .theme-override-light .border-color-active-success-accent:active{border-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-top-color-success-accent,body[data-theme-mode=light] .border-top-color-hover-success-accent:hover,body[data-theme-mode=light] .border-top-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-accent:focus,body[data-theme-mode=light] .border-top-color-focus-success-accent:focus-within,body[data-theme-mode=light] .border-top-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-accent:active,html body .theme-override-light .border-top-color-success-accent,html body .theme-override-light .border-top-color-hover-success-accent:hover,html body .theme-override-light .border-top-color-focus-success-accent[data-focused=true],html body .theme-override-light .border-top-color-focus-success-accent:focus,html body .theme-override-light .border-top-color-focus-success-accent:focus-within,html body .theme-override-light .border-top-color-active-success-accent[data-selected=true],html body .theme-override-light .border-top-color-active-success-accent:active{border-top-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-bottom-color-success-accent,body[data-theme-mode=light] .border-bottom-color-hover-success-accent:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-accent:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-accent:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-accent:active,html body .theme-override-light .border-bottom-color-success-accent,html body .theme-override-light .border-bottom-color-hover-success-accent:hover,html body .theme-override-light .border-bottom-color-focus-success-accent[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-accent:focus,html body .theme-override-light .border-bottom-color-focus-success-accent:focus-within,html body .theme-override-light .border-bottom-color-active-success-accent[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-accent:active{border-bottom-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-left-color-success-accent,body[data-theme-mode=light] .border-left-color-hover-success-accent:hover,body[data-theme-mode=light] .border-left-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-accent:focus,body[data-theme-mode=light] .border-left-color-focus-success-accent:focus-within,body[data-theme-mode=light] .border-left-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-accent:active,html body .theme-override-light .border-left-color-success-accent,html body .theme-override-light .border-left-color-hover-success-accent:hover,html body .theme-override-light .border-left-color-focus-success-accent[data-focused=true],html body .theme-override-light .border-left-color-focus-success-accent:focus,html body .theme-override-light .border-left-color-focus-success-accent:focus-within,html body .theme-override-light .border-left-color-active-success-accent[data-selected=true],html body .theme-override-light .border-left-color-active-success-accent:active{border-left-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-right-color-success-accent,body[data-theme-mode=light] .border-right-color-hover-success-accent:hover,body[data-theme-mode=light] .border-right-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-accent:focus,body[data-theme-mode=light] .border-right-color-focus-success-accent:focus-within,body[data-theme-mode=light] .border-right-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-accent:active,html body .theme-override-light .border-right-color-success-accent,html body .theme-override-light .border-right-color-hover-success-accent:hover,html body .theme-override-light .border-right-color-focus-success-accent[data-focused=true],html body .theme-override-light .border-right-color-focus-success-accent:focus,html body .theme-override-light .border-right-color-focus-success-accent:focus-within,html body .theme-override-light .border-right-color-active-success-accent[data-selected=true],html body .theme-override-light .border-right-color-active-success-accent:active{border-right-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .fill-color-success-accent,body[data-theme-mode=light] .fill-color-hover-success-accent:hover,body[data-theme-mode=light] .fill-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-accent:focus,body[data-theme-mode=light] .fill-color-focus-success-accent:focus-within,body[data-theme-mode=light] .fill-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-accent:active,html body .theme-override-light .fill-color-success-accent,html body .theme-override-light .fill-color-hover-success-accent:hover,html body .theme-override-light .fill-color-focus-success-accent[data-focused=true],html body .theme-override-light .fill-color-focus-success-accent:focus,html body .theme-override-light .fill-color-focus-success-accent:focus-within,html body .theme-override-light .fill-color-active-success-accent[data-selected=true],html body .theme-override-light .fill-color-active-success-accent:active{background-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .outline-color-success-accent,body[data-theme-mode=light] .outline-color-hover-success-accent:hover,body[data-theme-mode=light] .outline-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-accent:focus,body[data-theme-mode=light] .outline-color-focus-success-accent:focus-within,body[data-theme-mode=light] .outline-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-accent:active,html body .theme-override-light .outline-color-success-accent,html body .theme-override-light .outline-color-hover-success-accent:hover,html body .theme-override-light .outline-color-focus-success-accent[data-focused=true],html body .theme-override-light .outline-color-focus-success-accent:focus,html body .theme-override-light .outline-color-focus-success-accent:focus-within,html body .theme-override-light .outline-color-active-success-accent[data-selected=true],html body .theme-override-light .outline-color-active-success-accent:active{outline-color:var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .outside-border-color-success-accent,body[data-theme-mode=light] .outside-border-color-hover-success-accent:hover,body[data-theme-mode=light] .outside-border-color-focus-success-accent[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-accent:focus,body[data-theme-mode=light] .outside-border-color-focus-success-accent:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-accent[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-accent:active,html body .theme-override-light .outside-border-color-success-accent,html body .theme-override-light .outside-border-color-hover-success-accent:hover,html body .theme-override-light .outside-border-color-focus-success-accent[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-accent:focus,html body .theme-override-light .outside-border-color-focus-success-accent:focus-within,html body .theme-override-light .outside-border-color-active-success-accent[data-selected=true],html body .theme-override-light .outside-border-color-active-success-accent:active{--outside-border-color: var(--color-success-accent, var(--color-light-accent))}body[data-theme-mode=light] .font-color-success-accent-foreground,body[data-theme-mode=light] .font-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .font-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .font-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .font-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-success-accent-foreground:active,html body .theme-override-light .font-color-success-accent-foreground,html body .theme-override-light .font-color-hover-success-accent-foreground:hover,html body .theme-override-light .font-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .font-color-focus-success-accent-foreground:focus,html body .theme-override-light .font-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .font-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .font-color-active-success-accent-foreground:active{color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-color-success-accent-foreground,body[data-theme-mode=light] .border-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .border-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .border-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .border-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-success-accent-foreground:active,html body .theme-override-light .border-color-success-accent-foreground,html body .theme-override-light .border-color-hover-success-accent-foreground:hover,html body .theme-override-light .border-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .border-color-focus-success-accent-foreground:focus,html body .theme-override-light .border-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .border-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .border-color-active-success-accent-foreground:active{border-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-top-color-success-accent-foreground,body[data-theme-mode=light] .border-top-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-accent-foreground:active,html body .theme-override-light .border-top-color-success-accent-foreground,html body .theme-override-light .border-top-color-hover-success-accent-foreground:hover,html body .theme-override-light .border-top-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-success-accent-foreground:focus,html body .theme-override-light .border-top-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .border-top-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-success-accent-foreground:active{border-top-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-bottom-color-success-accent-foreground,body[data-theme-mode=light] .border-bottom-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-accent-foreground:active,html body .theme-override-light .border-bottom-color-success-accent-foreground,html body .theme-override-light .border-bottom-color-hover-success-accent-foreground:hover,html body .theme-override-light .border-bottom-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-accent-foreground:focus,html body .theme-override-light .border-bottom-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-accent-foreground:active{border-bottom-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-left-color-success-accent-foreground,body[data-theme-mode=light] .border-left-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-accent-foreground:active,html body .theme-override-light .border-left-color-success-accent-foreground,html body .theme-override-light .border-left-color-hover-success-accent-foreground:hover,html body .theme-override-light .border-left-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-success-accent-foreground:focus,html body .theme-override-light .border-left-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .border-left-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-success-accent-foreground:active{border-left-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-right-color-success-accent-foreground,body[data-theme-mode=light] .border-right-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-accent-foreground:active,html body .theme-override-light .border-right-color-success-accent-foreground,html body .theme-override-light .border-right-color-hover-success-accent-foreground:hover,html body .theme-override-light .border-right-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-success-accent-foreground:focus,html body .theme-override-light .border-right-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .border-right-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-success-accent-foreground:active{border-right-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .fill-color-success-accent-foreground,body[data-theme-mode=light] .fill-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .fill-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .fill-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-accent-foreground:active,html body .theme-override-light .fill-color-success-accent-foreground,html body .theme-override-light .fill-color-hover-success-accent-foreground:hover,html body .theme-override-light .fill-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-success-accent-foreground:focus,html body .theme-override-light .fill-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .fill-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .fill-color-active-success-accent-foreground:active{background-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outline-color-success-accent-foreground,body[data-theme-mode=light] .outline-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .outline-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .outline-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-accent-foreground:active,html body .theme-override-light .outline-color-success-accent-foreground,html body .theme-override-light .outline-color-hover-success-accent-foreground:hover,html body .theme-override-light .outline-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-success-accent-foreground:focus,html body .theme-override-light .outline-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .outline-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .outline-color-active-success-accent-foreground:active{outline-color:var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outside-border-color-success-accent-foreground,body[data-theme-mode=light] .outside-border-color-hover-success-accent-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-accent-foreground:active,html body .theme-override-light .outside-border-color-success-accent-foreground,html body .theme-override-light .outside-border-color-hover-success-accent-foreground:hover,html body .theme-override-light .outside-border-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-accent-foreground:focus,html body .theme-override-light .outside-border-color-focus-success-accent-foreground:focus-within,html body .theme-override-light .outside-border-color-active-success-accent-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-success-accent-foreground:active{--outside-border-color: var(--color-success-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .font-color-success-background,body[data-theme-mode=light] .font-color-hover-success-background:hover,body[data-theme-mode=light] .font-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background:focus,body[data-theme-mode=light] .font-color-focus-success-background:focus-within,body[data-theme-mode=light] .font-color-active-success-background[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background:active,html body .theme-override-light .font-color-success-background,html body .theme-override-light .font-color-hover-success-background:hover,html body .theme-override-light .font-color-focus-success-background[data-focused=true],html body .theme-override-light .font-color-focus-success-background:focus,html body .theme-override-light .font-color-focus-success-background:focus-within,html body .theme-override-light .font-color-active-success-background[data-selected=true],html body .theme-override-light .font-color-active-success-background:active{color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .border-color-success-background,body[data-theme-mode=light] .border-color-hover-success-background:hover,body[data-theme-mode=light] .border-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background:focus,body[data-theme-mode=light] .border-color-focus-success-background:focus-within,body[data-theme-mode=light] .border-color-active-success-background[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background:active,html body .theme-override-light .border-color-success-background,html body .theme-override-light .border-color-hover-success-background:hover,html body .theme-override-light .border-color-focus-success-background[data-focused=true],html body .theme-override-light .border-color-focus-success-background:focus,html body .theme-override-light .border-color-focus-success-background:focus-within,html body .theme-override-light .border-color-active-success-background[data-selected=true],html body .theme-override-light .border-color-active-success-background:active{border-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .border-top-color-success-background,body[data-theme-mode=light] .border-top-color-hover-success-background:hover,body[data-theme-mode=light] .border-top-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background:focus,body[data-theme-mode=light] .border-top-color-focus-success-background:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background:active,html body .theme-override-light .border-top-color-success-background,html body .theme-override-light .border-top-color-hover-success-background:hover,html body .theme-override-light .border-top-color-focus-success-background[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background:focus,html body .theme-override-light .border-top-color-focus-success-background:focus-within,html body .theme-override-light .border-top-color-active-success-background[data-selected=true],html body .theme-override-light .border-top-color-active-success-background:active{border-top-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .border-bottom-color-success-background,body[data-theme-mode=light] .border-bottom-color-hover-success-background:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background:active,html body .theme-override-light .border-bottom-color-success-background,html body .theme-override-light .border-bottom-color-hover-success-background:hover,html body .theme-override-light .border-bottom-color-focus-success-background[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background:focus,html body .theme-override-light .border-bottom-color-focus-success-background:focus-within,html body .theme-override-light .border-bottom-color-active-success-background[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background:active{border-bottom-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .border-left-color-success-background,body[data-theme-mode=light] .border-left-color-hover-success-background:hover,body[data-theme-mode=light] .border-left-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background:focus,body[data-theme-mode=light] .border-left-color-focus-success-background:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background:active,html body .theme-override-light .border-left-color-success-background,html body .theme-override-light .border-left-color-hover-success-background:hover,html body .theme-override-light .border-left-color-focus-success-background[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background:focus,html body .theme-override-light .border-left-color-focus-success-background:focus-within,html body .theme-override-light .border-left-color-active-success-background[data-selected=true],html body .theme-override-light .border-left-color-active-success-background:active{border-left-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .border-right-color-success-background,body[data-theme-mode=light] .border-right-color-hover-success-background:hover,body[data-theme-mode=light] .border-right-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background:focus,body[data-theme-mode=light] .border-right-color-focus-success-background:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background:active,html body .theme-override-light .border-right-color-success-background,html body .theme-override-light .border-right-color-hover-success-background:hover,html body .theme-override-light .border-right-color-focus-success-background[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background:focus,html body .theme-override-light .border-right-color-focus-success-background:focus-within,html body .theme-override-light .border-right-color-active-success-background[data-selected=true],html body .theme-override-light .border-right-color-active-success-background:active{border-right-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .fill-color-success-background,body[data-theme-mode=light] .fill-color-hover-success-background:hover,body[data-theme-mode=light] .fill-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background:focus,body[data-theme-mode=light] .fill-color-focus-success-background:focus-within,body[data-theme-mode=light] .fill-color-active-success-background[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background:active,html body .theme-override-light .fill-color-success-background,html body .theme-override-light .fill-color-hover-success-background:hover,html body .theme-override-light .fill-color-focus-success-background[data-focused=true],html body .theme-override-light .fill-color-focus-success-background:focus,html body .theme-override-light .fill-color-focus-success-background:focus-within,html body .theme-override-light .fill-color-active-success-background[data-selected=true],html body .theme-override-light .fill-color-active-success-background:active{background-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .outline-color-success-background,body[data-theme-mode=light] .outline-color-hover-success-background:hover,body[data-theme-mode=light] .outline-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background:focus,body[data-theme-mode=light] .outline-color-focus-success-background:focus-within,body[data-theme-mode=light] .outline-color-active-success-background[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background:active,html body .theme-override-light .outline-color-success-background,html body .theme-override-light .outline-color-hover-success-background:hover,html body .theme-override-light .outline-color-focus-success-background[data-focused=true],html body .theme-override-light .outline-color-focus-success-background:focus,html body .theme-override-light .outline-color-focus-success-background:focus-within,html body .theme-override-light .outline-color-active-success-background[data-selected=true],html body .theme-override-light .outline-color-active-success-background:active{outline-color:var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .outside-border-color-success-background,body[data-theme-mode=light] .outside-border-color-hover-success-background:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background:active,html body .theme-override-light .outside-border-color-success-background,html body .theme-override-light .outside-border-color-hover-success-background:hover,html body .theme-override-light .outside-border-color-focus-success-background[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background:focus,html body .theme-override-light .outside-border-color-focus-success-background:focus-within,html body .theme-override-light .outside-border-color-active-success-background[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background:active{--outside-border-color: var(--color-success-background, var(--color-light-background))}body[data-theme-mode=light] .font-color-success-background-surface,body[data-theme-mode=light] .font-color-hover-success-background-surface:hover,body[data-theme-mode=light] .font-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-surface:focus,body[data-theme-mode=light] .font-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .font-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-surface:active,html body .theme-override-light .font-color-success-background-surface,html body .theme-override-light .font-color-hover-success-background-surface:hover,html body .theme-override-light .font-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .font-color-focus-success-background-surface:focus,html body .theme-override-light .font-color-focus-success-background-surface:focus-within,html body .theme-override-light .font-color-active-success-background-surface[data-selected=true],html body .theme-override-light .font-color-active-success-background-surface:active{color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-color-success-background-surface,body[data-theme-mode=light] .border-color-hover-success-background-surface:hover,body[data-theme-mode=light] .border-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-surface:focus,body[data-theme-mode=light] .border-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .border-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-surface:active,html body .theme-override-light .border-color-success-background-surface,html body .theme-override-light .border-color-hover-success-background-surface:hover,html body .theme-override-light .border-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .border-color-focus-success-background-surface:focus,html body .theme-override-light .border-color-focus-success-background-surface:focus-within,html body .theme-override-light .border-color-active-success-background-surface[data-selected=true],html body .theme-override-light .border-color-active-success-background-surface:active{border-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-top-color-success-background-surface,body[data-theme-mode=light] .border-top-color-hover-success-background-surface:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-surface:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-surface:active,html body .theme-override-light .border-top-color-success-background-surface,html body .theme-override-light .border-top-color-hover-success-background-surface:hover,html body .theme-override-light .border-top-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-surface:focus,html body .theme-override-light .border-top-color-focus-success-background-surface:focus-within,html body .theme-override-light .border-top-color-active-success-background-surface[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-surface:active{border-top-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-bottom-color-success-background-surface,body[data-theme-mode=light] .border-bottom-color-hover-success-background-surface:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-surface:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-surface:active,html body .theme-override-light .border-bottom-color-success-background-surface,html body .theme-override-light .border-bottom-color-hover-success-background-surface:hover,html body .theme-override-light .border-bottom-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-surface:focus,html body .theme-override-light .border-bottom-color-focus-success-background-surface:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-surface[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-surface:active{border-bottom-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-left-color-success-background-surface,body[data-theme-mode=light] .border-left-color-hover-success-background-surface:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-surface:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-surface:active,html body .theme-override-light .border-left-color-success-background-surface,html body .theme-override-light .border-left-color-hover-success-background-surface:hover,html body .theme-override-light .border-left-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-surface:focus,html body .theme-override-light .border-left-color-focus-success-background-surface:focus-within,html body .theme-override-light .border-left-color-active-success-background-surface[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-surface:active{border-left-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-right-color-success-background-surface,body[data-theme-mode=light] .border-right-color-hover-success-background-surface:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-surface:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-surface:active,html body .theme-override-light .border-right-color-success-background-surface,html body .theme-override-light .border-right-color-hover-success-background-surface:hover,html body .theme-override-light .border-right-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-surface:focus,html body .theme-override-light .border-right-color-focus-success-background-surface:focus-within,html body .theme-override-light .border-right-color-active-success-background-surface[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-surface:active{border-right-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .fill-color-success-background-surface,body[data-theme-mode=light] .fill-color-hover-success-background-surface:hover,body[data-theme-mode=light] .fill-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-surface:focus,body[data-theme-mode=light] .fill-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-surface:active,html body .theme-override-light .fill-color-success-background-surface,html body .theme-override-light .fill-color-hover-success-background-surface:hover,html body .theme-override-light .fill-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-surface:focus,html body .theme-override-light .fill-color-focus-success-background-surface:focus-within,html body .theme-override-light .fill-color-active-success-background-surface[data-selected=true],html body .theme-override-light .fill-color-active-success-background-surface:active{background-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outline-color-success-background-surface,body[data-theme-mode=light] .outline-color-hover-success-background-surface:hover,body[data-theme-mode=light] .outline-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-surface:focus,body[data-theme-mode=light] .outline-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-surface:active,html body .theme-override-light .outline-color-success-background-surface,html body .theme-override-light .outline-color-hover-success-background-surface:hover,html body .theme-override-light .outline-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-surface:focus,html body .theme-override-light .outline-color-focus-success-background-surface:focus-within,html body .theme-override-light .outline-color-active-success-background-surface[data-selected=true],html body .theme-override-light .outline-color-active-success-background-surface:active{outline-color:var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outside-border-color-success-background-surface,body[data-theme-mode=light] .outside-border-color-hover-success-background-surface:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-surface:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-surface:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-surface[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-surface:active,html body .theme-override-light .outside-border-color-success-background-surface,html body .theme-override-light .outside-border-color-hover-success-background-surface:hover,html body .theme-override-light .outside-border-color-focus-success-background-surface[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-surface:focus,html body .theme-override-light .outside-border-color-focus-success-background-surface:focus-within,html body .theme-override-light .outside-border-color-active-success-background-surface[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-surface:active{--outside-border-color: var(--color-success-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .font-color-success-background-ghost,body[data-theme-mode=light] .font-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .font-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .font-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .font-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-ghost:active,html body .theme-override-light .font-color-success-background-ghost,html body .theme-override-light .font-color-hover-success-background-ghost:hover,html body .theme-override-light .font-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .font-color-focus-success-background-ghost:focus,html body .theme-override-light .font-color-focus-success-background-ghost:focus-within,html body .theme-override-light .font-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .font-color-active-success-background-ghost:active{color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-color-success-background-ghost,body[data-theme-mode=light] .border-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .border-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .border-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .border-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-ghost:active,html body .theme-override-light .border-color-success-background-ghost,html body .theme-override-light .border-color-hover-success-background-ghost:hover,html body .theme-override-light .border-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .border-color-focus-success-background-ghost:focus,html body .theme-override-light .border-color-focus-success-background-ghost:focus-within,html body .theme-override-light .border-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .border-color-active-success-background-ghost:active{border-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-top-color-success-background-ghost,body[data-theme-mode=light] .border-top-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-ghost:active,html body .theme-override-light .border-top-color-success-background-ghost,html body .theme-override-light .border-top-color-hover-success-background-ghost:hover,html body .theme-override-light .border-top-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-ghost:focus,html body .theme-override-light .border-top-color-focus-success-background-ghost:focus-within,html body .theme-override-light .border-top-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-ghost:active{border-top-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-bottom-color-success-background-ghost,body[data-theme-mode=light] .border-bottom-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-ghost:active,html body .theme-override-light .border-bottom-color-success-background-ghost,html body .theme-override-light .border-bottom-color-hover-success-background-ghost:hover,html body .theme-override-light .border-bottom-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-ghost:focus,html body .theme-override-light .border-bottom-color-focus-success-background-ghost:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-ghost:active{border-bottom-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-left-color-success-background-ghost,body[data-theme-mode=light] .border-left-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-ghost:active,html body .theme-override-light .border-left-color-success-background-ghost,html body .theme-override-light .border-left-color-hover-success-background-ghost:hover,html body .theme-override-light .border-left-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-ghost:focus,html body .theme-override-light .border-left-color-focus-success-background-ghost:focus-within,html body .theme-override-light .border-left-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-ghost:active{border-left-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-right-color-success-background-ghost,body[data-theme-mode=light] .border-right-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-ghost:active,html body .theme-override-light .border-right-color-success-background-ghost,html body .theme-override-light .border-right-color-hover-success-background-ghost:hover,html body .theme-override-light .border-right-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-ghost:focus,html body .theme-override-light .border-right-color-focus-success-background-ghost:focus-within,html body .theme-override-light .border-right-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-ghost:active{border-right-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .fill-color-success-background-ghost,body[data-theme-mode=light] .fill-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .fill-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .fill-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-ghost:active,html body .theme-override-light .fill-color-success-background-ghost,html body .theme-override-light .fill-color-hover-success-background-ghost:hover,html body .theme-override-light .fill-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-ghost:focus,html body .theme-override-light .fill-color-focus-success-background-ghost:focus-within,html body .theme-override-light .fill-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .fill-color-active-success-background-ghost:active{background-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outline-color-success-background-ghost,body[data-theme-mode=light] .outline-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .outline-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .outline-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-ghost:active,html body .theme-override-light .outline-color-success-background-ghost,html body .theme-override-light .outline-color-hover-success-background-ghost:hover,html body .theme-override-light .outline-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-ghost:focus,html body .theme-override-light .outline-color-focus-success-background-ghost:focus-within,html body .theme-override-light .outline-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .outline-color-active-success-background-ghost:active{outline-color:var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outside-border-color-success-background-ghost,body[data-theme-mode=light] .outside-border-color-hover-success-background-ghost:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-ghost:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-ghost:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-ghost:active,html body .theme-override-light .outside-border-color-success-background-ghost,html body .theme-override-light .outside-border-color-hover-success-background-ghost:hover,html body .theme-override-light .outside-border-color-focus-success-background-ghost[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-ghost:focus,html body .theme-override-light .outside-border-color-focus-success-background-ghost:focus-within,html body .theme-override-light .outside-border-color-active-success-background-ghost[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-ghost:active{--outside-border-color: var(--color-success-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .font-color-success-background-flat,body[data-theme-mode=light] .font-color-hover-success-background-flat:hover,body[data-theme-mode=light] .font-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-flat:focus,body[data-theme-mode=light] .font-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .font-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-flat:active,html body .theme-override-light .font-color-success-background-flat,html body .theme-override-light .font-color-hover-success-background-flat:hover,html body .theme-override-light .font-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .font-color-focus-success-background-flat:focus,html body .theme-override-light .font-color-focus-success-background-flat:focus-within,html body .theme-override-light .font-color-active-success-background-flat[data-selected=true],html body .theme-override-light .font-color-active-success-background-flat:active{color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-color-success-background-flat,body[data-theme-mode=light] .border-color-hover-success-background-flat:hover,body[data-theme-mode=light] .border-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-flat:focus,body[data-theme-mode=light] .border-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .border-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-flat:active,html body .theme-override-light .border-color-success-background-flat,html body .theme-override-light .border-color-hover-success-background-flat:hover,html body .theme-override-light .border-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .border-color-focus-success-background-flat:focus,html body .theme-override-light .border-color-focus-success-background-flat:focus-within,html body .theme-override-light .border-color-active-success-background-flat[data-selected=true],html body .theme-override-light .border-color-active-success-background-flat:active{border-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-top-color-success-background-flat,body[data-theme-mode=light] .border-top-color-hover-success-background-flat:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-flat:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-flat:active,html body .theme-override-light .border-top-color-success-background-flat,html body .theme-override-light .border-top-color-hover-success-background-flat:hover,html body .theme-override-light .border-top-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-flat:focus,html body .theme-override-light .border-top-color-focus-success-background-flat:focus-within,html body .theme-override-light .border-top-color-active-success-background-flat[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-flat:active{border-top-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-bottom-color-success-background-flat,body[data-theme-mode=light] .border-bottom-color-hover-success-background-flat:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-flat:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-flat:active,html body .theme-override-light .border-bottom-color-success-background-flat,html body .theme-override-light .border-bottom-color-hover-success-background-flat:hover,html body .theme-override-light .border-bottom-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-flat:focus,html body .theme-override-light .border-bottom-color-focus-success-background-flat:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-flat[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-flat:active{border-bottom-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-left-color-success-background-flat,body[data-theme-mode=light] .border-left-color-hover-success-background-flat:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-flat:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-flat:active,html body .theme-override-light .border-left-color-success-background-flat,html body .theme-override-light .border-left-color-hover-success-background-flat:hover,html body .theme-override-light .border-left-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-flat:focus,html body .theme-override-light .border-left-color-focus-success-background-flat:focus-within,html body .theme-override-light .border-left-color-active-success-background-flat[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-flat:active{border-left-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-right-color-success-background-flat,body[data-theme-mode=light] .border-right-color-hover-success-background-flat:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-flat:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-flat:active,html body .theme-override-light .border-right-color-success-background-flat,html body .theme-override-light .border-right-color-hover-success-background-flat:hover,html body .theme-override-light .border-right-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-flat:focus,html body .theme-override-light .border-right-color-focus-success-background-flat:focus-within,html body .theme-override-light .border-right-color-active-success-background-flat[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-flat:active{border-right-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .fill-color-success-background-flat,body[data-theme-mode=light] .fill-color-hover-success-background-flat:hover,body[data-theme-mode=light] .fill-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-flat:focus,body[data-theme-mode=light] .fill-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-flat:active,html body .theme-override-light .fill-color-success-background-flat,html body .theme-override-light .fill-color-hover-success-background-flat:hover,html body .theme-override-light .fill-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-flat:focus,html body .theme-override-light .fill-color-focus-success-background-flat:focus-within,html body .theme-override-light .fill-color-active-success-background-flat[data-selected=true],html body .theme-override-light .fill-color-active-success-background-flat:active{background-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outline-color-success-background-flat,body[data-theme-mode=light] .outline-color-hover-success-background-flat:hover,body[data-theme-mode=light] .outline-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-flat:focus,body[data-theme-mode=light] .outline-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-flat:active,html body .theme-override-light .outline-color-success-background-flat,html body .theme-override-light .outline-color-hover-success-background-flat:hover,html body .theme-override-light .outline-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-flat:focus,html body .theme-override-light .outline-color-focus-success-background-flat:focus-within,html body .theme-override-light .outline-color-active-success-background-flat[data-selected=true],html body .theme-override-light .outline-color-active-success-background-flat:active{outline-color:var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outside-border-color-success-background-flat,body[data-theme-mode=light] .outside-border-color-hover-success-background-flat:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-flat:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-flat:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-flat[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-flat:active,html body .theme-override-light .outside-border-color-success-background-flat,html body .theme-override-light .outside-border-color-hover-success-background-flat:hover,html body .theme-override-light .outside-border-color-focus-success-background-flat[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-flat:focus,html body .theme-override-light .outside-border-color-focus-success-background-flat:focus-within,html body .theme-override-light .outside-border-color-active-success-background-flat[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-flat:active{--outside-border-color: var(--color-success-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .font-color-success-background-card,body[data-theme-mode=light] .font-color-hover-success-background-card:hover,body[data-theme-mode=light] .font-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-card:focus,body[data-theme-mode=light] .font-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .font-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-card:active,html body .theme-override-light .font-color-success-background-card,html body .theme-override-light .font-color-hover-success-background-card:hover,html body .theme-override-light .font-color-focus-success-background-card[data-focused=true],html body .theme-override-light .font-color-focus-success-background-card:focus,html body .theme-override-light .font-color-focus-success-background-card:focus-within,html body .theme-override-light .font-color-active-success-background-card[data-selected=true],html body .theme-override-light .font-color-active-success-background-card:active{color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-color-success-background-card,body[data-theme-mode=light] .border-color-hover-success-background-card:hover,body[data-theme-mode=light] .border-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-card:focus,body[data-theme-mode=light] .border-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .border-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-card:active,html body .theme-override-light .border-color-success-background-card,html body .theme-override-light .border-color-hover-success-background-card:hover,html body .theme-override-light .border-color-focus-success-background-card[data-focused=true],html body .theme-override-light .border-color-focus-success-background-card:focus,html body .theme-override-light .border-color-focus-success-background-card:focus-within,html body .theme-override-light .border-color-active-success-background-card[data-selected=true],html body .theme-override-light .border-color-active-success-background-card:active{border-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-top-color-success-background-card,body[data-theme-mode=light] .border-top-color-hover-success-background-card:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-card:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-card:active,html body .theme-override-light .border-top-color-success-background-card,html body .theme-override-light .border-top-color-hover-success-background-card:hover,html body .theme-override-light .border-top-color-focus-success-background-card[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-card:focus,html body .theme-override-light .border-top-color-focus-success-background-card:focus-within,html body .theme-override-light .border-top-color-active-success-background-card[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-card:active{border-top-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-bottom-color-success-background-card,body[data-theme-mode=light] .border-bottom-color-hover-success-background-card:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-card:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-card:active,html body .theme-override-light .border-bottom-color-success-background-card,html body .theme-override-light .border-bottom-color-hover-success-background-card:hover,html body .theme-override-light .border-bottom-color-focus-success-background-card[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-card:focus,html body .theme-override-light .border-bottom-color-focus-success-background-card:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-card[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-card:active{border-bottom-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-left-color-success-background-card,body[data-theme-mode=light] .border-left-color-hover-success-background-card:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-card:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-card:active,html body .theme-override-light .border-left-color-success-background-card,html body .theme-override-light .border-left-color-hover-success-background-card:hover,html body .theme-override-light .border-left-color-focus-success-background-card[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-card:focus,html body .theme-override-light .border-left-color-focus-success-background-card:focus-within,html body .theme-override-light .border-left-color-active-success-background-card[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-card:active{border-left-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-right-color-success-background-card,body[data-theme-mode=light] .border-right-color-hover-success-background-card:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-card:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-card:active,html body .theme-override-light .border-right-color-success-background-card,html body .theme-override-light .border-right-color-hover-success-background-card:hover,html body .theme-override-light .border-right-color-focus-success-background-card[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-card:focus,html body .theme-override-light .border-right-color-focus-success-background-card:focus-within,html body .theme-override-light .border-right-color-active-success-background-card[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-card:active{border-right-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .fill-color-success-background-card,body[data-theme-mode=light] .fill-color-hover-success-background-card:hover,body[data-theme-mode=light] .fill-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-card:focus,body[data-theme-mode=light] .fill-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-card:active,html body .theme-override-light .fill-color-success-background-card,html body .theme-override-light .fill-color-hover-success-background-card:hover,html body .theme-override-light .fill-color-focus-success-background-card[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-card:focus,html body .theme-override-light .fill-color-focus-success-background-card:focus-within,html body .theme-override-light .fill-color-active-success-background-card[data-selected=true],html body .theme-override-light .fill-color-active-success-background-card:active{background-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outline-color-success-background-card,body[data-theme-mode=light] .outline-color-hover-success-background-card:hover,body[data-theme-mode=light] .outline-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-card:focus,body[data-theme-mode=light] .outline-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-card:active,html body .theme-override-light .outline-color-success-background-card,html body .theme-override-light .outline-color-hover-success-background-card:hover,html body .theme-override-light .outline-color-focus-success-background-card[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-card:focus,html body .theme-override-light .outline-color-focus-success-background-card:focus-within,html body .theme-override-light .outline-color-active-success-background-card[data-selected=true],html body .theme-override-light .outline-color-active-success-background-card:active{outline-color:var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outside-border-color-success-background-card,body[data-theme-mode=light] .outside-border-color-hover-success-background-card:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-card[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-card:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-card:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-card[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-card:active,html body .theme-override-light .outside-border-color-success-background-card,html body .theme-override-light .outside-border-color-hover-success-background-card:hover,html body .theme-override-light .outside-border-color-focus-success-background-card[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-card:focus,html body .theme-override-light .outside-border-color-focus-success-background-card:focus-within,html body .theme-override-light .outside-border-color-active-success-background-card[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-card:active{--outside-border-color: var(--color-success-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .font-color-success-background-panel,body[data-theme-mode=light] .font-color-hover-success-background-panel:hover,body[data-theme-mode=light] .font-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-panel:focus,body[data-theme-mode=light] .font-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .font-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-panel:active,html body .theme-override-light .font-color-success-background-panel,html body .theme-override-light .font-color-hover-success-background-panel:hover,html body .theme-override-light .font-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .font-color-focus-success-background-panel:focus,html body .theme-override-light .font-color-focus-success-background-panel:focus-within,html body .theme-override-light .font-color-active-success-background-panel[data-selected=true],html body .theme-override-light .font-color-active-success-background-panel:active{color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-color-success-background-panel,body[data-theme-mode=light] .border-color-hover-success-background-panel:hover,body[data-theme-mode=light] .border-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-panel:focus,body[data-theme-mode=light] .border-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .border-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-panel:active,html body .theme-override-light .border-color-success-background-panel,html body .theme-override-light .border-color-hover-success-background-panel:hover,html body .theme-override-light .border-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .border-color-focus-success-background-panel:focus,html body .theme-override-light .border-color-focus-success-background-panel:focus-within,html body .theme-override-light .border-color-active-success-background-panel[data-selected=true],html body .theme-override-light .border-color-active-success-background-panel:active{border-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-top-color-success-background-panel,body[data-theme-mode=light] .border-top-color-hover-success-background-panel:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-panel:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-panel:active,html body .theme-override-light .border-top-color-success-background-panel,html body .theme-override-light .border-top-color-hover-success-background-panel:hover,html body .theme-override-light .border-top-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-panel:focus,html body .theme-override-light .border-top-color-focus-success-background-panel:focus-within,html body .theme-override-light .border-top-color-active-success-background-panel[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-panel:active{border-top-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-bottom-color-success-background-panel,body[data-theme-mode=light] .border-bottom-color-hover-success-background-panel:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-panel:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-panel:active,html body .theme-override-light .border-bottom-color-success-background-panel,html body .theme-override-light .border-bottom-color-hover-success-background-panel:hover,html body .theme-override-light .border-bottom-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-panel:focus,html body .theme-override-light .border-bottom-color-focus-success-background-panel:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-panel[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-panel:active{border-bottom-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-left-color-success-background-panel,body[data-theme-mode=light] .border-left-color-hover-success-background-panel:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-panel:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-panel:active,html body .theme-override-light .border-left-color-success-background-panel,html body .theme-override-light .border-left-color-hover-success-background-panel:hover,html body .theme-override-light .border-left-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-panel:focus,html body .theme-override-light .border-left-color-focus-success-background-panel:focus-within,html body .theme-override-light .border-left-color-active-success-background-panel[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-panel:active{border-left-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-right-color-success-background-panel,body[data-theme-mode=light] .border-right-color-hover-success-background-panel:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-panel:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-panel:active,html body .theme-override-light .border-right-color-success-background-panel,html body .theme-override-light .border-right-color-hover-success-background-panel:hover,html body .theme-override-light .border-right-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-panel:focus,html body .theme-override-light .border-right-color-focus-success-background-panel:focus-within,html body .theme-override-light .border-right-color-active-success-background-panel[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-panel:active{border-right-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .fill-color-success-background-panel,body[data-theme-mode=light] .fill-color-hover-success-background-panel:hover,body[data-theme-mode=light] .fill-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-panel:focus,body[data-theme-mode=light] .fill-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-panel:active,html body .theme-override-light .fill-color-success-background-panel,html body .theme-override-light .fill-color-hover-success-background-panel:hover,html body .theme-override-light .fill-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-panel:focus,html body .theme-override-light .fill-color-focus-success-background-panel:focus-within,html body .theme-override-light .fill-color-active-success-background-panel[data-selected=true],html body .theme-override-light .fill-color-active-success-background-panel:active{background-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outline-color-success-background-panel,body[data-theme-mode=light] .outline-color-hover-success-background-panel:hover,body[data-theme-mode=light] .outline-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-panel:focus,body[data-theme-mode=light] .outline-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-panel:active,html body .theme-override-light .outline-color-success-background-panel,html body .theme-override-light .outline-color-hover-success-background-panel:hover,html body .theme-override-light .outline-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-panel:focus,html body .theme-override-light .outline-color-focus-success-background-panel:focus-within,html body .theme-override-light .outline-color-active-success-background-panel[data-selected=true],html body .theme-override-light .outline-color-active-success-background-panel:active{outline-color:var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outside-border-color-success-background-panel,body[data-theme-mode=light] .outside-border-color-hover-success-background-panel:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-panel:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-panel:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-panel[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-panel:active,html body .theme-override-light .outside-border-color-success-background-panel,html body .theme-override-light .outside-border-color-hover-success-background-panel:hover,html body .theme-override-light .outside-border-color-focus-success-background-panel[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-panel:focus,html body .theme-override-light .outside-border-color-focus-success-background-panel:focus-within,html body .theme-override-light .outside-border-color-active-success-background-panel[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-panel:active{--outside-border-color: var(--color-success-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .font-color-success-background-field,body[data-theme-mode=light] .font-color-hover-success-background-field:hover,body[data-theme-mode=light] .font-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-background-field:focus,body[data-theme-mode=light] .font-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .font-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .font-color-active-success-background-field:active,html body .theme-override-light .font-color-success-background-field,html body .theme-override-light .font-color-hover-success-background-field:hover,html body .theme-override-light .font-color-focus-success-background-field[data-focused=true],html body .theme-override-light .font-color-focus-success-background-field:focus,html body .theme-override-light .font-color-focus-success-background-field:focus-within,html body .theme-override-light .font-color-active-success-background-field[data-selected=true],html body .theme-override-light .font-color-active-success-background-field:active{color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-color-success-background-field,body[data-theme-mode=light] .border-color-hover-success-background-field:hover,body[data-theme-mode=light] .border-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-background-field:focus,body[data-theme-mode=light] .border-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .border-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .border-color-active-success-background-field:active,html body .theme-override-light .border-color-success-background-field,html body .theme-override-light .border-color-hover-success-background-field:hover,html body .theme-override-light .border-color-focus-success-background-field[data-focused=true],html body .theme-override-light .border-color-focus-success-background-field:focus,html body .theme-override-light .border-color-focus-success-background-field:focus-within,html body .theme-override-light .border-color-active-success-background-field[data-selected=true],html body .theme-override-light .border-color-active-success-background-field:active{border-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-top-color-success-background-field,body[data-theme-mode=light] .border-top-color-hover-success-background-field:hover,body[data-theme-mode=light] .border-top-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-background-field:focus,body[data-theme-mode=light] .border-top-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .border-top-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-background-field:active,html body .theme-override-light .border-top-color-success-background-field,html body .theme-override-light .border-top-color-hover-success-background-field:hover,html body .theme-override-light .border-top-color-focus-success-background-field[data-focused=true],html body .theme-override-light .border-top-color-focus-success-background-field:focus,html body .theme-override-light .border-top-color-focus-success-background-field:focus-within,html body .theme-override-light .border-top-color-active-success-background-field[data-selected=true],html body .theme-override-light .border-top-color-active-success-background-field:active{border-top-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-bottom-color-success-background-field,body[data-theme-mode=light] .border-bottom-color-hover-success-background-field:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-background-field:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-background-field:active,html body .theme-override-light .border-bottom-color-success-background-field,html body .theme-override-light .border-bottom-color-hover-success-background-field:hover,html body .theme-override-light .border-bottom-color-focus-success-background-field[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-background-field:focus,html body .theme-override-light .border-bottom-color-focus-success-background-field:focus-within,html body .theme-override-light .border-bottom-color-active-success-background-field[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-background-field:active{border-bottom-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-left-color-success-background-field,body[data-theme-mode=light] .border-left-color-hover-success-background-field:hover,body[data-theme-mode=light] .border-left-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-background-field:focus,body[data-theme-mode=light] .border-left-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .border-left-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-background-field:active,html body .theme-override-light .border-left-color-success-background-field,html body .theme-override-light .border-left-color-hover-success-background-field:hover,html body .theme-override-light .border-left-color-focus-success-background-field[data-focused=true],html body .theme-override-light .border-left-color-focus-success-background-field:focus,html body .theme-override-light .border-left-color-focus-success-background-field:focus-within,html body .theme-override-light .border-left-color-active-success-background-field[data-selected=true],html body .theme-override-light .border-left-color-active-success-background-field:active{border-left-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-right-color-success-background-field,body[data-theme-mode=light] .border-right-color-hover-success-background-field:hover,body[data-theme-mode=light] .border-right-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-background-field:focus,body[data-theme-mode=light] .border-right-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .border-right-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-background-field:active,html body .theme-override-light .border-right-color-success-background-field,html body .theme-override-light .border-right-color-hover-success-background-field:hover,html body .theme-override-light .border-right-color-focus-success-background-field[data-focused=true],html body .theme-override-light .border-right-color-focus-success-background-field:focus,html body .theme-override-light .border-right-color-focus-success-background-field:focus-within,html body .theme-override-light .border-right-color-active-success-background-field[data-selected=true],html body .theme-override-light .border-right-color-active-success-background-field:active{border-right-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .fill-color-success-background-field,body[data-theme-mode=light] .fill-color-hover-success-background-field:hover,body[data-theme-mode=light] .fill-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-background-field:focus,body[data-theme-mode=light] .fill-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .fill-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-background-field:active,html body .theme-override-light .fill-color-success-background-field,html body .theme-override-light .fill-color-hover-success-background-field:hover,html body .theme-override-light .fill-color-focus-success-background-field[data-focused=true],html body .theme-override-light .fill-color-focus-success-background-field:focus,html body .theme-override-light .fill-color-focus-success-background-field:focus-within,html body .theme-override-light .fill-color-active-success-background-field[data-selected=true],html body .theme-override-light .fill-color-active-success-background-field:active{background-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outline-color-success-background-field,body[data-theme-mode=light] .outline-color-hover-success-background-field:hover,body[data-theme-mode=light] .outline-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-background-field:focus,body[data-theme-mode=light] .outline-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .outline-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-background-field:active,html body .theme-override-light .outline-color-success-background-field,html body .theme-override-light .outline-color-hover-success-background-field:hover,html body .theme-override-light .outline-color-focus-success-background-field[data-focused=true],html body .theme-override-light .outline-color-focus-success-background-field:focus,html body .theme-override-light .outline-color-focus-success-background-field:focus-within,html body .theme-override-light .outline-color-active-success-background-field[data-selected=true],html body .theme-override-light .outline-color-active-success-background-field:active{outline-color:var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outside-border-color-success-background-field,body[data-theme-mode=light] .outside-border-color-hover-success-background-field:hover,body[data-theme-mode=light] .outside-border-color-focus-success-background-field[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-background-field:focus,body[data-theme-mode=light] .outside-border-color-focus-success-background-field:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-background-field[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-background-field:active,html body .theme-override-light .outside-border-color-success-background-field,html body .theme-override-light .outside-border-color-hover-success-background-field:hover,html body .theme-override-light .outside-border-color-focus-success-background-field[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-background-field:focus,html body .theme-override-light .outside-border-color-focus-success-background-field:focus-within,html body .theme-override-light .outside-border-color-active-success-background-field[data-selected=true],html body .theme-override-light .outside-border-color-active-success-background-field:active{--outside-border-color: var(--color-success-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .font-color-success-font,body[data-theme-mode=light] .font-color-hover-success-font:hover,body[data-theme-mode=light] .font-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font:focus,body[data-theme-mode=light] .font-color-focus-success-font:focus-within,body[data-theme-mode=light] .font-color-active-success-font[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font:active,html body .theme-override-light .font-color-success-font,html body .theme-override-light .font-color-hover-success-font:hover,html body .theme-override-light .font-color-focus-success-font[data-focused=true],html body .theme-override-light .font-color-focus-success-font:focus,html body .theme-override-light .font-color-focus-success-font:focus-within,html body .theme-override-light .font-color-active-success-font[data-selected=true],html body .theme-override-light .font-color-active-success-font:active{color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .border-color-success-font,body[data-theme-mode=light] .border-color-hover-success-font:hover,body[data-theme-mode=light] .border-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font:focus,body[data-theme-mode=light] .border-color-focus-success-font:focus-within,body[data-theme-mode=light] .border-color-active-success-font[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font:active,html body .theme-override-light .border-color-success-font,html body .theme-override-light .border-color-hover-success-font:hover,html body .theme-override-light .border-color-focus-success-font[data-focused=true],html body .theme-override-light .border-color-focus-success-font:focus,html body .theme-override-light .border-color-focus-success-font:focus-within,html body .theme-override-light .border-color-active-success-font[data-selected=true],html body .theme-override-light .border-color-active-success-font:active{border-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .border-top-color-success-font,body[data-theme-mode=light] .border-top-color-hover-success-font:hover,body[data-theme-mode=light] .border-top-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font:focus,body[data-theme-mode=light] .border-top-color-focus-success-font:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font:active,html body .theme-override-light .border-top-color-success-font,html body .theme-override-light .border-top-color-hover-success-font:hover,html body .theme-override-light .border-top-color-focus-success-font[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font:focus,html body .theme-override-light .border-top-color-focus-success-font:focus-within,html body .theme-override-light .border-top-color-active-success-font[data-selected=true],html body .theme-override-light .border-top-color-active-success-font:active{border-top-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .border-bottom-color-success-font,body[data-theme-mode=light] .border-bottom-color-hover-success-font:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font:active,html body .theme-override-light .border-bottom-color-success-font,html body .theme-override-light .border-bottom-color-hover-success-font:hover,html body .theme-override-light .border-bottom-color-focus-success-font[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font:focus,html body .theme-override-light .border-bottom-color-focus-success-font:focus-within,html body .theme-override-light .border-bottom-color-active-success-font[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font:active{border-bottom-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .border-left-color-success-font,body[data-theme-mode=light] .border-left-color-hover-success-font:hover,body[data-theme-mode=light] .border-left-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font:focus,body[data-theme-mode=light] .border-left-color-focus-success-font:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font:active,html body .theme-override-light .border-left-color-success-font,html body .theme-override-light .border-left-color-hover-success-font:hover,html body .theme-override-light .border-left-color-focus-success-font[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font:focus,html body .theme-override-light .border-left-color-focus-success-font:focus-within,html body .theme-override-light .border-left-color-active-success-font[data-selected=true],html body .theme-override-light .border-left-color-active-success-font:active{border-left-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .border-right-color-success-font,body[data-theme-mode=light] .border-right-color-hover-success-font:hover,body[data-theme-mode=light] .border-right-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font:focus,body[data-theme-mode=light] .border-right-color-focus-success-font:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font:active,html body .theme-override-light .border-right-color-success-font,html body .theme-override-light .border-right-color-hover-success-font:hover,html body .theme-override-light .border-right-color-focus-success-font[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font:focus,html body .theme-override-light .border-right-color-focus-success-font:focus-within,html body .theme-override-light .border-right-color-active-success-font[data-selected=true],html body .theme-override-light .border-right-color-active-success-font:active{border-right-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .fill-color-success-font,body[data-theme-mode=light] .fill-color-hover-success-font:hover,body[data-theme-mode=light] .fill-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font:focus,body[data-theme-mode=light] .fill-color-focus-success-font:focus-within,body[data-theme-mode=light] .fill-color-active-success-font[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font:active,html body .theme-override-light .fill-color-success-font,html body .theme-override-light .fill-color-hover-success-font:hover,html body .theme-override-light .fill-color-focus-success-font[data-focused=true],html body .theme-override-light .fill-color-focus-success-font:focus,html body .theme-override-light .fill-color-focus-success-font:focus-within,html body .theme-override-light .fill-color-active-success-font[data-selected=true],html body .theme-override-light .fill-color-active-success-font:active{background-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .outline-color-success-font,body[data-theme-mode=light] .outline-color-hover-success-font:hover,body[data-theme-mode=light] .outline-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font:focus,body[data-theme-mode=light] .outline-color-focus-success-font:focus-within,body[data-theme-mode=light] .outline-color-active-success-font[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font:active,html body .theme-override-light .outline-color-success-font,html body .theme-override-light .outline-color-hover-success-font:hover,html body .theme-override-light .outline-color-focus-success-font[data-focused=true],html body .theme-override-light .outline-color-focus-success-font:focus,html body .theme-override-light .outline-color-focus-success-font:focus-within,html body .theme-override-light .outline-color-active-success-font[data-selected=true],html body .theme-override-light .outline-color-active-success-font:active{outline-color:var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .outside-border-color-success-font,body[data-theme-mode=light] .outside-border-color-hover-success-font:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font:active,html body .theme-override-light .outside-border-color-success-font,html body .theme-override-light .outside-border-color-hover-success-font:hover,html body .theme-override-light .outside-border-color-focus-success-font[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font:focus,html body .theme-override-light .outside-border-color-focus-success-font:focus-within,html body .theme-override-light .outside-border-color-active-success-font[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font:active{--outside-border-color: var(--color-success-font, var(--color-light-font))}body[data-theme-mode=light] .font-color-success-font-muted,body[data-theme-mode=light] .font-color-hover-success-font-muted:hover,body[data-theme-mode=light] .font-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-muted:focus,body[data-theme-mode=light] .font-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .font-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-muted:active,html body .theme-override-light .font-color-success-font-muted,html body .theme-override-light .font-color-hover-success-font-muted:hover,html body .theme-override-light .font-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .font-color-focus-success-font-muted:focus,html body .theme-override-light .font-color-focus-success-font-muted:focus-within,html body .theme-override-light .font-color-active-success-font-muted[data-selected=true],html body .theme-override-light .font-color-active-success-font-muted:active{color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-color-success-font-muted,body[data-theme-mode=light] .border-color-hover-success-font-muted:hover,body[data-theme-mode=light] .border-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-muted:focus,body[data-theme-mode=light] .border-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .border-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-muted:active,html body .theme-override-light .border-color-success-font-muted,html body .theme-override-light .border-color-hover-success-font-muted:hover,html body .theme-override-light .border-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .border-color-focus-success-font-muted:focus,html body .theme-override-light .border-color-focus-success-font-muted:focus-within,html body .theme-override-light .border-color-active-success-font-muted[data-selected=true],html body .theme-override-light .border-color-active-success-font-muted:active{border-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-top-color-success-font-muted,body[data-theme-mode=light] .border-top-color-hover-success-font-muted:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-muted:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-muted:active,html body .theme-override-light .border-top-color-success-font-muted,html body .theme-override-light .border-top-color-hover-success-font-muted:hover,html body .theme-override-light .border-top-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-muted:focus,html body .theme-override-light .border-top-color-focus-success-font-muted:focus-within,html body .theme-override-light .border-top-color-active-success-font-muted[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-muted:active{border-top-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-bottom-color-success-font-muted,body[data-theme-mode=light] .border-bottom-color-hover-success-font-muted:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-muted:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-muted:active,html body .theme-override-light .border-bottom-color-success-font-muted,html body .theme-override-light .border-bottom-color-hover-success-font-muted:hover,html body .theme-override-light .border-bottom-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-muted:focus,html body .theme-override-light .border-bottom-color-focus-success-font-muted:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-muted[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-muted:active{border-bottom-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-left-color-success-font-muted,body[data-theme-mode=light] .border-left-color-hover-success-font-muted:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-muted:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-muted:active,html body .theme-override-light .border-left-color-success-font-muted,html body .theme-override-light .border-left-color-hover-success-font-muted:hover,html body .theme-override-light .border-left-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-muted:focus,html body .theme-override-light .border-left-color-focus-success-font-muted:focus-within,html body .theme-override-light .border-left-color-active-success-font-muted[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-muted:active{border-left-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-right-color-success-font-muted,body[data-theme-mode=light] .border-right-color-hover-success-font-muted:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-muted:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-muted:active,html body .theme-override-light .border-right-color-success-font-muted,html body .theme-override-light .border-right-color-hover-success-font-muted:hover,html body .theme-override-light .border-right-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-muted:focus,html body .theme-override-light .border-right-color-focus-success-font-muted:focus-within,html body .theme-override-light .border-right-color-active-success-font-muted[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-muted:active{border-right-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .fill-color-success-font-muted,body[data-theme-mode=light] .fill-color-hover-success-font-muted:hover,body[data-theme-mode=light] .fill-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-muted:focus,body[data-theme-mode=light] .fill-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-muted:active,html body .theme-override-light .fill-color-success-font-muted,html body .theme-override-light .fill-color-hover-success-font-muted:hover,html body .theme-override-light .fill-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-muted:focus,html body .theme-override-light .fill-color-focus-success-font-muted:focus-within,html body .theme-override-light .fill-color-active-success-font-muted[data-selected=true],html body .theme-override-light .fill-color-active-success-font-muted:active{background-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outline-color-success-font-muted,body[data-theme-mode=light] .outline-color-hover-success-font-muted:hover,body[data-theme-mode=light] .outline-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-muted:focus,body[data-theme-mode=light] .outline-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-muted:active,html body .theme-override-light .outline-color-success-font-muted,html body .theme-override-light .outline-color-hover-success-font-muted:hover,html body .theme-override-light .outline-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-muted:focus,html body .theme-override-light .outline-color-focus-success-font-muted:focus-within,html body .theme-override-light .outline-color-active-success-font-muted[data-selected=true],html body .theme-override-light .outline-color-active-success-font-muted:active{outline-color:var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outside-border-color-success-font-muted,body[data-theme-mode=light] .outside-border-color-hover-success-font-muted:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-muted:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-muted:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-muted[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-muted:active,html body .theme-override-light .outside-border-color-success-font-muted,html body .theme-override-light .outside-border-color-hover-success-font-muted:hover,html body .theme-override-light .outside-border-color-focus-success-font-muted[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-muted:focus,html body .theme-override-light .outside-border-color-focus-success-font-muted:focus-within,html body .theme-override-light .outside-border-color-active-success-font-muted[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-muted:active{--outside-border-color: var(--color-success-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .font-color-success-font-disabled,body[data-theme-mode=light] .font-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .font-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .font-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .font-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .font-color-active-success-font-disabled:active,html body .theme-override-light .font-color-success-font-disabled,html body .theme-override-light .font-color-hover-success-font-disabled:hover,html body .theme-override-light .font-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .font-color-focus-success-font-disabled:focus,html body .theme-override-light .font-color-focus-success-font-disabled:focus-within,html body .theme-override-light .font-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .font-color-active-success-font-disabled:active{color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-color-success-font-disabled,body[data-theme-mode=light] .border-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .border-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .border-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .border-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .border-color-active-success-font-disabled:active,html body .theme-override-light .border-color-success-font-disabled,html body .theme-override-light .border-color-hover-success-font-disabled:hover,html body .theme-override-light .border-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .border-color-focus-success-font-disabled:focus,html body .theme-override-light .border-color-focus-success-font-disabled:focus-within,html body .theme-override-light .border-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .border-color-active-success-font-disabled:active{border-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-top-color-success-font-disabled,body[data-theme-mode=light] .border-top-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .border-top-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .border-top-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .border-top-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-font-disabled:active,html body .theme-override-light .border-top-color-success-font-disabled,html body .theme-override-light .border-top-color-hover-success-font-disabled:hover,html body .theme-override-light .border-top-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .border-top-color-focus-success-font-disabled:focus,html body .theme-override-light .border-top-color-focus-success-font-disabled:focus-within,html body .theme-override-light .border-top-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .border-top-color-active-success-font-disabled:active{border-top-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-bottom-color-success-font-disabled,body[data-theme-mode=light] .border-bottom-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-font-disabled:active,html body .theme-override-light .border-bottom-color-success-font-disabled,html body .theme-override-light .border-bottom-color-hover-success-font-disabled:hover,html body .theme-override-light .border-bottom-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-font-disabled:focus,html body .theme-override-light .border-bottom-color-focus-success-font-disabled:focus-within,html body .theme-override-light .border-bottom-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-font-disabled:active{border-bottom-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-left-color-success-font-disabled,body[data-theme-mode=light] .border-left-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .border-left-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .border-left-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .border-left-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-font-disabled:active,html body .theme-override-light .border-left-color-success-font-disabled,html body .theme-override-light .border-left-color-hover-success-font-disabled:hover,html body .theme-override-light .border-left-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .border-left-color-focus-success-font-disabled:focus,html body .theme-override-light .border-left-color-focus-success-font-disabled:focus-within,html body .theme-override-light .border-left-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .border-left-color-active-success-font-disabled:active{border-left-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-right-color-success-font-disabled,body[data-theme-mode=light] .border-right-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .border-right-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .border-right-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .border-right-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-font-disabled:active,html body .theme-override-light .border-right-color-success-font-disabled,html body .theme-override-light .border-right-color-hover-success-font-disabled:hover,html body .theme-override-light .border-right-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .border-right-color-focus-success-font-disabled:focus,html body .theme-override-light .border-right-color-focus-success-font-disabled:focus-within,html body .theme-override-light .border-right-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .border-right-color-active-success-font-disabled:active{border-right-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .fill-color-success-font-disabled,body[data-theme-mode=light] .fill-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .fill-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .fill-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .fill-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-font-disabled:active,html body .theme-override-light .fill-color-success-font-disabled,html body .theme-override-light .fill-color-hover-success-font-disabled:hover,html body .theme-override-light .fill-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .fill-color-focus-success-font-disabled:focus,html body .theme-override-light .fill-color-focus-success-font-disabled:focus-within,html body .theme-override-light .fill-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .fill-color-active-success-font-disabled:active{background-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outline-color-success-font-disabled,body[data-theme-mode=light] .outline-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .outline-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .outline-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .outline-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-font-disabled:active,html body .theme-override-light .outline-color-success-font-disabled,html body .theme-override-light .outline-color-hover-success-font-disabled:hover,html body .theme-override-light .outline-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .outline-color-focus-success-font-disabled:focus,html body .theme-override-light .outline-color-focus-success-font-disabled:focus-within,html body .theme-override-light .outline-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .outline-color-active-success-font-disabled:active{outline-color:var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outside-border-color-success-font-disabled,body[data-theme-mode=light] .outside-border-color-hover-success-font-disabled:hover,body[data-theme-mode=light] .outside-border-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-font-disabled:focus,body[data-theme-mode=light] .outside-border-color-focus-success-font-disabled:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-font-disabled:active,html body .theme-override-light .outside-border-color-success-font-disabled,html body .theme-override-light .outside-border-color-hover-success-font-disabled:hover,html body .theme-override-light .outside-border-color-focus-success-font-disabled[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-font-disabled:focus,html body .theme-override-light .outside-border-color-focus-success-font-disabled:focus-within,html body .theme-override-light .outside-border-color-active-success-font-disabled[data-selected=true],html body .theme-override-light .outside-border-color-active-success-font-disabled:active{--outside-border-color: var(--color-success-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .font-color-success-border,body[data-theme-mode=light] .font-color-hover-success-border:hover,body[data-theme-mode=light] .font-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border:focus,body[data-theme-mode=light] .font-color-focus-success-border:focus-within,body[data-theme-mode=light] .font-color-active-success-border[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border:active,html body .theme-override-light .font-color-success-border,html body .theme-override-light .font-color-hover-success-border:hover,html body .theme-override-light .font-color-focus-success-border[data-focused=true],html body .theme-override-light .font-color-focus-success-border:focus,html body .theme-override-light .font-color-focus-success-border:focus-within,html body .theme-override-light .font-color-active-success-border[data-selected=true],html body .theme-override-light .font-color-active-success-border:active{color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .border-color-success-border,body[data-theme-mode=light] .border-color-hover-success-border:hover,body[data-theme-mode=light] .border-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border:focus,body[data-theme-mode=light] .border-color-focus-success-border:focus-within,body[data-theme-mode=light] .border-color-active-success-border[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border:active,html body .theme-override-light .border-color-success-border,html body .theme-override-light .border-color-hover-success-border:hover,html body .theme-override-light .border-color-focus-success-border[data-focused=true],html body .theme-override-light .border-color-focus-success-border:focus,html body .theme-override-light .border-color-focus-success-border:focus-within,html body .theme-override-light .border-color-active-success-border[data-selected=true],html body .theme-override-light .border-color-active-success-border:active{border-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .border-top-color-success-border,body[data-theme-mode=light] .border-top-color-hover-success-border:hover,body[data-theme-mode=light] .border-top-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border:focus,body[data-theme-mode=light] .border-top-color-focus-success-border:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border:active,html body .theme-override-light .border-top-color-success-border,html body .theme-override-light .border-top-color-hover-success-border:hover,html body .theme-override-light .border-top-color-focus-success-border[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border:focus,html body .theme-override-light .border-top-color-focus-success-border:focus-within,html body .theme-override-light .border-top-color-active-success-border[data-selected=true],html body .theme-override-light .border-top-color-active-success-border:active{border-top-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .border-bottom-color-success-border,body[data-theme-mode=light] .border-bottom-color-hover-success-border:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border:active,html body .theme-override-light .border-bottom-color-success-border,html body .theme-override-light .border-bottom-color-hover-success-border:hover,html body .theme-override-light .border-bottom-color-focus-success-border[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border:focus,html body .theme-override-light .border-bottom-color-focus-success-border:focus-within,html body .theme-override-light .border-bottom-color-active-success-border[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border:active{border-bottom-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .border-left-color-success-border,body[data-theme-mode=light] .border-left-color-hover-success-border:hover,body[data-theme-mode=light] .border-left-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border:focus,body[data-theme-mode=light] .border-left-color-focus-success-border:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border:active,html body .theme-override-light .border-left-color-success-border,html body .theme-override-light .border-left-color-hover-success-border:hover,html body .theme-override-light .border-left-color-focus-success-border[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border:focus,html body .theme-override-light .border-left-color-focus-success-border:focus-within,html body .theme-override-light .border-left-color-active-success-border[data-selected=true],html body .theme-override-light .border-left-color-active-success-border:active{border-left-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .border-right-color-success-border,body[data-theme-mode=light] .border-right-color-hover-success-border:hover,body[data-theme-mode=light] .border-right-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border:focus,body[data-theme-mode=light] .border-right-color-focus-success-border:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border:active,html body .theme-override-light .border-right-color-success-border,html body .theme-override-light .border-right-color-hover-success-border:hover,html body .theme-override-light .border-right-color-focus-success-border[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border:focus,html body .theme-override-light .border-right-color-focus-success-border:focus-within,html body .theme-override-light .border-right-color-active-success-border[data-selected=true],html body .theme-override-light .border-right-color-active-success-border:active{border-right-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .fill-color-success-border,body[data-theme-mode=light] .fill-color-hover-success-border:hover,body[data-theme-mode=light] .fill-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border:focus,body[data-theme-mode=light] .fill-color-focus-success-border:focus-within,body[data-theme-mode=light] .fill-color-active-success-border[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border:active,html body .theme-override-light .fill-color-success-border,html body .theme-override-light .fill-color-hover-success-border:hover,html body .theme-override-light .fill-color-focus-success-border[data-focused=true],html body .theme-override-light .fill-color-focus-success-border:focus,html body .theme-override-light .fill-color-focus-success-border:focus-within,html body .theme-override-light .fill-color-active-success-border[data-selected=true],html body .theme-override-light .fill-color-active-success-border:active{background-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .outline-color-success-border,body[data-theme-mode=light] .outline-color-hover-success-border:hover,body[data-theme-mode=light] .outline-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border:focus,body[data-theme-mode=light] .outline-color-focus-success-border:focus-within,body[data-theme-mode=light] .outline-color-active-success-border[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border:active,html body .theme-override-light .outline-color-success-border,html body .theme-override-light .outline-color-hover-success-border:hover,html body .theme-override-light .outline-color-focus-success-border[data-focused=true],html body .theme-override-light .outline-color-focus-success-border:focus,html body .theme-override-light .outline-color-focus-success-border:focus-within,html body .theme-override-light .outline-color-active-success-border[data-selected=true],html body .theme-override-light .outline-color-active-success-border:active{outline-color:var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .outside-border-color-success-border,body[data-theme-mode=light] .outside-border-color-hover-success-border:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border:active,html body .theme-override-light .outside-border-color-success-border,html body .theme-override-light .outside-border-color-hover-success-border:hover,html body .theme-override-light .outside-border-color-focus-success-border[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border:focus,html body .theme-override-light .outside-border-color-focus-success-border:focus-within,html body .theme-override-light .outside-border-color-active-success-border[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border:active{--outside-border-color: var(--color-success-border, var(--color-light-border))}body[data-theme-mode=light] .font-color-success-border-light,body[data-theme-mode=light] .font-color-hover-success-border-light:hover,body[data-theme-mode=light] .font-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-light:focus,body[data-theme-mode=light] .font-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .font-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-light:active,html body .theme-override-light .font-color-success-border-light,html body .theme-override-light .font-color-hover-success-border-light:hover,html body .theme-override-light .font-color-focus-success-border-light[data-focused=true],html body .theme-override-light .font-color-focus-success-border-light:focus,html body .theme-override-light .font-color-focus-success-border-light:focus-within,html body .theme-override-light .font-color-active-success-border-light[data-selected=true],html body .theme-override-light .font-color-active-success-border-light:active{color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-color-success-border-light,body[data-theme-mode=light] .border-color-hover-success-border-light:hover,body[data-theme-mode=light] .border-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-light:focus,body[data-theme-mode=light] .border-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .border-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-light:active,html body .theme-override-light .border-color-success-border-light,html body .theme-override-light .border-color-hover-success-border-light:hover,html body .theme-override-light .border-color-focus-success-border-light[data-focused=true],html body .theme-override-light .border-color-focus-success-border-light:focus,html body .theme-override-light .border-color-focus-success-border-light:focus-within,html body .theme-override-light .border-color-active-success-border-light[data-selected=true],html body .theme-override-light .border-color-active-success-border-light:active{border-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-top-color-success-border-light,body[data-theme-mode=light] .border-top-color-hover-success-border-light:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-light:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-light:active,html body .theme-override-light .border-top-color-success-border-light,html body .theme-override-light .border-top-color-hover-success-border-light:hover,html body .theme-override-light .border-top-color-focus-success-border-light[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-light:focus,html body .theme-override-light .border-top-color-focus-success-border-light:focus-within,html body .theme-override-light .border-top-color-active-success-border-light[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-light:active{border-top-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-bottom-color-success-border-light,body[data-theme-mode=light] .border-bottom-color-hover-success-border-light:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-light:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-light:active,html body .theme-override-light .border-bottom-color-success-border-light,html body .theme-override-light .border-bottom-color-hover-success-border-light:hover,html body .theme-override-light .border-bottom-color-focus-success-border-light[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-light:focus,html body .theme-override-light .border-bottom-color-focus-success-border-light:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-light[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-light:active{border-bottom-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-left-color-success-border-light,body[data-theme-mode=light] .border-left-color-hover-success-border-light:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-light:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-light:active,html body .theme-override-light .border-left-color-success-border-light,html body .theme-override-light .border-left-color-hover-success-border-light:hover,html body .theme-override-light .border-left-color-focus-success-border-light[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-light:focus,html body .theme-override-light .border-left-color-focus-success-border-light:focus-within,html body .theme-override-light .border-left-color-active-success-border-light[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-light:active{border-left-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-right-color-success-border-light,body[data-theme-mode=light] .border-right-color-hover-success-border-light:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-light:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-light:active,html body .theme-override-light .border-right-color-success-border-light,html body .theme-override-light .border-right-color-hover-success-border-light:hover,html body .theme-override-light .border-right-color-focus-success-border-light[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-light:focus,html body .theme-override-light .border-right-color-focus-success-border-light:focus-within,html body .theme-override-light .border-right-color-active-success-border-light[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-light:active{border-right-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .fill-color-success-border-light,body[data-theme-mode=light] .fill-color-hover-success-border-light:hover,body[data-theme-mode=light] .fill-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-light:focus,body[data-theme-mode=light] .fill-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-light:active,html body .theme-override-light .fill-color-success-border-light,html body .theme-override-light .fill-color-hover-success-border-light:hover,html body .theme-override-light .fill-color-focus-success-border-light[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-light:focus,html body .theme-override-light .fill-color-focus-success-border-light:focus-within,html body .theme-override-light .fill-color-active-success-border-light[data-selected=true],html body .theme-override-light .fill-color-active-success-border-light:active{background-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outline-color-success-border-light,body[data-theme-mode=light] .outline-color-hover-success-border-light:hover,body[data-theme-mode=light] .outline-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-light:focus,body[data-theme-mode=light] .outline-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-light:active,html body .theme-override-light .outline-color-success-border-light,html body .theme-override-light .outline-color-hover-success-border-light:hover,html body .theme-override-light .outline-color-focus-success-border-light[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-light:focus,html body .theme-override-light .outline-color-focus-success-border-light:focus-within,html body .theme-override-light .outline-color-active-success-border-light[data-selected=true],html body .theme-override-light .outline-color-active-success-border-light:active{outline-color:var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outside-border-color-success-border-light,body[data-theme-mode=light] .outside-border-color-hover-success-border-light:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-light[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-light:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-light:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-light[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-light:active,html body .theme-override-light .outside-border-color-success-border-light,html body .theme-override-light .outside-border-color-hover-success-border-light:hover,html body .theme-override-light .outside-border-color-focus-success-border-light[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-light:focus,html body .theme-override-light .outside-border-color-focus-success-border-light:focus-within,html body .theme-override-light .outside-border-color-active-success-border-light[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-light:active{--outside-border-color: var(--color-success-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .font-color-success-border-dark,body[data-theme-mode=light] .font-color-hover-success-border-dark:hover,body[data-theme-mode=light] .font-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-dark:focus,body[data-theme-mode=light] .font-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .font-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-dark:active,html body .theme-override-light .font-color-success-border-dark,html body .theme-override-light .font-color-hover-success-border-dark:hover,html body .theme-override-light .font-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .font-color-focus-success-border-dark:focus,html body .theme-override-light .font-color-focus-success-border-dark:focus-within,html body .theme-override-light .font-color-active-success-border-dark[data-selected=true],html body .theme-override-light .font-color-active-success-border-dark:active{color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-color-success-border-dark,body[data-theme-mode=light] .border-color-hover-success-border-dark:hover,body[data-theme-mode=light] .border-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-dark:focus,body[data-theme-mode=light] .border-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .border-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-dark:active,html body .theme-override-light .border-color-success-border-dark,html body .theme-override-light .border-color-hover-success-border-dark:hover,html body .theme-override-light .border-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .border-color-focus-success-border-dark:focus,html body .theme-override-light .border-color-focus-success-border-dark:focus-within,html body .theme-override-light .border-color-active-success-border-dark[data-selected=true],html body .theme-override-light .border-color-active-success-border-dark:active{border-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-top-color-success-border-dark,body[data-theme-mode=light] .border-top-color-hover-success-border-dark:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-dark:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-dark:active,html body .theme-override-light .border-top-color-success-border-dark,html body .theme-override-light .border-top-color-hover-success-border-dark:hover,html body .theme-override-light .border-top-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-dark:focus,html body .theme-override-light .border-top-color-focus-success-border-dark:focus-within,html body .theme-override-light .border-top-color-active-success-border-dark[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-dark:active{border-top-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-bottom-color-success-border-dark,body[data-theme-mode=light] .border-bottom-color-hover-success-border-dark:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-dark:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-dark:active,html body .theme-override-light .border-bottom-color-success-border-dark,html body .theme-override-light .border-bottom-color-hover-success-border-dark:hover,html body .theme-override-light .border-bottom-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-dark:focus,html body .theme-override-light .border-bottom-color-focus-success-border-dark:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-dark[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-dark:active{border-bottom-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-left-color-success-border-dark,body[data-theme-mode=light] .border-left-color-hover-success-border-dark:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-dark:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-dark:active,html body .theme-override-light .border-left-color-success-border-dark,html body .theme-override-light .border-left-color-hover-success-border-dark:hover,html body .theme-override-light .border-left-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-dark:focus,html body .theme-override-light .border-left-color-focus-success-border-dark:focus-within,html body .theme-override-light .border-left-color-active-success-border-dark[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-dark:active{border-left-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-right-color-success-border-dark,body[data-theme-mode=light] .border-right-color-hover-success-border-dark:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-dark:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-dark:active,html body .theme-override-light .border-right-color-success-border-dark,html body .theme-override-light .border-right-color-hover-success-border-dark:hover,html body .theme-override-light .border-right-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-dark:focus,html body .theme-override-light .border-right-color-focus-success-border-dark:focus-within,html body .theme-override-light .border-right-color-active-success-border-dark[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-dark:active{border-right-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .fill-color-success-border-dark,body[data-theme-mode=light] .fill-color-hover-success-border-dark:hover,body[data-theme-mode=light] .fill-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-dark:focus,body[data-theme-mode=light] .fill-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-dark:active,html body .theme-override-light .fill-color-success-border-dark,html body .theme-override-light .fill-color-hover-success-border-dark:hover,html body .theme-override-light .fill-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-dark:focus,html body .theme-override-light .fill-color-focus-success-border-dark:focus-within,html body .theme-override-light .fill-color-active-success-border-dark[data-selected=true],html body .theme-override-light .fill-color-active-success-border-dark:active{background-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outline-color-success-border-dark,body[data-theme-mode=light] .outline-color-hover-success-border-dark:hover,body[data-theme-mode=light] .outline-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-dark:focus,body[data-theme-mode=light] .outline-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-dark:active,html body .theme-override-light .outline-color-success-border-dark,html body .theme-override-light .outline-color-hover-success-border-dark:hover,html body .theme-override-light .outline-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-dark:focus,html body .theme-override-light .outline-color-focus-success-border-dark:focus-within,html body .theme-override-light .outline-color-active-success-border-dark[data-selected=true],html body .theme-override-light .outline-color-active-success-border-dark:active{outline-color:var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outside-border-color-success-border-dark,body[data-theme-mode=light] .outside-border-color-hover-success-border-dark:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-dark:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-dark:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-dark[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-dark:active,html body .theme-override-light .outside-border-color-success-border-dark,html body .theme-override-light .outside-border-color-hover-success-border-dark:hover,html body .theme-override-light .outside-border-color-focus-success-border-dark[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-dark:focus,html body .theme-override-light .outside-border-color-focus-success-border-dark:focus-within,html body .theme-override-light .outside-border-color-active-success-border-dark[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-dark:active{--outside-border-color: var(--color-success-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .font-color-success-border-highlight,body[data-theme-mode=light] .font-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .font-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .font-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .font-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-highlight:active,html body .theme-override-light .font-color-success-border-highlight,html body .theme-override-light .font-color-hover-success-border-highlight:hover,html body .theme-override-light .font-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .font-color-focus-success-border-highlight:focus,html body .theme-override-light .font-color-focus-success-border-highlight:focus-within,html body .theme-override-light .font-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .font-color-active-success-border-highlight:active{color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-color-success-border-highlight,body[data-theme-mode=light] .border-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .border-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .border-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .border-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-highlight:active,html body .theme-override-light .border-color-success-border-highlight,html body .theme-override-light .border-color-hover-success-border-highlight:hover,html body .theme-override-light .border-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .border-color-focus-success-border-highlight:focus,html body .theme-override-light .border-color-focus-success-border-highlight:focus-within,html body .theme-override-light .border-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .border-color-active-success-border-highlight:active{border-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-top-color-success-border-highlight,body[data-theme-mode=light] .border-top-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-highlight:active,html body .theme-override-light .border-top-color-success-border-highlight,html body .theme-override-light .border-top-color-hover-success-border-highlight:hover,html body .theme-override-light .border-top-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-highlight:focus,html body .theme-override-light .border-top-color-focus-success-border-highlight:focus-within,html body .theme-override-light .border-top-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-highlight:active{border-top-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-bottom-color-success-border-highlight,body[data-theme-mode=light] .border-bottom-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-highlight:active,html body .theme-override-light .border-bottom-color-success-border-highlight,html body .theme-override-light .border-bottom-color-hover-success-border-highlight:hover,html body .theme-override-light .border-bottom-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-highlight:focus,html body .theme-override-light .border-bottom-color-focus-success-border-highlight:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-highlight:active{border-bottom-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-left-color-success-border-highlight,body[data-theme-mode=light] .border-left-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-highlight:active,html body .theme-override-light .border-left-color-success-border-highlight,html body .theme-override-light .border-left-color-hover-success-border-highlight:hover,html body .theme-override-light .border-left-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-highlight:focus,html body .theme-override-light .border-left-color-focus-success-border-highlight:focus-within,html body .theme-override-light .border-left-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-highlight:active{border-left-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-right-color-success-border-highlight,body[data-theme-mode=light] .border-right-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-highlight:active,html body .theme-override-light .border-right-color-success-border-highlight,html body .theme-override-light .border-right-color-hover-success-border-highlight:hover,html body .theme-override-light .border-right-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-highlight:focus,html body .theme-override-light .border-right-color-focus-success-border-highlight:focus-within,html body .theme-override-light .border-right-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-highlight:active{border-right-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .fill-color-success-border-highlight,body[data-theme-mode=light] .fill-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .fill-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .fill-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-highlight:active,html body .theme-override-light .fill-color-success-border-highlight,html body .theme-override-light .fill-color-hover-success-border-highlight:hover,html body .theme-override-light .fill-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-highlight:focus,html body .theme-override-light .fill-color-focus-success-border-highlight:focus-within,html body .theme-override-light .fill-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .fill-color-active-success-border-highlight:active{background-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outline-color-success-border-highlight,body[data-theme-mode=light] .outline-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .outline-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .outline-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-highlight:active,html body .theme-override-light .outline-color-success-border-highlight,html body .theme-override-light .outline-color-hover-success-border-highlight:hover,html body .theme-override-light .outline-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-highlight:focus,html body .theme-override-light .outline-color-focus-success-border-highlight:focus-within,html body .theme-override-light .outline-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .outline-color-active-success-border-highlight:active{outline-color:var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outside-border-color-success-border-highlight,body[data-theme-mode=light] .outside-border-color-hover-success-border-highlight:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-highlight:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-highlight:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-highlight:active,html body .theme-override-light .outside-border-color-success-border-highlight,html body .theme-override-light .outside-border-color-hover-success-border-highlight:hover,html body .theme-override-light .outside-border-color-focus-success-border-highlight[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-highlight:focus,html body .theme-override-light .outside-border-color-focus-success-border-highlight:focus-within,html body .theme-override-light .outside-border-color-active-success-border-highlight[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-highlight:active{--outside-border-color: var(--color-success-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .font-color-success-border-focus,body[data-theme-mode=light] .font-color-hover-success-border-focus:hover,body[data-theme-mode=light] .font-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-border-focus:focus,body[data-theme-mode=light] .font-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .font-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .font-color-active-success-border-focus:active,html body .theme-override-light .font-color-success-border-focus,html body .theme-override-light .font-color-hover-success-border-focus:hover,html body .theme-override-light .font-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .font-color-focus-success-border-focus:focus,html body .theme-override-light .font-color-focus-success-border-focus:focus-within,html body .theme-override-light .font-color-active-success-border-focus[data-selected=true],html body .theme-override-light .font-color-active-success-border-focus:active{color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-color-success-border-focus,body[data-theme-mode=light] .border-color-hover-success-border-focus:hover,body[data-theme-mode=light] .border-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-border-focus:focus,body[data-theme-mode=light] .border-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .border-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .border-color-active-success-border-focus:active,html body .theme-override-light .border-color-success-border-focus,html body .theme-override-light .border-color-hover-success-border-focus:hover,html body .theme-override-light .border-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .border-color-focus-success-border-focus:focus,html body .theme-override-light .border-color-focus-success-border-focus:focus-within,html body .theme-override-light .border-color-active-success-border-focus[data-selected=true],html body .theme-override-light .border-color-active-success-border-focus:active{border-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-top-color-success-border-focus,body[data-theme-mode=light] .border-top-color-hover-success-border-focus:hover,body[data-theme-mode=light] .border-top-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-border-focus:focus,body[data-theme-mode=light] .border-top-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .border-top-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-border-focus:active,html body .theme-override-light .border-top-color-success-border-focus,html body .theme-override-light .border-top-color-hover-success-border-focus:hover,html body .theme-override-light .border-top-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .border-top-color-focus-success-border-focus:focus,html body .theme-override-light .border-top-color-focus-success-border-focus:focus-within,html body .theme-override-light .border-top-color-active-success-border-focus[data-selected=true],html body .theme-override-light .border-top-color-active-success-border-focus:active{border-top-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-bottom-color-success-border-focus,body[data-theme-mode=light] .border-bottom-color-hover-success-border-focus:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-border-focus:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-border-focus:active,html body .theme-override-light .border-bottom-color-success-border-focus,html body .theme-override-light .border-bottom-color-hover-success-border-focus:hover,html body .theme-override-light .border-bottom-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-border-focus:focus,html body .theme-override-light .border-bottom-color-focus-success-border-focus:focus-within,html body .theme-override-light .border-bottom-color-active-success-border-focus[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-border-focus:active{border-bottom-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-left-color-success-border-focus,body[data-theme-mode=light] .border-left-color-hover-success-border-focus:hover,body[data-theme-mode=light] .border-left-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-border-focus:focus,body[data-theme-mode=light] .border-left-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .border-left-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-border-focus:active,html body .theme-override-light .border-left-color-success-border-focus,html body .theme-override-light .border-left-color-hover-success-border-focus:hover,html body .theme-override-light .border-left-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .border-left-color-focus-success-border-focus:focus,html body .theme-override-light .border-left-color-focus-success-border-focus:focus-within,html body .theme-override-light .border-left-color-active-success-border-focus[data-selected=true],html body .theme-override-light .border-left-color-active-success-border-focus:active{border-left-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-right-color-success-border-focus,body[data-theme-mode=light] .border-right-color-hover-success-border-focus:hover,body[data-theme-mode=light] .border-right-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-border-focus:focus,body[data-theme-mode=light] .border-right-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .border-right-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-border-focus:active,html body .theme-override-light .border-right-color-success-border-focus,html body .theme-override-light .border-right-color-hover-success-border-focus:hover,html body .theme-override-light .border-right-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .border-right-color-focus-success-border-focus:focus,html body .theme-override-light .border-right-color-focus-success-border-focus:focus-within,html body .theme-override-light .border-right-color-active-success-border-focus[data-selected=true],html body .theme-override-light .border-right-color-active-success-border-focus:active{border-right-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .fill-color-success-border-focus,body[data-theme-mode=light] .fill-color-hover-success-border-focus:hover,body[data-theme-mode=light] .fill-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-border-focus:focus,body[data-theme-mode=light] .fill-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .fill-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-border-focus:active,html body .theme-override-light .fill-color-success-border-focus,html body .theme-override-light .fill-color-hover-success-border-focus:hover,html body .theme-override-light .fill-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .fill-color-focus-success-border-focus:focus,html body .theme-override-light .fill-color-focus-success-border-focus:focus-within,html body .theme-override-light .fill-color-active-success-border-focus[data-selected=true],html body .theme-override-light .fill-color-active-success-border-focus:active{background-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outline-color-success-border-focus,body[data-theme-mode=light] .outline-color-hover-success-border-focus:hover,body[data-theme-mode=light] .outline-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-border-focus:focus,body[data-theme-mode=light] .outline-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .outline-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-border-focus:active,html body .theme-override-light .outline-color-success-border-focus,html body .theme-override-light .outline-color-hover-success-border-focus:hover,html body .theme-override-light .outline-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .outline-color-focus-success-border-focus:focus,html body .theme-override-light .outline-color-focus-success-border-focus:focus-within,html body .theme-override-light .outline-color-active-success-border-focus[data-selected=true],html body .theme-override-light .outline-color-active-success-border-focus:active{outline-color:var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outside-border-color-success-border-focus,body[data-theme-mode=light] .outside-border-color-hover-success-border-focus:hover,body[data-theme-mode=light] .outside-border-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-border-focus:focus,body[data-theme-mode=light] .outside-border-color-focus-success-border-focus:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-border-focus[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-border-focus:active,html body .theme-override-light .outside-border-color-success-border-focus,html body .theme-override-light .outside-border-color-hover-success-border-focus:hover,html body .theme-override-light .outside-border-color-focus-success-border-focus[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-border-focus:focus,html body .theme-override-light .outside-border-color-focus-success-border-focus:focus-within,html body .theme-override-light .outside-border-color-active-success-border-focus[data-selected=true],html body .theme-override-light .outside-border-color-active-success-border-focus:active{--outside-border-color: var(--color-success-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .font-color-success-shadow,body[data-theme-mode=light] .font-color-hover-success-shadow:hover,body[data-theme-mode=light] .font-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .font-color-focus-success-shadow:focus,body[data-theme-mode=light] .font-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .font-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .font-color-active-success-shadow:active,html body .theme-override-light .font-color-success-shadow,html body .theme-override-light .font-color-hover-success-shadow:hover,html body .theme-override-light .font-color-focus-success-shadow[data-focused=true],html body .theme-override-light .font-color-focus-success-shadow:focus,html body .theme-override-light .font-color-focus-success-shadow:focus-within,html body .theme-override-light .font-color-active-success-shadow[data-selected=true],html body .theme-override-light .font-color-active-success-shadow:active{color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-color-success-shadow,body[data-theme-mode=light] .border-color-hover-success-shadow:hover,body[data-theme-mode=light] .border-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .border-color-focus-success-shadow:focus,body[data-theme-mode=light] .border-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .border-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .border-color-active-success-shadow:active,html body .theme-override-light .border-color-success-shadow,html body .theme-override-light .border-color-hover-success-shadow:hover,html body .theme-override-light .border-color-focus-success-shadow[data-focused=true],html body .theme-override-light .border-color-focus-success-shadow:focus,html body .theme-override-light .border-color-focus-success-shadow:focus-within,html body .theme-override-light .border-color-active-success-shadow[data-selected=true],html body .theme-override-light .border-color-active-success-shadow:active{border-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-top-color-success-shadow,body[data-theme-mode=light] .border-top-color-hover-success-shadow:hover,body[data-theme-mode=light] .border-top-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-success-shadow:focus,body[data-theme-mode=light] .border-top-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .border-top-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .border-top-color-active-success-shadow:active,html body .theme-override-light .border-top-color-success-shadow,html body .theme-override-light .border-top-color-hover-success-shadow:hover,html body .theme-override-light .border-top-color-focus-success-shadow[data-focused=true],html body .theme-override-light .border-top-color-focus-success-shadow:focus,html body .theme-override-light .border-top-color-focus-success-shadow:focus-within,html body .theme-override-light .border-top-color-active-success-shadow[data-selected=true],html body .theme-override-light .border-top-color-active-success-shadow:active{border-top-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-bottom-color-success-shadow,body[data-theme-mode=light] .border-bottom-color-hover-success-shadow:hover,body[data-theme-mode=light] .border-bottom-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-success-shadow:focus,body[data-theme-mode=light] .border-bottom-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .border-bottom-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-success-shadow:active,html body .theme-override-light .border-bottom-color-success-shadow,html body .theme-override-light .border-bottom-color-hover-success-shadow:hover,html body .theme-override-light .border-bottom-color-focus-success-shadow[data-focused=true],html body .theme-override-light .border-bottom-color-focus-success-shadow:focus,html body .theme-override-light .border-bottom-color-focus-success-shadow:focus-within,html body .theme-override-light .border-bottom-color-active-success-shadow[data-selected=true],html body .theme-override-light .border-bottom-color-active-success-shadow:active{border-bottom-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-left-color-success-shadow,body[data-theme-mode=light] .border-left-color-hover-success-shadow:hover,body[data-theme-mode=light] .border-left-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-success-shadow:focus,body[data-theme-mode=light] .border-left-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .border-left-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .border-left-color-active-success-shadow:active,html body .theme-override-light .border-left-color-success-shadow,html body .theme-override-light .border-left-color-hover-success-shadow:hover,html body .theme-override-light .border-left-color-focus-success-shadow[data-focused=true],html body .theme-override-light .border-left-color-focus-success-shadow:focus,html body .theme-override-light .border-left-color-focus-success-shadow:focus-within,html body .theme-override-light .border-left-color-active-success-shadow[data-selected=true],html body .theme-override-light .border-left-color-active-success-shadow:active{border-left-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-right-color-success-shadow,body[data-theme-mode=light] .border-right-color-hover-success-shadow:hover,body[data-theme-mode=light] .border-right-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-success-shadow:focus,body[data-theme-mode=light] .border-right-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .border-right-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .border-right-color-active-success-shadow:active,html body .theme-override-light .border-right-color-success-shadow,html body .theme-override-light .border-right-color-hover-success-shadow:hover,html body .theme-override-light .border-right-color-focus-success-shadow[data-focused=true],html body .theme-override-light .border-right-color-focus-success-shadow:focus,html body .theme-override-light .border-right-color-focus-success-shadow:focus-within,html body .theme-override-light .border-right-color-active-success-shadow[data-selected=true],html body .theme-override-light .border-right-color-active-success-shadow:active{border-right-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .fill-color-success-shadow,body[data-theme-mode=light] .fill-color-hover-success-shadow:hover,body[data-theme-mode=light] .fill-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .fill-color-focus-success-shadow:focus,body[data-theme-mode=light] .fill-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .fill-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .fill-color-active-success-shadow:active,html body .theme-override-light .fill-color-success-shadow,html body .theme-override-light .fill-color-hover-success-shadow:hover,html body .theme-override-light .fill-color-focus-success-shadow[data-focused=true],html body .theme-override-light .fill-color-focus-success-shadow:focus,html body .theme-override-light .fill-color-focus-success-shadow:focus-within,html body .theme-override-light .fill-color-active-success-shadow[data-selected=true],html body .theme-override-light .fill-color-active-success-shadow:active{background-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outline-color-success-shadow,body[data-theme-mode=light] .outline-color-hover-success-shadow:hover,body[data-theme-mode=light] .outline-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .outline-color-focus-success-shadow:focus,body[data-theme-mode=light] .outline-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .outline-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .outline-color-active-success-shadow:active,html body .theme-override-light .outline-color-success-shadow,html body .theme-override-light .outline-color-hover-success-shadow:hover,html body .theme-override-light .outline-color-focus-success-shadow[data-focused=true],html body .theme-override-light .outline-color-focus-success-shadow:focus,html body .theme-override-light .outline-color-focus-success-shadow:focus-within,html body .theme-override-light .outline-color-active-success-shadow[data-selected=true],html body .theme-override-light .outline-color-active-success-shadow:active{outline-color:var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outside-border-color-success-shadow,body[data-theme-mode=light] .outside-border-color-hover-success-shadow:hover,body[data-theme-mode=light] .outside-border-color-focus-success-shadow[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-success-shadow:focus,body[data-theme-mode=light] .outside-border-color-focus-success-shadow:focus-within,body[data-theme-mode=light] .outside-border-color-active-success-shadow[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-success-shadow:active,html body .theme-override-light .outside-border-color-success-shadow,html body .theme-override-light .outside-border-color-hover-success-shadow:hover,html body .theme-override-light .outside-border-color-focus-success-shadow[data-focused=true],html body .theme-override-light .outside-border-color-focus-success-shadow:focus,html body .theme-override-light .outside-border-color-focus-success-shadow:focus-within,html body .theme-override-light .outside-border-color-active-success-shadow[data-selected=true],html body .theme-override-light .outside-border-color-active-success-shadow:active{--outside-border-color: var(--color-success-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .color-schema-success,html body .theme-override-light .color-schema-success{--color-primary-0: var( --color-light-success-primary-0, var(--color-light-primary-0) );--color-primary-foreground-0: var( --color-light-success-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-secondary-0: var( --color-light-success-secondary-0, var(--color-light-secondary-0) );--color-secondary-foreground-0: var( --color-light-success-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-accent-0: var( --color-light-success-accent-0, var(--color-light-accent-0) );--color-accent-foreground-0: var( --color-light-success-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-background-0: var( --color-light-success-background-0, var(--color-light-background-0) );--color-background-1: var( --color-light-success-background-1, var(--color-light-background-1) );--color-background-2: var( --color-light-success-background-2, var(--color-light-background-2) );--color-background-3: var( --color-light-success-background-3, var(--color-light-background-3) );--color-background-4: var( --color-light-success-background-4, var(--color-light-background-4) );--color-background-5: var( --color-light-success-background-5, var(--color-light-background-5) );--color-surface-0: var( --color-light-success-surface-0, var(--color-light-surface-0) );--color-surface-1: var( --color-light-success-surface-1, var(--color-light-surface-1) );--color-surface-2: var( --color-light-success-surface-2, var(--color-light-surface-2) );--color-surface-3: var( --color-light-success-surface-3, var(--color-light-surface-3) );--color-surface-4: var( --color-light-success-surface-4, var(--color-light-surface-4) );--color-surface-5: var( --color-light-success-surface-5, var(--color-light-surface-5) );--color-border-0: var( --color-light-success-border-0, var(--color-light-border-0) );--color-border-1: var( --color-light-success-border-1, var(--color-light-border-1) );--color-border-2: var( --color-light-success-border-2, var(--color-light-border-2) );--color-border-3: var( --color-light-success-border-3, var(--color-light-border-3) );--color-border-4: var( --color-light-success-border-4, var(--color-light-border-4) );--color-border-5: var( --color-light-success-border-5, var(--color-light-border-5) );--color-font-0: var( --color-light-success-font-0, var(--color-light-font-0) );--color-font-1: var( --color-light-success-font-1, var(--color-light-font-1) );--color-font-2: var( --color-light-success-font-2, var(--color-light-font-2) );--color-font-3: var( --color-light-success-font-3, var(--color-light-font-3) );--color-font-4: var( --color-light-success-font-4, var(--color-light-font-4) );--color-font-5: var( --color-light-success-font-5, var(--color-light-font-5) );--color-shadow-0: var( --color-light-success-shadow-0, var(--color-light-shadow-0) );--color-primary: var( --color-light-success-primary, var(--color-light-primary) );--color-primary-foreground: var( --color-light-success-primary-foreground, var(--color-light-primary-foreground) );--color-secondary: var( --color-light-success-secondary, var(--color-light-secondary) );--color-secondary-foreground: var( --color-light-success-secondary-foreground, var(--color-light-secondary-foreground) );--color-accent: var( --color-light-success-accent, var(--color-light-accent) );--color-accent-foreground: var( --color-light-success-accent-foreground, var(--color-light-accent-foreground) );--color-background: var( --color-light-success-background, var(--color-light-background) );--color-background-surface: var( --color-light-success-background-surface, var(--color-light-background-surface) );--color-background-ghost: var( --color-light-success-background-ghost, var(--color-light-background-ghost) );--color-background-flat: var( --color-light-success-background-flat, var(--color-light-background-flat) );--color-background-card: var( --color-light-success-background-card, var(--color-light-background-card) );--color-background-panel: var( --color-light-success-background-panel, var(--color-light-background-panel) );--color-background-field: var( --color-light-success-background-field, var(--color-light-background-field) );--color-font: var( --color-light-success-font, var(--color-light-font) );--color-font-muted: var( --color-light-success-font-muted, var(--color-light-font-muted) );--color-font-disabled: var( --color-light-success-font-disabled, var(--color-light-font-disabled) );--color-border: var( --color-light-success-border, var(--color-light-border) );--color-border-light: var( --color-light-success-border-light, var(--color-light-border-light) );--color-border-dark: var( --color-light-success-border-dark, var(--color-light-border-dark) );--color-border-highlight: var( --color-light-success-border-highlight, var(--color-light-border-highlight) );--color-border-focus: var( --color-light-success-border-focus, var(--color-light-border-focus) );--color-shadow: var( --color-light-success-shadow, var(--color-light-shadow) )}body[data-theme-mode=light] .font-color-danger,body[data-theme-mode=light] .font-color-hover-danger:hover,body[data-theme-mode=light] .font-color-focus-danger[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger:focus,body[data-theme-mode=light] .font-color-focus-danger:focus-within,body[data-theme-mode=light] .font-color-active-danger[data-selected=true],body[data-theme-mode=light] .font-color-active-danger:active,html body .theme-override-light .font-color-danger,html body .theme-override-light .font-color-hover-danger:hover,html body .theme-override-light .font-color-focus-danger[data-focused=true],html body .theme-override-light .font-color-focus-danger:focus,html body .theme-override-light .font-color-focus-danger:focus-within,html body .theme-override-light .font-color-active-danger[data-selected=true],html body .theme-override-light .font-color-active-danger:active{color:var(--color-light-danger-primary)}body[data-theme-mode=light] .border-color-danger,body[data-theme-mode=light] .border-color-hover-danger:hover,body[data-theme-mode=light] .border-color-focus-danger[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger:focus,body[data-theme-mode=light] .border-color-focus-danger:focus-within,body[data-theme-mode=light] .border-color-active-danger[data-selected=true],body[data-theme-mode=light] .border-color-active-danger:active,html body .theme-override-light .border-color-danger,html body .theme-override-light .border-color-hover-danger:hover,html body .theme-override-light .border-color-focus-danger[data-focused=true],html body .theme-override-light .border-color-focus-danger:focus,html body .theme-override-light .border-color-focus-danger:focus-within,html body .theme-override-light .border-color-active-danger[data-selected=true],html body .theme-override-light .border-color-active-danger:active{border-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .border-top-color-danger,body[data-theme-mode=light] .border-top-color-hover-danger:hover,body[data-theme-mode=light] .border-top-color-focus-danger[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger:focus,body[data-theme-mode=light] .border-top-color-focus-danger:focus-within,body[data-theme-mode=light] .border-top-color-active-danger[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger:active,html body .theme-override-light .border-top-color-danger,html body .theme-override-light .border-top-color-hover-danger:hover,html body .theme-override-light .border-top-color-focus-danger[data-focused=true],html body .theme-override-light .border-top-color-focus-danger:focus,html body .theme-override-light .border-top-color-focus-danger:focus-within,html body .theme-override-light .border-top-color-active-danger[data-selected=true],html body .theme-override-light .border-top-color-active-danger:active{border-top-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .border-bottom-color-danger,body[data-theme-mode=light] .border-bottom-color-hover-danger:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger:active,html body .theme-override-light .border-bottom-color-danger,html body .theme-override-light .border-bottom-color-hover-danger:hover,html body .theme-override-light .border-bottom-color-focus-danger[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger:focus,html body .theme-override-light .border-bottom-color-focus-danger:focus-within,html body .theme-override-light .border-bottom-color-active-danger[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger:active{border-bottom-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .border-left-color-danger,body[data-theme-mode=light] .border-left-color-hover-danger:hover,body[data-theme-mode=light] .border-left-color-focus-danger[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger:focus,body[data-theme-mode=light] .border-left-color-focus-danger:focus-within,body[data-theme-mode=light] .border-left-color-active-danger[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger:active,html body .theme-override-light .border-left-color-danger,html body .theme-override-light .border-left-color-hover-danger:hover,html body .theme-override-light .border-left-color-focus-danger[data-focused=true],html body .theme-override-light .border-left-color-focus-danger:focus,html body .theme-override-light .border-left-color-focus-danger:focus-within,html body .theme-override-light .border-left-color-active-danger[data-selected=true],html body .theme-override-light .border-left-color-active-danger:active{border-left-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .border-right-color-danger,body[data-theme-mode=light] .border-right-color-hover-danger:hover,body[data-theme-mode=light] .border-right-color-focus-danger[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger:focus,body[data-theme-mode=light] .border-right-color-focus-danger:focus-within,body[data-theme-mode=light] .border-right-color-active-danger[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger:active,html body .theme-override-light .border-right-color-danger,html body .theme-override-light .border-right-color-hover-danger:hover,html body .theme-override-light .border-right-color-focus-danger[data-focused=true],html body .theme-override-light .border-right-color-focus-danger:focus,html body .theme-override-light .border-right-color-focus-danger:focus-within,html body .theme-override-light .border-right-color-active-danger[data-selected=true],html body .theme-override-light .border-right-color-active-danger:active{border-right-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .fill-color-danger,body[data-theme-mode=light] .fill-color-hover-danger:hover,body[data-theme-mode=light] .fill-color-focus-danger[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger:focus,body[data-theme-mode=light] .fill-color-focus-danger:focus-within,body[data-theme-mode=light] .fill-color-active-danger[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger:active,html body .theme-override-light .fill-color-danger,html body .theme-override-light .fill-color-hover-danger:hover,html body .theme-override-light .fill-color-focus-danger[data-focused=true],html body .theme-override-light .fill-color-focus-danger:focus,html body .theme-override-light .fill-color-focus-danger:focus-within,html body .theme-override-light .fill-color-active-danger[data-selected=true],html body .theme-override-light .fill-color-active-danger:active{background-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .outline-color-danger,body[data-theme-mode=light] .outline-color-hover-danger:hover,body[data-theme-mode=light] .outline-color-focus-danger[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger:focus,body[data-theme-mode=light] .outline-color-focus-danger:focus-within,body[data-theme-mode=light] .outline-color-active-danger[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger:active,html body .theme-override-light .outline-color-danger,html body .theme-override-light .outline-color-hover-danger:hover,html body .theme-override-light .outline-color-focus-danger[data-focused=true],html body .theme-override-light .outline-color-focus-danger:focus,html body .theme-override-light .outline-color-focus-danger:focus-within,html body .theme-override-light .outline-color-active-danger[data-selected=true],html body .theme-override-light .outline-color-active-danger:active{outline-color:var(--color-light-danger-primary)}body[data-theme-mode=light] .outside-border-color-danger,body[data-theme-mode=light] .outside-border-color-hover-danger:hover,body[data-theme-mode=light] .outside-border-color-focus-danger[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger:focus,body[data-theme-mode=light] .outside-border-color-focus-danger:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger:active,html body .theme-override-light .outside-border-color-danger,html body .theme-override-light .outside-border-color-hover-danger:hover,html body .theme-override-light .outside-border-color-focus-danger[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger:focus,html body .theme-override-light .outside-border-color-focus-danger:focus-within,html body .theme-override-light .outside-border-color-active-danger[data-selected=true],html body .theme-override-light .outside-border-color-active-danger:active{--outside-border-color: var(--color-light-danger-primary)}body[data-theme-mode=light] .font-color-danger-primary-0,body[data-theme-mode=light] .font-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .font-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .font-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-primary-0:active,html body .theme-override-light .font-color-danger-primary-0,html body .theme-override-light .font-color-hover-danger-primary-0:hover,html body .theme-override-light .font-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-primary-0:focus,html body .theme-override-light .font-color-focus-danger-primary-0:focus-within,html body .theme-override-light .font-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .font-color-active-danger-primary-0:active{color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-color-danger-primary-0,body[data-theme-mode=light] .border-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .border-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .border-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-primary-0:active,html body .theme-override-light .border-color-danger-primary-0,html body .theme-override-light .border-color-hover-danger-primary-0:hover,html body .theme-override-light .border-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-primary-0:focus,html body .theme-override-light .border-color-focus-danger-primary-0:focus-within,html body .theme-override-light .border-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .border-color-active-danger-primary-0:active{border-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-top-color-danger-primary-0,body[data-theme-mode=light] .border-top-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-primary-0:active,html body .theme-override-light .border-top-color-danger-primary-0,html body .theme-override-light .border-top-color-hover-danger-primary-0:hover,html body .theme-override-light .border-top-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-primary-0:focus,html body .theme-override-light .border-top-color-focus-danger-primary-0:focus-within,html body .theme-override-light .border-top-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-primary-0:active{border-top-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-bottom-color-danger-primary-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-primary-0:active,html body .theme-override-light .border-bottom-color-danger-primary-0,html body .theme-override-light .border-bottom-color-hover-danger-primary-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-primary-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-primary-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-primary-0:active{border-bottom-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-left-color-danger-primary-0,body[data-theme-mode=light] .border-left-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-primary-0:active,html body .theme-override-light .border-left-color-danger-primary-0,html body .theme-override-light .border-left-color-hover-danger-primary-0:hover,html body .theme-override-light .border-left-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-primary-0:focus,html body .theme-override-light .border-left-color-focus-danger-primary-0:focus-within,html body .theme-override-light .border-left-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-primary-0:active{border-left-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-right-color-danger-primary-0,body[data-theme-mode=light] .border-right-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-primary-0:active,html body .theme-override-light .border-right-color-danger-primary-0,html body .theme-override-light .border-right-color-hover-danger-primary-0:hover,html body .theme-override-light .border-right-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-primary-0:focus,html body .theme-override-light .border-right-color-focus-danger-primary-0:focus-within,html body .theme-override-light .border-right-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-primary-0:active{border-right-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .fill-color-danger-primary-0,body[data-theme-mode=light] .fill-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-primary-0:active,html body .theme-override-light .fill-color-danger-primary-0,html body .theme-override-light .fill-color-hover-danger-primary-0:hover,html body .theme-override-light .fill-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-primary-0:focus,html body .theme-override-light .fill-color-focus-danger-primary-0:focus-within,html body .theme-override-light .fill-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-primary-0:active{background-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outline-color-danger-primary-0,body[data-theme-mode=light] .outline-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-primary-0:active,html body .theme-override-light .outline-color-danger-primary-0,html body .theme-override-light .outline-color-hover-danger-primary-0:hover,html body .theme-override-light .outline-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-primary-0:focus,html body .theme-override-light .outline-color-focus-danger-primary-0:focus-within,html body .theme-override-light .outline-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-primary-0:active{outline-color:var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outside-border-color-danger-primary-0,body[data-theme-mode=light] .outside-border-color-hover-danger-primary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-primary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-primary-0:active,html body .theme-override-light .outside-border-color-danger-primary-0,html body .theme-override-light .outside-border-color-hover-danger-primary-0:hover,html body .theme-override-light .outside-border-color-focus-danger-primary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-primary-0:focus,html body .theme-override-light .outside-border-color-focus-danger-primary-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-primary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-primary-0:active{--outside-border-color: var(--color-danger-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .font-color-danger-primary-foreground-0,body[data-theme-mode=light] .font-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-primary-foreground-0:active,html body .theme-override-light .font-color-danger-primary-foreground-0,html body .theme-override-light .font-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .font-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .font-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .font-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-danger-primary-foreground-0:active{color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-color-danger-primary-foreground-0,body[data-theme-mode=light] .border-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-primary-foreground-0:active,html body .theme-override-light .border-color-danger-primary-foreground-0,html body .theme-override-light .border-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .border-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .border-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .border-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-danger-primary-foreground-0:active{border-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-top-color-danger-primary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-primary-foreground-0:active,html body .theme-override-light .border-top-color-danger-primary-foreground-0,html body .theme-override-light .border-top-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-primary-foreground-0:active{border-top-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-danger-primary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-primary-foreground-0:active,html body .theme-override-light .border-bottom-color-danger-primary-foreground-0,html body .theme-override-light .border-bottom-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-primary-foreground-0:active{border-bottom-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-left-color-danger-primary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-primary-foreground-0:active,html body .theme-override-light .border-left-color-danger-primary-foreground-0,html body .theme-override-light .border-left-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-primary-foreground-0:active{border-left-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-right-color-danger-primary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-primary-foreground-0:active,html body .theme-override-light .border-right-color-danger-primary-foreground-0,html body .theme-override-light .border-right-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-primary-foreground-0:active{border-right-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .fill-color-danger-primary-foreground-0,body[data-theme-mode=light] .fill-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-primary-foreground-0:active,html body .theme-override-light .fill-color-danger-primary-foreground-0,html body .theme-override-light .fill-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .fill-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .fill-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-primary-foreground-0:active{background-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outline-color-danger-primary-foreground-0,body[data-theme-mode=light] .outline-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-primary-foreground-0:active,html body .theme-override-light .outline-color-danger-primary-foreground-0,html body .theme-override-light .outline-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .outline-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .outline-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-primary-foreground-0:active{outline-color:var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outside-border-color-danger-primary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-primary-foreground-0:active,html body .theme-override-light .outside-border-color-danger-primary-foreground-0,html body .theme-override-light .outside-border-color-hover-danger-primary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-primary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-primary-foreground-0:active{--outside-border-color: var(--color-danger-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .font-color-danger-secondary-0,body[data-theme-mode=light] .font-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .font-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .font-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-secondary-0:active,html body .theme-override-light .font-color-danger-secondary-0,html body .theme-override-light .font-color-hover-danger-secondary-0:hover,html body .theme-override-light .font-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-secondary-0:focus,html body .theme-override-light .font-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .font-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .font-color-active-danger-secondary-0:active{color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-color-danger-secondary-0,body[data-theme-mode=light] .border-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .border-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .border-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-secondary-0:active,html body .theme-override-light .border-color-danger-secondary-0,html body .theme-override-light .border-color-hover-danger-secondary-0:hover,html body .theme-override-light .border-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-secondary-0:focus,html body .theme-override-light .border-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .border-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .border-color-active-danger-secondary-0:active{border-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-top-color-danger-secondary-0,body[data-theme-mode=light] .border-top-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-secondary-0:active,html body .theme-override-light .border-top-color-danger-secondary-0,html body .theme-override-light .border-top-color-hover-danger-secondary-0:hover,html body .theme-override-light .border-top-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-secondary-0:focus,html body .theme-override-light .border-top-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .border-top-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-secondary-0:active{border-top-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-bottom-color-danger-secondary-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-0:active,html body .theme-override-light .border-bottom-color-danger-secondary-0,html body .theme-override-light .border-bottom-color-hover-danger-secondary-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-secondary-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-secondary-0:active{border-bottom-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-left-color-danger-secondary-0,body[data-theme-mode=light] .border-left-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-secondary-0:active,html body .theme-override-light .border-left-color-danger-secondary-0,html body .theme-override-light .border-left-color-hover-danger-secondary-0:hover,html body .theme-override-light .border-left-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-secondary-0:focus,html body .theme-override-light .border-left-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .border-left-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-secondary-0:active{border-left-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-right-color-danger-secondary-0,body[data-theme-mode=light] .border-right-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-secondary-0:active,html body .theme-override-light .border-right-color-danger-secondary-0,html body .theme-override-light .border-right-color-hover-danger-secondary-0:hover,html body .theme-override-light .border-right-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-secondary-0:focus,html body .theme-override-light .border-right-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .border-right-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-secondary-0:active{border-right-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .fill-color-danger-secondary-0,body[data-theme-mode=light] .fill-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-secondary-0:active,html body .theme-override-light .fill-color-danger-secondary-0,html body .theme-override-light .fill-color-hover-danger-secondary-0:hover,html body .theme-override-light .fill-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-secondary-0:focus,html body .theme-override-light .fill-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .fill-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-secondary-0:active{background-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outline-color-danger-secondary-0,body[data-theme-mode=light] .outline-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-secondary-0:active,html body .theme-override-light .outline-color-danger-secondary-0,html body .theme-override-light .outline-color-hover-danger-secondary-0:hover,html body .theme-override-light .outline-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-secondary-0:focus,html body .theme-override-light .outline-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .outline-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-secondary-0:active{outline-color:var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outside-border-color-danger-secondary-0,body[data-theme-mode=light] .outside-border-color-hover-danger-secondary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-secondary-0:active,html body .theme-override-light .outside-border-color-danger-secondary-0,html body .theme-override-light .outside-border-color-hover-danger-secondary-0:hover,html body .theme-override-light .outside-border-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-secondary-0:focus,html body .theme-override-light .outside-border-color-focus-danger-secondary-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-secondary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-secondary-0:active{--outside-border-color: var(--color-danger-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .font-color-danger-secondary-foreground-0,body[data-theme-mode=light] .font-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .font-color-danger-secondary-foreground-0,html body .theme-override-light .font-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .font-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .font-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .font-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-danger-secondary-foreground-0:active{color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-color-danger-secondary-foreground-0,body[data-theme-mode=light] .border-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .border-color-danger-secondary-foreground-0,html body .theme-override-light .border-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .border-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .border-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .border-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-danger-secondary-foreground-0:active{border-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-top-color-danger-secondary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .border-top-color-danger-secondary-foreground-0,html body .theme-override-light .border-top-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-secondary-foreground-0:active{border-top-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-danger-secondary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .border-bottom-color-danger-secondary-foreground-0,html body .theme-override-light .border-bottom-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-secondary-foreground-0:active{border-bottom-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-left-color-danger-secondary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .border-left-color-danger-secondary-foreground-0,html body .theme-override-light .border-left-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-secondary-foreground-0:active{border-left-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-right-color-danger-secondary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .border-right-color-danger-secondary-foreground-0,html body .theme-override-light .border-right-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-secondary-foreground-0:active{border-right-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .fill-color-danger-secondary-foreground-0,body[data-theme-mode=light] .fill-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .fill-color-danger-secondary-foreground-0,html body .theme-override-light .fill-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .fill-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .fill-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-secondary-foreground-0:active{background-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outline-color-danger-secondary-foreground-0,body[data-theme-mode=light] .outline-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .outline-color-danger-secondary-foreground-0,html body .theme-override-light .outline-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .outline-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .outline-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-secondary-foreground-0:active{outline-color:var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outside-border-color-danger-secondary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-secondary-foreground-0:active,html body .theme-override-light .outside-border-color-danger-secondary-foreground-0,html body .theme-override-light .outside-border-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-secondary-foreground-0:active{--outside-border-color: var(--color-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .font-color-danger-accent-0,body[data-theme-mode=light] .font-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .font-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .font-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-accent-0:active,html body .theme-override-light .font-color-danger-accent-0,html body .theme-override-light .font-color-hover-danger-accent-0:hover,html body .theme-override-light .font-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-accent-0:focus,html body .theme-override-light .font-color-focus-danger-accent-0:focus-within,html body .theme-override-light .font-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .font-color-active-danger-accent-0:active{color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-color-danger-accent-0,body[data-theme-mode=light] .border-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .border-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .border-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-accent-0:active,html body .theme-override-light .border-color-danger-accent-0,html body .theme-override-light .border-color-hover-danger-accent-0:hover,html body .theme-override-light .border-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-accent-0:focus,html body .theme-override-light .border-color-focus-danger-accent-0:focus-within,html body .theme-override-light .border-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .border-color-active-danger-accent-0:active{border-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-top-color-danger-accent-0,body[data-theme-mode=light] .border-top-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-accent-0:active,html body .theme-override-light .border-top-color-danger-accent-0,html body .theme-override-light .border-top-color-hover-danger-accent-0:hover,html body .theme-override-light .border-top-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-accent-0:focus,html body .theme-override-light .border-top-color-focus-danger-accent-0:focus-within,html body .theme-override-light .border-top-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-accent-0:active{border-top-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-bottom-color-danger-accent-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-accent-0:active,html body .theme-override-light .border-bottom-color-danger-accent-0,html body .theme-override-light .border-bottom-color-hover-danger-accent-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-accent-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-accent-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-accent-0:active{border-bottom-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-left-color-danger-accent-0,body[data-theme-mode=light] .border-left-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-accent-0:active,html body .theme-override-light .border-left-color-danger-accent-0,html body .theme-override-light .border-left-color-hover-danger-accent-0:hover,html body .theme-override-light .border-left-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-accent-0:focus,html body .theme-override-light .border-left-color-focus-danger-accent-0:focus-within,html body .theme-override-light .border-left-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-accent-0:active{border-left-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-right-color-danger-accent-0,body[data-theme-mode=light] .border-right-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-accent-0:active,html body .theme-override-light .border-right-color-danger-accent-0,html body .theme-override-light .border-right-color-hover-danger-accent-0:hover,html body .theme-override-light .border-right-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-accent-0:focus,html body .theme-override-light .border-right-color-focus-danger-accent-0:focus-within,html body .theme-override-light .border-right-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-accent-0:active{border-right-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .fill-color-danger-accent-0,body[data-theme-mode=light] .fill-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-accent-0:active,html body .theme-override-light .fill-color-danger-accent-0,html body .theme-override-light .fill-color-hover-danger-accent-0:hover,html body .theme-override-light .fill-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-accent-0:focus,html body .theme-override-light .fill-color-focus-danger-accent-0:focus-within,html body .theme-override-light .fill-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-accent-0:active{background-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outline-color-danger-accent-0,body[data-theme-mode=light] .outline-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-accent-0:active,html body .theme-override-light .outline-color-danger-accent-0,html body .theme-override-light .outline-color-hover-danger-accent-0:hover,html body .theme-override-light .outline-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-accent-0:focus,html body .theme-override-light .outline-color-focus-danger-accent-0:focus-within,html body .theme-override-light .outline-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-accent-0:active{outline-color:var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outside-border-color-danger-accent-0,body[data-theme-mode=light] .outside-border-color-hover-danger-accent-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-accent-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-accent-0:active,html body .theme-override-light .outside-border-color-danger-accent-0,html body .theme-override-light .outside-border-color-hover-danger-accent-0:hover,html body .theme-override-light .outside-border-color-focus-danger-accent-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-accent-0:focus,html body .theme-override-light .outside-border-color-focus-danger-accent-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-accent-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-accent-0:active{--outside-border-color: var(--color-danger-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .font-color-danger-accent-foreground-0,body[data-theme-mode=light] .font-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-accent-foreground-0:active,html body .theme-override-light .font-color-danger-accent-foreground-0,html body .theme-override-light .font-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .font-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .font-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .font-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-danger-accent-foreground-0:active{color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-color-danger-accent-foreground-0,body[data-theme-mode=light] .border-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-accent-foreground-0:active,html body .theme-override-light .border-color-danger-accent-foreground-0,html body .theme-override-light .border-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .border-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .border-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .border-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-danger-accent-foreground-0:active{border-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-top-color-danger-accent-foreground-0,body[data-theme-mode=light] .border-top-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-accent-foreground-0:active,html body .theme-override-light .border-top-color-danger-accent-foreground-0,html body .theme-override-light .border-top-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .border-top-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .border-top-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-accent-foreground-0:active{border-top-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-bottom-color-danger-accent-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-accent-foreground-0:active,html body .theme-override-light .border-bottom-color-danger-accent-foreground-0,html body .theme-override-light .border-bottom-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-accent-foreground-0:active{border-bottom-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-left-color-danger-accent-foreground-0,body[data-theme-mode=light] .border-left-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-accent-foreground-0:active,html body .theme-override-light .border-left-color-danger-accent-foreground-0,html body .theme-override-light .border-left-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .border-left-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .border-left-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-accent-foreground-0:active{border-left-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-right-color-danger-accent-foreground-0,body[data-theme-mode=light] .border-right-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-accent-foreground-0:active,html body .theme-override-light .border-right-color-danger-accent-foreground-0,html body .theme-override-light .border-right-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .border-right-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .border-right-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-accent-foreground-0:active{border-right-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .fill-color-danger-accent-foreground-0,body[data-theme-mode=light] .fill-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-accent-foreground-0:active,html body .theme-override-light .fill-color-danger-accent-foreground-0,html body .theme-override-light .fill-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .fill-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .fill-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .fill-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-accent-foreground-0:active{background-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outline-color-danger-accent-foreground-0,body[data-theme-mode=light] .outline-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-accent-foreground-0:active,html body .theme-override-light .outline-color-danger-accent-foreground-0,html body .theme-override-light .outline-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .outline-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .outline-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .outline-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-accent-foreground-0:active{outline-color:var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outside-border-color-danger-accent-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-accent-foreground-0:active,html body .theme-override-light .outside-border-color-danger-accent-foreground-0,html body .theme-override-light .outside-border-color-hover-danger-accent-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-accent-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-accent-foreground-0:active{--outside-border-color: var(--color-danger-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .font-color-danger-background-0,body[data-theme-mode=light] .font-color-hover-danger-background-0:hover,body[data-theme-mode=light] .font-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-0:focus,body[data-theme-mode=light] .font-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-0:active,html body .theme-override-light .font-color-danger-background-0,html body .theme-override-light .font-color-hover-danger-background-0:hover,html body .theme-override-light .font-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-0:focus,html body .theme-override-light .font-color-focus-danger-background-0:focus-within,html body .theme-override-light .font-color-active-danger-background-0[data-selected=true],html body .theme-override-light .font-color-active-danger-background-0:active{color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-color-danger-background-0,body[data-theme-mode=light] .border-color-hover-danger-background-0:hover,body[data-theme-mode=light] .border-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-0:focus,body[data-theme-mode=light] .border-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-0:active,html body .theme-override-light .border-color-danger-background-0,html body .theme-override-light .border-color-hover-danger-background-0:hover,html body .theme-override-light .border-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-0:focus,html body .theme-override-light .border-color-focus-danger-background-0:focus-within,html body .theme-override-light .border-color-active-danger-background-0[data-selected=true],html body .theme-override-light .border-color-active-danger-background-0:active{border-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-top-color-danger-background-0,body[data-theme-mode=light] .border-top-color-hover-danger-background-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-0:active,html body .theme-override-light .border-top-color-danger-background-0,html body .theme-override-light .border-top-color-hover-danger-background-0:hover,html body .theme-override-light .border-top-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-0:focus,html body .theme-override-light .border-top-color-focus-danger-background-0:focus-within,html body .theme-override-light .border-top-color-active-danger-background-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-0:active{border-top-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-bottom-color-danger-background-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-0:active,html body .theme-override-light .border-bottom-color-danger-background-0,html body .theme-override-light .border-bottom-color-hover-danger-background-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-0:active{border-bottom-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-left-color-danger-background-0,body[data-theme-mode=light] .border-left-color-hover-danger-background-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-0:active,html body .theme-override-light .border-left-color-danger-background-0,html body .theme-override-light .border-left-color-hover-danger-background-0:hover,html body .theme-override-light .border-left-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-0:focus,html body .theme-override-light .border-left-color-focus-danger-background-0:focus-within,html body .theme-override-light .border-left-color-active-danger-background-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-0:active{border-left-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-right-color-danger-background-0,body[data-theme-mode=light] .border-right-color-hover-danger-background-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-0:active,html body .theme-override-light .border-right-color-danger-background-0,html body .theme-override-light .border-right-color-hover-danger-background-0:hover,html body .theme-override-light .border-right-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-0:focus,html body .theme-override-light .border-right-color-focus-danger-background-0:focus-within,html body .theme-override-light .border-right-color-active-danger-background-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-0:active{border-right-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .fill-color-danger-background-0,body[data-theme-mode=light] .fill-color-hover-danger-background-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-0:active,html body .theme-override-light .fill-color-danger-background-0,html body .theme-override-light .fill-color-hover-danger-background-0:hover,html body .theme-override-light .fill-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-0:focus,html body .theme-override-light .fill-color-focus-danger-background-0:focus-within,html body .theme-override-light .fill-color-active-danger-background-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-0:active{background-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outline-color-danger-background-0,body[data-theme-mode=light] .outline-color-hover-danger-background-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-0:active,html body .theme-override-light .outline-color-danger-background-0,html body .theme-override-light .outline-color-hover-danger-background-0:hover,html body .theme-override-light .outline-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-0:focus,html body .theme-override-light .outline-color-focus-danger-background-0:focus-within,html body .theme-override-light .outline-color-active-danger-background-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-0:active{outline-color:var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outside-border-color-danger-background-0,body[data-theme-mode=light] .outside-border-color-hover-danger-background-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-0:active,html body .theme-override-light .outside-border-color-danger-background-0,html body .theme-override-light .outside-border-color-hover-danger-background-0:hover,html body .theme-override-light .outside-border-color-focus-danger-background-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-0:focus,html body .theme-override-light .outside-border-color-focus-danger-background-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-0:active{--outside-border-color: var(--color-danger-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .font-color-danger-background-1,body[data-theme-mode=light] .font-color-hover-danger-background-1:hover,body[data-theme-mode=light] .font-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-1:focus,body[data-theme-mode=light] .font-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-1:active,html body .theme-override-light .font-color-danger-background-1,html body .theme-override-light .font-color-hover-danger-background-1:hover,html body .theme-override-light .font-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-1:focus,html body .theme-override-light .font-color-focus-danger-background-1:focus-within,html body .theme-override-light .font-color-active-danger-background-1[data-selected=true],html body .theme-override-light .font-color-active-danger-background-1:active{color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-color-danger-background-1,body[data-theme-mode=light] .border-color-hover-danger-background-1:hover,body[data-theme-mode=light] .border-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-1:focus,body[data-theme-mode=light] .border-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-1:active,html body .theme-override-light .border-color-danger-background-1,html body .theme-override-light .border-color-hover-danger-background-1:hover,html body .theme-override-light .border-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-1:focus,html body .theme-override-light .border-color-focus-danger-background-1:focus-within,html body .theme-override-light .border-color-active-danger-background-1[data-selected=true],html body .theme-override-light .border-color-active-danger-background-1:active{border-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-top-color-danger-background-1,body[data-theme-mode=light] .border-top-color-hover-danger-background-1:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-1:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-1:active,html body .theme-override-light .border-top-color-danger-background-1,html body .theme-override-light .border-top-color-hover-danger-background-1:hover,html body .theme-override-light .border-top-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-1:focus,html body .theme-override-light .border-top-color-focus-danger-background-1:focus-within,html body .theme-override-light .border-top-color-active-danger-background-1[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-1:active{border-top-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-bottom-color-danger-background-1,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-1:active,html body .theme-override-light .border-bottom-color-danger-background-1,html body .theme-override-light .border-bottom-color-hover-danger-background-1:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-1:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-1:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-1:active{border-bottom-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-left-color-danger-background-1,body[data-theme-mode=light] .border-left-color-hover-danger-background-1:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-1:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-1:active,html body .theme-override-light .border-left-color-danger-background-1,html body .theme-override-light .border-left-color-hover-danger-background-1:hover,html body .theme-override-light .border-left-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-1:focus,html body .theme-override-light .border-left-color-focus-danger-background-1:focus-within,html body .theme-override-light .border-left-color-active-danger-background-1[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-1:active{border-left-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-right-color-danger-background-1,body[data-theme-mode=light] .border-right-color-hover-danger-background-1:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-1:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-1:active,html body .theme-override-light .border-right-color-danger-background-1,html body .theme-override-light .border-right-color-hover-danger-background-1:hover,html body .theme-override-light .border-right-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-1:focus,html body .theme-override-light .border-right-color-focus-danger-background-1:focus-within,html body .theme-override-light .border-right-color-active-danger-background-1[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-1:active{border-right-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .fill-color-danger-background-1,body[data-theme-mode=light] .fill-color-hover-danger-background-1:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-1:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-1:active,html body .theme-override-light .fill-color-danger-background-1,html body .theme-override-light .fill-color-hover-danger-background-1:hover,html body .theme-override-light .fill-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-1:focus,html body .theme-override-light .fill-color-focus-danger-background-1:focus-within,html body .theme-override-light .fill-color-active-danger-background-1[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-1:active{background-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outline-color-danger-background-1,body[data-theme-mode=light] .outline-color-hover-danger-background-1:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-1:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-1:active,html body .theme-override-light .outline-color-danger-background-1,html body .theme-override-light .outline-color-hover-danger-background-1:hover,html body .theme-override-light .outline-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-1:focus,html body .theme-override-light .outline-color-focus-danger-background-1:focus-within,html body .theme-override-light .outline-color-active-danger-background-1[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-1:active{outline-color:var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outside-border-color-danger-background-1,body[data-theme-mode=light] .outside-border-color-hover-danger-background-1:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-1:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-1:active,html body .theme-override-light .outside-border-color-danger-background-1,html body .theme-override-light .outside-border-color-hover-danger-background-1:hover,html body .theme-override-light .outside-border-color-focus-danger-background-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-1:focus,html body .theme-override-light .outside-border-color-focus-danger-background-1:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-1[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-1:active{--outside-border-color: var(--color-danger-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .font-color-danger-background-2,body[data-theme-mode=light] .font-color-hover-danger-background-2:hover,body[data-theme-mode=light] .font-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-2:focus,body[data-theme-mode=light] .font-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-2:active,html body .theme-override-light .font-color-danger-background-2,html body .theme-override-light .font-color-hover-danger-background-2:hover,html body .theme-override-light .font-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-2:focus,html body .theme-override-light .font-color-focus-danger-background-2:focus-within,html body .theme-override-light .font-color-active-danger-background-2[data-selected=true],html body .theme-override-light .font-color-active-danger-background-2:active{color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-color-danger-background-2,body[data-theme-mode=light] .border-color-hover-danger-background-2:hover,body[data-theme-mode=light] .border-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-2:focus,body[data-theme-mode=light] .border-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-2:active,html body .theme-override-light .border-color-danger-background-2,html body .theme-override-light .border-color-hover-danger-background-2:hover,html body .theme-override-light .border-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-2:focus,html body .theme-override-light .border-color-focus-danger-background-2:focus-within,html body .theme-override-light .border-color-active-danger-background-2[data-selected=true],html body .theme-override-light .border-color-active-danger-background-2:active{border-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-top-color-danger-background-2,body[data-theme-mode=light] .border-top-color-hover-danger-background-2:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-2:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-2:active,html body .theme-override-light .border-top-color-danger-background-2,html body .theme-override-light .border-top-color-hover-danger-background-2:hover,html body .theme-override-light .border-top-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-2:focus,html body .theme-override-light .border-top-color-focus-danger-background-2:focus-within,html body .theme-override-light .border-top-color-active-danger-background-2[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-2:active{border-top-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-bottom-color-danger-background-2,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-2:active,html body .theme-override-light .border-bottom-color-danger-background-2,html body .theme-override-light .border-bottom-color-hover-danger-background-2:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-2:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-2:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-2:active{border-bottom-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-left-color-danger-background-2,body[data-theme-mode=light] .border-left-color-hover-danger-background-2:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-2:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-2:active,html body .theme-override-light .border-left-color-danger-background-2,html body .theme-override-light .border-left-color-hover-danger-background-2:hover,html body .theme-override-light .border-left-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-2:focus,html body .theme-override-light .border-left-color-focus-danger-background-2:focus-within,html body .theme-override-light .border-left-color-active-danger-background-2[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-2:active{border-left-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-right-color-danger-background-2,body[data-theme-mode=light] .border-right-color-hover-danger-background-2:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-2:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-2:active,html body .theme-override-light .border-right-color-danger-background-2,html body .theme-override-light .border-right-color-hover-danger-background-2:hover,html body .theme-override-light .border-right-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-2:focus,html body .theme-override-light .border-right-color-focus-danger-background-2:focus-within,html body .theme-override-light .border-right-color-active-danger-background-2[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-2:active{border-right-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .fill-color-danger-background-2,body[data-theme-mode=light] .fill-color-hover-danger-background-2:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-2:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-2:active,html body .theme-override-light .fill-color-danger-background-2,html body .theme-override-light .fill-color-hover-danger-background-2:hover,html body .theme-override-light .fill-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-2:focus,html body .theme-override-light .fill-color-focus-danger-background-2:focus-within,html body .theme-override-light .fill-color-active-danger-background-2[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-2:active{background-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outline-color-danger-background-2,body[data-theme-mode=light] .outline-color-hover-danger-background-2:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-2:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-2:active,html body .theme-override-light .outline-color-danger-background-2,html body .theme-override-light .outline-color-hover-danger-background-2:hover,html body .theme-override-light .outline-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-2:focus,html body .theme-override-light .outline-color-focus-danger-background-2:focus-within,html body .theme-override-light .outline-color-active-danger-background-2[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-2:active{outline-color:var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outside-border-color-danger-background-2,body[data-theme-mode=light] .outside-border-color-hover-danger-background-2:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-2:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-2:active,html body .theme-override-light .outside-border-color-danger-background-2,html body .theme-override-light .outside-border-color-hover-danger-background-2:hover,html body .theme-override-light .outside-border-color-focus-danger-background-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-2:focus,html body .theme-override-light .outside-border-color-focus-danger-background-2:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-2[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-2:active{--outside-border-color: var(--color-danger-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .font-color-danger-background-3,body[data-theme-mode=light] .font-color-hover-danger-background-3:hover,body[data-theme-mode=light] .font-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-3:focus,body[data-theme-mode=light] .font-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-3:active,html body .theme-override-light .font-color-danger-background-3,html body .theme-override-light .font-color-hover-danger-background-3:hover,html body .theme-override-light .font-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-3:focus,html body .theme-override-light .font-color-focus-danger-background-3:focus-within,html body .theme-override-light .font-color-active-danger-background-3[data-selected=true],html body .theme-override-light .font-color-active-danger-background-3:active{color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-color-danger-background-3,body[data-theme-mode=light] .border-color-hover-danger-background-3:hover,body[data-theme-mode=light] .border-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-3:focus,body[data-theme-mode=light] .border-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-3:active,html body .theme-override-light .border-color-danger-background-3,html body .theme-override-light .border-color-hover-danger-background-3:hover,html body .theme-override-light .border-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-3:focus,html body .theme-override-light .border-color-focus-danger-background-3:focus-within,html body .theme-override-light .border-color-active-danger-background-3[data-selected=true],html body .theme-override-light .border-color-active-danger-background-3:active{border-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-top-color-danger-background-3,body[data-theme-mode=light] .border-top-color-hover-danger-background-3:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-3:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-3:active,html body .theme-override-light .border-top-color-danger-background-3,html body .theme-override-light .border-top-color-hover-danger-background-3:hover,html body .theme-override-light .border-top-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-3:focus,html body .theme-override-light .border-top-color-focus-danger-background-3:focus-within,html body .theme-override-light .border-top-color-active-danger-background-3[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-3:active{border-top-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-bottom-color-danger-background-3,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-3:active,html body .theme-override-light .border-bottom-color-danger-background-3,html body .theme-override-light .border-bottom-color-hover-danger-background-3:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-3:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-3:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-3:active{border-bottom-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-left-color-danger-background-3,body[data-theme-mode=light] .border-left-color-hover-danger-background-3:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-3:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-3:active,html body .theme-override-light .border-left-color-danger-background-3,html body .theme-override-light .border-left-color-hover-danger-background-3:hover,html body .theme-override-light .border-left-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-3:focus,html body .theme-override-light .border-left-color-focus-danger-background-3:focus-within,html body .theme-override-light .border-left-color-active-danger-background-3[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-3:active{border-left-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-right-color-danger-background-3,body[data-theme-mode=light] .border-right-color-hover-danger-background-3:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-3:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-3:active,html body .theme-override-light .border-right-color-danger-background-3,html body .theme-override-light .border-right-color-hover-danger-background-3:hover,html body .theme-override-light .border-right-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-3:focus,html body .theme-override-light .border-right-color-focus-danger-background-3:focus-within,html body .theme-override-light .border-right-color-active-danger-background-3[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-3:active{border-right-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .fill-color-danger-background-3,body[data-theme-mode=light] .fill-color-hover-danger-background-3:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-3:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-3:active,html body .theme-override-light .fill-color-danger-background-3,html body .theme-override-light .fill-color-hover-danger-background-3:hover,html body .theme-override-light .fill-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-3:focus,html body .theme-override-light .fill-color-focus-danger-background-3:focus-within,html body .theme-override-light .fill-color-active-danger-background-3[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-3:active{background-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outline-color-danger-background-3,body[data-theme-mode=light] .outline-color-hover-danger-background-3:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-3:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-3:active,html body .theme-override-light .outline-color-danger-background-3,html body .theme-override-light .outline-color-hover-danger-background-3:hover,html body .theme-override-light .outline-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-3:focus,html body .theme-override-light .outline-color-focus-danger-background-3:focus-within,html body .theme-override-light .outline-color-active-danger-background-3[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-3:active{outline-color:var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outside-border-color-danger-background-3,body[data-theme-mode=light] .outside-border-color-hover-danger-background-3:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-3:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-3:active,html body .theme-override-light .outside-border-color-danger-background-3,html body .theme-override-light .outside-border-color-hover-danger-background-3:hover,html body .theme-override-light .outside-border-color-focus-danger-background-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-3:focus,html body .theme-override-light .outside-border-color-focus-danger-background-3:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-3[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-3:active{--outside-border-color: var(--color-danger-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .font-color-danger-background-4,body[data-theme-mode=light] .font-color-hover-danger-background-4:hover,body[data-theme-mode=light] .font-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-4:focus,body[data-theme-mode=light] .font-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-4:active,html body .theme-override-light .font-color-danger-background-4,html body .theme-override-light .font-color-hover-danger-background-4:hover,html body .theme-override-light .font-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-4:focus,html body .theme-override-light .font-color-focus-danger-background-4:focus-within,html body .theme-override-light .font-color-active-danger-background-4[data-selected=true],html body .theme-override-light .font-color-active-danger-background-4:active{color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-color-danger-background-4,body[data-theme-mode=light] .border-color-hover-danger-background-4:hover,body[data-theme-mode=light] .border-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-4:focus,body[data-theme-mode=light] .border-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-4:active,html body .theme-override-light .border-color-danger-background-4,html body .theme-override-light .border-color-hover-danger-background-4:hover,html body .theme-override-light .border-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-4:focus,html body .theme-override-light .border-color-focus-danger-background-4:focus-within,html body .theme-override-light .border-color-active-danger-background-4[data-selected=true],html body .theme-override-light .border-color-active-danger-background-4:active{border-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-top-color-danger-background-4,body[data-theme-mode=light] .border-top-color-hover-danger-background-4:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-4:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-4:active,html body .theme-override-light .border-top-color-danger-background-4,html body .theme-override-light .border-top-color-hover-danger-background-4:hover,html body .theme-override-light .border-top-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-4:focus,html body .theme-override-light .border-top-color-focus-danger-background-4:focus-within,html body .theme-override-light .border-top-color-active-danger-background-4[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-4:active{border-top-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-bottom-color-danger-background-4,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-4:active,html body .theme-override-light .border-bottom-color-danger-background-4,html body .theme-override-light .border-bottom-color-hover-danger-background-4:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-4:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-4:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-4:active{border-bottom-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-left-color-danger-background-4,body[data-theme-mode=light] .border-left-color-hover-danger-background-4:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-4:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-4:active,html body .theme-override-light .border-left-color-danger-background-4,html body .theme-override-light .border-left-color-hover-danger-background-4:hover,html body .theme-override-light .border-left-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-4:focus,html body .theme-override-light .border-left-color-focus-danger-background-4:focus-within,html body .theme-override-light .border-left-color-active-danger-background-4[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-4:active{border-left-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-right-color-danger-background-4,body[data-theme-mode=light] .border-right-color-hover-danger-background-4:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-4:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-4:active,html body .theme-override-light .border-right-color-danger-background-4,html body .theme-override-light .border-right-color-hover-danger-background-4:hover,html body .theme-override-light .border-right-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-4:focus,html body .theme-override-light .border-right-color-focus-danger-background-4:focus-within,html body .theme-override-light .border-right-color-active-danger-background-4[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-4:active{border-right-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .fill-color-danger-background-4,body[data-theme-mode=light] .fill-color-hover-danger-background-4:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-4:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-4:active,html body .theme-override-light .fill-color-danger-background-4,html body .theme-override-light .fill-color-hover-danger-background-4:hover,html body .theme-override-light .fill-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-4:focus,html body .theme-override-light .fill-color-focus-danger-background-4:focus-within,html body .theme-override-light .fill-color-active-danger-background-4[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-4:active{background-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outline-color-danger-background-4,body[data-theme-mode=light] .outline-color-hover-danger-background-4:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-4:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-4:active,html body .theme-override-light .outline-color-danger-background-4,html body .theme-override-light .outline-color-hover-danger-background-4:hover,html body .theme-override-light .outline-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-4:focus,html body .theme-override-light .outline-color-focus-danger-background-4:focus-within,html body .theme-override-light .outline-color-active-danger-background-4[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-4:active{outline-color:var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outside-border-color-danger-background-4,body[data-theme-mode=light] .outside-border-color-hover-danger-background-4:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-4:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-4:active,html body .theme-override-light .outside-border-color-danger-background-4,html body .theme-override-light .outside-border-color-hover-danger-background-4:hover,html body .theme-override-light .outside-border-color-focus-danger-background-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-4:focus,html body .theme-override-light .outside-border-color-focus-danger-background-4:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-4[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-4:active{--outside-border-color: var(--color-danger-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .font-color-danger-background-5,body[data-theme-mode=light] .font-color-hover-danger-background-5:hover,body[data-theme-mode=light] .font-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-5:focus,body[data-theme-mode=light] .font-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-5:active,html body .theme-override-light .font-color-danger-background-5,html body .theme-override-light .font-color-hover-danger-background-5:hover,html body .theme-override-light .font-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-5:focus,html body .theme-override-light .font-color-focus-danger-background-5:focus-within,html body .theme-override-light .font-color-active-danger-background-5[data-selected=true],html body .theme-override-light .font-color-active-danger-background-5:active{color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-color-danger-background-5,body[data-theme-mode=light] .border-color-hover-danger-background-5:hover,body[data-theme-mode=light] .border-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-5:focus,body[data-theme-mode=light] .border-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-5:active,html body .theme-override-light .border-color-danger-background-5,html body .theme-override-light .border-color-hover-danger-background-5:hover,html body .theme-override-light .border-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-5:focus,html body .theme-override-light .border-color-focus-danger-background-5:focus-within,html body .theme-override-light .border-color-active-danger-background-5[data-selected=true],html body .theme-override-light .border-color-active-danger-background-5:active{border-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-top-color-danger-background-5,body[data-theme-mode=light] .border-top-color-hover-danger-background-5:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-5:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-5:active,html body .theme-override-light .border-top-color-danger-background-5,html body .theme-override-light .border-top-color-hover-danger-background-5:hover,html body .theme-override-light .border-top-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-5:focus,html body .theme-override-light .border-top-color-focus-danger-background-5:focus-within,html body .theme-override-light .border-top-color-active-danger-background-5[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-5:active{border-top-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-bottom-color-danger-background-5,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-5:active,html body .theme-override-light .border-bottom-color-danger-background-5,html body .theme-override-light .border-bottom-color-hover-danger-background-5:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-5:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-5:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-5:active{border-bottom-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-left-color-danger-background-5,body[data-theme-mode=light] .border-left-color-hover-danger-background-5:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-5:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-5:active,html body .theme-override-light .border-left-color-danger-background-5,html body .theme-override-light .border-left-color-hover-danger-background-5:hover,html body .theme-override-light .border-left-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-5:focus,html body .theme-override-light .border-left-color-focus-danger-background-5:focus-within,html body .theme-override-light .border-left-color-active-danger-background-5[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-5:active{border-left-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-right-color-danger-background-5,body[data-theme-mode=light] .border-right-color-hover-danger-background-5:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-5:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-5:active,html body .theme-override-light .border-right-color-danger-background-5,html body .theme-override-light .border-right-color-hover-danger-background-5:hover,html body .theme-override-light .border-right-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-5:focus,html body .theme-override-light .border-right-color-focus-danger-background-5:focus-within,html body .theme-override-light .border-right-color-active-danger-background-5[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-5:active{border-right-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .fill-color-danger-background-5,body[data-theme-mode=light] .fill-color-hover-danger-background-5:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-5:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-5:active,html body .theme-override-light .fill-color-danger-background-5,html body .theme-override-light .fill-color-hover-danger-background-5:hover,html body .theme-override-light .fill-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-5:focus,html body .theme-override-light .fill-color-focus-danger-background-5:focus-within,html body .theme-override-light .fill-color-active-danger-background-5[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-5:active{background-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outline-color-danger-background-5,body[data-theme-mode=light] .outline-color-hover-danger-background-5:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-5:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-5:active,html body .theme-override-light .outline-color-danger-background-5,html body .theme-override-light .outline-color-hover-danger-background-5:hover,html body .theme-override-light .outline-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-5:focus,html body .theme-override-light .outline-color-focus-danger-background-5:focus-within,html body .theme-override-light .outline-color-active-danger-background-5[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-5:active{outline-color:var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outside-border-color-danger-background-5,body[data-theme-mode=light] .outside-border-color-hover-danger-background-5:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-5:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-5:active,html body .theme-override-light .outside-border-color-danger-background-5,html body .theme-override-light .outside-border-color-hover-danger-background-5:hover,html body .theme-override-light .outside-border-color-focus-danger-background-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-5:focus,html body .theme-override-light .outside-border-color-focus-danger-background-5:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-5[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-5:active{--outside-border-color: var(--color-danger-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .font-color-danger-surface-0,body[data-theme-mode=light] .font-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-0:active,html body .theme-override-light .font-color-danger-surface-0,html body .theme-override-light .font-color-hover-danger-surface-0:hover,html body .theme-override-light .font-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-0:focus,html body .theme-override-light .font-color-focus-danger-surface-0:focus-within,html body .theme-override-light .font-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-0:active{color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-color-danger-surface-0,body[data-theme-mode=light] .border-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-0:active,html body .theme-override-light .border-color-danger-surface-0,html body .theme-override-light .border-color-hover-danger-surface-0:hover,html body .theme-override-light .border-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-0:focus,html body .theme-override-light .border-color-focus-danger-surface-0:focus-within,html body .theme-override-light .border-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-0:active{border-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-top-color-danger-surface-0,body[data-theme-mode=light] .border-top-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-0:active,html body .theme-override-light .border-top-color-danger-surface-0,html body .theme-override-light .border-top-color-hover-danger-surface-0:hover,html body .theme-override-light .border-top-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-0:focus,html body .theme-override-light .border-top-color-focus-danger-surface-0:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-0:active{border-top-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-bottom-color-danger-surface-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-0:active,html body .theme-override-light .border-bottom-color-danger-surface-0,html body .theme-override-light .border-bottom-color-hover-danger-surface-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-0:active{border-bottom-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-left-color-danger-surface-0,body[data-theme-mode=light] .border-left-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-0:active,html body .theme-override-light .border-left-color-danger-surface-0,html body .theme-override-light .border-left-color-hover-danger-surface-0:hover,html body .theme-override-light .border-left-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-0:focus,html body .theme-override-light .border-left-color-focus-danger-surface-0:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-0:active{border-left-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-right-color-danger-surface-0,body[data-theme-mode=light] .border-right-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-0:active,html body .theme-override-light .border-right-color-danger-surface-0,html body .theme-override-light .border-right-color-hover-danger-surface-0:hover,html body .theme-override-light .border-right-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-0:focus,html body .theme-override-light .border-right-color-focus-danger-surface-0:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-0:active{border-right-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .fill-color-danger-surface-0,body[data-theme-mode=light] .fill-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-0:active,html body .theme-override-light .fill-color-danger-surface-0,html body .theme-override-light .fill-color-hover-danger-surface-0:hover,html body .theme-override-light .fill-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-0:focus,html body .theme-override-light .fill-color-focus-danger-surface-0:focus-within,html body .theme-override-light .fill-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-0:active{background-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outline-color-danger-surface-0,body[data-theme-mode=light] .outline-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-0:active,html body .theme-override-light .outline-color-danger-surface-0,html body .theme-override-light .outline-color-hover-danger-surface-0:hover,html body .theme-override-light .outline-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-0:focus,html body .theme-override-light .outline-color-focus-danger-surface-0:focus-within,html body .theme-override-light .outline-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-0:active{outline-color:var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outside-border-color-danger-surface-0,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-0:active,html body .theme-override-light .outside-border-color-danger-surface-0,html body .theme-override-light .outside-border-color-hover-danger-surface-0:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-0:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-0:active{--outside-border-color: var(--color-danger-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .font-color-danger-surface-1,body[data-theme-mode=light] .font-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-1:active,html body .theme-override-light .font-color-danger-surface-1,html body .theme-override-light .font-color-hover-danger-surface-1:hover,html body .theme-override-light .font-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-1:focus,html body .theme-override-light .font-color-focus-danger-surface-1:focus-within,html body .theme-override-light .font-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-1:active{color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-color-danger-surface-1,body[data-theme-mode=light] .border-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-1:active,html body .theme-override-light .border-color-danger-surface-1,html body .theme-override-light .border-color-hover-danger-surface-1:hover,html body .theme-override-light .border-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-1:focus,html body .theme-override-light .border-color-focus-danger-surface-1:focus-within,html body .theme-override-light .border-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-1:active{border-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-top-color-danger-surface-1,body[data-theme-mode=light] .border-top-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-1:active,html body .theme-override-light .border-top-color-danger-surface-1,html body .theme-override-light .border-top-color-hover-danger-surface-1:hover,html body .theme-override-light .border-top-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-1:focus,html body .theme-override-light .border-top-color-focus-danger-surface-1:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-1:active{border-top-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-bottom-color-danger-surface-1,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-1:active,html body .theme-override-light .border-bottom-color-danger-surface-1,html body .theme-override-light .border-bottom-color-hover-danger-surface-1:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-1:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-1:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-1:active{border-bottom-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-left-color-danger-surface-1,body[data-theme-mode=light] .border-left-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-1:active,html body .theme-override-light .border-left-color-danger-surface-1,html body .theme-override-light .border-left-color-hover-danger-surface-1:hover,html body .theme-override-light .border-left-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-1:focus,html body .theme-override-light .border-left-color-focus-danger-surface-1:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-1:active{border-left-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-right-color-danger-surface-1,body[data-theme-mode=light] .border-right-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-1:active,html body .theme-override-light .border-right-color-danger-surface-1,html body .theme-override-light .border-right-color-hover-danger-surface-1:hover,html body .theme-override-light .border-right-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-1:focus,html body .theme-override-light .border-right-color-focus-danger-surface-1:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-1:active{border-right-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .fill-color-danger-surface-1,body[data-theme-mode=light] .fill-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-1:active,html body .theme-override-light .fill-color-danger-surface-1,html body .theme-override-light .fill-color-hover-danger-surface-1:hover,html body .theme-override-light .fill-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-1:focus,html body .theme-override-light .fill-color-focus-danger-surface-1:focus-within,html body .theme-override-light .fill-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-1:active{background-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outline-color-danger-surface-1,body[data-theme-mode=light] .outline-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-1:active,html body .theme-override-light .outline-color-danger-surface-1,html body .theme-override-light .outline-color-hover-danger-surface-1:hover,html body .theme-override-light .outline-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-1:focus,html body .theme-override-light .outline-color-focus-danger-surface-1:focus-within,html body .theme-override-light .outline-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-1:active{outline-color:var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outside-border-color-danger-surface-1,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-1:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-1:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-1:active,html body .theme-override-light .outside-border-color-danger-surface-1,html body .theme-override-light .outside-border-color-hover-danger-surface-1:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-1:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-1:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-1[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-1:active{--outside-border-color: var(--color-danger-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .font-color-danger-surface-2,body[data-theme-mode=light] .font-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-2:active,html body .theme-override-light .font-color-danger-surface-2,html body .theme-override-light .font-color-hover-danger-surface-2:hover,html body .theme-override-light .font-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-2:focus,html body .theme-override-light .font-color-focus-danger-surface-2:focus-within,html body .theme-override-light .font-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-2:active{color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-color-danger-surface-2,body[data-theme-mode=light] .border-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-2:active,html body .theme-override-light .border-color-danger-surface-2,html body .theme-override-light .border-color-hover-danger-surface-2:hover,html body .theme-override-light .border-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-2:focus,html body .theme-override-light .border-color-focus-danger-surface-2:focus-within,html body .theme-override-light .border-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-2:active{border-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-top-color-danger-surface-2,body[data-theme-mode=light] .border-top-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-2:active,html body .theme-override-light .border-top-color-danger-surface-2,html body .theme-override-light .border-top-color-hover-danger-surface-2:hover,html body .theme-override-light .border-top-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-2:focus,html body .theme-override-light .border-top-color-focus-danger-surface-2:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-2:active{border-top-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-bottom-color-danger-surface-2,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-2:active,html body .theme-override-light .border-bottom-color-danger-surface-2,html body .theme-override-light .border-bottom-color-hover-danger-surface-2:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-2:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-2:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-2:active{border-bottom-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-left-color-danger-surface-2,body[data-theme-mode=light] .border-left-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-2:active,html body .theme-override-light .border-left-color-danger-surface-2,html body .theme-override-light .border-left-color-hover-danger-surface-2:hover,html body .theme-override-light .border-left-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-2:focus,html body .theme-override-light .border-left-color-focus-danger-surface-2:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-2:active{border-left-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-right-color-danger-surface-2,body[data-theme-mode=light] .border-right-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-2:active,html body .theme-override-light .border-right-color-danger-surface-2,html body .theme-override-light .border-right-color-hover-danger-surface-2:hover,html body .theme-override-light .border-right-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-2:focus,html body .theme-override-light .border-right-color-focus-danger-surface-2:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-2:active{border-right-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .fill-color-danger-surface-2,body[data-theme-mode=light] .fill-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-2:active,html body .theme-override-light .fill-color-danger-surface-2,html body .theme-override-light .fill-color-hover-danger-surface-2:hover,html body .theme-override-light .fill-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-2:focus,html body .theme-override-light .fill-color-focus-danger-surface-2:focus-within,html body .theme-override-light .fill-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-2:active{background-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outline-color-danger-surface-2,body[data-theme-mode=light] .outline-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-2:active,html body .theme-override-light .outline-color-danger-surface-2,html body .theme-override-light .outline-color-hover-danger-surface-2:hover,html body .theme-override-light .outline-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-2:focus,html body .theme-override-light .outline-color-focus-danger-surface-2:focus-within,html body .theme-override-light .outline-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-2:active{outline-color:var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outside-border-color-danger-surface-2,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-2:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-2:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-2:active,html body .theme-override-light .outside-border-color-danger-surface-2,html body .theme-override-light .outside-border-color-hover-danger-surface-2:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-2:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-2:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-2[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-2:active{--outside-border-color: var(--color-danger-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .font-color-danger-surface-3,body[data-theme-mode=light] .font-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-3:active,html body .theme-override-light .font-color-danger-surface-3,html body .theme-override-light .font-color-hover-danger-surface-3:hover,html body .theme-override-light .font-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-3:focus,html body .theme-override-light .font-color-focus-danger-surface-3:focus-within,html body .theme-override-light .font-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-3:active{color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-color-danger-surface-3,body[data-theme-mode=light] .border-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-3:active,html body .theme-override-light .border-color-danger-surface-3,html body .theme-override-light .border-color-hover-danger-surface-3:hover,html body .theme-override-light .border-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-3:focus,html body .theme-override-light .border-color-focus-danger-surface-3:focus-within,html body .theme-override-light .border-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-3:active{border-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-top-color-danger-surface-3,body[data-theme-mode=light] .border-top-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-3:active,html body .theme-override-light .border-top-color-danger-surface-3,html body .theme-override-light .border-top-color-hover-danger-surface-3:hover,html body .theme-override-light .border-top-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-3:focus,html body .theme-override-light .border-top-color-focus-danger-surface-3:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-3:active{border-top-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-bottom-color-danger-surface-3,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-3:active,html body .theme-override-light .border-bottom-color-danger-surface-3,html body .theme-override-light .border-bottom-color-hover-danger-surface-3:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-3:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-3:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-3:active{border-bottom-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-left-color-danger-surface-3,body[data-theme-mode=light] .border-left-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-3:active,html body .theme-override-light .border-left-color-danger-surface-3,html body .theme-override-light .border-left-color-hover-danger-surface-3:hover,html body .theme-override-light .border-left-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-3:focus,html body .theme-override-light .border-left-color-focus-danger-surface-3:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-3:active{border-left-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-right-color-danger-surface-3,body[data-theme-mode=light] .border-right-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-3:active,html body .theme-override-light .border-right-color-danger-surface-3,html body .theme-override-light .border-right-color-hover-danger-surface-3:hover,html body .theme-override-light .border-right-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-3:focus,html body .theme-override-light .border-right-color-focus-danger-surface-3:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-3:active{border-right-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .fill-color-danger-surface-3,body[data-theme-mode=light] .fill-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-3:active,html body .theme-override-light .fill-color-danger-surface-3,html body .theme-override-light .fill-color-hover-danger-surface-3:hover,html body .theme-override-light .fill-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-3:focus,html body .theme-override-light .fill-color-focus-danger-surface-3:focus-within,html body .theme-override-light .fill-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-3:active{background-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outline-color-danger-surface-3,body[data-theme-mode=light] .outline-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-3:active,html body .theme-override-light .outline-color-danger-surface-3,html body .theme-override-light .outline-color-hover-danger-surface-3:hover,html body .theme-override-light .outline-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-3:focus,html body .theme-override-light .outline-color-focus-danger-surface-3:focus-within,html body .theme-override-light .outline-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-3:active{outline-color:var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outside-border-color-danger-surface-3,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-3:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-3:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-3:active,html body .theme-override-light .outside-border-color-danger-surface-3,html body .theme-override-light .outside-border-color-hover-danger-surface-3:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-3:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-3:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-3[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-3:active{--outside-border-color: var(--color-danger-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .font-color-danger-surface-4,body[data-theme-mode=light] .font-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-4:active,html body .theme-override-light .font-color-danger-surface-4,html body .theme-override-light .font-color-hover-danger-surface-4:hover,html body .theme-override-light .font-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-4:focus,html body .theme-override-light .font-color-focus-danger-surface-4:focus-within,html body .theme-override-light .font-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-4:active{color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-color-danger-surface-4,body[data-theme-mode=light] .border-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-4:active,html body .theme-override-light .border-color-danger-surface-4,html body .theme-override-light .border-color-hover-danger-surface-4:hover,html body .theme-override-light .border-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-4:focus,html body .theme-override-light .border-color-focus-danger-surface-4:focus-within,html body .theme-override-light .border-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-4:active{border-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-top-color-danger-surface-4,body[data-theme-mode=light] .border-top-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-4:active,html body .theme-override-light .border-top-color-danger-surface-4,html body .theme-override-light .border-top-color-hover-danger-surface-4:hover,html body .theme-override-light .border-top-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-4:focus,html body .theme-override-light .border-top-color-focus-danger-surface-4:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-4:active{border-top-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-bottom-color-danger-surface-4,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-4:active,html body .theme-override-light .border-bottom-color-danger-surface-4,html body .theme-override-light .border-bottom-color-hover-danger-surface-4:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-4:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-4:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-4:active{border-bottom-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-left-color-danger-surface-4,body[data-theme-mode=light] .border-left-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-4:active,html body .theme-override-light .border-left-color-danger-surface-4,html body .theme-override-light .border-left-color-hover-danger-surface-4:hover,html body .theme-override-light .border-left-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-4:focus,html body .theme-override-light .border-left-color-focus-danger-surface-4:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-4:active{border-left-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-right-color-danger-surface-4,body[data-theme-mode=light] .border-right-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-4:active,html body .theme-override-light .border-right-color-danger-surface-4,html body .theme-override-light .border-right-color-hover-danger-surface-4:hover,html body .theme-override-light .border-right-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-4:focus,html body .theme-override-light .border-right-color-focus-danger-surface-4:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-4:active{border-right-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .fill-color-danger-surface-4,body[data-theme-mode=light] .fill-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-4:active,html body .theme-override-light .fill-color-danger-surface-4,html body .theme-override-light .fill-color-hover-danger-surface-4:hover,html body .theme-override-light .fill-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-4:focus,html body .theme-override-light .fill-color-focus-danger-surface-4:focus-within,html body .theme-override-light .fill-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-4:active{background-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outline-color-danger-surface-4,body[data-theme-mode=light] .outline-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-4:active,html body .theme-override-light .outline-color-danger-surface-4,html body .theme-override-light .outline-color-hover-danger-surface-4:hover,html body .theme-override-light .outline-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-4:focus,html body .theme-override-light .outline-color-focus-danger-surface-4:focus-within,html body .theme-override-light .outline-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-4:active{outline-color:var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outside-border-color-danger-surface-4,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-4:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-4:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-4:active,html body .theme-override-light .outside-border-color-danger-surface-4,html body .theme-override-light .outside-border-color-hover-danger-surface-4:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-4:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-4:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-4[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-4:active{--outside-border-color: var(--color-danger-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .font-color-danger-surface-5,body[data-theme-mode=light] .font-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .font-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .font-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .font-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-surface-5:active,html body .theme-override-light .font-color-danger-surface-5,html body .theme-override-light .font-color-hover-danger-surface-5:hover,html body .theme-override-light .font-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .font-color-focus-danger-surface-5:focus,html body .theme-override-light .font-color-focus-danger-surface-5:focus-within,html body .theme-override-light .font-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .font-color-active-danger-surface-5:active{color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-color-danger-surface-5,body[data-theme-mode=light] .border-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .border-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .border-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .border-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-surface-5:active,html body .theme-override-light .border-color-danger-surface-5,html body .theme-override-light .border-color-hover-danger-surface-5:hover,html body .theme-override-light .border-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .border-color-focus-danger-surface-5:focus,html body .theme-override-light .border-color-focus-danger-surface-5:focus-within,html body .theme-override-light .border-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .border-color-active-danger-surface-5:active{border-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-top-color-danger-surface-5,body[data-theme-mode=light] .border-top-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .border-top-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .border-top-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-surface-5:active,html body .theme-override-light .border-top-color-danger-surface-5,html body .theme-override-light .border-top-color-hover-danger-surface-5:hover,html body .theme-override-light .border-top-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-surface-5:focus,html body .theme-override-light .border-top-color-focus-danger-surface-5:focus-within,html body .theme-override-light .border-top-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .border-top-color-active-danger-surface-5:active{border-top-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-bottom-color-danger-surface-5,body[data-theme-mode=light] .border-bottom-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-surface-5:active,html body .theme-override-light .border-bottom-color-danger-surface-5,html body .theme-override-light .border-bottom-color-hover-danger-surface-5:hover,html body .theme-override-light .border-bottom-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-surface-5:focus,html body .theme-override-light .border-bottom-color-focus-danger-surface-5:focus-within,html body .theme-override-light .border-bottom-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-surface-5:active{border-bottom-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-left-color-danger-surface-5,body[data-theme-mode=light] .border-left-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .border-left-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .border-left-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-surface-5:active,html body .theme-override-light .border-left-color-danger-surface-5,html body .theme-override-light .border-left-color-hover-danger-surface-5:hover,html body .theme-override-light .border-left-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-surface-5:focus,html body .theme-override-light .border-left-color-focus-danger-surface-5:focus-within,html body .theme-override-light .border-left-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .border-left-color-active-danger-surface-5:active{border-left-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-right-color-danger-surface-5,body[data-theme-mode=light] .border-right-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .border-right-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .border-right-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-surface-5:active,html body .theme-override-light .border-right-color-danger-surface-5,html body .theme-override-light .border-right-color-hover-danger-surface-5:hover,html body .theme-override-light .border-right-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-surface-5:focus,html body .theme-override-light .border-right-color-focus-danger-surface-5:focus-within,html body .theme-override-light .border-right-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .border-right-color-active-danger-surface-5:active{border-right-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .fill-color-danger-surface-5,body[data-theme-mode=light] .fill-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .fill-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .fill-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .fill-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-surface-5:active,html body .theme-override-light .fill-color-danger-surface-5,html body .theme-override-light .fill-color-hover-danger-surface-5:hover,html body .theme-override-light .fill-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .fill-color-focus-danger-surface-5:focus,html body .theme-override-light .fill-color-focus-danger-surface-5:focus-within,html body .theme-override-light .fill-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .fill-color-active-danger-surface-5:active{background-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outline-color-danger-surface-5,body[data-theme-mode=light] .outline-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .outline-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .outline-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .outline-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-surface-5:active,html body .theme-override-light .outline-color-danger-surface-5,html body .theme-override-light .outline-color-hover-danger-surface-5:hover,html body .theme-override-light .outline-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .outline-color-focus-danger-surface-5:focus,html body .theme-override-light .outline-color-focus-danger-surface-5:focus-within,html body .theme-override-light .outline-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .outline-color-active-danger-surface-5:active{outline-color:var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outside-border-color-danger-surface-5,body[data-theme-mode=light] .outside-border-color-hover-danger-surface-5:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-surface-5:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-surface-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-surface-5:active,html body .theme-override-light .outside-border-color-danger-surface-5,html body .theme-override-light .outside-border-color-hover-danger-surface-5:hover,html body .theme-override-light .outside-border-color-focus-danger-surface-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-surface-5:focus,html body .theme-override-light .outside-border-color-focus-danger-surface-5:focus-within,html body .theme-override-light .outside-border-color-active-danger-surface-5[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-surface-5:active{--outside-border-color: var(--color-danger-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .font-color-danger-border-0,body[data-theme-mode=light] .font-color-hover-danger-border-0:hover,body[data-theme-mode=light] .font-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-0:focus,body[data-theme-mode=light] .font-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-0:active,html body .theme-override-light .font-color-danger-border-0,html body .theme-override-light .font-color-hover-danger-border-0:hover,html body .theme-override-light .font-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-0:focus,html body .theme-override-light .font-color-focus-danger-border-0:focus-within,html body .theme-override-light .font-color-active-danger-border-0[data-selected=true],html body .theme-override-light .font-color-active-danger-border-0:active{color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-color-danger-border-0,body[data-theme-mode=light] .border-color-hover-danger-border-0:hover,body[data-theme-mode=light] .border-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-0:focus,body[data-theme-mode=light] .border-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-0:active,html body .theme-override-light .border-color-danger-border-0,html body .theme-override-light .border-color-hover-danger-border-0:hover,html body .theme-override-light .border-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-0:focus,html body .theme-override-light .border-color-focus-danger-border-0:focus-within,html body .theme-override-light .border-color-active-danger-border-0[data-selected=true],html body .theme-override-light .border-color-active-danger-border-0:active{border-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-top-color-danger-border-0,body[data-theme-mode=light] .border-top-color-hover-danger-border-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-0:active,html body .theme-override-light .border-top-color-danger-border-0,html body .theme-override-light .border-top-color-hover-danger-border-0:hover,html body .theme-override-light .border-top-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-0:focus,html body .theme-override-light .border-top-color-focus-danger-border-0:focus-within,html body .theme-override-light .border-top-color-active-danger-border-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-0:active{border-top-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-bottom-color-danger-border-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-0:active,html body .theme-override-light .border-bottom-color-danger-border-0,html body .theme-override-light .border-bottom-color-hover-danger-border-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-0:active{border-bottom-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-left-color-danger-border-0,body[data-theme-mode=light] .border-left-color-hover-danger-border-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-0:active,html body .theme-override-light .border-left-color-danger-border-0,html body .theme-override-light .border-left-color-hover-danger-border-0:hover,html body .theme-override-light .border-left-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-0:focus,html body .theme-override-light .border-left-color-focus-danger-border-0:focus-within,html body .theme-override-light .border-left-color-active-danger-border-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-0:active{border-left-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-right-color-danger-border-0,body[data-theme-mode=light] .border-right-color-hover-danger-border-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-0:active,html body .theme-override-light .border-right-color-danger-border-0,html body .theme-override-light .border-right-color-hover-danger-border-0:hover,html body .theme-override-light .border-right-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-0:focus,html body .theme-override-light .border-right-color-focus-danger-border-0:focus-within,html body .theme-override-light .border-right-color-active-danger-border-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-0:active{border-right-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .fill-color-danger-border-0,body[data-theme-mode=light] .fill-color-hover-danger-border-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-0:active,html body .theme-override-light .fill-color-danger-border-0,html body .theme-override-light .fill-color-hover-danger-border-0:hover,html body .theme-override-light .fill-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-0:focus,html body .theme-override-light .fill-color-focus-danger-border-0:focus-within,html body .theme-override-light .fill-color-active-danger-border-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-0:active{background-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outline-color-danger-border-0,body[data-theme-mode=light] .outline-color-hover-danger-border-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-0:active,html body .theme-override-light .outline-color-danger-border-0,html body .theme-override-light .outline-color-hover-danger-border-0:hover,html body .theme-override-light .outline-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-0:focus,html body .theme-override-light .outline-color-focus-danger-border-0:focus-within,html body .theme-override-light .outline-color-active-danger-border-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-0:active{outline-color:var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outside-border-color-danger-border-0,body[data-theme-mode=light] .outside-border-color-hover-danger-border-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-0:active,html body .theme-override-light .outside-border-color-danger-border-0,html body .theme-override-light .outside-border-color-hover-danger-border-0:hover,html body .theme-override-light .outside-border-color-focus-danger-border-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-0:focus,html body .theme-override-light .outside-border-color-focus-danger-border-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-0:active{--outside-border-color: var(--color-danger-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .font-color-danger-border-1,body[data-theme-mode=light] .font-color-hover-danger-border-1:hover,body[data-theme-mode=light] .font-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-1:focus,body[data-theme-mode=light] .font-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-1:active,html body .theme-override-light .font-color-danger-border-1,html body .theme-override-light .font-color-hover-danger-border-1:hover,html body .theme-override-light .font-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-1:focus,html body .theme-override-light .font-color-focus-danger-border-1:focus-within,html body .theme-override-light .font-color-active-danger-border-1[data-selected=true],html body .theme-override-light .font-color-active-danger-border-1:active{color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-color-danger-border-1,body[data-theme-mode=light] .border-color-hover-danger-border-1:hover,body[data-theme-mode=light] .border-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-1:focus,body[data-theme-mode=light] .border-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-1:active,html body .theme-override-light .border-color-danger-border-1,html body .theme-override-light .border-color-hover-danger-border-1:hover,html body .theme-override-light .border-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-1:focus,html body .theme-override-light .border-color-focus-danger-border-1:focus-within,html body .theme-override-light .border-color-active-danger-border-1[data-selected=true],html body .theme-override-light .border-color-active-danger-border-1:active{border-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-top-color-danger-border-1,body[data-theme-mode=light] .border-top-color-hover-danger-border-1:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-1:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-1:active,html body .theme-override-light .border-top-color-danger-border-1,html body .theme-override-light .border-top-color-hover-danger-border-1:hover,html body .theme-override-light .border-top-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-1:focus,html body .theme-override-light .border-top-color-focus-danger-border-1:focus-within,html body .theme-override-light .border-top-color-active-danger-border-1[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-1:active{border-top-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-bottom-color-danger-border-1,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-1:active,html body .theme-override-light .border-bottom-color-danger-border-1,html body .theme-override-light .border-bottom-color-hover-danger-border-1:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-1:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-1:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-1:active{border-bottom-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-left-color-danger-border-1,body[data-theme-mode=light] .border-left-color-hover-danger-border-1:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-1:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-1:active,html body .theme-override-light .border-left-color-danger-border-1,html body .theme-override-light .border-left-color-hover-danger-border-1:hover,html body .theme-override-light .border-left-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-1:focus,html body .theme-override-light .border-left-color-focus-danger-border-1:focus-within,html body .theme-override-light .border-left-color-active-danger-border-1[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-1:active{border-left-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-right-color-danger-border-1,body[data-theme-mode=light] .border-right-color-hover-danger-border-1:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-1:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-1:active,html body .theme-override-light .border-right-color-danger-border-1,html body .theme-override-light .border-right-color-hover-danger-border-1:hover,html body .theme-override-light .border-right-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-1:focus,html body .theme-override-light .border-right-color-focus-danger-border-1:focus-within,html body .theme-override-light .border-right-color-active-danger-border-1[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-1:active{border-right-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .fill-color-danger-border-1,body[data-theme-mode=light] .fill-color-hover-danger-border-1:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-1:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-1:active,html body .theme-override-light .fill-color-danger-border-1,html body .theme-override-light .fill-color-hover-danger-border-1:hover,html body .theme-override-light .fill-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-1:focus,html body .theme-override-light .fill-color-focus-danger-border-1:focus-within,html body .theme-override-light .fill-color-active-danger-border-1[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-1:active{background-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outline-color-danger-border-1,body[data-theme-mode=light] .outline-color-hover-danger-border-1:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-1:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-1:active,html body .theme-override-light .outline-color-danger-border-1,html body .theme-override-light .outline-color-hover-danger-border-1:hover,html body .theme-override-light .outline-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-1:focus,html body .theme-override-light .outline-color-focus-danger-border-1:focus-within,html body .theme-override-light .outline-color-active-danger-border-1[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-1:active{outline-color:var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outside-border-color-danger-border-1,body[data-theme-mode=light] .outside-border-color-hover-danger-border-1:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-1:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-1:active,html body .theme-override-light .outside-border-color-danger-border-1,html body .theme-override-light .outside-border-color-hover-danger-border-1:hover,html body .theme-override-light .outside-border-color-focus-danger-border-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-1:focus,html body .theme-override-light .outside-border-color-focus-danger-border-1:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-1[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-1:active{--outside-border-color: var(--color-danger-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .font-color-danger-border-2,body[data-theme-mode=light] .font-color-hover-danger-border-2:hover,body[data-theme-mode=light] .font-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-2:focus,body[data-theme-mode=light] .font-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-2:active,html body .theme-override-light .font-color-danger-border-2,html body .theme-override-light .font-color-hover-danger-border-2:hover,html body .theme-override-light .font-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-2:focus,html body .theme-override-light .font-color-focus-danger-border-2:focus-within,html body .theme-override-light .font-color-active-danger-border-2[data-selected=true],html body .theme-override-light .font-color-active-danger-border-2:active{color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-color-danger-border-2,body[data-theme-mode=light] .border-color-hover-danger-border-2:hover,body[data-theme-mode=light] .border-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-2:focus,body[data-theme-mode=light] .border-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-2:active,html body .theme-override-light .border-color-danger-border-2,html body .theme-override-light .border-color-hover-danger-border-2:hover,html body .theme-override-light .border-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-2:focus,html body .theme-override-light .border-color-focus-danger-border-2:focus-within,html body .theme-override-light .border-color-active-danger-border-2[data-selected=true],html body .theme-override-light .border-color-active-danger-border-2:active{border-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-top-color-danger-border-2,body[data-theme-mode=light] .border-top-color-hover-danger-border-2:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-2:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-2:active,html body .theme-override-light .border-top-color-danger-border-2,html body .theme-override-light .border-top-color-hover-danger-border-2:hover,html body .theme-override-light .border-top-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-2:focus,html body .theme-override-light .border-top-color-focus-danger-border-2:focus-within,html body .theme-override-light .border-top-color-active-danger-border-2[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-2:active{border-top-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-bottom-color-danger-border-2,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-2:active,html body .theme-override-light .border-bottom-color-danger-border-2,html body .theme-override-light .border-bottom-color-hover-danger-border-2:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-2:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-2:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-2:active{border-bottom-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-left-color-danger-border-2,body[data-theme-mode=light] .border-left-color-hover-danger-border-2:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-2:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-2:active,html body .theme-override-light .border-left-color-danger-border-2,html body .theme-override-light .border-left-color-hover-danger-border-2:hover,html body .theme-override-light .border-left-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-2:focus,html body .theme-override-light .border-left-color-focus-danger-border-2:focus-within,html body .theme-override-light .border-left-color-active-danger-border-2[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-2:active{border-left-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-right-color-danger-border-2,body[data-theme-mode=light] .border-right-color-hover-danger-border-2:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-2:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-2:active,html body .theme-override-light .border-right-color-danger-border-2,html body .theme-override-light .border-right-color-hover-danger-border-2:hover,html body .theme-override-light .border-right-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-2:focus,html body .theme-override-light .border-right-color-focus-danger-border-2:focus-within,html body .theme-override-light .border-right-color-active-danger-border-2[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-2:active{border-right-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .fill-color-danger-border-2,body[data-theme-mode=light] .fill-color-hover-danger-border-2:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-2:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-2:active,html body .theme-override-light .fill-color-danger-border-2,html body .theme-override-light .fill-color-hover-danger-border-2:hover,html body .theme-override-light .fill-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-2:focus,html body .theme-override-light .fill-color-focus-danger-border-2:focus-within,html body .theme-override-light .fill-color-active-danger-border-2[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-2:active{background-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outline-color-danger-border-2,body[data-theme-mode=light] .outline-color-hover-danger-border-2:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-2:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-2:active,html body .theme-override-light .outline-color-danger-border-2,html body .theme-override-light .outline-color-hover-danger-border-2:hover,html body .theme-override-light .outline-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-2:focus,html body .theme-override-light .outline-color-focus-danger-border-2:focus-within,html body .theme-override-light .outline-color-active-danger-border-2[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-2:active{outline-color:var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outside-border-color-danger-border-2,body[data-theme-mode=light] .outside-border-color-hover-danger-border-2:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-2:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-2:active,html body .theme-override-light .outside-border-color-danger-border-2,html body .theme-override-light .outside-border-color-hover-danger-border-2:hover,html body .theme-override-light .outside-border-color-focus-danger-border-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-2:focus,html body .theme-override-light .outside-border-color-focus-danger-border-2:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-2[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-2:active{--outside-border-color: var(--color-danger-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .font-color-danger-border-3,body[data-theme-mode=light] .font-color-hover-danger-border-3:hover,body[data-theme-mode=light] .font-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-3:focus,body[data-theme-mode=light] .font-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-3:active,html body .theme-override-light .font-color-danger-border-3,html body .theme-override-light .font-color-hover-danger-border-3:hover,html body .theme-override-light .font-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-3:focus,html body .theme-override-light .font-color-focus-danger-border-3:focus-within,html body .theme-override-light .font-color-active-danger-border-3[data-selected=true],html body .theme-override-light .font-color-active-danger-border-3:active{color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-color-danger-border-3,body[data-theme-mode=light] .border-color-hover-danger-border-3:hover,body[data-theme-mode=light] .border-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-3:focus,body[data-theme-mode=light] .border-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-3:active,html body .theme-override-light .border-color-danger-border-3,html body .theme-override-light .border-color-hover-danger-border-3:hover,html body .theme-override-light .border-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-3:focus,html body .theme-override-light .border-color-focus-danger-border-3:focus-within,html body .theme-override-light .border-color-active-danger-border-3[data-selected=true],html body .theme-override-light .border-color-active-danger-border-3:active{border-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-top-color-danger-border-3,body[data-theme-mode=light] .border-top-color-hover-danger-border-3:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-3:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-3:active,html body .theme-override-light .border-top-color-danger-border-3,html body .theme-override-light .border-top-color-hover-danger-border-3:hover,html body .theme-override-light .border-top-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-3:focus,html body .theme-override-light .border-top-color-focus-danger-border-3:focus-within,html body .theme-override-light .border-top-color-active-danger-border-3[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-3:active{border-top-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-bottom-color-danger-border-3,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-3:active,html body .theme-override-light .border-bottom-color-danger-border-3,html body .theme-override-light .border-bottom-color-hover-danger-border-3:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-3:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-3:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-3:active{border-bottom-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-left-color-danger-border-3,body[data-theme-mode=light] .border-left-color-hover-danger-border-3:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-3:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-3:active,html body .theme-override-light .border-left-color-danger-border-3,html body .theme-override-light .border-left-color-hover-danger-border-3:hover,html body .theme-override-light .border-left-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-3:focus,html body .theme-override-light .border-left-color-focus-danger-border-3:focus-within,html body .theme-override-light .border-left-color-active-danger-border-3[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-3:active{border-left-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-right-color-danger-border-3,body[data-theme-mode=light] .border-right-color-hover-danger-border-3:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-3:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-3:active,html body .theme-override-light .border-right-color-danger-border-3,html body .theme-override-light .border-right-color-hover-danger-border-3:hover,html body .theme-override-light .border-right-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-3:focus,html body .theme-override-light .border-right-color-focus-danger-border-3:focus-within,html body .theme-override-light .border-right-color-active-danger-border-3[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-3:active{border-right-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .fill-color-danger-border-3,body[data-theme-mode=light] .fill-color-hover-danger-border-3:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-3:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-3:active,html body .theme-override-light .fill-color-danger-border-3,html body .theme-override-light .fill-color-hover-danger-border-3:hover,html body .theme-override-light .fill-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-3:focus,html body .theme-override-light .fill-color-focus-danger-border-3:focus-within,html body .theme-override-light .fill-color-active-danger-border-3[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-3:active{background-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outline-color-danger-border-3,body[data-theme-mode=light] .outline-color-hover-danger-border-3:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-3:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-3:active,html body .theme-override-light .outline-color-danger-border-3,html body .theme-override-light .outline-color-hover-danger-border-3:hover,html body .theme-override-light .outline-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-3:focus,html body .theme-override-light .outline-color-focus-danger-border-3:focus-within,html body .theme-override-light .outline-color-active-danger-border-3[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-3:active{outline-color:var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outside-border-color-danger-border-3,body[data-theme-mode=light] .outside-border-color-hover-danger-border-3:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-3:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-3:active,html body .theme-override-light .outside-border-color-danger-border-3,html body .theme-override-light .outside-border-color-hover-danger-border-3:hover,html body .theme-override-light .outside-border-color-focus-danger-border-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-3:focus,html body .theme-override-light .outside-border-color-focus-danger-border-3:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-3[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-3:active{--outside-border-color: var(--color-danger-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .font-color-danger-border-4,body[data-theme-mode=light] .font-color-hover-danger-border-4:hover,body[data-theme-mode=light] .font-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-4:focus,body[data-theme-mode=light] .font-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-4:active,html body .theme-override-light .font-color-danger-border-4,html body .theme-override-light .font-color-hover-danger-border-4:hover,html body .theme-override-light .font-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-4:focus,html body .theme-override-light .font-color-focus-danger-border-4:focus-within,html body .theme-override-light .font-color-active-danger-border-4[data-selected=true],html body .theme-override-light .font-color-active-danger-border-4:active{color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-color-danger-border-4,body[data-theme-mode=light] .border-color-hover-danger-border-4:hover,body[data-theme-mode=light] .border-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-4:focus,body[data-theme-mode=light] .border-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-4:active,html body .theme-override-light .border-color-danger-border-4,html body .theme-override-light .border-color-hover-danger-border-4:hover,html body .theme-override-light .border-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-4:focus,html body .theme-override-light .border-color-focus-danger-border-4:focus-within,html body .theme-override-light .border-color-active-danger-border-4[data-selected=true],html body .theme-override-light .border-color-active-danger-border-4:active{border-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-top-color-danger-border-4,body[data-theme-mode=light] .border-top-color-hover-danger-border-4:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-4:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-4:active,html body .theme-override-light .border-top-color-danger-border-4,html body .theme-override-light .border-top-color-hover-danger-border-4:hover,html body .theme-override-light .border-top-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-4:focus,html body .theme-override-light .border-top-color-focus-danger-border-4:focus-within,html body .theme-override-light .border-top-color-active-danger-border-4[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-4:active{border-top-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-bottom-color-danger-border-4,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-4:active,html body .theme-override-light .border-bottom-color-danger-border-4,html body .theme-override-light .border-bottom-color-hover-danger-border-4:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-4:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-4:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-4:active{border-bottom-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-left-color-danger-border-4,body[data-theme-mode=light] .border-left-color-hover-danger-border-4:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-4:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-4:active,html body .theme-override-light .border-left-color-danger-border-4,html body .theme-override-light .border-left-color-hover-danger-border-4:hover,html body .theme-override-light .border-left-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-4:focus,html body .theme-override-light .border-left-color-focus-danger-border-4:focus-within,html body .theme-override-light .border-left-color-active-danger-border-4[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-4:active{border-left-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-right-color-danger-border-4,body[data-theme-mode=light] .border-right-color-hover-danger-border-4:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-4:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-4:active,html body .theme-override-light .border-right-color-danger-border-4,html body .theme-override-light .border-right-color-hover-danger-border-4:hover,html body .theme-override-light .border-right-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-4:focus,html body .theme-override-light .border-right-color-focus-danger-border-4:focus-within,html body .theme-override-light .border-right-color-active-danger-border-4[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-4:active{border-right-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .fill-color-danger-border-4,body[data-theme-mode=light] .fill-color-hover-danger-border-4:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-4:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-4:active,html body .theme-override-light .fill-color-danger-border-4,html body .theme-override-light .fill-color-hover-danger-border-4:hover,html body .theme-override-light .fill-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-4:focus,html body .theme-override-light .fill-color-focus-danger-border-4:focus-within,html body .theme-override-light .fill-color-active-danger-border-4[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-4:active{background-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outline-color-danger-border-4,body[data-theme-mode=light] .outline-color-hover-danger-border-4:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-4:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-4:active,html body .theme-override-light .outline-color-danger-border-4,html body .theme-override-light .outline-color-hover-danger-border-4:hover,html body .theme-override-light .outline-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-4:focus,html body .theme-override-light .outline-color-focus-danger-border-4:focus-within,html body .theme-override-light .outline-color-active-danger-border-4[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-4:active{outline-color:var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outside-border-color-danger-border-4,body[data-theme-mode=light] .outside-border-color-hover-danger-border-4:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-4:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-4:active,html body .theme-override-light .outside-border-color-danger-border-4,html body .theme-override-light .outside-border-color-hover-danger-border-4:hover,html body .theme-override-light .outside-border-color-focus-danger-border-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-4:focus,html body .theme-override-light .outside-border-color-focus-danger-border-4:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-4[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-4:active{--outside-border-color: var(--color-danger-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .font-color-danger-border-5,body[data-theme-mode=light] .font-color-hover-danger-border-5:hover,body[data-theme-mode=light] .font-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-5:focus,body[data-theme-mode=light] .font-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-5:active,html body .theme-override-light .font-color-danger-border-5,html body .theme-override-light .font-color-hover-danger-border-5:hover,html body .theme-override-light .font-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-5:focus,html body .theme-override-light .font-color-focus-danger-border-5:focus-within,html body .theme-override-light .font-color-active-danger-border-5[data-selected=true],html body .theme-override-light .font-color-active-danger-border-5:active{color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-color-danger-border-5,body[data-theme-mode=light] .border-color-hover-danger-border-5:hover,body[data-theme-mode=light] .border-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-5:focus,body[data-theme-mode=light] .border-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-5:active,html body .theme-override-light .border-color-danger-border-5,html body .theme-override-light .border-color-hover-danger-border-5:hover,html body .theme-override-light .border-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-5:focus,html body .theme-override-light .border-color-focus-danger-border-5:focus-within,html body .theme-override-light .border-color-active-danger-border-5[data-selected=true],html body .theme-override-light .border-color-active-danger-border-5:active{border-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-top-color-danger-border-5,body[data-theme-mode=light] .border-top-color-hover-danger-border-5:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-5:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-5:active,html body .theme-override-light .border-top-color-danger-border-5,html body .theme-override-light .border-top-color-hover-danger-border-5:hover,html body .theme-override-light .border-top-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-5:focus,html body .theme-override-light .border-top-color-focus-danger-border-5:focus-within,html body .theme-override-light .border-top-color-active-danger-border-5[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-5:active{border-top-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-bottom-color-danger-border-5,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-5:active,html body .theme-override-light .border-bottom-color-danger-border-5,html body .theme-override-light .border-bottom-color-hover-danger-border-5:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-5:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-5:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-5:active{border-bottom-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-left-color-danger-border-5,body[data-theme-mode=light] .border-left-color-hover-danger-border-5:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-5:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-5:active,html body .theme-override-light .border-left-color-danger-border-5,html body .theme-override-light .border-left-color-hover-danger-border-5:hover,html body .theme-override-light .border-left-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-5:focus,html body .theme-override-light .border-left-color-focus-danger-border-5:focus-within,html body .theme-override-light .border-left-color-active-danger-border-5[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-5:active{border-left-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-right-color-danger-border-5,body[data-theme-mode=light] .border-right-color-hover-danger-border-5:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-5:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-5:active,html body .theme-override-light .border-right-color-danger-border-5,html body .theme-override-light .border-right-color-hover-danger-border-5:hover,html body .theme-override-light .border-right-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-5:focus,html body .theme-override-light .border-right-color-focus-danger-border-5:focus-within,html body .theme-override-light .border-right-color-active-danger-border-5[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-5:active{border-right-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .fill-color-danger-border-5,body[data-theme-mode=light] .fill-color-hover-danger-border-5:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-5:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-5:active,html body .theme-override-light .fill-color-danger-border-5,html body .theme-override-light .fill-color-hover-danger-border-5:hover,html body .theme-override-light .fill-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-5:focus,html body .theme-override-light .fill-color-focus-danger-border-5:focus-within,html body .theme-override-light .fill-color-active-danger-border-5[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-5:active{background-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outline-color-danger-border-5,body[data-theme-mode=light] .outline-color-hover-danger-border-5:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-5:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-5:active,html body .theme-override-light .outline-color-danger-border-5,html body .theme-override-light .outline-color-hover-danger-border-5:hover,html body .theme-override-light .outline-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-5:focus,html body .theme-override-light .outline-color-focus-danger-border-5:focus-within,html body .theme-override-light .outline-color-active-danger-border-5[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-5:active{outline-color:var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outside-border-color-danger-border-5,body[data-theme-mode=light] .outside-border-color-hover-danger-border-5:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-5:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-5:active,html body .theme-override-light .outside-border-color-danger-border-5,html body .theme-override-light .outside-border-color-hover-danger-border-5:hover,html body .theme-override-light .outside-border-color-focus-danger-border-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-5:focus,html body .theme-override-light .outside-border-color-focus-danger-border-5:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-5[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-5:active{--outside-border-color: var(--color-danger-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .font-color-danger-font-0,body[data-theme-mode=light] .font-color-hover-danger-font-0:hover,body[data-theme-mode=light] .font-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-0:focus,body[data-theme-mode=light] .font-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-0:active,html body .theme-override-light .font-color-danger-font-0,html body .theme-override-light .font-color-hover-danger-font-0:hover,html body .theme-override-light .font-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-0:focus,html body .theme-override-light .font-color-focus-danger-font-0:focus-within,html body .theme-override-light .font-color-active-danger-font-0[data-selected=true],html body .theme-override-light .font-color-active-danger-font-0:active{color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-color-danger-font-0,body[data-theme-mode=light] .border-color-hover-danger-font-0:hover,body[data-theme-mode=light] .border-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-0:focus,body[data-theme-mode=light] .border-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-0:active,html body .theme-override-light .border-color-danger-font-0,html body .theme-override-light .border-color-hover-danger-font-0:hover,html body .theme-override-light .border-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-0:focus,html body .theme-override-light .border-color-focus-danger-font-0:focus-within,html body .theme-override-light .border-color-active-danger-font-0[data-selected=true],html body .theme-override-light .border-color-active-danger-font-0:active{border-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-top-color-danger-font-0,body[data-theme-mode=light] .border-top-color-hover-danger-font-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-0:active,html body .theme-override-light .border-top-color-danger-font-0,html body .theme-override-light .border-top-color-hover-danger-font-0:hover,html body .theme-override-light .border-top-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-0:focus,html body .theme-override-light .border-top-color-focus-danger-font-0:focus-within,html body .theme-override-light .border-top-color-active-danger-font-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-0:active{border-top-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-bottom-color-danger-font-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-0:active,html body .theme-override-light .border-bottom-color-danger-font-0,html body .theme-override-light .border-bottom-color-hover-danger-font-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-0:active{border-bottom-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-left-color-danger-font-0,body[data-theme-mode=light] .border-left-color-hover-danger-font-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-0:active,html body .theme-override-light .border-left-color-danger-font-0,html body .theme-override-light .border-left-color-hover-danger-font-0:hover,html body .theme-override-light .border-left-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-0:focus,html body .theme-override-light .border-left-color-focus-danger-font-0:focus-within,html body .theme-override-light .border-left-color-active-danger-font-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-0:active{border-left-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-right-color-danger-font-0,body[data-theme-mode=light] .border-right-color-hover-danger-font-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-0:active,html body .theme-override-light .border-right-color-danger-font-0,html body .theme-override-light .border-right-color-hover-danger-font-0:hover,html body .theme-override-light .border-right-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-0:focus,html body .theme-override-light .border-right-color-focus-danger-font-0:focus-within,html body .theme-override-light .border-right-color-active-danger-font-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-0:active{border-right-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .fill-color-danger-font-0,body[data-theme-mode=light] .fill-color-hover-danger-font-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-0:active,html body .theme-override-light .fill-color-danger-font-0,html body .theme-override-light .fill-color-hover-danger-font-0:hover,html body .theme-override-light .fill-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-0:focus,html body .theme-override-light .fill-color-focus-danger-font-0:focus-within,html body .theme-override-light .fill-color-active-danger-font-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-0:active{background-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outline-color-danger-font-0,body[data-theme-mode=light] .outline-color-hover-danger-font-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-0:active,html body .theme-override-light .outline-color-danger-font-0,html body .theme-override-light .outline-color-hover-danger-font-0:hover,html body .theme-override-light .outline-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-0:focus,html body .theme-override-light .outline-color-focus-danger-font-0:focus-within,html body .theme-override-light .outline-color-active-danger-font-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-0:active{outline-color:var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outside-border-color-danger-font-0,body[data-theme-mode=light] .outside-border-color-hover-danger-font-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-0:active,html body .theme-override-light .outside-border-color-danger-font-0,html body .theme-override-light .outside-border-color-hover-danger-font-0:hover,html body .theme-override-light .outside-border-color-focus-danger-font-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-0:focus,html body .theme-override-light .outside-border-color-focus-danger-font-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-0:active{--outside-border-color: var(--color-danger-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .font-color-danger-font-1,body[data-theme-mode=light] .font-color-hover-danger-font-1:hover,body[data-theme-mode=light] .font-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-1:focus,body[data-theme-mode=light] .font-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-1:active,html body .theme-override-light .font-color-danger-font-1,html body .theme-override-light .font-color-hover-danger-font-1:hover,html body .theme-override-light .font-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-1:focus,html body .theme-override-light .font-color-focus-danger-font-1:focus-within,html body .theme-override-light .font-color-active-danger-font-1[data-selected=true],html body .theme-override-light .font-color-active-danger-font-1:active{color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-color-danger-font-1,body[data-theme-mode=light] .border-color-hover-danger-font-1:hover,body[data-theme-mode=light] .border-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-1:focus,body[data-theme-mode=light] .border-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-1:active,html body .theme-override-light .border-color-danger-font-1,html body .theme-override-light .border-color-hover-danger-font-1:hover,html body .theme-override-light .border-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-1:focus,html body .theme-override-light .border-color-focus-danger-font-1:focus-within,html body .theme-override-light .border-color-active-danger-font-1[data-selected=true],html body .theme-override-light .border-color-active-danger-font-1:active{border-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-top-color-danger-font-1,body[data-theme-mode=light] .border-top-color-hover-danger-font-1:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-1:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-1:active,html body .theme-override-light .border-top-color-danger-font-1,html body .theme-override-light .border-top-color-hover-danger-font-1:hover,html body .theme-override-light .border-top-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-1:focus,html body .theme-override-light .border-top-color-focus-danger-font-1:focus-within,html body .theme-override-light .border-top-color-active-danger-font-1[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-1:active{border-top-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-bottom-color-danger-font-1,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-1:active,html body .theme-override-light .border-bottom-color-danger-font-1,html body .theme-override-light .border-bottom-color-hover-danger-font-1:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-1:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-1:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-1:active{border-bottom-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-left-color-danger-font-1,body[data-theme-mode=light] .border-left-color-hover-danger-font-1:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-1:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-1:active,html body .theme-override-light .border-left-color-danger-font-1,html body .theme-override-light .border-left-color-hover-danger-font-1:hover,html body .theme-override-light .border-left-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-1:focus,html body .theme-override-light .border-left-color-focus-danger-font-1:focus-within,html body .theme-override-light .border-left-color-active-danger-font-1[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-1:active{border-left-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-right-color-danger-font-1,body[data-theme-mode=light] .border-right-color-hover-danger-font-1:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-1:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-1:active,html body .theme-override-light .border-right-color-danger-font-1,html body .theme-override-light .border-right-color-hover-danger-font-1:hover,html body .theme-override-light .border-right-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-1:focus,html body .theme-override-light .border-right-color-focus-danger-font-1:focus-within,html body .theme-override-light .border-right-color-active-danger-font-1[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-1:active{border-right-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .fill-color-danger-font-1,body[data-theme-mode=light] .fill-color-hover-danger-font-1:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-1:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-1:active,html body .theme-override-light .fill-color-danger-font-1,html body .theme-override-light .fill-color-hover-danger-font-1:hover,html body .theme-override-light .fill-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-1:focus,html body .theme-override-light .fill-color-focus-danger-font-1:focus-within,html body .theme-override-light .fill-color-active-danger-font-1[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-1:active{background-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outline-color-danger-font-1,body[data-theme-mode=light] .outline-color-hover-danger-font-1:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-1:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-1:active,html body .theme-override-light .outline-color-danger-font-1,html body .theme-override-light .outline-color-hover-danger-font-1:hover,html body .theme-override-light .outline-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-1:focus,html body .theme-override-light .outline-color-focus-danger-font-1:focus-within,html body .theme-override-light .outline-color-active-danger-font-1[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-1:active{outline-color:var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outside-border-color-danger-font-1,body[data-theme-mode=light] .outside-border-color-hover-danger-font-1:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-1:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-1:active,html body .theme-override-light .outside-border-color-danger-font-1,html body .theme-override-light .outside-border-color-hover-danger-font-1:hover,html body .theme-override-light .outside-border-color-focus-danger-font-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-1:focus,html body .theme-override-light .outside-border-color-focus-danger-font-1:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-1[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-1:active{--outside-border-color: var(--color-danger-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .font-color-danger-font-2,body[data-theme-mode=light] .font-color-hover-danger-font-2:hover,body[data-theme-mode=light] .font-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-2:focus,body[data-theme-mode=light] .font-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-2:active,html body .theme-override-light .font-color-danger-font-2,html body .theme-override-light .font-color-hover-danger-font-2:hover,html body .theme-override-light .font-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-2:focus,html body .theme-override-light .font-color-focus-danger-font-2:focus-within,html body .theme-override-light .font-color-active-danger-font-2[data-selected=true],html body .theme-override-light .font-color-active-danger-font-2:active{color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-color-danger-font-2,body[data-theme-mode=light] .border-color-hover-danger-font-2:hover,body[data-theme-mode=light] .border-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-2:focus,body[data-theme-mode=light] .border-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-2:active,html body .theme-override-light .border-color-danger-font-2,html body .theme-override-light .border-color-hover-danger-font-2:hover,html body .theme-override-light .border-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-2:focus,html body .theme-override-light .border-color-focus-danger-font-2:focus-within,html body .theme-override-light .border-color-active-danger-font-2[data-selected=true],html body .theme-override-light .border-color-active-danger-font-2:active{border-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-top-color-danger-font-2,body[data-theme-mode=light] .border-top-color-hover-danger-font-2:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-2:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-2:active,html body .theme-override-light .border-top-color-danger-font-2,html body .theme-override-light .border-top-color-hover-danger-font-2:hover,html body .theme-override-light .border-top-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-2:focus,html body .theme-override-light .border-top-color-focus-danger-font-2:focus-within,html body .theme-override-light .border-top-color-active-danger-font-2[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-2:active{border-top-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-bottom-color-danger-font-2,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-2:active,html body .theme-override-light .border-bottom-color-danger-font-2,html body .theme-override-light .border-bottom-color-hover-danger-font-2:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-2:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-2:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-2:active{border-bottom-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-left-color-danger-font-2,body[data-theme-mode=light] .border-left-color-hover-danger-font-2:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-2:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-2:active,html body .theme-override-light .border-left-color-danger-font-2,html body .theme-override-light .border-left-color-hover-danger-font-2:hover,html body .theme-override-light .border-left-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-2:focus,html body .theme-override-light .border-left-color-focus-danger-font-2:focus-within,html body .theme-override-light .border-left-color-active-danger-font-2[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-2:active{border-left-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-right-color-danger-font-2,body[data-theme-mode=light] .border-right-color-hover-danger-font-2:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-2:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-2:active,html body .theme-override-light .border-right-color-danger-font-2,html body .theme-override-light .border-right-color-hover-danger-font-2:hover,html body .theme-override-light .border-right-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-2:focus,html body .theme-override-light .border-right-color-focus-danger-font-2:focus-within,html body .theme-override-light .border-right-color-active-danger-font-2[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-2:active{border-right-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .fill-color-danger-font-2,body[data-theme-mode=light] .fill-color-hover-danger-font-2:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-2:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-2:active,html body .theme-override-light .fill-color-danger-font-2,html body .theme-override-light .fill-color-hover-danger-font-2:hover,html body .theme-override-light .fill-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-2:focus,html body .theme-override-light .fill-color-focus-danger-font-2:focus-within,html body .theme-override-light .fill-color-active-danger-font-2[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-2:active{background-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outline-color-danger-font-2,body[data-theme-mode=light] .outline-color-hover-danger-font-2:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-2:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-2:active,html body .theme-override-light .outline-color-danger-font-2,html body .theme-override-light .outline-color-hover-danger-font-2:hover,html body .theme-override-light .outline-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-2:focus,html body .theme-override-light .outline-color-focus-danger-font-2:focus-within,html body .theme-override-light .outline-color-active-danger-font-2[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-2:active{outline-color:var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outside-border-color-danger-font-2,body[data-theme-mode=light] .outside-border-color-hover-danger-font-2:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-2:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-2:active,html body .theme-override-light .outside-border-color-danger-font-2,html body .theme-override-light .outside-border-color-hover-danger-font-2:hover,html body .theme-override-light .outside-border-color-focus-danger-font-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-2:focus,html body .theme-override-light .outside-border-color-focus-danger-font-2:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-2[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-2:active{--outside-border-color: var(--color-danger-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .font-color-danger-font-3,body[data-theme-mode=light] .font-color-hover-danger-font-3:hover,body[data-theme-mode=light] .font-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-3:focus,body[data-theme-mode=light] .font-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-3:active,html body .theme-override-light .font-color-danger-font-3,html body .theme-override-light .font-color-hover-danger-font-3:hover,html body .theme-override-light .font-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-3:focus,html body .theme-override-light .font-color-focus-danger-font-3:focus-within,html body .theme-override-light .font-color-active-danger-font-3[data-selected=true],html body .theme-override-light .font-color-active-danger-font-3:active{color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-color-danger-font-3,body[data-theme-mode=light] .border-color-hover-danger-font-3:hover,body[data-theme-mode=light] .border-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-3:focus,body[data-theme-mode=light] .border-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-3:active,html body .theme-override-light .border-color-danger-font-3,html body .theme-override-light .border-color-hover-danger-font-3:hover,html body .theme-override-light .border-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-3:focus,html body .theme-override-light .border-color-focus-danger-font-3:focus-within,html body .theme-override-light .border-color-active-danger-font-3[data-selected=true],html body .theme-override-light .border-color-active-danger-font-3:active{border-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-top-color-danger-font-3,body[data-theme-mode=light] .border-top-color-hover-danger-font-3:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-3:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-3:active,html body .theme-override-light .border-top-color-danger-font-3,html body .theme-override-light .border-top-color-hover-danger-font-3:hover,html body .theme-override-light .border-top-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-3:focus,html body .theme-override-light .border-top-color-focus-danger-font-3:focus-within,html body .theme-override-light .border-top-color-active-danger-font-3[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-3:active{border-top-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-bottom-color-danger-font-3,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-3:active,html body .theme-override-light .border-bottom-color-danger-font-3,html body .theme-override-light .border-bottom-color-hover-danger-font-3:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-3:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-3:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-3:active{border-bottom-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-left-color-danger-font-3,body[data-theme-mode=light] .border-left-color-hover-danger-font-3:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-3:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-3:active,html body .theme-override-light .border-left-color-danger-font-3,html body .theme-override-light .border-left-color-hover-danger-font-3:hover,html body .theme-override-light .border-left-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-3:focus,html body .theme-override-light .border-left-color-focus-danger-font-3:focus-within,html body .theme-override-light .border-left-color-active-danger-font-3[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-3:active{border-left-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-right-color-danger-font-3,body[data-theme-mode=light] .border-right-color-hover-danger-font-3:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-3:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-3:active,html body .theme-override-light .border-right-color-danger-font-3,html body .theme-override-light .border-right-color-hover-danger-font-3:hover,html body .theme-override-light .border-right-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-3:focus,html body .theme-override-light .border-right-color-focus-danger-font-3:focus-within,html body .theme-override-light .border-right-color-active-danger-font-3[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-3:active{border-right-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .fill-color-danger-font-3,body[data-theme-mode=light] .fill-color-hover-danger-font-3:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-3:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-3:active,html body .theme-override-light .fill-color-danger-font-3,html body .theme-override-light .fill-color-hover-danger-font-3:hover,html body .theme-override-light .fill-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-3:focus,html body .theme-override-light .fill-color-focus-danger-font-3:focus-within,html body .theme-override-light .fill-color-active-danger-font-3[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-3:active{background-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outline-color-danger-font-3,body[data-theme-mode=light] .outline-color-hover-danger-font-3:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-3:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-3:active,html body .theme-override-light .outline-color-danger-font-3,html body .theme-override-light .outline-color-hover-danger-font-3:hover,html body .theme-override-light .outline-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-3:focus,html body .theme-override-light .outline-color-focus-danger-font-3:focus-within,html body .theme-override-light .outline-color-active-danger-font-3[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-3:active{outline-color:var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outside-border-color-danger-font-3,body[data-theme-mode=light] .outside-border-color-hover-danger-font-3:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-3:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-3:active,html body .theme-override-light .outside-border-color-danger-font-3,html body .theme-override-light .outside-border-color-hover-danger-font-3:hover,html body .theme-override-light .outside-border-color-focus-danger-font-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-3:focus,html body .theme-override-light .outside-border-color-focus-danger-font-3:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-3[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-3:active{--outside-border-color: var(--color-danger-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .font-color-danger-font-4,body[data-theme-mode=light] .font-color-hover-danger-font-4:hover,body[data-theme-mode=light] .font-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-4:focus,body[data-theme-mode=light] .font-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-4:active,html body .theme-override-light .font-color-danger-font-4,html body .theme-override-light .font-color-hover-danger-font-4:hover,html body .theme-override-light .font-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-4:focus,html body .theme-override-light .font-color-focus-danger-font-4:focus-within,html body .theme-override-light .font-color-active-danger-font-4[data-selected=true],html body .theme-override-light .font-color-active-danger-font-4:active{color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-color-danger-font-4,body[data-theme-mode=light] .border-color-hover-danger-font-4:hover,body[data-theme-mode=light] .border-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-4:focus,body[data-theme-mode=light] .border-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-4:active,html body .theme-override-light .border-color-danger-font-4,html body .theme-override-light .border-color-hover-danger-font-4:hover,html body .theme-override-light .border-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-4:focus,html body .theme-override-light .border-color-focus-danger-font-4:focus-within,html body .theme-override-light .border-color-active-danger-font-4[data-selected=true],html body .theme-override-light .border-color-active-danger-font-4:active{border-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-top-color-danger-font-4,body[data-theme-mode=light] .border-top-color-hover-danger-font-4:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-4:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-4:active,html body .theme-override-light .border-top-color-danger-font-4,html body .theme-override-light .border-top-color-hover-danger-font-4:hover,html body .theme-override-light .border-top-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-4:focus,html body .theme-override-light .border-top-color-focus-danger-font-4:focus-within,html body .theme-override-light .border-top-color-active-danger-font-4[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-4:active{border-top-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-bottom-color-danger-font-4,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-4:active,html body .theme-override-light .border-bottom-color-danger-font-4,html body .theme-override-light .border-bottom-color-hover-danger-font-4:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-4:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-4:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-4:active{border-bottom-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-left-color-danger-font-4,body[data-theme-mode=light] .border-left-color-hover-danger-font-4:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-4:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-4:active,html body .theme-override-light .border-left-color-danger-font-4,html body .theme-override-light .border-left-color-hover-danger-font-4:hover,html body .theme-override-light .border-left-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-4:focus,html body .theme-override-light .border-left-color-focus-danger-font-4:focus-within,html body .theme-override-light .border-left-color-active-danger-font-4[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-4:active{border-left-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-right-color-danger-font-4,body[data-theme-mode=light] .border-right-color-hover-danger-font-4:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-4:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-4:active,html body .theme-override-light .border-right-color-danger-font-4,html body .theme-override-light .border-right-color-hover-danger-font-4:hover,html body .theme-override-light .border-right-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-4:focus,html body .theme-override-light .border-right-color-focus-danger-font-4:focus-within,html body .theme-override-light .border-right-color-active-danger-font-4[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-4:active{border-right-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .fill-color-danger-font-4,body[data-theme-mode=light] .fill-color-hover-danger-font-4:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-4:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-4:active,html body .theme-override-light .fill-color-danger-font-4,html body .theme-override-light .fill-color-hover-danger-font-4:hover,html body .theme-override-light .fill-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-4:focus,html body .theme-override-light .fill-color-focus-danger-font-4:focus-within,html body .theme-override-light .fill-color-active-danger-font-4[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-4:active{background-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outline-color-danger-font-4,body[data-theme-mode=light] .outline-color-hover-danger-font-4:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-4:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-4:active,html body .theme-override-light .outline-color-danger-font-4,html body .theme-override-light .outline-color-hover-danger-font-4:hover,html body .theme-override-light .outline-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-4:focus,html body .theme-override-light .outline-color-focus-danger-font-4:focus-within,html body .theme-override-light .outline-color-active-danger-font-4[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-4:active{outline-color:var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outside-border-color-danger-font-4,body[data-theme-mode=light] .outside-border-color-hover-danger-font-4:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-4:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-4:active,html body .theme-override-light .outside-border-color-danger-font-4,html body .theme-override-light .outside-border-color-hover-danger-font-4:hover,html body .theme-override-light .outside-border-color-focus-danger-font-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-4:focus,html body .theme-override-light .outside-border-color-focus-danger-font-4:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-4[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-4:active{--outside-border-color: var(--color-danger-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .font-color-danger-font-5,body[data-theme-mode=light] .font-color-hover-danger-font-5:hover,body[data-theme-mode=light] .font-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-5:focus,body[data-theme-mode=light] .font-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-5:active,html body .theme-override-light .font-color-danger-font-5,html body .theme-override-light .font-color-hover-danger-font-5:hover,html body .theme-override-light .font-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-5:focus,html body .theme-override-light .font-color-focus-danger-font-5:focus-within,html body .theme-override-light .font-color-active-danger-font-5[data-selected=true],html body .theme-override-light .font-color-active-danger-font-5:active{color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-color-danger-font-5,body[data-theme-mode=light] .border-color-hover-danger-font-5:hover,body[data-theme-mode=light] .border-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-5:focus,body[data-theme-mode=light] .border-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-5:active,html body .theme-override-light .border-color-danger-font-5,html body .theme-override-light .border-color-hover-danger-font-5:hover,html body .theme-override-light .border-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-5:focus,html body .theme-override-light .border-color-focus-danger-font-5:focus-within,html body .theme-override-light .border-color-active-danger-font-5[data-selected=true],html body .theme-override-light .border-color-active-danger-font-5:active{border-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-top-color-danger-font-5,body[data-theme-mode=light] .border-top-color-hover-danger-font-5:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-5:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-5:active,html body .theme-override-light .border-top-color-danger-font-5,html body .theme-override-light .border-top-color-hover-danger-font-5:hover,html body .theme-override-light .border-top-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-5:focus,html body .theme-override-light .border-top-color-focus-danger-font-5:focus-within,html body .theme-override-light .border-top-color-active-danger-font-5[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-5:active{border-top-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-bottom-color-danger-font-5,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-5:active,html body .theme-override-light .border-bottom-color-danger-font-5,html body .theme-override-light .border-bottom-color-hover-danger-font-5:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-5:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-5:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-5:active{border-bottom-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-left-color-danger-font-5,body[data-theme-mode=light] .border-left-color-hover-danger-font-5:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-5:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-5:active,html body .theme-override-light .border-left-color-danger-font-5,html body .theme-override-light .border-left-color-hover-danger-font-5:hover,html body .theme-override-light .border-left-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-5:focus,html body .theme-override-light .border-left-color-focus-danger-font-5:focus-within,html body .theme-override-light .border-left-color-active-danger-font-5[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-5:active{border-left-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-right-color-danger-font-5,body[data-theme-mode=light] .border-right-color-hover-danger-font-5:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-5:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-5:active,html body .theme-override-light .border-right-color-danger-font-5,html body .theme-override-light .border-right-color-hover-danger-font-5:hover,html body .theme-override-light .border-right-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-5:focus,html body .theme-override-light .border-right-color-focus-danger-font-5:focus-within,html body .theme-override-light .border-right-color-active-danger-font-5[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-5:active{border-right-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .fill-color-danger-font-5,body[data-theme-mode=light] .fill-color-hover-danger-font-5:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-5:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-5:active,html body .theme-override-light .fill-color-danger-font-5,html body .theme-override-light .fill-color-hover-danger-font-5:hover,html body .theme-override-light .fill-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-5:focus,html body .theme-override-light .fill-color-focus-danger-font-5:focus-within,html body .theme-override-light .fill-color-active-danger-font-5[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-5:active{background-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outline-color-danger-font-5,body[data-theme-mode=light] .outline-color-hover-danger-font-5:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-5:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-5:active,html body .theme-override-light .outline-color-danger-font-5,html body .theme-override-light .outline-color-hover-danger-font-5:hover,html body .theme-override-light .outline-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-5:focus,html body .theme-override-light .outline-color-focus-danger-font-5:focus-within,html body .theme-override-light .outline-color-active-danger-font-5[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-5:active{outline-color:var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outside-border-color-danger-font-5,body[data-theme-mode=light] .outside-border-color-hover-danger-font-5:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-5:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-5:active,html body .theme-override-light .outside-border-color-danger-font-5,html body .theme-override-light .outside-border-color-hover-danger-font-5:hover,html body .theme-override-light .outside-border-color-focus-danger-font-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-5:focus,html body .theme-override-light .outside-border-color-focus-danger-font-5:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-5[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-5:active{--outside-border-color: var(--color-danger-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .font-color-danger-shadow-0,body[data-theme-mode=light] .font-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .font-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .font-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .font-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-shadow-0:active,html body .theme-override-light .font-color-danger-shadow-0,html body .theme-override-light .font-color-hover-danger-shadow-0:hover,html body .theme-override-light .font-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .font-color-focus-danger-shadow-0:focus,html body .theme-override-light .font-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .font-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .font-color-active-danger-shadow-0:active{color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-color-danger-shadow-0,body[data-theme-mode=light] .border-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .border-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .border-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .border-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-shadow-0:active,html body .theme-override-light .border-color-danger-shadow-0,html body .theme-override-light .border-color-hover-danger-shadow-0:hover,html body .theme-override-light .border-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .border-color-focus-danger-shadow-0:focus,html body .theme-override-light .border-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .border-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .border-color-active-danger-shadow-0:active{border-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-top-color-danger-shadow-0,body[data-theme-mode=light] .border-top-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .border-top-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .border-top-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-shadow-0:active,html body .theme-override-light .border-top-color-danger-shadow-0,html body .theme-override-light .border-top-color-hover-danger-shadow-0:hover,html body .theme-override-light .border-top-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-shadow-0:focus,html body .theme-override-light .border-top-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .border-top-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .border-top-color-active-danger-shadow-0:active{border-top-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-bottom-color-danger-shadow-0,body[data-theme-mode=light] .border-bottom-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-shadow-0:active,html body .theme-override-light .border-bottom-color-danger-shadow-0,html body .theme-override-light .border-bottom-color-hover-danger-shadow-0:hover,html body .theme-override-light .border-bottom-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-shadow-0:focus,html body .theme-override-light .border-bottom-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .border-bottom-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-shadow-0:active{border-bottom-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-left-color-danger-shadow-0,body[data-theme-mode=light] .border-left-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .border-left-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .border-left-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-shadow-0:active,html body .theme-override-light .border-left-color-danger-shadow-0,html body .theme-override-light .border-left-color-hover-danger-shadow-0:hover,html body .theme-override-light .border-left-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-shadow-0:focus,html body .theme-override-light .border-left-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .border-left-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .border-left-color-active-danger-shadow-0:active{border-left-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-right-color-danger-shadow-0,body[data-theme-mode=light] .border-right-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .border-right-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .border-right-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-shadow-0:active,html body .theme-override-light .border-right-color-danger-shadow-0,html body .theme-override-light .border-right-color-hover-danger-shadow-0:hover,html body .theme-override-light .border-right-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-shadow-0:focus,html body .theme-override-light .border-right-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .border-right-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .border-right-color-active-danger-shadow-0:active{border-right-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .fill-color-danger-shadow-0,body[data-theme-mode=light] .fill-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .fill-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .fill-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .fill-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-shadow-0:active,html body .theme-override-light .fill-color-danger-shadow-0,html body .theme-override-light .fill-color-hover-danger-shadow-0:hover,html body .theme-override-light .fill-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .fill-color-focus-danger-shadow-0:focus,html body .theme-override-light .fill-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .fill-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .fill-color-active-danger-shadow-0:active{background-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outline-color-danger-shadow-0,body[data-theme-mode=light] .outline-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .outline-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .outline-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .outline-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-shadow-0:active,html body .theme-override-light .outline-color-danger-shadow-0,html body .theme-override-light .outline-color-hover-danger-shadow-0:hover,html body .theme-override-light .outline-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .outline-color-focus-danger-shadow-0:focus,html body .theme-override-light .outline-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .outline-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .outline-color-active-danger-shadow-0:active{outline-color:var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outside-border-color-danger-shadow-0,body[data-theme-mode=light] .outside-border-color-hover-danger-shadow-0:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-shadow-0:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-shadow-0:active,html body .theme-override-light .outside-border-color-danger-shadow-0,html body .theme-override-light .outside-border-color-hover-danger-shadow-0:hover,html body .theme-override-light .outside-border-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-shadow-0:focus,html body .theme-override-light .outside-border-color-focus-danger-shadow-0:focus-within,html body .theme-override-light .outside-border-color-active-danger-shadow-0[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-shadow-0:active{--outside-border-color: var(--color-danger-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .font-color-danger-primary,body[data-theme-mode=light] .font-color-hover-danger-primary:hover,body[data-theme-mode=light] .font-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-primary:focus,body[data-theme-mode=light] .font-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .font-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-primary:active,html body .theme-override-light .font-color-danger-primary,html body .theme-override-light .font-color-hover-danger-primary:hover,html body .theme-override-light .font-color-focus-danger-primary[data-focused=true],html body .theme-override-light .font-color-focus-danger-primary:focus,html body .theme-override-light .font-color-focus-danger-primary:focus-within,html body .theme-override-light .font-color-active-danger-primary[data-selected=true],html body .theme-override-light .font-color-active-danger-primary:active{color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-color-danger-primary,body[data-theme-mode=light] .border-color-hover-danger-primary:hover,body[data-theme-mode=light] .border-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-primary:focus,body[data-theme-mode=light] .border-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .border-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-primary:active,html body .theme-override-light .border-color-danger-primary,html body .theme-override-light .border-color-hover-danger-primary:hover,html body .theme-override-light .border-color-focus-danger-primary[data-focused=true],html body .theme-override-light .border-color-focus-danger-primary:focus,html body .theme-override-light .border-color-focus-danger-primary:focus-within,html body .theme-override-light .border-color-active-danger-primary[data-selected=true],html body .theme-override-light .border-color-active-danger-primary:active{border-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-top-color-danger-primary,body[data-theme-mode=light] .border-top-color-hover-danger-primary:hover,body[data-theme-mode=light] .border-top-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-primary:focus,body[data-theme-mode=light] .border-top-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-primary:active,html body .theme-override-light .border-top-color-danger-primary,html body .theme-override-light .border-top-color-hover-danger-primary:hover,html body .theme-override-light .border-top-color-focus-danger-primary[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-primary:focus,html body .theme-override-light .border-top-color-focus-danger-primary:focus-within,html body .theme-override-light .border-top-color-active-danger-primary[data-selected=true],html body .theme-override-light .border-top-color-active-danger-primary:active{border-top-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-bottom-color-danger-primary,body[data-theme-mode=light] .border-bottom-color-hover-danger-primary:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-primary:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-primary:active,html body .theme-override-light .border-bottom-color-danger-primary,html body .theme-override-light .border-bottom-color-hover-danger-primary:hover,html body .theme-override-light .border-bottom-color-focus-danger-primary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-primary:focus,html body .theme-override-light .border-bottom-color-focus-danger-primary:focus-within,html body .theme-override-light .border-bottom-color-active-danger-primary[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-primary:active{border-bottom-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-left-color-danger-primary,body[data-theme-mode=light] .border-left-color-hover-danger-primary:hover,body[data-theme-mode=light] .border-left-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-primary:focus,body[data-theme-mode=light] .border-left-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-primary:active,html body .theme-override-light .border-left-color-danger-primary,html body .theme-override-light .border-left-color-hover-danger-primary:hover,html body .theme-override-light .border-left-color-focus-danger-primary[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-primary:focus,html body .theme-override-light .border-left-color-focus-danger-primary:focus-within,html body .theme-override-light .border-left-color-active-danger-primary[data-selected=true],html body .theme-override-light .border-left-color-active-danger-primary:active{border-left-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-right-color-danger-primary,body[data-theme-mode=light] .border-right-color-hover-danger-primary:hover,body[data-theme-mode=light] .border-right-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-primary:focus,body[data-theme-mode=light] .border-right-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-primary:active,html body .theme-override-light .border-right-color-danger-primary,html body .theme-override-light .border-right-color-hover-danger-primary:hover,html body .theme-override-light .border-right-color-focus-danger-primary[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-primary:focus,html body .theme-override-light .border-right-color-focus-danger-primary:focus-within,html body .theme-override-light .border-right-color-active-danger-primary[data-selected=true],html body .theme-override-light .border-right-color-active-danger-primary:active{border-right-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .fill-color-danger-primary,body[data-theme-mode=light] .fill-color-hover-danger-primary:hover,body[data-theme-mode=light] .fill-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-primary:focus,body[data-theme-mode=light] .fill-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .fill-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-primary:active,html body .theme-override-light .fill-color-danger-primary,html body .theme-override-light .fill-color-hover-danger-primary:hover,html body .theme-override-light .fill-color-focus-danger-primary[data-focused=true],html body .theme-override-light .fill-color-focus-danger-primary:focus,html body .theme-override-light .fill-color-focus-danger-primary:focus-within,html body .theme-override-light .fill-color-active-danger-primary[data-selected=true],html body .theme-override-light .fill-color-active-danger-primary:active{background-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .outline-color-danger-primary,body[data-theme-mode=light] .outline-color-hover-danger-primary:hover,body[data-theme-mode=light] .outline-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-primary:focus,body[data-theme-mode=light] .outline-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .outline-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-primary:active,html body .theme-override-light .outline-color-danger-primary,html body .theme-override-light .outline-color-hover-danger-primary:hover,html body .theme-override-light .outline-color-focus-danger-primary[data-focused=true],html body .theme-override-light .outline-color-focus-danger-primary:focus,html body .theme-override-light .outline-color-focus-danger-primary:focus-within,html body .theme-override-light .outline-color-active-danger-primary[data-selected=true],html body .theme-override-light .outline-color-active-danger-primary:active{outline-color:var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .outside-border-color-danger-primary,body[data-theme-mode=light] .outside-border-color-hover-danger-primary:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-primary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-primary:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-primary:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-primary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-primary:active,html body .theme-override-light .outside-border-color-danger-primary,html body .theme-override-light .outside-border-color-hover-danger-primary:hover,html body .theme-override-light .outside-border-color-focus-danger-primary[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-primary:focus,html body .theme-override-light .outside-border-color-focus-danger-primary:focus-within,html body .theme-override-light .outside-border-color-active-danger-primary[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-primary:active{--outside-border-color: var(--color-danger-primary, var(--color-light-primary))}body[data-theme-mode=light] .font-color-danger-primary-foreground,body[data-theme-mode=light] .font-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .font-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .font-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-primary-foreground:active,html body .theme-override-light .font-color-danger-primary-foreground,html body .theme-override-light .font-color-hover-danger-primary-foreground:hover,html body .theme-override-light .font-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-danger-primary-foreground:focus,html body .theme-override-light .font-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .font-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .font-color-active-danger-primary-foreground:active{color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-color-danger-primary-foreground,body[data-theme-mode=light] .border-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .border-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .border-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-primary-foreground:active,html body .theme-override-light .border-color-danger-primary-foreground,html body .theme-override-light .border-color-hover-danger-primary-foreground:hover,html body .theme-override-light .border-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-danger-primary-foreground:focus,html body .theme-override-light .border-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .border-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .border-color-active-danger-primary-foreground:active{border-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-top-color-danger-primary-foreground,body[data-theme-mode=light] .border-top-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-primary-foreground:active,html body .theme-override-light .border-top-color-danger-primary-foreground,html body .theme-override-light .border-top-color-hover-danger-primary-foreground:hover,html body .theme-override-light .border-top-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-primary-foreground:focus,html body .theme-override-light .border-top-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .border-top-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-danger-primary-foreground:active{border-top-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-bottom-color-danger-primary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-primary-foreground:active,html body .theme-override-light .border-bottom-color-danger-primary-foreground,html body .theme-override-light .border-bottom-color-hover-danger-primary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-primary-foreground:active{border-bottom-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-left-color-danger-primary-foreground,body[data-theme-mode=light] .border-left-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-primary-foreground:active,html body .theme-override-light .border-left-color-danger-primary-foreground,html body .theme-override-light .border-left-color-hover-danger-primary-foreground:hover,html body .theme-override-light .border-left-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-primary-foreground:focus,html body .theme-override-light .border-left-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .border-left-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-danger-primary-foreground:active{border-left-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-right-color-danger-primary-foreground,body[data-theme-mode=light] .border-right-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-primary-foreground:active,html body .theme-override-light .border-right-color-danger-primary-foreground,html body .theme-override-light .border-right-color-hover-danger-primary-foreground:hover,html body .theme-override-light .border-right-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-primary-foreground:focus,html body .theme-override-light .border-right-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .border-right-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-danger-primary-foreground:active{border-right-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .fill-color-danger-primary-foreground,body[data-theme-mode=light] .fill-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-primary-foreground:active,html body .theme-override-light .fill-color-danger-primary-foreground,html body .theme-override-light .fill-color-hover-danger-primary-foreground:hover,html body .theme-override-light .fill-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-danger-primary-foreground:focus,html body .theme-override-light .fill-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .fill-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-danger-primary-foreground:active{background-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outline-color-danger-primary-foreground,body[data-theme-mode=light] .outline-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-primary-foreground:active,html body .theme-override-light .outline-color-danger-primary-foreground,html body .theme-override-light .outline-color-hover-danger-primary-foreground:hover,html body .theme-override-light .outline-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-danger-primary-foreground:focus,html body .theme-override-light .outline-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .outline-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-danger-primary-foreground:active{outline-color:var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outside-border-color-danger-primary-foreground,body[data-theme-mode=light] .outside-border-color-hover-danger-primary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-primary-foreground:active,html body .theme-override-light .outside-border-color-danger-primary-foreground,html body .theme-override-light .outside-border-color-hover-danger-primary-foreground:hover,html body .theme-override-light .outside-border-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-primary-foreground:focus,html body .theme-override-light .outside-border-color-focus-danger-primary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-primary-foreground:active{--outside-border-color: var(--color-danger-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .font-color-danger-secondary,body[data-theme-mode=light] .font-color-hover-danger-secondary:hover,body[data-theme-mode=light] .font-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-secondary:focus,body[data-theme-mode=light] .font-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .font-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-secondary:active,html body .theme-override-light .font-color-danger-secondary,html body .theme-override-light .font-color-hover-danger-secondary:hover,html body .theme-override-light .font-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .font-color-focus-danger-secondary:focus,html body .theme-override-light .font-color-focus-danger-secondary:focus-within,html body .theme-override-light .font-color-active-danger-secondary[data-selected=true],html body .theme-override-light .font-color-active-danger-secondary:active{color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-color-danger-secondary,body[data-theme-mode=light] .border-color-hover-danger-secondary:hover,body[data-theme-mode=light] .border-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-secondary:focus,body[data-theme-mode=light] .border-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .border-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-secondary:active,html body .theme-override-light .border-color-danger-secondary,html body .theme-override-light .border-color-hover-danger-secondary:hover,html body .theme-override-light .border-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .border-color-focus-danger-secondary:focus,html body .theme-override-light .border-color-focus-danger-secondary:focus-within,html body .theme-override-light .border-color-active-danger-secondary[data-selected=true],html body .theme-override-light .border-color-active-danger-secondary:active{border-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-top-color-danger-secondary,body[data-theme-mode=light] .border-top-color-hover-danger-secondary:hover,body[data-theme-mode=light] .border-top-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-secondary:focus,body[data-theme-mode=light] .border-top-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-secondary:active,html body .theme-override-light .border-top-color-danger-secondary,html body .theme-override-light .border-top-color-hover-danger-secondary:hover,html body .theme-override-light .border-top-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-secondary:focus,html body .theme-override-light .border-top-color-focus-danger-secondary:focus-within,html body .theme-override-light .border-top-color-active-danger-secondary[data-selected=true],html body .theme-override-light .border-top-color-active-danger-secondary:active{border-top-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-bottom-color-danger-secondary,body[data-theme-mode=light] .border-bottom-color-hover-danger-secondary:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-secondary:active,html body .theme-override-light .border-bottom-color-danger-secondary,html body .theme-override-light .border-bottom-color-hover-danger-secondary:hover,html body .theme-override-light .border-bottom-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-secondary:focus,html body .theme-override-light .border-bottom-color-focus-danger-secondary:focus-within,html body .theme-override-light .border-bottom-color-active-danger-secondary[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-secondary:active{border-bottom-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-left-color-danger-secondary,body[data-theme-mode=light] .border-left-color-hover-danger-secondary:hover,body[data-theme-mode=light] .border-left-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-secondary:focus,body[data-theme-mode=light] .border-left-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-secondary:active,html body .theme-override-light .border-left-color-danger-secondary,html body .theme-override-light .border-left-color-hover-danger-secondary:hover,html body .theme-override-light .border-left-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-secondary:focus,html body .theme-override-light .border-left-color-focus-danger-secondary:focus-within,html body .theme-override-light .border-left-color-active-danger-secondary[data-selected=true],html body .theme-override-light .border-left-color-active-danger-secondary:active{border-left-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-right-color-danger-secondary,body[data-theme-mode=light] .border-right-color-hover-danger-secondary:hover,body[data-theme-mode=light] .border-right-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-secondary:focus,body[data-theme-mode=light] .border-right-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-secondary:active,html body .theme-override-light .border-right-color-danger-secondary,html body .theme-override-light .border-right-color-hover-danger-secondary:hover,html body .theme-override-light .border-right-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-secondary:focus,html body .theme-override-light .border-right-color-focus-danger-secondary:focus-within,html body .theme-override-light .border-right-color-active-danger-secondary[data-selected=true],html body .theme-override-light .border-right-color-active-danger-secondary:active{border-right-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .fill-color-danger-secondary,body[data-theme-mode=light] .fill-color-hover-danger-secondary:hover,body[data-theme-mode=light] .fill-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-secondary:focus,body[data-theme-mode=light] .fill-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .fill-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-secondary:active,html body .theme-override-light .fill-color-danger-secondary,html body .theme-override-light .fill-color-hover-danger-secondary:hover,html body .theme-override-light .fill-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .fill-color-focus-danger-secondary:focus,html body .theme-override-light .fill-color-focus-danger-secondary:focus-within,html body .theme-override-light .fill-color-active-danger-secondary[data-selected=true],html body .theme-override-light .fill-color-active-danger-secondary:active{background-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outline-color-danger-secondary,body[data-theme-mode=light] .outline-color-hover-danger-secondary:hover,body[data-theme-mode=light] .outline-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-secondary:focus,body[data-theme-mode=light] .outline-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .outline-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-secondary:active,html body .theme-override-light .outline-color-danger-secondary,html body .theme-override-light .outline-color-hover-danger-secondary:hover,html body .theme-override-light .outline-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .outline-color-focus-danger-secondary:focus,html body .theme-override-light .outline-color-focus-danger-secondary:focus-within,html body .theme-override-light .outline-color-active-danger-secondary[data-selected=true],html body .theme-override-light .outline-color-active-danger-secondary:active{outline-color:var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outside-border-color-danger-secondary,body[data-theme-mode=light] .outside-border-color-hover-danger-secondary:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-secondary:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-secondary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-secondary:active,html body .theme-override-light .outside-border-color-danger-secondary,html body .theme-override-light .outside-border-color-hover-danger-secondary:hover,html body .theme-override-light .outside-border-color-focus-danger-secondary[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-secondary:focus,html body .theme-override-light .outside-border-color-focus-danger-secondary:focus-within,html body .theme-override-light .outside-border-color-active-danger-secondary[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-secondary:active{--outside-border-color: var(--color-danger-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .font-color-danger-secondary-foreground,body[data-theme-mode=light] .font-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .font-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-secondary-foreground:active,html body .theme-override-light .font-color-danger-secondary-foreground,html body .theme-override-light .font-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .font-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .font-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .font-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .font-color-active-danger-secondary-foreground:active{color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-color-danger-secondary-foreground,body[data-theme-mode=light] .border-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .border-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-secondary-foreground:active,html body .theme-override-light .border-color-danger-secondary-foreground,html body .theme-override-light .border-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .border-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .border-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .border-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .border-color-active-danger-secondary-foreground:active{border-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-top-color-danger-secondary-foreground,body[data-theme-mode=light] .border-top-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-secondary-foreground:active,html body .theme-override-light .border-top-color-danger-secondary-foreground,html body .theme-override-light .border-top-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .border-top-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .border-top-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .border-top-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-danger-secondary-foreground:active{border-top-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-bottom-color-danger-secondary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-secondary-foreground:active,html body .theme-override-light .border-bottom-color-danger-secondary-foreground,html body .theme-override-light .border-bottom-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-secondary-foreground:active{border-bottom-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-left-color-danger-secondary-foreground,body[data-theme-mode=light] .border-left-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-secondary-foreground:active,html body .theme-override-light .border-left-color-danger-secondary-foreground,html body .theme-override-light .border-left-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .border-left-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .border-left-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .border-left-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-danger-secondary-foreground:active{border-left-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-right-color-danger-secondary-foreground,body[data-theme-mode=light] .border-right-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-secondary-foreground:active,html body .theme-override-light .border-right-color-danger-secondary-foreground,html body .theme-override-light .border-right-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .border-right-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .border-right-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .border-right-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-danger-secondary-foreground:active{border-right-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .fill-color-danger-secondary-foreground,body[data-theme-mode=light] .fill-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-secondary-foreground:active,html body .theme-override-light .fill-color-danger-secondary-foreground,html body .theme-override-light .fill-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .fill-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .fill-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .fill-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-danger-secondary-foreground:active{background-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outline-color-danger-secondary-foreground,body[data-theme-mode=light] .outline-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-secondary-foreground:active,html body .theme-override-light .outline-color-danger-secondary-foreground,html body .theme-override-light .outline-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .outline-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .outline-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .outline-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-danger-secondary-foreground:active{outline-color:var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outside-border-color-danger-secondary-foreground,body[data-theme-mode=light] .outside-border-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-secondary-foreground:active,html body .theme-override-light .outside-border-color-danger-secondary-foreground,html body .theme-override-light .outside-border-color-hover-danger-secondary-foreground:hover,html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground:focus,html body .theme-override-light .outside-border-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-secondary-foreground:active{--outside-border-color: var(--color-danger-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .font-color-danger-accent,body[data-theme-mode=light] .font-color-hover-danger-accent:hover,body[data-theme-mode=light] .font-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-accent:focus,body[data-theme-mode=light] .font-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .font-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-accent:active,html body .theme-override-light .font-color-danger-accent,html body .theme-override-light .font-color-hover-danger-accent:hover,html body .theme-override-light .font-color-focus-danger-accent[data-focused=true],html body .theme-override-light .font-color-focus-danger-accent:focus,html body .theme-override-light .font-color-focus-danger-accent:focus-within,html body .theme-override-light .font-color-active-danger-accent[data-selected=true],html body .theme-override-light .font-color-active-danger-accent:active{color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-color-danger-accent,body[data-theme-mode=light] .border-color-hover-danger-accent:hover,body[data-theme-mode=light] .border-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-accent:focus,body[data-theme-mode=light] .border-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .border-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-accent:active,html body .theme-override-light .border-color-danger-accent,html body .theme-override-light .border-color-hover-danger-accent:hover,html body .theme-override-light .border-color-focus-danger-accent[data-focused=true],html body .theme-override-light .border-color-focus-danger-accent:focus,html body .theme-override-light .border-color-focus-danger-accent:focus-within,html body .theme-override-light .border-color-active-danger-accent[data-selected=true],html body .theme-override-light .border-color-active-danger-accent:active{border-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-top-color-danger-accent,body[data-theme-mode=light] .border-top-color-hover-danger-accent:hover,body[data-theme-mode=light] .border-top-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-accent:focus,body[data-theme-mode=light] .border-top-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-accent:active,html body .theme-override-light .border-top-color-danger-accent,html body .theme-override-light .border-top-color-hover-danger-accent:hover,html body .theme-override-light .border-top-color-focus-danger-accent[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-accent:focus,html body .theme-override-light .border-top-color-focus-danger-accent:focus-within,html body .theme-override-light .border-top-color-active-danger-accent[data-selected=true],html body .theme-override-light .border-top-color-active-danger-accent:active{border-top-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-bottom-color-danger-accent,body[data-theme-mode=light] .border-bottom-color-hover-danger-accent:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-accent:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-accent:active,html body .theme-override-light .border-bottom-color-danger-accent,html body .theme-override-light .border-bottom-color-hover-danger-accent:hover,html body .theme-override-light .border-bottom-color-focus-danger-accent[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-accent:focus,html body .theme-override-light .border-bottom-color-focus-danger-accent:focus-within,html body .theme-override-light .border-bottom-color-active-danger-accent[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-accent:active{border-bottom-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-left-color-danger-accent,body[data-theme-mode=light] .border-left-color-hover-danger-accent:hover,body[data-theme-mode=light] .border-left-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-accent:focus,body[data-theme-mode=light] .border-left-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-accent:active,html body .theme-override-light .border-left-color-danger-accent,html body .theme-override-light .border-left-color-hover-danger-accent:hover,html body .theme-override-light .border-left-color-focus-danger-accent[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-accent:focus,html body .theme-override-light .border-left-color-focus-danger-accent:focus-within,html body .theme-override-light .border-left-color-active-danger-accent[data-selected=true],html body .theme-override-light .border-left-color-active-danger-accent:active{border-left-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-right-color-danger-accent,body[data-theme-mode=light] .border-right-color-hover-danger-accent:hover,body[data-theme-mode=light] .border-right-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-accent:focus,body[data-theme-mode=light] .border-right-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-accent:active,html body .theme-override-light .border-right-color-danger-accent,html body .theme-override-light .border-right-color-hover-danger-accent:hover,html body .theme-override-light .border-right-color-focus-danger-accent[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-accent:focus,html body .theme-override-light .border-right-color-focus-danger-accent:focus-within,html body .theme-override-light .border-right-color-active-danger-accent[data-selected=true],html body .theme-override-light .border-right-color-active-danger-accent:active{border-right-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .fill-color-danger-accent,body[data-theme-mode=light] .fill-color-hover-danger-accent:hover,body[data-theme-mode=light] .fill-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-accent:focus,body[data-theme-mode=light] .fill-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .fill-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-accent:active,html body .theme-override-light .fill-color-danger-accent,html body .theme-override-light .fill-color-hover-danger-accent:hover,html body .theme-override-light .fill-color-focus-danger-accent[data-focused=true],html body .theme-override-light .fill-color-focus-danger-accent:focus,html body .theme-override-light .fill-color-focus-danger-accent:focus-within,html body .theme-override-light .fill-color-active-danger-accent[data-selected=true],html body .theme-override-light .fill-color-active-danger-accent:active{background-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .outline-color-danger-accent,body[data-theme-mode=light] .outline-color-hover-danger-accent:hover,body[data-theme-mode=light] .outline-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-accent:focus,body[data-theme-mode=light] .outline-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .outline-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-accent:active,html body .theme-override-light .outline-color-danger-accent,html body .theme-override-light .outline-color-hover-danger-accent:hover,html body .theme-override-light .outline-color-focus-danger-accent[data-focused=true],html body .theme-override-light .outline-color-focus-danger-accent:focus,html body .theme-override-light .outline-color-focus-danger-accent:focus-within,html body .theme-override-light .outline-color-active-danger-accent[data-selected=true],html body .theme-override-light .outline-color-active-danger-accent:active{outline-color:var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .outside-border-color-danger-accent,body[data-theme-mode=light] .outside-border-color-hover-danger-accent:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-accent[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-accent:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-accent:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-accent[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-accent:active,html body .theme-override-light .outside-border-color-danger-accent,html body .theme-override-light .outside-border-color-hover-danger-accent:hover,html body .theme-override-light .outside-border-color-focus-danger-accent[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-accent:focus,html body .theme-override-light .outside-border-color-focus-danger-accent:focus-within,html body .theme-override-light .outside-border-color-active-danger-accent[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-accent:active{--outside-border-color: var(--color-danger-accent, var(--color-light-accent))}body[data-theme-mode=light] .font-color-danger-accent-foreground,body[data-theme-mode=light] .font-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .font-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .font-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .font-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-accent-foreground:active,html body .theme-override-light .font-color-danger-accent-foreground,html body .theme-override-light .font-color-hover-danger-accent-foreground:hover,html body .theme-override-light .font-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .font-color-focus-danger-accent-foreground:focus,html body .theme-override-light .font-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .font-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .font-color-active-danger-accent-foreground:active{color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-color-danger-accent-foreground,body[data-theme-mode=light] .border-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .border-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .border-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .border-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-accent-foreground:active,html body .theme-override-light .border-color-danger-accent-foreground,html body .theme-override-light .border-color-hover-danger-accent-foreground:hover,html body .theme-override-light .border-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .border-color-focus-danger-accent-foreground:focus,html body .theme-override-light .border-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .border-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .border-color-active-danger-accent-foreground:active{border-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-top-color-danger-accent-foreground,body[data-theme-mode=light] .border-top-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-accent-foreground:active,html body .theme-override-light .border-top-color-danger-accent-foreground,html body .theme-override-light .border-top-color-hover-danger-accent-foreground:hover,html body .theme-override-light .border-top-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-accent-foreground:focus,html body .theme-override-light .border-top-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .border-top-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-danger-accent-foreground:active{border-top-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-bottom-color-danger-accent-foreground,body[data-theme-mode=light] .border-bottom-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-accent-foreground:active,html body .theme-override-light .border-bottom-color-danger-accent-foreground,html body .theme-override-light .border-bottom-color-hover-danger-accent-foreground:hover,html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground:focus,html body .theme-override-light .border-bottom-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-accent-foreground:active{border-bottom-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-left-color-danger-accent-foreground,body[data-theme-mode=light] .border-left-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-accent-foreground:active,html body .theme-override-light .border-left-color-danger-accent-foreground,html body .theme-override-light .border-left-color-hover-danger-accent-foreground:hover,html body .theme-override-light .border-left-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-accent-foreground:focus,html body .theme-override-light .border-left-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .border-left-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-danger-accent-foreground:active{border-left-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-right-color-danger-accent-foreground,body[data-theme-mode=light] .border-right-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-accent-foreground:active,html body .theme-override-light .border-right-color-danger-accent-foreground,html body .theme-override-light .border-right-color-hover-danger-accent-foreground:hover,html body .theme-override-light .border-right-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-accent-foreground:focus,html body .theme-override-light .border-right-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .border-right-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-danger-accent-foreground:active{border-right-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .fill-color-danger-accent-foreground,body[data-theme-mode=light] .fill-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .fill-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-accent-foreground:active,html body .theme-override-light .fill-color-danger-accent-foreground,html body .theme-override-light .fill-color-hover-danger-accent-foreground:hover,html body .theme-override-light .fill-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-danger-accent-foreground:focus,html body .theme-override-light .fill-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .fill-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .fill-color-active-danger-accent-foreground:active{background-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outline-color-danger-accent-foreground,body[data-theme-mode=light] .outline-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .outline-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-accent-foreground:active,html body .theme-override-light .outline-color-danger-accent-foreground,html body .theme-override-light .outline-color-hover-danger-accent-foreground:hover,html body .theme-override-light .outline-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-danger-accent-foreground:focus,html body .theme-override-light .outline-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .outline-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .outline-color-active-danger-accent-foreground:active{outline-color:var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outside-border-color-danger-accent-foreground,body[data-theme-mode=light] .outside-border-color-hover-danger-accent-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-accent-foreground:active,html body .theme-override-light .outside-border-color-danger-accent-foreground,html body .theme-override-light .outside-border-color-hover-danger-accent-foreground:hover,html body .theme-override-light .outside-border-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-accent-foreground:focus,html body .theme-override-light .outside-border-color-focus-danger-accent-foreground:focus-within,html body .theme-override-light .outside-border-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-accent-foreground:active{--outside-border-color: var(--color-danger-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .font-color-danger-background,body[data-theme-mode=light] .font-color-hover-danger-background:hover,body[data-theme-mode=light] .font-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background:focus,body[data-theme-mode=light] .font-color-focus-danger-background:focus-within,body[data-theme-mode=light] .font-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background:active,html body .theme-override-light .font-color-danger-background,html body .theme-override-light .font-color-hover-danger-background:hover,html body .theme-override-light .font-color-focus-danger-background[data-focused=true],html body .theme-override-light .font-color-focus-danger-background:focus,html body .theme-override-light .font-color-focus-danger-background:focus-within,html body .theme-override-light .font-color-active-danger-background[data-selected=true],html body .theme-override-light .font-color-active-danger-background:active{color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .border-color-danger-background,body[data-theme-mode=light] .border-color-hover-danger-background:hover,body[data-theme-mode=light] .border-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background:focus,body[data-theme-mode=light] .border-color-focus-danger-background:focus-within,body[data-theme-mode=light] .border-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background:active,html body .theme-override-light .border-color-danger-background,html body .theme-override-light .border-color-hover-danger-background:hover,html body .theme-override-light .border-color-focus-danger-background[data-focused=true],html body .theme-override-light .border-color-focus-danger-background:focus,html body .theme-override-light .border-color-focus-danger-background:focus-within,html body .theme-override-light .border-color-active-danger-background[data-selected=true],html body .theme-override-light .border-color-active-danger-background:active{border-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .border-top-color-danger-background,body[data-theme-mode=light] .border-top-color-hover-danger-background:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background:active,html body .theme-override-light .border-top-color-danger-background,html body .theme-override-light .border-top-color-hover-danger-background:hover,html body .theme-override-light .border-top-color-focus-danger-background[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background:focus,html body .theme-override-light .border-top-color-focus-danger-background:focus-within,html body .theme-override-light .border-top-color-active-danger-background[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background:active{border-top-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .border-bottom-color-danger-background,body[data-theme-mode=light] .border-bottom-color-hover-danger-background:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background:active,html body .theme-override-light .border-bottom-color-danger-background,html body .theme-override-light .border-bottom-color-hover-danger-background:hover,html body .theme-override-light .border-bottom-color-focus-danger-background[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background:focus,html body .theme-override-light .border-bottom-color-focus-danger-background:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background:active{border-bottom-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .border-left-color-danger-background,body[data-theme-mode=light] .border-left-color-hover-danger-background:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background:active,html body .theme-override-light .border-left-color-danger-background,html body .theme-override-light .border-left-color-hover-danger-background:hover,html body .theme-override-light .border-left-color-focus-danger-background[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background:focus,html body .theme-override-light .border-left-color-focus-danger-background:focus-within,html body .theme-override-light .border-left-color-active-danger-background[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background:active{border-left-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .border-right-color-danger-background,body[data-theme-mode=light] .border-right-color-hover-danger-background:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background:active,html body .theme-override-light .border-right-color-danger-background,html body .theme-override-light .border-right-color-hover-danger-background:hover,html body .theme-override-light .border-right-color-focus-danger-background[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background:focus,html body .theme-override-light .border-right-color-focus-danger-background:focus-within,html body .theme-override-light .border-right-color-active-danger-background[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background:active{border-right-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .fill-color-danger-background,body[data-theme-mode=light] .fill-color-hover-danger-background:hover,body[data-theme-mode=light] .fill-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background:focus,body[data-theme-mode=light] .fill-color-focus-danger-background:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background:active,html body .theme-override-light .fill-color-danger-background,html body .theme-override-light .fill-color-hover-danger-background:hover,html body .theme-override-light .fill-color-focus-danger-background[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background:focus,html body .theme-override-light .fill-color-focus-danger-background:focus-within,html body .theme-override-light .fill-color-active-danger-background[data-selected=true],html body .theme-override-light .fill-color-active-danger-background:active{background-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .outline-color-danger-background,body[data-theme-mode=light] .outline-color-hover-danger-background:hover,body[data-theme-mode=light] .outline-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background:focus,body[data-theme-mode=light] .outline-color-focus-danger-background:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background:active,html body .theme-override-light .outline-color-danger-background,html body .theme-override-light .outline-color-hover-danger-background:hover,html body .theme-override-light .outline-color-focus-danger-background[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background:focus,html body .theme-override-light .outline-color-focus-danger-background:focus-within,html body .theme-override-light .outline-color-active-danger-background[data-selected=true],html body .theme-override-light .outline-color-active-danger-background:active{outline-color:var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .outside-border-color-danger-background,body[data-theme-mode=light] .outside-border-color-hover-danger-background:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background:active,html body .theme-override-light .outside-border-color-danger-background,html body .theme-override-light .outside-border-color-hover-danger-background:hover,html body .theme-override-light .outside-border-color-focus-danger-background[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background:focus,html body .theme-override-light .outside-border-color-focus-danger-background:focus-within,html body .theme-override-light .outside-border-color-active-danger-background[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background:active{--outside-border-color: var(--color-danger-background, var(--color-light-background))}body[data-theme-mode=light] .font-color-danger-background-surface,body[data-theme-mode=light] .font-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .font-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .font-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-surface:active,html body .theme-override-light .font-color-danger-background-surface,html body .theme-override-light .font-color-hover-danger-background-surface:hover,html body .theme-override-light .font-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-surface:focus,html body .theme-override-light .font-color-focus-danger-background-surface:focus-within,html body .theme-override-light .font-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .font-color-active-danger-background-surface:active{color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-color-danger-background-surface,body[data-theme-mode=light] .border-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .border-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .border-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-surface:active,html body .theme-override-light .border-color-danger-background-surface,html body .theme-override-light .border-color-hover-danger-background-surface:hover,html body .theme-override-light .border-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-surface:focus,html body .theme-override-light .border-color-focus-danger-background-surface:focus-within,html body .theme-override-light .border-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .border-color-active-danger-background-surface:active{border-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-top-color-danger-background-surface,body[data-theme-mode=light] .border-top-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-surface:active,html body .theme-override-light .border-top-color-danger-background-surface,html body .theme-override-light .border-top-color-hover-danger-background-surface:hover,html body .theme-override-light .border-top-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-surface:focus,html body .theme-override-light .border-top-color-focus-danger-background-surface:focus-within,html body .theme-override-light .border-top-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-surface:active{border-top-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-bottom-color-danger-background-surface,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-surface:active,html body .theme-override-light .border-bottom-color-danger-background-surface,html body .theme-override-light .border-bottom-color-hover-danger-background-surface:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-surface:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-surface:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-surface:active{border-bottom-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-left-color-danger-background-surface,body[data-theme-mode=light] .border-left-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-surface:active,html body .theme-override-light .border-left-color-danger-background-surface,html body .theme-override-light .border-left-color-hover-danger-background-surface:hover,html body .theme-override-light .border-left-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-surface:focus,html body .theme-override-light .border-left-color-focus-danger-background-surface:focus-within,html body .theme-override-light .border-left-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-surface:active{border-left-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-right-color-danger-background-surface,body[data-theme-mode=light] .border-right-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-surface:active,html body .theme-override-light .border-right-color-danger-background-surface,html body .theme-override-light .border-right-color-hover-danger-background-surface:hover,html body .theme-override-light .border-right-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-surface:focus,html body .theme-override-light .border-right-color-focus-danger-background-surface:focus-within,html body .theme-override-light .border-right-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-surface:active{border-right-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .fill-color-danger-background-surface,body[data-theme-mode=light] .fill-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-surface:active,html body .theme-override-light .fill-color-danger-background-surface,html body .theme-override-light .fill-color-hover-danger-background-surface:hover,html body .theme-override-light .fill-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-surface:focus,html body .theme-override-light .fill-color-focus-danger-background-surface:focus-within,html body .theme-override-light .fill-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-surface:active{background-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outline-color-danger-background-surface,body[data-theme-mode=light] .outline-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-surface:active,html body .theme-override-light .outline-color-danger-background-surface,html body .theme-override-light .outline-color-hover-danger-background-surface:hover,html body .theme-override-light .outline-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-surface:focus,html body .theme-override-light .outline-color-focus-danger-background-surface:focus-within,html body .theme-override-light .outline-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-surface:active{outline-color:var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outside-border-color-danger-background-surface,body[data-theme-mode=light] .outside-border-color-hover-danger-background-surface:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-surface:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-surface:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-surface:active,html body .theme-override-light .outside-border-color-danger-background-surface,html body .theme-override-light .outside-border-color-hover-danger-background-surface:hover,html body .theme-override-light .outside-border-color-focus-danger-background-surface[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-surface:focus,html body .theme-override-light .outside-border-color-focus-danger-background-surface:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-surface[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-surface:active{--outside-border-color: var(--color-danger-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .font-color-danger-background-ghost,body[data-theme-mode=light] .font-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .font-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .font-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-ghost:active,html body .theme-override-light .font-color-danger-background-ghost,html body .theme-override-light .font-color-hover-danger-background-ghost:hover,html body .theme-override-light .font-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-ghost:focus,html body .theme-override-light .font-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .font-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .font-color-active-danger-background-ghost:active{color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-color-danger-background-ghost,body[data-theme-mode=light] .border-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .border-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .border-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-ghost:active,html body .theme-override-light .border-color-danger-background-ghost,html body .theme-override-light .border-color-hover-danger-background-ghost:hover,html body .theme-override-light .border-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-ghost:focus,html body .theme-override-light .border-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .border-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .border-color-active-danger-background-ghost:active{border-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-top-color-danger-background-ghost,body[data-theme-mode=light] .border-top-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-ghost:active,html body .theme-override-light .border-top-color-danger-background-ghost,html body .theme-override-light .border-top-color-hover-danger-background-ghost:hover,html body .theme-override-light .border-top-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-ghost:focus,html body .theme-override-light .border-top-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .border-top-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-ghost:active{border-top-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-bottom-color-danger-background-ghost,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-ghost:active,html body .theme-override-light .border-bottom-color-danger-background-ghost,html body .theme-override-light .border-bottom-color-hover-danger-background-ghost:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-ghost:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-ghost:active{border-bottom-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-left-color-danger-background-ghost,body[data-theme-mode=light] .border-left-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-ghost:active,html body .theme-override-light .border-left-color-danger-background-ghost,html body .theme-override-light .border-left-color-hover-danger-background-ghost:hover,html body .theme-override-light .border-left-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-ghost:focus,html body .theme-override-light .border-left-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .border-left-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-ghost:active{border-left-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-right-color-danger-background-ghost,body[data-theme-mode=light] .border-right-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-ghost:active,html body .theme-override-light .border-right-color-danger-background-ghost,html body .theme-override-light .border-right-color-hover-danger-background-ghost:hover,html body .theme-override-light .border-right-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-ghost:focus,html body .theme-override-light .border-right-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .border-right-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-ghost:active{border-right-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .fill-color-danger-background-ghost,body[data-theme-mode=light] .fill-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-ghost:active,html body .theme-override-light .fill-color-danger-background-ghost,html body .theme-override-light .fill-color-hover-danger-background-ghost:hover,html body .theme-override-light .fill-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-ghost:focus,html body .theme-override-light .fill-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .fill-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-ghost:active{background-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outline-color-danger-background-ghost,body[data-theme-mode=light] .outline-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-ghost:active,html body .theme-override-light .outline-color-danger-background-ghost,html body .theme-override-light .outline-color-hover-danger-background-ghost:hover,html body .theme-override-light .outline-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-ghost:focus,html body .theme-override-light .outline-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .outline-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-ghost:active{outline-color:var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outside-border-color-danger-background-ghost,body[data-theme-mode=light] .outside-border-color-hover-danger-background-ghost:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-ghost:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-ghost:active,html body .theme-override-light .outside-border-color-danger-background-ghost,html body .theme-override-light .outside-border-color-hover-danger-background-ghost:hover,html body .theme-override-light .outside-border-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-ghost:focus,html body .theme-override-light .outside-border-color-focus-danger-background-ghost:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-ghost[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-ghost:active{--outside-border-color: var(--color-danger-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .font-color-danger-background-flat,body[data-theme-mode=light] .font-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .font-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .font-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-flat:active,html body .theme-override-light .font-color-danger-background-flat,html body .theme-override-light .font-color-hover-danger-background-flat:hover,html body .theme-override-light .font-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-flat:focus,html body .theme-override-light .font-color-focus-danger-background-flat:focus-within,html body .theme-override-light .font-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .font-color-active-danger-background-flat:active{color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-color-danger-background-flat,body[data-theme-mode=light] .border-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .border-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .border-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-flat:active,html body .theme-override-light .border-color-danger-background-flat,html body .theme-override-light .border-color-hover-danger-background-flat:hover,html body .theme-override-light .border-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-flat:focus,html body .theme-override-light .border-color-focus-danger-background-flat:focus-within,html body .theme-override-light .border-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .border-color-active-danger-background-flat:active{border-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-top-color-danger-background-flat,body[data-theme-mode=light] .border-top-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-flat:active,html body .theme-override-light .border-top-color-danger-background-flat,html body .theme-override-light .border-top-color-hover-danger-background-flat:hover,html body .theme-override-light .border-top-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-flat:focus,html body .theme-override-light .border-top-color-focus-danger-background-flat:focus-within,html body .theme-override-light .border-top-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-flat:active{border-top-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-bottom-color-danger-background-flat,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-flat:active,html body .theme-override-light .border-bottom-color-danger-background-flat,html body .theme-override-light .border-bottom-color-hover-danger-background-flat:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-flat:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-flat:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-flat:active{border-bottom-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-left-color-danger-background-flat,body[data-theme-mode=light] .border-left-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-flat:active,html body .theme-override-light .border-left-color-danger-background-flat,html body .theme-override-light .border-left-color-hover-danger-background-flat:hover,html body .theme-override-light .border-left-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-flat:focus,html body .theme-override-light .border-left-color-focus-danger-background-flat:focus-within,html body .theme-override-light .border-left-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-flat:active{border-left-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-right-color-danger-background-flat,body[data-theme-mode=light] .border-right-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-flat:active,html body .theme-override-light .border-right-color-danger-background-flat,html body .theme-override-light .border-right-color-hover-danger-background-flat:hover,html body .theme-override-light .border-right-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-flat:focus,html body .theme-override-light .border-right-color-focus-danger-background-flat:focus-within,html body .theme-override-light .border-right-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-flat:active{border-right-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .fill-color-danger-background-flat,body[data-theme-mode=light] .fill-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-flat:active,html body .theme-override-light .fill-color-danger-background-flat,html body .theme-override-light .fill-color-hover-danger-background-flat:hover,html body .theme-override-light .fill-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-flat:focus,html body .theme-override-light .fill-color-focus-danger-background-flat:focus-within,html body .theme-override-light .fill-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-flat:active{background-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outline-color-danger-background-flat,body[data-theme-mode=light] .outline-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-flat:active,html body .theme-override-light .outline-color-danger-background-flat,html body .theme-override-light .outline-color-hover-danger-background-flat:hover,html body .theme-override-light .outline-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-flat:focus,html body .theme-override-light .outline-color-focus-danger-background-flat:focus-within,html body .theme-override-light .outline-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-flat:active{outline-color:var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outside-border-color-danger-background-flat,body[data-theme-mode=light] .outside-border-color-hover-danger-background-flat:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-flat:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-flat:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-flat:active,html body .theme-override-light .outside-border-color-danger-background-flat,html body .theme-override-light .outside-border-color-hover-danger-background-flat:hover,html body .theme-override-light .outside-border-color-focus-danger-background-flat[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-flat:focus,html body .theme-override-light .outside-border-color-focus-danger-background-flat:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-flat[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-flat:active{--outside-border-color: var(--color-danger-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .font-color-danger-background-card,body[data-theme-mode=light] .font-color-hover-danger-background-card:hover,body[data-theme-mode=light] .font-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-card:focus,body[data-theme-mode=light] .font-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-card:active,html body .theme-override-light .font-color-danger-background-card,html body .theme-override-light .font-color-hover-danger-background-card:hover,html body .theme-override-light .font-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-card:focus,html body .theme-override-light .font-color-focus-danger-background-card:focus-within,html body .theme-override-light .font-color-active-danger-background-card[data-selected=true],html body .theme-override-light .font-color-active-danger-background-card:active{color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-color-danger-background-card,body[data-theme-mode=light] .border-color-hover-danger-background-card:hover,body[data-theme-mode=light] .border-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-card:focus,body[data-theme-mode=light] .border-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-card:active,html body .theme-override-light .border-color-danger-background-card,html body .theme-override-light .border-color-hover-danger-background-card:hover,html body .theme-override-light .border-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-card:focus,html body .theme-override-light .border-color-focus-danger-background-card:focus-within,html body .theme-override-light .border-color-active-danger-background-card[data-selected=true],html body .theme-override-light .border-color-active-danger-background-card:active{border-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-top-color-danger-background-card,body[data-theme-mode=light] .border-top-color-hover-danger-background-card:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-card:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-card:active,html body .theme-override-light .border-top-color-danger-background-card,html body .theme-override-light .border-top-color-hover-danger-background-card:hover,html body .theme-override-light .border-top-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-card:focus,html body .theme-override-light .border-top-color-focus-danger-background-card:focus-within,html body .theme-override-light .border-top-color-active-danger-background-card[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-card:active{border-top-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-bottom-color-danger-background-card,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-card:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-card:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-card:active,html body .theme-override-light .border-bottom-color-danger-background-card,html body .theme-override-light .border-bottom-color-hover-danger-background-card:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-card:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-card:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-card[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-card:active{border-bottom-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-left-color-danger-background-card,body[data-theme-mode=light] .border-left-color-hover-danger-background-card:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-card:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-card:active,html body .theme-override-light .border-left-color-danger-background-card,html body .theme-override-light .border-left-color-hover-danger-background-card:hover,html body .theme-override-light .border-left-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-card:focus,html body .theme-override-light .border-left-color-focus-danger-background-card:focus-within,html body .theme-override-light .border-left-color-active-danger-background-card[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-card:active{border-left-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-right-color-danger-background-card,body[data-theme-mode=light] .border-right-color-hover-danger-background-card:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-card:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-card:active,html body .theme-override-light .border-right-color-danger-background-card,html body .theme-override-light .border-right-color-hover-danger-background-card:hover,html body .theme-override-light .border-right-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-card:focus,html body .theme-override-light .border-right-color-focus-danger-background-card:focus-within,html body .theme-override-light .border-right-color-active-danger-background-card[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-card:active{border-right-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .fill-color-danger-background-card,body[data-theme-mode=light] .fill-color-hover-danger-background-card:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-card:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-card:active,html body .theme-override-light .fill-color-danger-background-card,html body .theme-override-light .fill-color-hover-danger-background-card:hover,html body .theme-override-light .fill-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-card:focus,html body .theme-override-light .fill-color-focus-danger-background-card:focus-within,html body .theme-override-light .fill-color-active-danger-background-card[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-card:active{background-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outline-color-danger-background-card,body[data-theme-mode=light] .outline-color-hover-danger-background-card:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-card:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-card:active,html body .theme-override-light .outline-color-danger-background-card,html body .theme-override-light .outline-color-hover-danger-background-card:hover,html body .theme-override-light .outline-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-card:focus,html body .theme-override-light .outline-color-focus-danger-background-card:focus-within,html body .theme-override-light .outline-color-active-danger-background-card[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-card:active{outline-color:var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outside-border-color-danger-background-card,body[data-theme-mode=light] .outside-border-color-hover-danger-background-card:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-card:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-card:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-card[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-card:active,html body .theme-override-light .outside-border-color-danger-background-card,html body .theme-override-light .outside-border-color-hover-danger-background-card:hover,html body .theme-override-light .outside-border-color-focus-danger-background-card[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-card:focus,html body .theme-override-light .outside-border-color-focus-danger-background-card:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-card[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-card:active{--outside-border-color: var(--color-danger-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .font-color-danger-background-panel,body[data-theme-mode=light] .font-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .font-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .font-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-panel:active,html body .theme-override-light .font-color-danger-background-panel,html body .theme-override-light .font-color-hover-danger-background-panel:hover,html body .theme-override-light .font-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-panel:focus,html body .theme-override-light .font-color-focus-danger-background-panel:focus-within,html body .theme-override-light .font-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .font-color-active-danger-background-panel:active{color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-color-danger-background-panel,body[data-theme-mode=light] .border-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .border-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .border-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-panel:active,html body .theme-override-light .border-color-danger-background-panel,html body .theme-override-light .border-color-hover-danger-background-panel:hover,html body .theme-override-light .border-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-panel:focus,html body .theme-override-light .border-color-focus-danger-background-panel:focus-within,html body .theme-override-light .border-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .border-color-active-danger-background-panel:active{border-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-top-color-danger-background-panel,body[data-theme-mode=light] .border-top-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-panel:active,html body .theme-override-light .border-top-color-danger-background-panel,html body .theme-override-light .border-top-color-hover-danger-background-panel:hover,html body .theme-override-light .border-top-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-panel:focus,html body .theme-override-light .border-top-color-focus-danger-background-panel:focus-within,html body .theme-override-light .border-top-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-panel:active{border-top-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-bottom-color-danger-background-panel,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-panel:active,html body .theme-override-light .border-bottom-color-danger-background-panel,html body .theme-override-light .border-bottom-color-hover-danger-background-panel:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-panel:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-panel:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-panel:active{border-bottom-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-left-color-danger-background-panel,body[data-theme-mode=light] .border-left-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-panel:active,html body .theme-override-light .border-left-color-danger-background-panel,html body .theme-override-light .border-left-color-hover-danger-background-panel:hover,html body .theme-override-light .border-left-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-panel:focus,html body .theme-override-light .border-left-color-focus-danger-background-panel:focus-within,html body .theme-override-light .border-left-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-panel:active{border-left-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-right-color-danger-background-panel,body[data-theme-mode=light] .border-right-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-panel:active,html body .theme-override-light .border-right-color-danger-background-panel,html body .theme-override-light .border-right-color-hover-danger-background-panel:hover,html body .theme-override-light .border-right-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-panel:focus,html body .theme-override-light .border-right-color-focus-danger-background-panel:focus-within,html body .theme-override-light .border-right-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-panel:active{border-right-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .fill-color-danger-background-panel,body[data-theme-mode=light] .fill-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-panel:active,html body .theme-override-light .fill-color-danger-background-panel,html body .theme-override-light .fill-color-hover-danger-background-panel:hover,html body .theme-override-light .fill-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-panel:focus,html body .theme-override-light .fill-color-focus-danger-background-panel:focus-within,html body .theme-override-light .fill-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-panel:active{background-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outline-color-danger-background-panel,body[data-theme-mode=light] .outline-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-panel:active,html body .theme-override-light .outline-color-danger-background-panel,html body .theme-override-light .outline-color-hover-danger-background-panel:hover,html body .theme-override-light .outline-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-panel:focus,html body .theme-override-light .outline-color-focus-danger-background-panel:focus-within,html body .theme-override-light .outline-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-panel:active{outline-color:var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outside-border-color-danger-background-panel,body[data-theme-mode=light] .outside-border-color-hover-danger-background-panel:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-panel:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-panel:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-panel:active,html body .theme-override-light .outside-border-color-danger-background-panel,html body .theme-override-light .outside-border-color-hover-danger-background-panel:hover,html body .theme-override-light .outside-border-color-focus-danger-background-panel[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-panel:focus,html body .theme-override-light .outside-border-color-focus-danger-background-panel:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-panel[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-panel:active{--outside-border-color: var(--color-danger-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .font-color-danger-background-field,body[data-theme-mode=light] .font-color-hover-danger-background-field:hover,body[data-theme-mode=light] .font-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-background-field:focus,body[data-theme-mode=light] .font-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .font-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-background-field:active,html body .theme-override-light .font-color-danger-background-field,html body .theme-override-light .font-color-hover-danger-background-field:hover,html body .theme-override-light .font-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .font-color-focus-danger-background-field:focus,html body .theme-override-light .font-color-focus-danger-background-field:focus-within,html body .theme-override-light .font-color-active-danger-background-field[data-selected=true],html body .theme-override-light .font-color-active-danger-background-field:active{color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-color-danger-background-field,body[data-theme-mode=light] .border-color-hover-danger-background-field:hover,body[data-theme-mode=light] .border-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-background-field:focus,body[data-theme-mode=light] .border-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .border-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-background-field:active,html body .theme-override-light .border-color-danger-background-field,html body .theme-override-light .border-color-hover-danger-background-field:hover,html body .theme-override-light .border-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .border-color-focus-danger-background-field:focus,html body .theme-override-light .border-color-focus-danger-background-field:focus-within,html body .theme-override-light .border-color-active-danger-background-field[data-selected=true],html body .theme-override-light .border-color-active-danger-background-field:active{border-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-top-color-danger-background-field,body[data-theme-mode=light] .border-top-color-hover-danger-background-field:hover,body[data-theme-mode=light] .border-top-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-background-field:focus,body[data-theme-mode=light] .border-top-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-background-field:active,html body .theme-override-light .border-top-color-danger-background-field,html body .theme-override-light .border-top-color-hover-danger-background-field:hover,html body .theme-override-light .border-top-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-background-field:focus,html body .theme-override-light .border-top-color-focus-danger-background-field:focus-within,html body .theme-override-light .border-top-color-active-danger-background-field[data-selected=true],html body .theme-override-light .border-top-color-active-danger-background-field:active{border-top-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-bottom-color-danger-background-field,body[data-theme-mode=light] .border-bottom-color-hover-danger-background-field:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-background-field:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-background-field:active,html body .theme-override-light .border-bottom-color-danger-background-field,html body .theme-override-light .border-bottom-color-hover-danger-background-field:hover,html body .theme-override-light .border-bottom-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-background-field:focus,html body .theme-override-light .border-bottom-color-focus-danger-background-field:focus-within,html body .theme-override-light .border-bottom-color-active-danger-background-field[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-background-field:active{border-bottom-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-left-color-danger-background-field,body[data-theme-mode=light] .border-left-color-hover-danger-background-field:hover,body[data-theme-mode=light] .border-left-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-background-field:focus,body[data-theme-mode=light] .border-left-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-background-field:active,html body .theme-override-light .border-left-color-danger-background-field,html body .theme-override-light .border-left-color-hover-danger-background-field:hover,html body .theme-override-light .border-left-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-background-field:focus,html body .theme-override-light .border-left-color-focus-danger-background-field:focus-within,html body .theme-override-light .border-left-color-active-danger-background-field[data-selected=true],html body .theme-override-light .border-left-color-active-danger-background-field:active{border-left-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-right-color-danger-background-field,body[data-theme-mode=light] .border-right-color-hover-danger-background-field:hover,body[data-theme-mode=light] .border-right-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-background-field:focus,body[data-theme-mode=light] .border-right-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-background-field:active,html body .theme-override-light .border-right-color-danger-background-field,html body .theme-override-light .border-right-color-hover-danger-background-field:hover,html body .theme-override-light .border-right-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-background-field:focus,html body .theme-override-light .border-right-color-focus-danger-background-field:focus-within,html body .theme-override-light .border-right-color-active-danger-background-field[data-selected=true],html body .theme-override-light .border-right-color-active-danger-background-field:active{border-right-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .fill-color-danger-background-field,body[data-theme-mode=light] .fill-color-hover-danger-background-field:hover,body[data-theme-mode=light] .fill-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-background-field:focus,body[data-theme-mode=light] .fill-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .fill-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-background-field:active,html body .theme-override-light .fill-color-danger-background-field,html body .theme-override-light .fill-color-hover-danger-background-field:hover,html body .theme-override-light .fill-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .fill-color-focus-danger-background-field:focus,html body .theme-override-light .fill-color-focus-danger-background-field:focus-within,html body .theme-override-light .fill-color-active-danger-background-field[data-selected=true],html body .theme-override-light .fill-color-active-danger-background-field:active{background-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outline-color-danger-background-field,body[data-theme-mode=light] .outline-color-hover-danger-background-field:hover,body[data-theme-mode=light] .outline-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-background-field:focus,body[data-theme-mode=light] .outline-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .outline-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-background-field:active,html body .theme-override-light .outline-color-danger-background-field,html body .theme-override-light .outline-color-hover-danger-background-field:hover,html body .theme-override-light .outline-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .outline-color-focus-danger-background-field:focus,html body .theme-override-light .outline-color-focus-danger-background-field:focus-within,html body .theme-override-light .outline-color-active-danger-background-field[data-selected=true],html body .theme-override-light .outline-color-active-danger-background-field:active{outline-color:var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outside-border-color-danger-background-field,body[data-theme-mode=light] .outside-border-color-hover-danger-background-field:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-background-field:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-background-field:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-background-field[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-background-field:active,html body .theme-override-light .outside-border-color-danger-background-field,html body .theme-override-light .outside-border-color-hover-danger-background-field:hover,html body .theme-override-light .outside-border-color-focus-danger-background-field[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-background-field:focus,html body .theme-override-light .outside-border-color-focus-danger-background-field:focus-within,html body .theme-override-light .outside-border-color-active-danger-background-field[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-background-field:active{--outside-border-color: var(--color-danger-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .font-color-danger-font,body[data-theme-mode=light] .font-color-hover-danger-font:hover,body[data-theme-mode=light] .font-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font:focus,body[data-theme-mode=light] .font-color-focus-danger-font:focus-within,body[data-theme-mode=light] .font-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font:active,html body .theme-override-light .font-color-danger-font,html body .theme-override-light .font-color-hover-danger-font:hover,html body .theme-override-light .font-color-focus-danger-font[data-focused=true],html body .theme-override-light .font-color-focus-danger-font:focus,html body .theme-override-light .font-color-focus-danger-font:focus-within,html body .theme-override-light .font-color-active-danger-font[data-selected=true],html body .theme-override-light .font-color-active-danger-font:active{color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .border-color-danger-font,body[data-theme-mode=light] .border-color-hover-danger-font:hover,body[data-theme-mode=light] .border-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font:focus,body[data-theme-mode=light] .border-color-focus-danger-font:focus-within,body[data-theme-mode=light] .border-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font:active,html body .theme-override-light .border-color-danger-font,html body .theme-override-light .border-color-hover-danger-font:hover,html body .theme-override-light .border-color-focus-danger-font[data-focused=true],html body .theme-override-light .border-color-focus-danger-font:focus,html body .theme-override-light .border-color-focus-danger-font:focus-within,html body .theme-override-light .border-color-active-danger-font[data-selected=true],html body .theme-override-light .border-color-active-danger-font:active{border-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .border-top-color-danger-font,body[data-theme-mode=light] .border-top-color-hover-danger-font:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font:active,html body .theme-override-light .border-top-color-danger-font,html body .theme-override-light .border-top-color-hover-danger-font:hover,html body .theme-override-light .border-top-color-focus-danger-font[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font:focus,html body .theme-override-light .border-top-color-focus-danger-font:focus-within,html body .theme-override-light .border-top-color-active-danger-font[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font:active{border-top-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .border-bottom-color-danger-font,body[data-theme-mode=light] .border-bottom-color-hover-danger-font:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font:active,html body .theme-override-light .border-bottom-color-danger-font,html body .theme-override-light .border-bottom-color-hover-danger-font:hover,html body .theme-override-light .border-bottom-color-focus-danger-font[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font:focus,html body .theme-override-light .border-bottom-color-focus-danger-font:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font:active{border-bottom-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .border-left-color-danger-font,body[data-theme-mode=light] .border-left-color-hover-danger-font:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font:active,html body .theme-override-light .border-left-color-danger-font,html body .theme-override-light .border-left-color-hover-danger-font:hover,html body .theme-override-light .border-left-color-focus-danger-font[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font:focus,html body .theme-override-light .border-left-color-focus-danger-font:focus-within,html body .theme-override-light .border-left-color-active-danger-font[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font:active{border-left-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .border-right-color-danger-font,body[data-theme-mode=light] .border-right-color-hover-danger-font:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font:active,html body .theme-override-light .border-right-color-danger-font,html body .theme-override-light .border-right-color-hover-danger-font:hover,html body .theme-override-light .border-right-color-focus-danger-font[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font:focus,html body .theme-override-light .border-right-color-focus-danger-font:focus-within,html body .theme-override-light .border-right-color-active-danger-font[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font:active{border-right-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .fill-color-danger-font,body[data-theme-mode=light] .fill-color-hover-danger-font:hover,body[data-theme-mode=light] .fill-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font:focus,body[data-theme-mode=light] .fill-color-focus-danger-font:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font:active,html body .theme-override-light .fill-color-danger-font,html body .theme-override-light .fill-color-hover-danger-font:hover,html body .theme-override-light .fill-color-focus-danger-font[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font:focus,html body .theme-override-light .fill-color-focus-danger-font:focus-within,html body .theme-override-light .fill-color-active-danger-font[data-selected=true],html body .theme-override-light .fill-color-active-danger-font:active{background-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .outline-color-danger-font,body[data-theme-mode=light] .outline-color-hover-danger-font:hover,body[data-theme-mode=light] .outline-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font:focus,body[data-theme-mode=light] .outline-color-focus-danger-font:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font:active,html body .theme-override-light .outline-color-danger-font,html body .theme-override-light .outline-color-hover-danger-font:hover,html body .theme-override-light .outline-color-focus-danger-font[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font:focus,html body .theme-override-light .outline-color-focus-danger-font:focus-within,html body .theme-override-light .outline-color-active-danger-font[data-selected=true],html body .theme-override-light .outline-color-active-danger-font:active{outline-color:var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .outside-border-color-danger-font,body[data-theme-mode=light] .outside-border-color-hover-danger-font:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font:active,html body .theme-override-light .outside-border-color-danger-font,html body .theme-override-light .outside-border-color-hover-danger-font:hover,html body .theme-override-light .outside-border-color-focus-danger-font[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font:focus,html body .theme-override-light .outside-border-color-focus-danger-font:focus-within,html body .theme-override-light .outside-border-color-active-danger-font[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font:active{--outside-border-color: var(--color-danger-font, var(--color-light-font))}body[data-theme-mode=light] .font-color-danger-font-muted,body[data-theme-mode=light] .font-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .font-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .font-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-muted:active,html body .theme-override-light .font-color-danger-font-muted,html body .theme-override-light .font-color-hover-danger-font-muted:hover,html body .theme-override-light .font-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-muted:focus,html body .theme-override-light .font-color-focus-danger-font-muted:focus-within,html body .theme-override-light .font-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .font-color-active-danger-font-muted:active{color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-color-danger-font-muted,body[data-theme-mode=light] .border-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .border-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .border-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-muted:active,html body .theme-override-light .border-color-danger-font-muted,html body .theme-override-light .border-color-hover-danger-font-muted:hover,html body .theme-override-light .border-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-muted:focus,html body .theme-override-light .border-color-focus-danger-font-muted:focus-within,html body .theme-override-light .border-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .border-color-active-danger-font-muted:active{border-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-top-color-danger-font-muted,body[data-theme-mode=light] .border-top-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-muted:active,html body .theme-override-light .border-top-color-danger-font-muted,html body .theme-override-light .border-top-color-hover-danger-font-muted:hover,html body .theme-override-light .border-top-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-muted:focus,html body .theme-override-light .border-top-color-focus-danger-font-muted:focus-within,html body .theme-override-light .border-top-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-muted:active{border-top-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-bottom-color-danger-font-muted,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-muted:active,html body .theme-override-light .border-bottom-color-danger-font-muted,html body .theme-override-light .border-bottom-color-hover-danger-font-muted:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-muted:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-muted:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-muted:active{border-bottom-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-left-color-danger-font-muted,body[data-theme-mode=light] .border-left-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-muted:active,html body .theme-override-light .border-left-color-danger-font-muted,html body .theme-override-light .border-left-color-hover-danger-font-muted:hover,html body .theme-override-light .border-left-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-muted:focus,html body .theme-override-light .border-left-color-focus-danger-font-muted:focus-within,html body .theme-override-light .border-left-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-muted:active{border-left-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-right-color-danger-font-muted,body[data-theme-mode=light] .border-right-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-muted:active,html body .theme-override-light .border-right-color-danger-font-muted,html body .theme-override-light .border-right-color-hover-danger-font-muted:hover,html body .theme-override-light .border-right-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-muted:focus,html body .theme-override-light .border-right-color-focus-danger-font-muted:focus-within,html body .theme-override-light .border-right-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-muted:active{border-right-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .fill-color-danger-font-muted,body[data-theme-mode=light] .fill-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-muted:active,html body .theme-override-light .fill-color-danger-font-muted,html body .theme-override-light .fill-color-hover-danger-font-muted:hover,html body .theme-override-light .fill-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-muted:focus,html body .theme-override-light .fill-color-focus-danger-font-muted:focus-within,html body .theme-override-light .fill-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-muted:active{background-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outline-color-danger-font-muted,body[data-theme-mode=light] .outline-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-muted:active,html body .theme-override-light .outline-color-danger-font-muted,html body .theme-override-light .outline-color-hover-danger-font-muted:hover,html body .theme-override-light .outline-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-muted:focus,html body .theme-override-light .outline-color-focus-danger-font-muted:focus-within,html body .theme-override-light .outline-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-muted:active{outline-color:var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outside-border-color-danger-font-muted,body[data-theme-mode=light] .outside-border-color-hover-danger-font-muted:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-muted:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-muted:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-muted:active,html body .theme-override-light .outside-border-color-danger-font-muted,html body .theme-override-light .outside-border-color-hover-danger-font-muted:hover,html body .theme-override-light .outside-border-color-focus-danger-font-muted[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-muted:focus,html body .theme-override-light .outside-border-color-focus-danger-font-muted:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-muted[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-muted:active{--outside-border-color: var(--color-danger-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .font-color-danger-font-disabled,body[data-theme-mode=light] .font-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .font-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .font-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .font-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-font-disabled:active,html body .theme-override-light .font-color-danger-font-disabled,html body .theme-override-light .font-color-hover-danger-font-disabled:hover,html body .theme-override-light .font-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .font-color-focus-danger-font-disabled:focus,html body .theme-override-light .font-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .font-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .font-color-active-danger-font-disabled:active{color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-color-danger-font-disabled,body[data-theme-mode=light] .border-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .border-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .border-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .border-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-font-disabled:active,html body .theme-override-light .border-color-danger-font-disabled,html body .theme-override-light .border-color-hover-danger-font-disabled:hover,html body .theme-override-light .border-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .border-color-focus-danger-font-disabled:focus,html body .theme-override-light .border-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .border-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .border-color-active-danger-font-disabled:active{border-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-top-color-danger-font-disabled,body[data-theme-mode=light] .border-top-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .border-top-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .border-top-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-font-disabled:active,html body .theme-override-light .border-top-color-danger-font-disabled,html body .theme-override-light .border-top-color-hover-danger-font-disabled:hover,html body .theme-override-light .border-top-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-font-disabled:focus,html body .theme-override-light .border-top-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .border-top-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .border-top-color-active-danger-font-disabled:active{border-top-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-bottom-color-danger-font-disabled,body[data-theme-mode=light] .border-bottom-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-font-disabled:active,html body .theme-override-light .border-bottom-color-danger-font-disabled,html body .theme-override-light .border-bottom-color-hover-danger-font-disabled:hover,html body .theme-override-light .border-bottom-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-font-disabled:focus,html body .theme-override-light .border-bottom-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .border-bottom-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-font-disabled:active{border-bottom-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-left-color-danger-font-disabled,body[data-theme-mode=light] .border-left-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .border-left-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .border-left-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-font-disabled:active,html body .theme-override-light .border-left-color-danger-font-disabled,html body .theme-override-light .border-left-color-hover-danger-font-disabled:hover,html body .theme-override-light .border-left-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-font-disabled:focus,html body .theme-override-light .border-left-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .border-left-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .border-left-color-active-danger-font-disabled:active{border-left-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-right-color-danger-font-disabled,body[data-theme-mode=light] .border-right-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .border-right-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .border-right-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-font-disabled:active,html body .theme-override-light .border-right-color-danger-font-disabled,html body .theme-override-light .border-right-color-hover-danger-font-disabled:hover,html body .theme-override-light .border-right-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-font-disabled:focus,html body .theme-override-light .border-right-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .border-right-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .border-right-color-active-danger-font-disabled:active{border-right-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .fill-color-danger-font-disabled,body[data-theme-mode=light] .fill-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .fill-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .fill-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .fill-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-font-disabled:active,html body .theme-override-light .fill-color-danger-font-disabled,html body .theme-override-light .fill-color-hover-danger-font-disabled:hover,html body .theme-override-light .fill-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .fill-color-focus-danger-font-disabled:focus,html body .theme-override-light .fill-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .fill-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .fill-color-active-danger-font-disabled:active{background-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outline-color-danger-font-disabled,body[data-theme-mode=light] .outline-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .outline-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .outline-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .outline-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-font-disabled:active,html body .theme-override-light .outline-color-danger-font-disabled,html body .theme-override-light .outline-color-hover-danger-font-disabled:hover,html body .theme-override-light .outline-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .outline-color-focus-danger-font-disabled:focus,html body .theme-override-light .outline-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .outline-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .outline-color-active-danger-font-disabled:active{outline-color:var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outside-border-color-danger-font-disabled,body[data-theme-mode=light] .outside-border-color-hover-danger-font-disabled:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-font-disabled:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-font-disabled:active,html body .theme-override-light .outside-border-color-danger-font-disabled,html body .theme-override-light .outside-border-color-hover-danger-font-disabled:hover,html body .theme-override-light .outside-border-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-font-disabled:focus,html body .theme-override-light .outside-border-color-focus-danger-font-disabled:focus-within,html body .theme-override-light .outside-border-color-active-danger-font-disabled[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-font-disabled:active{--outside-border-color: var(--color-danger-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .font-color-danger-border,body[data-theme-mode=light] .font-color-hover-danger-border:hover,body[data-theme-mode=light] .font-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border:focus,body[data-theme-mode=light] .font-color-focus-danger-border:focus-within,body[data-theme-mode=light] .font-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border:active,html body .theme-override-light .font-color-danger-border,html body .theme-override-light .font-color-hover-danger-border:hover,html body .theme-override-light .font-color-focus-danger-border[data-focused=true],html body .theme-override-light .font-color-focus-danger-border:focus,html body .theme-override-light .font-color-focus-danger-border:focus-within,html body .theme-override-light .font-color-active-danger-border[data-selected=true],html body .theme-override-light .font-color-active-danger-border:active{color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .border-color-danger-border,body[data-theme-mode=light] .border-color-hover-danger-border:hover,body[data-theme-mode=light] .border-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border:focus,body[data-theme-mode=light] .border-color-focus-danger-border:focus-within,body[data-theme-mode=light] .border-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border:active,html body .theme-override-light .border-color-danger-border,html body .theme-override-light .border-color-hover-danger-border:hover,html body .theme-override-light .border-color-focus-danger-border[data-focused=true],html body .theme-override-light .border-color-focus-danger-border:focus,html body .theme-override-light .border-color-focus-danger-border:focus-within,html body .theme-override-light .border-color-active-danger-border[data-selected=true],html body .theme-override-light .border-color-active-danger-border:active{border-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .border-top-color-danger-border,body[data-theme-mode=light] .border-top-color-hover-danger-border:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border:active,html body .theme-override-light .border-top-color-danger-border,html body .theme-override-light .border-top-color-hover-danger-border:hover,html body .theme-override-light .border-top-color-focus-danger-border[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border:focus,html body .theme-override-light .border-top-color-focus-danger-border:focus-within,html body .theme-override-light .border-top-color-active-danger-border[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border:active{border-top-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .border-bottom-color-danger-border,body[data-theme-mode=light] .border-bottom-color-hover-danger-border:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border:active,html body .theme-override-light .border-bottom-color-danger-border,html body .theme-override-light .border-bottom-color-hover-danger-border:hover,html body .theme-override-light .border-bottom-color-focus-danger-border[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border:focus,html body .theme-override-light .border-bottom-color-focus-danger-border:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border:active{border-bottom-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .border-left-color-danger-border,body[data-theme-mode=light] .border-left-color-hover-danger-border:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border:active,html body .theme-override-light .border-left-color-danger-border,html body .theme-override-light .border-left-color-hover-danger-border:hover,html body .theme-override-light .border-left-color-focus-danger-border[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border:focus,html body .theme-override-light .border-left-color-focus-danger-border:focus-within,html body .theme-override-light .border-left-color-active-danger-border[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border:active{border-left-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .border-right-color-danger-border,body[data-theme-mode=light] .border-right-color-hover-danger-border:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border:active,html body .theme-override-light .border-right-color-danger-border,html body .theme-override-light .border-right-color-hover-danger-border:hover,html body .theme-override-light .border-right-color-focus-danger-border[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border:focus,html body .theme-override-light .border-right-color-focus-danger-border:focus-within,html body .theme-override-light .border-right-color-active-danger-border[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border:active{border-right-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .fill-color-danger-border,body[data-theme-mode=light] .fill-color-hover-danger-border:hover,body[data-theme-mode=light] .fill-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border:focus,body[data-theme-mode=light] .fill-color-focus-danger-border:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border:active,html body .theme-override-light .fill-color-danger-border,html body .theme-override-light .fill-color-hover-danger-border:hover,html body .theme-override-light .fill-color-focus-danger-border[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border:focus,html body .theme-override-light .fill-color-focus-danger-border:focus-within,html body .theme-override-light .fill-color-active-danger-border[data-selected=true],html body .theme-override-light .fill-color-active-danger-border:active{background-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .outline-color-danger-border,body[data-theme-mode=light] .outline-color-hover-danger-border:hover,body[data-theme-mode=light] .outline-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border:focus,body[data-theme-mode=light] .outline-color-focus-danger-border:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border:active,html body .theme-override-light .outline-color-danger-border,html body .theme-override-light .outline-color-hover-danger-border:hover,html body .theme-override-light .outline-color-focus-danger-border[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border:focus,html body .theme-override-light .outline-color-focus-danger-border:focus-within,html body .theme-override-light .outline-color-active-danger-border[data-selected=true],html body .theme-override-light .outline-color-active-danger-border:active{outline-color:var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .outside-border-color-danger-border,body[data-theme-mode=light] .outside-border-color-hover-danger-border:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border:active,html body .theme-override-light .outside-border-color-danger-border,html body .theme-override-light .outside-border-color-hover-danger-border:hover,html body .theme-override-light .outside-border-color-focus-danger-border[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border:focus,html body .theme-override-light .outside-border-color-focus-danger-border:focus-within,html body .theme-override-light .outside-border-color-active-danger-border[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border:active{--outside-border-color: var(--color-danger-border, var(--color-light-border))}body[data-theme-mode=light] .font-color-danger-border-light,body[data-theme-mode=light] .font-color-hover-danger-border-light:hover,body[data-theme-mode=light] .font-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-light:focus,body[data-theme-mode=light] .font-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-light:active,html body .theme-override-light .font-color-danger-border-light,html body .theme-override-light .font-color-hover-danger-border-light:hover,html body .theme-override-light .font-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-light:focus,html body .theme-override-light .font-color-focus-danger-border-light:focus-within,html body .theme-override-light .font-color-active-danger-border-light[data-selected=true],html body .theme-override-light .font-color-active-danger-border-light:active{color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-color-danger-border-light,body[data-theme-mode=light] .border-color-hover-danger-border-light:hover,body[data-theme-mode=light] .border-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-light:focus,body[data-theme-mode=light] .border-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-light:active,html body .theme-override-light .border-color-danger-border-light,html body .theme-override-light .border-color-hover-danger-border-light:hover,html body .theme-override-light .border-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-light:focus,html body .theme-override-light .border-color-focus-danger-border-light:focus-within,html body .theme-override-light .border-color-active-danger-border-light[data-selected=true],html body .theme-override-light .border-color-active-danger-border-light:active{border-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-top-color-danger-border-light,body[data-theme-mode=light] .border-top-color-hover-danger-border-light:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-light:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-light:active,html body .theme-override-light .border-top-color-danger-border-light,html body .theme-override-light .border-top-color-hover-danger-border-light:hover,html body .theme-override-light .border-top-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-light:focus,html body .theme-override-light .border-top-color-focus-danger-border-light:focus-within,html body .theme-override-light .border-top-color-active-danger-border-light[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-light:active{border-top-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-bottom-color-danger-border-light,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-light:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-light:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-light:active,html body .theme-override-light .border-bottom-color-danger-border-light,html body .theme-override-light .border-bottom-color-hover-danger-border-light:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-light:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-light:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-light[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-light:active{border-bottom-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-left-color-danger-border-light,body[data-theme-mode=light] .border-left-color-hover-danger-border-light:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-light:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-light:active,html body .theme-override-light .border-left-color-danger-border-light,html body .theme-override-light .border-left-color-hover-danger-border-light:hover,html body .theme-override-light .border-left-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-light:focus,html body .theme-override-light .border-left-color-focus-danger-border-light:focus-within,html body .theme-override-light .border-left-color-active-danger-border-light[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-light:active{border-left-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-right-color-danger-border-light,body[data-theme-mode=light] .border-right-color-hover-danger-border-light:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-light:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-light:active,html body .theme-override-light .border-right-color-danger-border-light,html body .theme-override-light .border-right-color-hover-danger-border-light:hover,html body .theme-override-light .border-right-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-light:focus,html body .theme-override-light .border-right-color-focus-danger-border-light:focus-within,html body .theme-override-light .border-right-color-active-danger-border-light[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-light:active{border-right-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .fill-color-danger-border-light,body[data-theme-mode=light] .fill-color-hover-danger-border-light:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-light:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-light:active,html body .theme-override-light .fill-color-danger-border-light,html body .theme-override-light .fill-color-hover-danger-border-light:hover,html body .theme-override-light .fill-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-light:focus,html body .theme-override-light .fill-color-focus-danger-border-light:focus-within,html body .theme-override-light .fill-color-active-danger-border-light[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-light:active{background-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outline-color-danger-border-light,body[data-theme-mode=light] .outline-color-hover-danger-border-light:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-light:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-light:active,html body .theme-override-light .outline-color-danger-border-light,html body .theme-override-light .outline-color-hover-danger-border-light:hover,html body .theme-override-light .outline-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-light:focus,html body .theme-override-light .outline-color-focus-danger-border-light:focus-within,html body .theme-override-light .outline-color-active-danger-border-light[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-light:active{outline-color:var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outside-border-color-danger-border-light,body[data-theme-mode=light] .outside-border-color-hover-danger-border-light:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-light:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-light:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-light[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-light:active,html body .theme-override-light .outside-border-color-danger-border-light,html body .theme-override-light .outside-border-color-hover-danger-border-light:hover,html body .theme-override-light .outside-border-color-focus-danger-border-light[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-light:focus,html body .theme-override-light .outside-border-color-focus-danger-border-light:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-light[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-light:active{--outside-border-color: var(--color-danger-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .font-color-danger-border-dark,body[data-theme-mode=light] .font-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .font-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .font-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-dark:active,html body .theme-override-light .font-color-danger-border-dark,html body .theme-override-light .font-color-hover-danger-border-dark:hover,html body .theme-override-light .font-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-dark:focus,html body .theme-override-light .font-color-focus-danger-border-dark:focus-within,html body .theme-override-light .font-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .font-color-active-danger-border-dark:active{color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-color-danger-border-dark,body[data-theme-mode=light] .border-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .border-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .border-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-dark:active,html body .theme-override-light .border-color-danger-border-dark,html body .theme-override-light .border-color-hover-danger-border-dark:hover,html body .theme-override-light .border-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-dark:focus,html body .theme-override-light .border-color-focus-danger-border-dark:focus-within,html body .theme-override-light .border-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .border-color-active-danger-border-dark:active{border-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-top-color-danger-border-dark,body[data-theme-mode=light] .border-top-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-dark:active,html body .theme-override-light .border-top-color-danger-border-dark,html body .theme-override-light .border-top-color-hover-danger-border-dark:hover,html body .theme-override-light .border-top-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-dark:focus,html body .theme-override-light .border-top-color-focus-danger-border-dark:focus-within,html body .theme-override-light .border-top-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-dark:active{border-top-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-bottom-color-danger-border-dark,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-dark:active,html body .theme-override-light .border-bottom-color-danger-border-dark,html body .theme-override-light .border-bottom-color-hover-danger-border-dark:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-dark:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-dark:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-dark:active{border-bottom-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-left-color-danger-border-dark,body[data-theme-mode=light] .border-left-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-dark:active,html body .theme-override-light .border-left-color-danger-border-dark,html body .theme-override-light .border-left-color-hover-danger-border-dark:hover,html body .theme-override-light .border-left-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-dark:focus,html body .theme-override-light .border-left-color-focus-danger-border-dark:focus-within,html body .theme-override-light .border-left-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-dark:active{border-left-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-right-color-danger-border-dark,body[data-theme-mode=light] .border-right-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-dark:active,html body .theme-override-light .border-right-color-danger-border-dark,html body .theme-override-light .border-right-color-hover-danger-border-dark:hover,html body .theme-override-light .border-right-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-dark:focus,html body .theme-override-light .border-right-color-focus-danger-border-dark:focus-within,html body .theme-override-light .border-right-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-dark:active{border-right-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .fill-color-danger-border-dark,body[data-theme-mode=light] .fill-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-dark:active,html body .theme-override-light .fill-color-danger-border-dark,html body .theme-override-light .fill-color-hover-danger-border-dark:hover,html body .theme-override-light .fill-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-dark:focus,html body .theme-override-light .fill-color-focus-danger-border-dark:focus-within,html body .theme-override-light .fill-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-dark:active{background-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outline-color-danger-border-dark,body[data-theme-mode=light] .outline-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-dark:active,html body .theme-override-light .outline-color-danger-border-dark,html body .theme-override-light .outline-color-hover-danger-border-dark:hover,html body .theme-override-light .outline-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-dark:focus,html body .theme-override-light .outline-color-focus-danger-border-dark:focus-within,html body .theme-override-light .outline-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-dark:active{outline-color:var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outside-border-color-danger-border-dark,body[data-theme-mode=light] .outside-border-color-hover-danger-border-dark:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-dark:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-dark:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-dark:active,html body .theme-override-light .outside-border-color-danger-border-dark,html body .theme-override-light .outside-border-color-hover-danger-border-dark:hover,html body .theme-override-light .outside-border-color-focus-danger-border-dark[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-dark:focus,html body .theme-override-light .outside-border-color-focus-danger-border-dark:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-dark[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-dark:active{--outside-border-color: var(--color-danger-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .font-color-danger-border-highlight,body[data-theme-mode=light] .font-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .font-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .font-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-highlight:active,html body .theme-override-light .font-color-danger-border-highlight,html body .theme-override-light .font-color-hover-danger-border-highlight:hover,html body .theme-override-light .font-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-highlight:focus,html body .theme-override-light .font-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .font-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .font-color-active-danger-border-highlight:active{color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-color-danger-border-highlight,body[data-theme-mode=light] .border-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .border-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .border-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-highlight:active,html body .theme-override-light .border-color-danger-border-highlight,html body .theme-override-light .border-color-hover-danger-border-highlight:hover,html body .theme-override-light .border-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-highlight:focus,html body .theme-override-light .border-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .border-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .border-color-active-danger-border-highlight:active{border-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-top-color-danger-border-highlight,body[data-theme-mode=light] .border-top-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-highlight:active,html body .theme-override-light .border-top-color-danger-border-highlight,html body .theme-override-light .border-top-color-hover-danger-border-highlight:hover,html body .theme-override-light .border-top-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-highlight:focus,html body .theme-override-light .border-top-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .border-top-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-highlight:active{border-top-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-bottom-color-danger-border-highlight,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-highlight:active,html body .theme-override-light .border-bottom-color-danger-border-highlight,html body .theme-override-light .border-bottom-color-hover-danger-border-highlight:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-highlight:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-highlight:active{border-bottom-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-left-color-danger-border-highlight,body[data-theme-mode=light] .border-left-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-highlight:active,html body .theme-override-light .border-left-color-danger-border-highlight,html body .theme-override-light .border-left-color-hover-danger-border-highlight:hover,html body .theme-override-light .border-left-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-highlight:focus,html body .theme-override-light .border-left-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .border-left-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-highlight:active{border-left-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-right-color-danger-border-highlight,body[data-theme-mode=light] .border-right-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-highlight:active,html body .theme-override-light .border-right-color-danger-border-highlight,html body .theme-override-light .border-right-color-hover-danger-border-highlight:hover,html body .theme-override-light .border-right-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-highlight:focus,html body .theme-override-light .border-right-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .border-right-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-highlight:active{border-right-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .fill-color-danger-border-highlight,body[data-theme-mode=light] .fill-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-highlight:active,html body .theme-override-light .fill-color-danger-border-highlight,html body .theme-override-light .fill-color-hover-danger-border-highlight:hover,html body .theme-override-light .fill-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-highlight:focus,html body .theme-override-light .fill-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .fill-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-highlight:active{background-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outline-color-danger-border-highlight,body[data-theme-mode=light] .outline-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-highlight:active,html body .theme-override-light .outline-color-danger-border-highlight,html body .theme-override-light .outline-color-hover-danger-border-highlight:hover,html body .theme-override-light .outline-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-highlight:focus,html body .theme-override-light .outline-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .outline-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-highlight:active{outline-color:var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outside-border-color-danger-border-highlight,body[data-theme-mode=light] .outside-border-color-hover-danger-border-highlight:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-highlight:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-highlight:active,html body .theme-override-light .outside-border-color-danger-border-highlight,html body .theme-override-light .outside-border-color-hover-danger-border-highlight:hover,html body .theme-override-light .outside-border-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-highlight:focus,html body .theme-override-light .outside-border-color-focus-danger-border-highlight:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-highlight[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-highlight:active{--outside-border-color: var(--color-danger-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .font-color-danger-border-focus,body[data-theme-mode=light] .font-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .font-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .font-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .font-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-border-focus:active,html body .theme-override-light .font-color-danger-border-focus,html body .theme-override-light .font-color-hover-danger-border-focus:hover,html body .theme-override-light .font-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .font-color-focus-danger-border-focus:focus,html body .theme-override-light .font-color-focus-danger-border-focus:focus-within,html body .theme-override-light .font-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .font-color-active-danger-border-focus:active{color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-color-danger-border-focus,body[data-theme-mode=light] .border-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .border-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .border-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .border-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-border-focus:active,html body .theme-override-light .border-color-danger-border-focus,html body .theme-override-light .border-color-hover-danger-border-focus:hover,html body .theme-override-light .border-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .border-color-focus-danger-border-focus:focus,html body .theme-override-light .border-color-focus-danger-border-focus:focus-within,html body .theme-override-light .border-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .border-color-active-danger-border-focus:active{border-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-top-color-danger-border-focus,body[data-theme-mode=light] .border-top-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .border-top-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .border-top-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-border-focus:active,html body .theme-override-light .border-top-color-danger-border-focus,html body .theme-override-light .border-top-color-hover-danger-border-focus:hover,html body .theme-override-light .border-top-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-border-focus:focus,html body .theme-override-light .border-top-color-focus-danger-border-focus:focus-within,html body .theme-override-light .border-top-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .border-top-color-active-danger-border-focus:active{border-top-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-bottom-color-danger-border-focus,body[data-theme-mode=light] .border-bottom-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-border-focus:active,html body .theme-override-light .border-bottom-color-danger-border-focus,html body .theme-override-light .border-bottom-color-hover-danger-border-focus:hover,html body .theme-override-light .border-bottom-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-border-focus:focus,html body .theme-override-light .border-bottom-color-focus-danger-border-focus:focus-within,html body .theme-override-light .border-bottom-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-border-focus:active{border-bottom-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-left-color-danger-border-focus,body[data-theme-mode=light] .border-left-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .border-left-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .border-left-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-border-focus:active,html body .theme-override-light .border-left-color-danger-border-focus,html body .theme-override-light .border-left-color-hover-danger-border-focus:hover,html body .theme-override-light .border-left-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-border-focus:focus,html body .theme-override-light .border-left-color-focus-danger-border-focus:focus-within,html body .theme-override-light .border-left-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .border-left-color-active-danger-border-focus:active{border-left-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-right-color-danger-border-focus,body[data-theme-mode=light] .border-right-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .border-right-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .border-right-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-border-focus:active,html body .theme-override-light .border-right-color-danger-border-focus,html body .theme-override-light .border-right-color-hover-danger-border-focus:hover,html body .theme-override-light .border-right-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-border-focus:focus,html body .theme-override-light .border-right-color-focus-danger-border-focus:focus-within,html body .theme-override-light .border-right-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .border-right-color-active-danger-border-focus:active{border-right-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .fill-color-danger-border-focus,body[data-theme-mode=light] .fill-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .fill-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .fill-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .fill-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-border-focus:active,html body .theme-override-light .fill-color-danger-border-focus,html body .theme-override-light .fill-color-hover-danger-border-focus:hover,html body .theme-override-light .fill-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .fill-color-focus-danger-border-focus:focus,html body .theme-override-light .fill-color-focus-danger-border-focus:focus-within,html body .theme-override-light .fill-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .fill-color-active-danger-border-focus:active{background-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outline-color-danger-border-focus,body[data-theme-mode=light] .outline-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .outline-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .outline-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .outline-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-border-focus:active,html body .theme-override-light .outline-color-danger-border-focus,html body .theme-override-light .outline-color-hover-danger-border-focus:hover,html body .theme-override-light .outline-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .outline-color-focus-danger-border-focus:focus,html body .theme-override-light .outline-color-focus-danger-border-focus:focus-within,html body .theme-override-light .outline-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .outline-color-active-danger-border-focus:active{outline-color:var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outside-border-color-danger-border-focus,body[data-theme-mode=light] .outside-border-color-hover-danger-border-focus:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-border-focus:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-border-focus:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-border-focus:active,html body .theme-override-light .outside-border-color-danger-border-focus,html body .theme-override-light .outside-border-color-hover-danger-border-focus:hover,html body .theme-override-light .outside-border-color-focus-danger-border-focus[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-border-focus:focus,html body .theme-override-light .outside-border-color-focus-danger-border-focus:focus-within,html body .theme-override-light .outside-border-color-active-danger-border-focus[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-border-focus:active{--outside-border-color: var(--color-danger-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .font-color-danger-shadow,body[data-theme-mode=light] .font-color-hover-danger-shadow:hover,body[data-theme-mode=light] .font-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .font-color-focus-danger-shadow:focus,body[data-theme-mode=light] .font-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .font-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .font-color-active-danger-shadow:active,html body .theme-override-light .font-color-danger-shadow,html body .theme-override-light .font-color-hover-danger-shadow:hover,html body .theme-override-light .font-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .font-color-focus-danger-shadow:focus,html body .theme-override-light .font-color-focus-danger-shadow:focus-within,html body .theme-override-light .font-color-active-danger-shadow[data-selected=true],html body .theme-override-light .font-color-active-danger-shadow:active{color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-color-danger-shadow,body[data-theme-mode=light] .border-color-hover-danger-shadow:hover,body[data-theme-mode=light] .border-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .border-color-focus-danger-shadow:focus,body[data-theme-mode=light] .border-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .border-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .border-color-active-danger-shadow:active,html body .theme-override-light .border-color-danger-shadow,html body .theme-override-light .border-color-hover-danger-shadow:hover,html body .theme-override-light .border-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .border-color-focus-danger-shadow:focus,html body .theme-override-light .border-color-focus-danger-shadow:focus-within,html body .theme-override-light .border-color-active-danger-shadow[data-selected=true],html body .theme-override-light .border-color-active-danger-shadow:active{border-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-top-color-danger-shadow,body[data-theme-mode=light] .border-top-color-hover-danger-shadow:hover,body[data-theme-mode=light] .border-top-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-danger-shadow:focus,body[data-theme-mode=light] .border-top-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .border-top-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .border-top-color-active-danger-shadow:active,html body .theme-override-light .border-top-color-danger-shadow,html body .theme-override-light .border-top-color-hover-danger-shadow:hover,html body .theme-override-light .border-top-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .border-top-color-focus-danger-shadow:focus,html body .theme-override-light .border-top-color-focus-danger-shadow:focus-within,html body .theme-override-light .border-top-color-active-danger-shadow[data-selected=true],html body .theme-override-light .border-top-color-active-danger-shadow:active{border-top-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-bottom-color-danger-shadow,body[data-theme-mode=light] .border-bottom-color-hover-danger-shadow:hover,body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow:focus,body[data-theme-mode=light] .border-bottom-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .border-bottom-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-danger-shadow:active,html body .theme-override-light .border-bottom-color-danger-shadow,html body .theme-override-light .border-bottom-color-hover-danger-shadow:hover,html body .theme-override-light .border-bottom-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .border-bottom-color-focus-danger-shadow:focus,html body .theme-override-light .border-bottom-color-focus-danger-shadow:focus-within,html body .theme-override-light .border-bottom-color-active-danger-shadow[data-selected=true],html body .theme-override-light .border-bottom-color-active-danger-shadow:active{border-bottom-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-left-color-danger-shadow,body[data-theme-mode=light] .border-left-color-hover-danger-shadow:hover,body[data-theme-mode=light] .border-left-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-danger-shadow:focus,body[data-theme-mode=light] .border-left-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .border-left-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .border-left-color-active-danger-shadow:active,html body .theme-override-light .border-left-color-danger-shadow,html body .theme-override-light .border-left-color-hover-danger-shadow:hover,html body .theme-override-light .border-left-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .border-left-color-focus-danger-shadow:focus,html body .theme-override-light .border-left-color-focus-danger-shadow:focus-within,html body .theme-override-light .border-left-color-active-danger-shadow[data-selected=true],html body .theme-override-light .border-left-color-active-danger-shadow:active{border-left-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-right-color-danger-shadow,body[data-theme-mode=light] .border-right-color-hover-danger-shadow:hover,body[data-theme-mode=light] .border-right-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-danger-shadow:focus,body[data-theme-mode=light] .border-right-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .border-right-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .border-right-color-active-danger-shadow:active,html body .theme-override-light .border-right-color-danger-shadow,html body .theme-override-light .border-right-color-hover-danger-shadow:hover,html body .theme-override-light .border-right-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .border-right-color-focus-danger-shadow:focus,html body .theme-override-light .border-right-color-focus-danger-shadow:focus-within,html body .theme-override-light .border-right-color-active-danger-shadow[data-selected=true],html body .theme-override-light .border-right-color-active-danger-shadow:active{border-right-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .fill-color-danger-shadow,body[data-theme-mode=light] .fill-color-hover-danger-shadow:hover,body[data-theme-mode=light] .fill-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .fill-color-focus-danger-shadow:focus,body[data-theme-mode=light] .fill-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .fill-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .fill-color-active-danger-shadow:active,html body .theme-override-light .fill-color-danger-shadow,html body .theme-override-light .fill-color-hover-danger-shadow:hover,html body .theme-override-light .fill-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .fill-color-focus-danger-shadow:focus,html body .theme-override-light .fill-color-focus-danger-shadow:focus-within,html body .theme-override-light .fill-color-active-danger-shadow[data-selected=true],html body .theme-override-light .fill-color-active-danger-shadow:active{background-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outline-color-danger-shadow,body[data-theme-mode=light] .outline-color-hover-danger-shadow:hover,body[data-theme-mode=light] .outline-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .outline-color-focus-danger-shadow:focus,body[data-theme-mode=light] .outline-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .outline-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .outline-color-active-danger-shadow:active,html body .theme-override-light .outline-color-danger-shadow,html body .theme-override-light .outline-color-hover-danger-shadow:hover,html body .theme-override-light .outline-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .outline-color-focus-danger-shadow:focus,html body .theme-override-light .outline-color-focus-danger-shadow:focus-within,html body .theme-override-light .outline-color-active-danger-shadow[data-selected=true],html body .theme-override-light .outline-color-active-danger-shadow:active{outline-color:var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outside-border-color-danger-shadow,body[data-theme-mode=light] .outside-border-color-hover-danger-shadow:hover,body[data-theme-mode=light] .outside-border-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-danger-shadow:focus,body[data-theme-mode=light] .outside-border-color-focus-danger-shadow:focus-within,body[data-theme-mode=light] .outside-border-color-active-danger-shadow[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-danger-shadow:active,html body .theme-override-light .outside-border-color-danger-shadow,html body .theme-override-light .outside-border-color-hover-danger-shadow:hover,html body .theme-override-light .outside-border-color-focus-danger-shadow[data-focused=true],html body .theme-override-light .outside-border-color-focus-danger-shadow:focus,html body .theme-override-light .outside-border-color-focus-danger-shadow:focus-within,html body .theme-override-light .outside-border-color-active-danger-shadow[data-selected=true],html body .theme-override-light .outside-border-color-active-danger-shadow:active{--outside-border-color: var(--color-danger-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .color-schema-danger,html body .theme-override-light .color-schema-danger{--color-primary-0: var( --color-light-danger-primary-0, var(--color-light-primary-0) );--color-primary-foreground-0: var( --color-light-danger-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-secondary-0: var( --color-light-danger-secondary-0, var(--color-light-secondary-0) );--color-secondary-foreground-0: var( --color-light-danger-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-accent-0: var( --color-light-danger-accent-0, var(--color-light-accent-0) );--color-accent-foreground-0: var( --color-light-danger-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-background-0: var( --color-light-danger-background-0, var(--color-light-background-0) );--color-background-1: var( --color-light-danger-background-1, var(--color-light-background-1) );--color-background-2: var( --color-light-danger-background-2, var(--color-light-background-2) );--color-background-3: var( --color-light-danger-background-3, var(--color-light-background-3) );--color-background-4: var( --color-light-danger-background-4, var(--color-light-background-4) );--color-background-5: var( --color-light-danger-background-5, var(--color-light-background-5) );--color-surface-0: var( --color-light-danger-surface-0, var(--color-light-surface-0) );--color-surface-1: var( --color-light-danger-surface-1, var(--color-light-surface-1) );--color-surface-2: var( --color-light-danger-surface-2, var(--color-light-surface-2) );--color-surface-3: var( --color-light-danger-surface-3, var(--color-light-surface-3) );--color-surface-4: var( --color-light-danger-surface-4, var(--color-light-surface-4) );--color-surface-5: var( --color-light-danger-surface-5, var(--color-light-surface-5) );--color-border-0: var( --color-light-danger-border-0, var(--color-light-border-0) );--color-border-1: var( --color-light-danger-border-1, var(--color-light-border-1) );--color-border-2: var( --color-light-danger-border-2, var(--color-light-border-2) );--color-border-3: var( --color-light-danger-border-3, var(--color-light-border-3) );--color-border-4: var( --color-light-danger-border-4, var(--color-light-border-4) );--color-border-5: var( --color-light-danger-border-5, var(--color-light-border-5) );--color-font-0: var( --color-light-danger-font-0, var(--color-light-font-0) );--color-font-1: var( --color-light-danger-font-1, var(--color-light-font-1) );--color-font-2: var( --color-light-danger-font-2, var(--color-light-font-2) );--color-font-3: var( --color-light-danger-font-3, var(--color-light-font-3) );--color-font-4: var( --color-light-danger-font-4, var(--color-light-font-4) );--color-font-5: var( --color-light-danger-font-5, var(--color-light-font-5) );--color-shadow-0: var( --color-light-danger-shadow-0, var(--color-light-shadow-0) );--color-primary: var( --color-light-danger-primary, var(--color-light-primary) );--color-primary-foreground: var( --color-light-danger-primary-foreground, var(--color-light-primary-foreground) );--color-secondary: var( --color-light-danger-secondary, var(--color-light-secondary) );--color-secondary-foreground: var( --color-light-danger-secondary-foreground, var(--color-light-secondary-foreground) );--color-accent: var( --color-light-danger-accent, var(--color-light-accent) );--color-accent-foreground: var( --color-light-danger-accent-foreground, var(--color-light-accent-foreground) );--color-background: var( --color-light-danger-background, var(--color-light-background) );--color-background-surface: var( --color-light-danger-background-surface, var(--color-light-background-surface) );--color-background-ghost: var( --color-light-danger-background-ghost, var(--color-light-background-ghost) );--color-background-flat: var( --color-light-danger-background-flat, var(--color-light-background-flat) );--color-background-card: var( --color-light-danger-background-card, var(--color-light-background-card) );--color-background-panel: var( --color-light-danger-background-panel, var(--color-light-background-panel) );--color-background-field: var( --color-light-danger-background-field, var(--color-light-background-field) );--color-font: var( --color-light-danger-font, var(--color-light-font) );--color-font-muted: var( --color-light-danger-font-muted, var(--color-light-font-muted) );--color-font-disabled: var( --color-light-danger-font-disabled, var(--color-light-font-disabled) );--color-border: var( --color-light-danger-border, var(--color-light-border) );--color-border-light: var( --color-light-danger-border-light, var(--color-light-border-light) );--color-border-dark: var( --color-light-danger-border-dark, var(--color-light-border-dark) );--color-border-highlight: var( --color-light-danger-border-highlight, var(--color-light-border-highlight) );--color-border-focus: var( --color-light-danger-border-focus, var(--color-light-border-focus) );--color-shadow: var( --color-light-danger-shadow, var(--color-light-shadow) )}body[data-theme-mode=light] .font-color-info,body[data-theme-mode=light] .font-color-hover-info:hover,body[data-theme-mode=light] .font-color-focus-info[data-focused=true],body[data-theme-mode=light] .font-color-focus-info:focus,body[data-theme-mode=light] .font-color-focus-info:focus-within,body[data-theme-mode=light] .font-color-active-info[data-selected=true],body[data-theme-mode=light] .font-color-active-info:active,html body .theme-override-light .font-color-info,html body .theme-override-light .font-color-hover-info:hover,html body .theme-override-light .font-color-focus-info[data-focused=true],html body .theme-override-light .font-color-focus-info:focus,html body .theme-override-light .font-color-focus-info:focus-within,html body .theme-override-light .font-color-active-info[data-selected=true],html body .theme-override-light .font-color-active-info:active{color:var(--color-light-info-primary)}body[data-theme-mode=light] .border-color-info,body[data-theme-mode=light] .border-color-hover-info:hover,body[data-theme-mode=light] .border-color-focus-info[data-focused=true],body[data-theme-mode=light] .border-color-focus-info:focus,body[data-theme-mode=light] .border-color-focus-info:focus-within,body[data-theme-mode=light] .border-color-active-info[data-selected=true],body[data-theme-mode=light] .border-color-active-info:active,html body .theme-override-light .border-color-info,html body .theme-override-light .border-color-hover-info:hover,html body .theme-override-light .border-color-focus-info[data-focused=true],html body .theme-override-light .border-color-focus-info:focus,html body .theme-override-light .border-color-focus-info:focus-within,html body .theme-override-light .border-color-active-info[data-selected=true],html body .theme-override-light .border-color-active-info:active{border-color:var(--color-light-info-primary)}body[data-theme-mode=light] .border-top-color-info,body[data-theme-mode=light] .border-top-color-hover-info:hover,body[data-theme-mode=light] .border-top-color-focus-info[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info:focus,body[data-theme-mode=light] .border-top-color-focus-info:focus-within,body[data-theme-mode=light] .border-top-color-active-info[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info:active,html body .theme-override-light .border-top-color-info,html body .theme-override-light .border-top-color-hover-info:hover,html body .theme-override-light .border-top-color-focus-info[data-focused=true],html body .theme-override-light .border-top-color-focus-info:focus,html body .theme-override-light .border-top-color-focus-info:focus-within,html body .theme-override-light .border-top-color-active-info[data-selected=true],html body .theme-override-light .border-top-color-active-info:active{border-top-color:var(--color-light-info-primary)}body[data-theme-mode=light] .border-bottom-color-info,body[data-theme-mode=light] .border-bottom-color-hover-info:hover,body[data-theme-mode=light] .border-bottom-color-focus-info[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info:focus,body[data-theme-mode=light] .border-bottom-color-focus-info:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info:active,html body .theme-override-light .border-bottom-color-info,html body .theme-override-light .border-bottom-color-hover-info:hover,html body .theme-override-light .border-bottom-color-focus-info[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info:focus,html body .theme-override-light .border-bottom-color-focus-info:focus-within,html body .theme-override-light .border-bottom-color-active-info[data-selected=true],html body .theme-override-light .border-bottom-color-active-info:active{border-bottom-color:var(--color-light-info-primary)}body[data-theme-mode=light] .border-left-color-info,body[data-theme-mode=light] .border-left-color-hover-info:hover,body[data-theme-mode=light] .border-left-color-focus-info[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info:focus,body[data-theme-mode=light] .border-left-color-focus-info:focus-within,body[data-theme-mode=light] .border-left-color-active-info[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info:active,html body .theme-override-light .border-left-color-info,html body .theme-override-light .border-left-color-hover-info:hover,html body .theme-override-light .border-left-color-focus-info[data-focused=true],html body .theme-override-light .border-left-color-focus-info:focus,html body .theme-override-light .border-left-color-focus-info:focus-within,html body .theme-override-light .border-left-color-active-info[data-selected=true],html body .theme-override-light .border-left-color-active-info:active{border-left-color:var(--color-light-info-primary)}body[data-theme-mode=light] .border-right-color-info,body[data-theme-mode=light] .border-right-color-hover-info:hover,body[data-theme-mode=light] .border-right-color-focus-info[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info:focus,body[data-theme-mode=light] .border-right-color-focus-info:focus-within,body[data-theme-mode=light] .border-right-color-active-info[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info:active,html body .theme-override-light .border-right-color-info,html body .theme-override-light .border-right-color-hover-info:hover,html body .theme-override-light .border-right-color-focus-info[data-focused=true],html body .theme-override-light .border-right-color-focus-info:focus,html body .theme-override-light .border-right-color-focus-info:focus-within,html body .theme-override-light .border-right-color-active-info[data-selected=true],html body .theme-override-light .border-right-color-active-info:active{border-right-color:var(--color-light-info-primary)}body[data-theme-mode=light] .fill-color-info,body[data-theme-mode=light] .fill-color-hover-info:hover,body[data-theme-mode=light] .fill-color-focus-info[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info:focus,body[data-theme-mode=light] .fill-color-focus-info:focus-within,body[data-theme-mode=light] .fill-color-active-info[data-selected=true],body[data-theme-mode=light] .fill-color-active-info:active,html body .theme-override-light .fill-color-info,html body .theme-override-light .fill-color-hover-info:hover,html body .theme-override-light .fill-color-focus-info[data-focused=true],html body .theme-override-light .fill-color-focus-info:focus,html body .theme-override-light .fill-color-focus-info:focus-within,html body .theme-override-light .fill-color-active-info[data-selected=true],html body .theme-override-light .fill-color-active-info:active{background-color:var(--color-light-info-primary)}body[data-theme-mode=light] .outline-color-info,body[data-theme-mode=light] .outline-color-hover-info:hover,body[data-theme-mode=light] .outline-color-focus-info[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info:focus,body[data-theme-mode=light] .outline-color-focus-info:focus-within,body[data-theme-mode=light] .outline-color-active-info[data-selected=true],body[data-theme-mode=light] .outline-color-active-info:active,html body .theme-override-light .outline-color-info,html body .theme-override-light .outline-color-hover-info:hover,html body .theme-override-light .outline-color-focus-info[data-focused=true],html body .theme-override-light .outline-color-focus-info:focus,html body .theme-override-light .outline-color-focus-info:focus-within,html body .theme-override-light .outline-color-active-info[data-selected=true],html body .theme-override-light .outline-color-active-info:active{outline-color:var(--color-light-info-primary)}body[data-theme-mode=light] .outside-border-color-info,body[data-theme-mode=light] .outside-border-color-hover-info:hover,body[data-theme-mode=light] .outside-border-color-focus-info[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info:focus,body[data-theme-mode=light] .outside-border-color-focus-info:focus-within,body[data-theme-mode=light] .outside-border-color-active-info[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info:active,html body .theme-override-light .outside-border-color-info,html body .theme-override-light .outside-border-color-hover-info:hover,html body .theme-override-light .outside-border-color-focus-info[data-focused=true],html body .theme-override-light .outside-border-color-focus-info:focus,html body .theme-override-light .outside-border-color-focus-info:focus-within,html body .theme-override-light .outside-border-color-active-info[data-selected=true],html body .theme-override-light .outside-border-color-active-info:active{--outside-border-color: var(--color-light-info-primary)}body[data-theme-mode=light] .font-color-info-primary-0,body[data-theme-mode=light] .font-color-hover-info-primary-0:hover,body[data-theme-mode=light] .font-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-primary-0:focus,body[data-theme-mode=light] .font-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .font-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-primary-0:active,html body .theme-override-light .font-color-info-primary-0,html body .theme-override-light .font-color-hover-info-primary-0:hover,html body .theme-override-light .font-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .font-color-focus-info-primary-0:focus,html body .theme-override-light .font-color-focus-info-primary-0:focus-within,html body .theme-override-light .font-color-active-info-primary-0[data-selected=true],html body .theme-override-light .font-color-active-info-primary-0:active{color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-color-info-primary-0,body[data-theme-mode=light] .border-color-hover-info-primary-0:hover,body[data-theme-mode=light] .border-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-primary-0:focus,body[data-theme-mode=light] .border-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .border-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-primary-0:active,html body .theme-override-light .border-color-info-primary-0,html body .theme-override-light .border-color-hover-info-primary-0:hover,html body .theme-override-light .border-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .border-color-focus-info-primary-0:focus,html body .theme-override-light .border-color-focus-info-primary-0:focus-within,html body .theme-override-light .border-color-active-info-primary-0[data-selected=true],html body .theme-override-light .border-color-active-info-primary-0:active{border-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-top-color-info-primary-0,body[data-theme-mode=light] .border-top-color-hover-info-primary-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-primary-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-primary-0:active,html body .theme-override-light .border-top-color-info-primary-0,html body .theme-override-light .border-top-color-hover-info-primary-0:hover,html body .theme-override-light .border-top-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-primary-0:focus,html body .theme-override-light .border-top-color-focus-info-primary-0:focus-within,html body .theme-override-light .border-top-color-active-info-primary-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-primary-0:active{border-top-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-bottom-color-info-primary-0,body[data-theme-mode=light] .border-bottom-color-hover-info-primary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-primary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-primary-0:active,html body .theme-override-light .border-bottom-color-info-primary-0,html body .theme-override-light .border-bottom-color-hover-info-primary-0:hover,html body .theme-override-light .border-bottom-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-primary-0:focus,html body .theme-override-light .border-bottom-color-focus-info-primary-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-primary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-primary-0:active{border-bottom-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-left-color-info-primary-0,body[data-theme-mode=light] .border-left-color-hover-info-primary-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-primary-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-primary-0:active,html body .theme-override-light .border-left-color-info-primary-0,html body .theme-override-light .border-left-color-hover-info-primary-0:hover,html body .theme-override-light .border-left-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-primary-0:focus,html body .theme-override-light .border-left-color-focus-info-primary-0:focus-within,html body .theme-override-light .border-left-color-active-info-primary-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-primary-0:active{border-left-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-right-color-info-primary-0,body[data-theme-mode=light] .border-right-color-hover-info-primary-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-primary-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-primary-0:active,html body .theme-override-light .border-right-color-info-primary-0,html body .theme-override-light .border-right-color-hover-info-primary-0:hover,html body .theme-override-light .border-right-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-primary-0:focus,html body .theme-override-light .border-right-color-focus-info-primary-0:focus-within,html body .theme-override-light .border-right-color-active-info-primary-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-primary-0:active{border-right-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .fill-color-info-primary-0,body[data-theme-mode=light] .fill-color-hover-info-primary-0:hover,body[data-theme-mode=light] .fill-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-primary-0:focus,body[data-theme-mode=light] .fill-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-primary-0:active,html body .theme-override-light .fill-color-info-primary-0,html body .theme-override-light .fill-color-hover-info-primary-0:hover,html body .theme-override-light .fill-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-primary-0:focus,html body .theme-override-light .fill-color-focus-info-primary-0:focus-within,html body .theme-override-light .fill-color-active-info-primary-0[data-selected=true],html body .theme-override-light .fill-color-active-info-primary-0:active{background-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outline-color-info-primary-0,body[data-theme-mode=light] .outline-color-hover-info-primary-0:hover,body[data-theme-mode=light] .outline-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-primary-0:focus,body[data-theme-mode=light] .outline-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-primary-0:active,html body .theme-override-light .outline-color-info-primary-0,html body .theme-override-light .outline-color-hover-info-primary-0:hover,html body .theme-override-light .outline-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-primary-0:focus,html body .theme-override-light .outline-color-focus-info-primary-0:focus-within,html body .theme-override-light .outline-color-active-info-primary-0[data-selected=true],html body .theme-override-light .outline-color-active-info-primary-0:active{outline-color:var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outside-border-color-info-primary-0,body[data-theme-mode=light] .outside-border-color-hover-info-primary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-primary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-primary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-primary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-primary-0:active,html body .theme-override-light .outside-border-color-info-primary-0,html body .theme-override-light .outside-border-color-hover-info-primary-0:hover,html body .theme-override-light .outside-border-color-focus-info-primary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-primary-0:focus,html body .theme-override-light .outside-border-color-focus-info-primary-0:focus-within,html body .theme-override-light .outside-border-color-active-info-primary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-primary-0:active{--outside-border-color: var(--color-info-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .font-color-info-primary-foreground-0,body[data-theme-mode=light] .font-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-primary-foreground-0:active,html body .theme-override-light .font-color-info-primary-foreground-0,html body .theme-override-light .font-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .font-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .font-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .font-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-info-primary-foreground-0:active{color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-color-info-primary-foreground-0,body[data-theme-mode=light] .border-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-primary-foreground-0:active,html body .theme-override-light .border-color-info-primary-foreground-0,html body .theme-override-light .border-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .border-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .border-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .border-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-info-primary-foreground-0:active{border-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-top-color-info-primary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-primary-foreground-0:active,html body .theme-override-light .border-top-color-info-primary-foreground-0,html body .theme-override-light .border-top-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-primary-foreground-0:active{border-top-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-info-primary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-primary-foreground-0:active,html body .theme-override-light .border-bottom-color-info-primary-foreground-0,html body .theme-override-light .border-bottom-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-primary-foreground-0:active{border-bottom-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-left-color-info-primary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-primary-foreground-0:active,html body .theme-override-light .border-left-color-info-primary-foreground-0,html body .theme-override-light .border-left-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-primary-foreground-0:active{border-left-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-right-color-info-primary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-primary-foreground-0:active,html body .theme-override-light .border-right-color-info-primary-foreground-0,html body .theme-override-light .border-right-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-primary-foreground-0:active{border-right-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .fill-color-info-primary-foreground-0,body[data-theme-mode=light] .fill-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-primary-foreground-0:active,html body .theme-override-light .fill-color-info-primary-foreground-0,html body .theme-override-light .fill-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .fill-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .fill-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-info-primary-foreground-0:active{background-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outline-color-info-primary-foreground-0,body[data-theme-mode=light] .outline-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-primary-foreground-0:active,html body .theme-override-light .outline-color-info-primary-foreground-0,html body .theme-override-light .outline-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .outline-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .outline-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-info-primary-foreground-0:active{outline-color:var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outside-border-color-info-primary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-primary-foreground-0:active,html body .theme-override-light .outside-border-color-info-primary-foreground-0,html body .theme-override-light .outside-border-color-hover-info-primary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-primary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-primary-foreground-0:active{--outside-border-color: var(--color-info-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .font-color-info-secondary-0,body[data-theme-mode=light] .font-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .font-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .font-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .font-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-secondary-0:active,html body .theme-override-light .font-color-info-secondary-0,html body .theme-override-light .font-color-hover-info-secondary-0:hover,html body .theme-override-light .font-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .font-color-focus-info-secondary-0:focus,html body .theme-override-light .font-color-focus-info-secondary-0:focus-within,html body .theme-override-light .font-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .font-color-active-info-secondary-0:active{color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-color-info-secondary-0,body[data-theme-mode=light] .border-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .border-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .border-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .border-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-secondary-0:active,html body .theme-override-light .border-color-info-secondary-0,html body .theme-override-light .border-color-hover-info-secondary-0:hover,html body .theme-override-light .border-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .border-color-focus-info-secondary-0:focus,html body .theme-override-light .border-color-focus-info-secondary-0:focus-within,html body .theme-override-light .border-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .border-color-active-info-secondary-0:active{border-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-top-color-info-secondary-0,body[data-theme-mode=light] .border-top-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-secondary-0:active,html body .theme-override-light .border-top-color-info-secondary-0,html body .theme-override-light .border-top-color-hover-info-secondary-0:hover,html body .theme-override-light .border-top-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-secondary-0:focus,html body .theme-override-light .border-top-color-focus-info-secondary-0:focus-within,html body .theme-override-light .border-top-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-secondary-0:active{border-top-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-bottom-color-info-secondary-0,body[data-theme-mode=light] .border-bottom-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-secondary-0:active,html body .theme-override-light .border-bottom-color-info-secondary-0,html body .theme-override-light .border-bottom-color-hover-info-secondary-0:hover,html body .theme-override-light .border-bottom-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-secondary-0:focus,html body .theme-override-light .border-bottom-color-focus-info-secondary-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-secondary-0:active{border-bottom-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-left-color-info-secondary-0,body[data-theme-mode=light] .border-left-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-secondary-0:active,html body .theme-override-light .border-left-color-info-secondary-0,html body .theme-override-light .border-left-color-hover-info-secondary-0:hover,html body .theme-override-light .border-left-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-secondary-0:focus,html body .theme-override-light .border-left-color-focus-info-secondary-0:focus-within,html body .theme-override-light .border-left-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-secondary-0:active{border-left-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-right-color-info-secondary-0,body[data-theme-mode=light] .border-right-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-secondary-0:active,html body .theme-override-light .border-right-color-info-secondary-0,html body .theme-override-light .border-right-color-hover-info-secondary-0:hover,html body .theme-override-light .border-right-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-secondary-0:focus,html body .theme-override-light .border-right-color-focus-info-secondary-0:focus-within,html body .theme-override-light .border-right-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-secondary-0:active{border-right-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .fill-color-info-secondary-0,body[data-theme-mode=light] .fill-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .fill-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .fill-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-secondary-0:active,html body .theme-override-light .fill-color-info-secondary-0,html body .theme-override-light .fill-color-hover-info-secondary-0:hover,html body .theme-override-light .fill-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-secondary-0:focus,html body .theme-override-light .fill-color-focus-info-secondary-0:focus-within,html body .theme-override-light .fill-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .fill-color-active-info-secondary-0:active{background-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outline-color-info-secondary-0,body[data-theme-mode=light] .outline-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .outline-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .outline-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-secondary-0:active,html body .theme-override-light .outline-color-info-secondary-0,html body .theme-override-light .outline-color-hover-info-secondary-0:hover,html body .theme-override-light .outline-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-secondary-0:focus,html body .theme-override-light .outline-color-focus-info-secondary-0:focus-within,html body .theme-override-light .outline-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .outline-color-active-info-secondary-0:active{outline-color:var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outside-border-color-info-secondary-0,body[data-theme-mode=light] .outside-border-color-hover-info-secondary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-secondary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-secondary-0:active,html body .theme-override-light .outside-border-color-info-secondary-0,html body .theme-override-light .outside-border-color-hover-info-secondary-0:hover,html body .theme-override-light .outside-border-color-focus-info-secondary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-secondary-0:focus,html body .theme-override-light .outside-border-color-focus-info-secondary-0:focus-within,html body .theme-override-light .outside-border-color-active-info-secondary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-secondary-0:active{--outside-border-color: var(--color-info-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .font-color-info-secondary-foreground-0,body[data-theme-mode=light] .font-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-secondary-foreground-0:active,html body .theme-override-light .font-color-info-secondary-foreground-0,html body .theme-override-light .font-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .font-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .font-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .font-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-info-secondary-foreground-0:active{color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-color-info-secondary-foreground-0,body[data-theme-mode=light] .border-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-secondary-foreground-0:active,html body .theme-override-light .border-color-info-secondary-foreground-0,html body .theme-override-light .border-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .border-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .border-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .border-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-info-secondary-foreground-0:active{border-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-top-color-info-secondary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-secondary-foreground-0:active,html body .theme-override-light .border-top-color-info-secondary-foreground-0,html body .theme-override-light .border-top-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-secondary-foreground-0:active{border-top-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-info-secondary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-secondary-foreground-0:active,html body .theme-override-light .border-bottom-color-info-secondary-foreground-0,html body .theme-override-light .border-bottom-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-secondary-foreground-0:active{border-bottom-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-left-color-info-secondary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-secondary-foreground-0:active,html body .theme-override-light .border-left-color-info-secondary-foreground-0,html body .theme-override-light .border-left-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-secondary-foreground-0:active{border-left-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-right-color-info-secondary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-secondary-foreground-0:active,html body .theme-override-light .border-right-color-info-secondary-foreground-0,html body .theme-override-light .border-right-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-secondary-foreground-0:active{border-right-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .fill-color-info-secondary-foreground-0,body[data-theme-mode=light] .fill-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-secondary-foreground-0:active,html body .theme-override-light .fill-color-info-secondary-foreground-0,html body .theme-override-light .fill-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .fill-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .fill-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-info-secondary-foreground-0:active{background-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outline-color-info-secondary-foreground-0,body[data-theme-mode=light] .outline-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-secondary-foreground-0:active,html body .theme-override-light .outline-color-info-secondary-foreground-0,html body .theme-override-light .outline-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .outline-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .outline-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-info-secondary-foreground-0:active{outline-color:var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outside-border-color-info-secondary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-secondary-foreground-0:active,html body .theme-override-light .outside-border-color-info-secondary-foreground-0,html body .theme-override-light .outside-border-color-hover-info-secondary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-secondary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-secondary-foreground-0:active{--outside-border-color: var(--color-info-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .font-color-info-accent-0,body[data-theme-mode=light] .font-color-hover-info-accent-0:hover,body[data-theme-mode=light] .font-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-accent-0:focus,body[data-theme-mode=light] .font-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .font-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-accent-0:active,html body .theme-override-light .font-color-info-accent-0,html body .theme-override-light .font-color-hover-info-accent-0:hover,html body .theme-override-light .font-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .font-color-focus-info-accent-0:focus,html body .theme-override-light .font-color-focus-info-accent-0:focus-within,html body .theme-override-light .font-color-active-info-accent-0[data-selected=true],html body .theme-override-light .font-color-active-info-accent-0:active{color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-color-info-accent-0,body[data-theme-mode=light] .border-color-hover-info-accent-0:hover,body[data-theme-mode=light] .border-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-accent-0:focus,body[data-theme-mode=light] .border-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .border-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-accent-0:active,html body .theme-override-light .border-color-info-accent-0,html body .theme-override-light .border-color-hover-info-accent-0:hover,html body .theme-override-light .border-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .border-color-focus-info-accent-0:focus,html body .theme-override-light .border-color-focus-info-accent-0:focus-within,html body .theme-override-light .border-color-active-info-accent-0[data-selected=true],html body .theme-override-light .border-color-active-info-accent-0:active{border-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-top-color-info-accent-0,body[data-theme-mode=light] .border-top-color-hover-info-accent-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-accent-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-accent-0:active,html body .theme-override-light .border-top-color-info-accent-0,html body .theme-override-light .border-top-color-hover-info-accent-0:hover,html body .theme-override-light .border-top-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-accent-0:focus,html body .theme-override-light .border-top-color-focus-info-accent-0:focus-within,html body .theme-override-light .border-top-color-active-info-accent-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-accent-0:active{border-top-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-bottom-color-info-accent-0,body[data-theme-mode=light] .border-bottom-color-hover-info-accent-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-accent-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-accent-0:active,html body .theme-override-light .border-bottom-color-info-accent-0,html body .theme-override-light .border-bottom-color-hover-info-accent-0:hover,html body .theme-override-light .border-bottom-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-accent-0:focus,html body .theme-override-light .border-bottom-color-focus-info-accent-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-accent-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-accent-0:active{border-bottom-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-left-color-info-accent-0,body[data-theme-mode=light] .border-left-color-hover-info-accent-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-accent-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-accent-0:active,html body .theme-override-light .border-left-color-info-accent-0,html body .theme-override-light .border-left-color-hover-info-accent-0:hover,html body .theme-override-light .border-left-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-accent-0:focus,html body .theme-override-light .border-left-color-focus-info-accent-0:focus-within,html body .theme-override-light .border-left-color-active-info-accent-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-accent-0:active{border-left-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-right-color-info-accent-0,body[data-theme-mode=light] .border-right-color-hover-info-accent-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-accent-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-accent-0:active,html body .theme-override-light .border-right-color-info-accent-0,html body .theme-override-light .border-right-color-hover-info-accent-0:hover,html body .theme-override-light .border-right-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-accent-0:focus,html body .theme-override-light .border-right-color-focus-info-accent-0:focus-within,html body .theme-override-light .border-right-color-active-info-accent-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-accent-0:active{border-right-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .fill-color-info-accent-0,body[data-theme-mode=light] .fill-color-hover-info-accent-0:hover,body[data-theme-mode=light] .fill-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-accent-0:focus,body[data-theme-mode=light] .fill-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-accent-0:active,html body .theme-override-light .fill-color-info-accent-0,html body .theme-override-light .fill-color-hover-info-accent-0:hover,html body .theme-override-light .fill-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-accent-0:focus,html body .theme-override-light .fill-color-focus-info-accent-0:focus-within,html body .theme-override-light .fill-color-active-info-accent-0[data-selected=true],html body .theme-override-light .fill-color-active-info-accent-0:active{background-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outline-color-info-accent-0,body[data-theme-mode=light] .outline-color-hover-info-accent-0:hover,body[data-theme-mode=light] .outline-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-accent-0:focus,body[data-theme-mode=light] .outline-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-accent-0:active,html body .theme-override-light .outline-color-info-accent-0,html body .theme-override-light .outline-color-hover-info-accent-0:hover,html body .theme-override-light .outline-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-accent-0:focus,html body .theme-override-light .outline-color-focus-info-accent-0:focus-within,html body .theme-override-light .outline-color-active-info-accent-0[data-selected=true],html body .theme-override-light .outline-color-active-info-accent-0:active{outline-color:var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outside-border-color-info-accent-0,body[data-theme-mode=light] .outside-border-color-hover-info-accent-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-accent-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-accent-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-accent-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-accent-0:active,html body .theme-override-light .outside-border-color-info-accent-0,html body .theme-override-light .outside-border-color-hover-info-accent-0:hover,html body .theme-override-light .outside-border-color-focus-info-accent-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-accent-0:focus,html body .theme-override-light .outside-border-color-focus-info-accent-0:focus-within,html body .theme-override-light .outside-border-color-active-info-accent-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-accent-0:active{--outside-border-color: var(--color-info-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .font-color-info-accent-foreground-0,body[data-theme-mode=light] .font-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-accent-foreground-0:active,html body .theme-override-light .font-color-info-accent-foreground-0,html body .theme-override-light .font-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .font-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .font-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .font-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-info-accent-foreground-0:active{color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-color-info-accent-foreground-0,body[data-theme-mode=light] .border-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-accent-foreground-0:active,html body .theme-override-light .border-color-info-accent-foreground-0,html body .theme-override-light .border-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .border-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .border-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .border-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-info-accent-foreground-0:active{border-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-top-color-info-accent-foreground-0,body[data-theme-mode=light] .border-top-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-accent-foreground-0:active,html body .theme-override-light .border-top-color-info-accent-foreground-0,html body .theme-override-light .border-top-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .border-top-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .border-top-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-accent-foreground-0:active{border-top-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-bottom-color-info-accent-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-accent-foreground-0:active,html body .theme-override-light .border-bottom-color-info-accent-foreground-0,html body .theme-override-light .border-bottom-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-accent-foreground-0:active{border-bottom-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-left-color-info-accent-foreground-0,body[data-theme-mode=light] .border-left-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-accent-foreground-0:active,html body .theme-override-light .border-left-color-info-accent-foreground-0,html body .theme-override-light .border-left-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .border-left-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .border-left-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-accent-foreground-0:active{border-left-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-right-color-info-accent-foreground-0,body[data-theme-mode=light] .border-right-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-accent-foreground-0:active,html body .theme-override-light .border-right-color-info-accent-foreground-0,html body .theme-override-light .border-right-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .border-right-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .border-right-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-accent-foreground-0:active{border-right-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .fill-color-info-accent-foreground-0,body[data-theme-mode=light] .fill-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-accent-foreground-0:active,html body .theme-override-light .fill-color-info-accent-foreground-0,html body .theme-override-light .fill-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .fill-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .fill-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .fill-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-info-accent-foreground-0:active{background-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outline-color-info-accent-foreground-0,body[data-theme-mode=light] .outline-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-accent-foreground-0:active,html body .theme-override-light .outline-color-info-accent-foreground-0,html body .theme-override-light .outline-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .outline-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .outline-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .outline-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-info-accent-foreground-0:active{outline-color:var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outside-border-color-info-accent-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-accent-foreground-0:active,html body .theme-override-light .outside-border-color-info-accent-foreground-0,html body .theme-override-light .outside-border-color-hover-info-accent-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-accent-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-accent-foreground-0:active{--outside-border-color: var(--color-info-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .font-color-info-background-0,body[data-theme-mode=light] .font-color-hover-info-background-0:hover,body[data-theme-mode=light] .font-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-0:focus,body[data-theme-mode=light] .font-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .font-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-0:active,html body .theme-override-light .font-color-info-background-0,html body .theme-override-light .font-color-hover-info-background-0:hover,html body .theme-override-light .font-color-focus-info-background-0[data-focused=true],html body .theme-override-light .font-color-focus-info-background-0:focus,html body .theme-override-light .font-color-focus-info-background-0:focus-within,html body .theme-override-light .font-color-active-info-background-0[data-selected=true],html body .theme-override-light .font-color-active-info-background-0:active{color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-color-info-background-0,body[data-theme-mode=light] .border-color-hover-info-background-0:hover,body[data-theme-mode=light] .border-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-0:focus,body[data-theme-mode=light] .border-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .border-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-0:active,html body .theme-override-light .border-color-info-background-0,html body .theme-override-light .border-color-hover-info-background-0:hover,html body .theme-override-light .border-color-focus-info-background-0[data-focused=true],html body .theme-override-light .border-color-focus-info-background-0:focus,html body .theme-override-light .border-color-focus-info-background-0:focus-within,html body .theme-override-light .border-color-active-info-background-0[data-selected=true],html body .theme-override-light .border-color-active-info-background-0:active{border-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-top-color-info-background-0,body[data-theme-mode=light] .border-top-color-hover-info-background-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-0:active,html body .theme-override-light .border-top-color-info-background-0,html body .theme-override-light .border-top-color-hover-info-background-0:hover,html body .theme-override-light .border-top-color-focus-info-background-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-0:focus,html body .theme-override-light .border-top-color-focus-info-background-0:focus-within,html body .theme-override-light .border-top-color-active-info-background-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-0:active{border-top-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-bottom-color-info-background-0,body[data-theme-mode=light] .border-bottom-color-hover-info-background-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-0:active,html body .theme-override-light .border-bottom-color-info-background-0,html body .theme-override-light .border-bottom-color-hover-info-background-0:hover,html body .theme-override-light .border-bottom-color-focus-info-background-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-0:focus,html body .theme-override-light .border-bottom-color-focus-info-background-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-0:active{border-bottom-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-left-color-info-background-0,body[data-theme-mode=light] .border-left-color-hover-info-background-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-0:active,html body .theme-override-light .border-left-color-info-background-0,html body .theme-override-light .border-left-color-hover-info-background-0:hover,html body .theme-override-light .border-left-color-focus-info-background-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-0:focus,html body .theme-override-light .border-left-color-focus-info-background-0:focus-within,html body .theme-override-light .border-left-color-active-info-background-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-0:active{border-left-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-right-color-info-background-0,body[data-theme-mode=light] .border-right-color-hover-info-background-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-0:active,html body .theme-override-light .border-right-color-info-background-0,html body .theme-override-light .border-right-color-hover-info-background-0:hover,html body .theme-override-light .border-right-color-focus-info-background-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-0:focus,html body .theme-override-light .border-right-color-focus-info-background-0:focus-within,html body .theme-override-light .border-right-color-active-info-background-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-0:active{border-right-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .fill-color-info-background-0,body[data-theme-mode=light] .fill-color-hover-info-background-0:hover,body[data-theme-mode=light] .fill-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-0:focus,body[data-theme-mode=light] .fill-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-0:active,html body .theme-override-light .fill-color-info-background-0,html body .theme-override-light .fill-color-hover-info-background-0:hover,html body .theme-override-light .fill-color-focus-info-background-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-0:focus,html body .theme-override-light .fill-color-focus-info-background-0:focus-within,html body .theme-override-light .fill-color-active-info-background-0[data-selected=true],html body .theme-override-light .fill-color-active-info-background-0:active{background-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outline-color-info-background-0,body[data-theme-mode=light] .outline-color-hover-info-background-0:hover,body[data-theme-mode=light] .outline-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-0:focus,body[data-theme-mode=light] .outline-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-0:active,html body .theme-override-light .outline-color-info-background-0,html body .theme-override-light .outline-color-hover-info-background-0:hover,html body .theme-override-light .outline-color-focus-info-background-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-0:focus,html body .theme-override-light .outline-color-focus-info-background-0:focus-within,html body .theme-override-light .outline-color-active-info-background-0[data-selected=true],html body .theme-override-light .outline-color-active-info-background-0:active{outline-color:var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outside-border-color-info-background-0,body[data-theme-mode=light] .outside-border-color-hover-info-background-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-0:active,html body .theme-override-light .outside-border-color-info-background-0,html body .theme-override-light .outside-border-color-hover-info-background-0:hover,html body .theme-override-light .outside-border-color-focus-info-background-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-0:focus,html body .theme-override-light .outside-border-color-focus-info-background-0:focus-within,html body .theme-override-light .outside-border-color-active-info-background-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-0:active{--outside-border-color: var(--color-info-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .font-color-info-background-1,body[data-theme-mode=light] .font-color-hover-info-background-1:hover,body[data-theme-mode=light] .font-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-1:focus,body[data-theme-mode=light] .font-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .font-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-1:active,html body .theme-override-light .font-color-info-background-1,html body .theme-override-light .font-color-hover-info-background-1:hover,html body .theme-override-light .font-color-focus-info-background-1[data-focused=true],html body .theme-override-light .font-color-focus-info-background-1:focus,html body .theme-override-light .font-color-focus-info-background-1:focus-within,html body .theme-override-light .font-color-active-info-background-1[data-selected=true],html body .theme-override-light .font-color-active-info-background-1:active{color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-color-info-background-1,body[data-theme-mode=light] .border-color-hover-info-background-1:hover,body[data-theme-mode=light] .border-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-1:focus,body[data-theme-mode=light] .border-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .border-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-1:active,html body .theme-override-light .border-color-info-background-1,html body .theme-override-light .border-color-hover-info-background-1:hover,html body .theme-override-light .border-color-focus-info-background-1[data-focused=true],html body .theme-override-light .border-color-focus-info-background-1:focus,html body .theme-override-light .border-color-focus-info-background-1:focus-within,html body .theme-override-light .border-color-active-info-background-1[data-selected=true],html body .theme-override-light .border-color-active-info-background-1:active{border-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-top-color-info-background-1,body[data-theme-mode=light] .border-top-color-hover-info-background-1:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-1:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-1:active,html body .theme-override-light .border-top-color-info-background-1,html body .theme-override-light .border-top-color-hover-info-background-1:hover,html body .theme-override-light .border-top-color-focus-info-background-1[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-1:focus,html body .theme-override-light .border-top-color-focus-info-background-1:focus-within,html body .theme-override-light .border-top-color-active-info-background-1[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-1:active{border-top-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-bottom-color-info-background-1,body[data-theme-mode=light] .border-bottom-color-hover-info-background-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-1:active,html body .theme-override-light .border-bottom-color-info-background-1,html body .theme-override-light .border-bottom-color-hover-info-background-1:hover,html body .theme-override-light .border-bottom-color-focus-info-background-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-1:focus,html body .theme-override-light .border-bottom-color-focus-info-background-1:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-1:active{border-bottom-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-left-color-info-background-1,body[data-theme-mode=light] .border-left-color-hover-info-background-1:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-1:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-1:active,html body .theme-override-light .border-left-color-info-background-1,html body .theme-override-light .border-left-color-hover-info-background-1:hover,html body .theme-override-light .border-left-color-focus-info-background-1[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-1:focus,html body .theme-override-light .border-left-color-focus-info-background-1:focus-within,html body .theme-override-light .border-left-color-active-info-background-1[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-1:active{border-left-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-right-color-info-background-1,body[data-theme-mode=light] .border-right-color-hover-info-background-1:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-1:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-1:active,html body .theme-override-light .border-right-color-info-background-1,html body .theme-override-light .border-right-color-hover-info-background-1:hover,html body .theme-override-light .border-right-color-focus-info-background-1[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-1:focus,html body .theme-override-light .border-right-color-focus-info-background-1:focus-within,html body .theme-override-light .border-right-color-active-info-background-1[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-1:active{border-right-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .fill-color-info-background-1,body[data-theme-mode=light] .fill-color-hover-info-background-1:hover,body[data-theme-mode=light] .fill-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-1:focus,body[data-theme-mode=light] .fill-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-1:active,html body .theme-override-light .fill-color-info-background-1,html body .theme-override-light .fill-color-hover-info-background-1:hover,html body .theme-override-light .fill-color-focus-info-background-1[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-1:focus,html body .theme-override-light .fill-color-focus-info-background-1:focus-within,html body .theme-override-light .fill-color-active-info-background-1[data-selected=true],html body .theme-override-light .fill-color-active-info-background-1:active{background-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outline-color-info-background-1,body[data-theme-mode=light] .outline-color-hover-info-background-1:hover,body[data-theme-mode=light] .outline-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-1:focus,body[data-theme-mode=light] .outline-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-1:active,html body .theme-override-light .outline-color-info-background-1,html body .theme-override-light .outline-color-hover-info-background-1:hover,html body .theme-override-light .outline-color-focus-info-background-1[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-1:focus,html body .theme-override-light .outline-color-focus-info-background-1:focus-within,html body .theme-override-light .outline-color-active-info-background-1[data-selected=true],html body .theme-override-light .outline-color-active-info-background-1:active{outline-color:var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outside-border-color-info-background-1,body[data-theme-mode=light] .outside-border-color-hover-info-background-1:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-1:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-1:active,html body .theme-override-light .outside-border-color-info-background-1,html body .theme-override-light .outside-border-color-hover-info-background-1:hover,html body .theme-override-light .outside-border-color-focus-info-background-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-1:focus,html body .theme-override-light .outside-border-color-focus-info-background-1:focus-within,html body .theme-override-light .outside-border-color-active-info-background-1[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-1:active{--outside-border-color: var(--color-info-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .font-color-info-background-2,body[data-theme-mode=light] .font-color-hover-info-background-2:hover,body[data-theme-mode=light] .font-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-2:focus,body[data-theme-mode=light] .font-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .font-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-2:active,html body .theme-override-light .font-color-info-background-2,html body .theme-override-light .font-color-hover-info-background-2:hover,html body .theme-override-light .font-color-focus-info-background-2[data-focused=true],html body .theme-override-light .font-color-focus-info-background-2:focus,html body .theme-override-light .font-color-focus-info-background-2:focus-within,html body .theme-override-light .font-color-active-info-background-2[data-selected=true],html body .theme-override-light .font-color-active-info-background-2:active{color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-color-info-background-2,body[data-theme-mode=light] .border-color-hover-info-background-2:hover,body[data-theme-mode=light] .border-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-2:focus,body[data-theme-mode=light] .border-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .border-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-2:active,html body .theme-override-light .border-color-info-background-2,html body .theme-override-light .border-color-hover-info-background-2:hover,html body .theme-override-light .border-color-focus-info-background-2[data-focused=true],html body .theme-override-light .border-color-focus-info-background-2:focus,html body .theme-override-light .border-color-focus-info-background-2:focus-within,html body .theme-override-light .border-color-active-info-background-2[data-selected=true],html body .theme-override-light .border-color-active-info-background-2:active{border-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-top-color-info-background-2,body[data-theme-mode=light] .border-top-color-hover-info-background-2:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-2:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-2:active,html body .theme-override-light .border-top-color-info-background-2,html body .theme-override-light .border-top-color-hover-info-background-2:hover,html body .theme-override-light .border-top-color-focus-info-background-2[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-2:focus,html body .theme-override-light .border-top-color-focus-info-background-2:focus-within,html body .theme-override-light .border-top-color-active-info-background-2[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-2:active{border-top-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-bottom-color-info-background-2,body[data-theme-mode=light] .border-bottom-color-hover-info-background-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-2:active,html body .theme-override-light .border-bottom-color-info-background-2,html body .theme-override-light .border-bottom-color-hover-info-background-2:hover,html body .theme-override-light .border-bottom-color-focus-info-background-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-2:focus,html body .theme-override-light .border-bottom-color-focus-info-background-2:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-2:active{border-bottom-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-left-color-info-background-2,body[data-theme-mode=light] .border-left-color-hover-info-background-2:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-2:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-2:active,html body .theme-override-light .border-left-color-info-background-2,html body .theme-override-light .border-left-color-hover-info-background-2:hover,html body .theme-override-light .border-left-color-focus-info-background-2[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-2:focus,html body .theme-override-light .border-left-color-focus-info-background-2:focus-within,html body .theme-override-light .border-left-color-active-info-background-2[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-2:active{border-left-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-right-color-info-background-2,body[data-theme-mode=light] .border-right-color-hover-info-background-2:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-2:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-2:active,html body .theme-override-light .border-right-color-info-background-2,html body .theme-override-light .border-right-color-hover-info-background-2:hover,html body .theme-override-light .border-right-color-focus-info-background-2[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-2:focus,html body .theme-override-light .border-right-color-focus-info-background-2:focus-within,html body .theme-override-light .border-right-color-active-info-background-2[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-2:active{border-right-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .fill-color-info-background-2,body[data-theme-mode=light] .fill-color-hover-info-background-2:hover,body[data-theme-mode=light] .fill-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-2:focus,body[data-theme-mode=light] .fill-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-2:active,html body .theme-override-light .fill-color-info-background-2,html body .theme-override-light .fill-color-hover-info-background-2:hover,html body .theme-override-light .fill-color-focus-info-background-2[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-2:focus,html body .theme-override-light .fill-color-focus-info-background-2:focus-within,html body .theme-override-light .fill-color-active-info-background-2[data-selected=true],html body .theme-override-light .fill-color-active-info-background-2:active{background-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outline-color-info-background-2,body[data-theme-mode=light] .outline-color-hover-info-background-2:hover,body[data-theme-mode=light] .outline-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-2:focus,body[data-theme-mode=light] .outline-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-2:active,html body .theme-override-light .outline-color-info-background-2,html body .theme-override-light .outline-color-hover-info-background-2:hover,html body .theme-override-light .outline-color-focus-info-background-2[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-2:focus,html body .theme-override-light .outline-color-focus-info-background-2:focus-within,html body .theme-override-light .outline-color-active-info-background-2[data-selected=true],html body .theme-override-light .outline-color-active-info-background-2:active{outline-color:var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outside-border-color-info-background-2,body[data-theme-mode=light] .outside-border-color-hover-info-background-2:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-2:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-2:active,html body .theme-override-light .outside-border-color-info-background-2,html body .theme-override-light .outside-border-color-hover-info-background-2:hover,html body .theme-override-light .outside-border-color-focus-info-background-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-2:focus,html body .theme-override-light .outside-border-color-focus-info-background-2:focus-within,html body .theme-override-light .outside-border-color-active-info-background-2[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-2:active{--outside-border-color: var(--color-info-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .font-color-info-background-3,body[data-theme-mode=light] .font-color-hover-info-background-3:hover,body[data-theme-mode=light] .font-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-3:focus,body[data-theme-mode=light] .font-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .font-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-3:active,html body .theme-override-light .font-color-info-background-3,html body .theme-override-light .font-color-hover-info-background-3:hover,html body .theme-override-light .font-color-focus-info-background-3[data-focused=true],html body .theme-override-light .font-color-focus-info-background-3:focus,html body .theme-override-light .font-color-focus-info-background-3:focus-within,html body .theme-override-light .font-color-active-info-background-3[data-selected=true],html body .theme-override-light .font-color-active-info-background-3:active{color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-color-info-background-3,body[data-theme-mode=light] .border-color-hover-info-background-3:hover,body[data-theme-mode=light] .border-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-3:focus,body[data-theme-mode=light] .border-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .border-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-3:active,html body .theme-override-light .border-color-info-background-3,html body .theme-override-light .border-color-hover-info-background-3:hover,html body .theme-override-light .border-color-focus-info-background-3[data-focused=true],html body .theme-override-light .border-color-focus-info-background-3:focus,html body .theme-override-light .border-color-focus-info-background-3:focus-within,html body .theme-override-light .border-color-active-info-background-3[data-selected=true],html body .theme-override-light .border-color-active-info-background-3:active{border-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-top-color-info-background-3,body[data-theme-mode=light] .border-top-color-hover-info-background-3:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-3:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-3:active,html body .theme-override-light .border-top-color-info-background-3,html body .theme-override-light .border-top-color-hover-info-background-3:hover,html body .theme-override-light .border-top-color-focus-info-background-3[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-3:focus,html body .theme-override-light .border-top-color-focus-info-background-3:focus-within,html body .theme-override-light .border-top-color-active-info-background-3[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-3:active{border-top-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-bottom-color-info-background-3,body[data-theme-mode=light] .border-bottom-color-hover-info-background-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-3:active,html body .theme-override-light .border-bottom-color-info-background-3,html body .theme-override-light .border-bottom-color-hover-info-background-3:hover,html body .theme-override-light .border-bottom-color-focus-info-background-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-3:focus,html body .theme-override-light .border-bottom-color-focus-info-background-3:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-3:active{border-bottom-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-left-color-info-background-3,body[data-theme-mode=light] .border-left-color-hover-info-background-3:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-3:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-3:active,html body .theme-override-light .border-left-color-info-background-3,html body .theme-override-light .border-left-color-hover-info-background-3:hover,html body .theme-override-light .border-left-color-focus-info-background-3[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-3:focus,html body .theme-override-light .border-left-color-focus-info-background-3:focus-within,html body .theme-override-light .border-left-color-active-info-background-3[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-3:active{border-left-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-right-color-info-background-3,body[data-theme-mode=light] .border-right-color-hover-info-background-3:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-3:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-3:active,html body .theme-override-light .border-right-color-info-background-3,html body .theme-override-light .border-right-color-hover-info-background-3:hover,html body .theme-override-light .border-right-color-focus-info-background-3[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-3:focus,html body .theme-override-light .border-right-color-focus-info-background-3:focus-within,html body .theme-override-light .border-right-color-active-info-background-3[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-3:active{border-right-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .fill-color-info-background-3,body[data-theme-mode=light] .fill-color-hover-info-background-3:hover,body[data-theme-mode=light] .fill-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-3:focus,body[data-theme-mode=light] .fill-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-3:active,html body .theme-override-light .fill-color-info-background-3,html body .theme-override-light .fill-color-hover-info-background-3:hover,html body .theme-override-light .fill-color-focus-info-background-3[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-3:focus,html body .theme-override-light .fill-color-focus-info-background-3:focus-within,html body .theme-override-light .fill-color-active-info-background-3[data-selected=true],html body .theme-override-light .fill-color-active-info-background-3:active{background-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outline-color-info-background-3,body[data-theme-mode=light] .outline-color-hover-info-background-3:hover,body[data-theme-mode=light] .outline-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-3:focus,body[data-theme-mode=light] .outline-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-3:active,html body .theme-override-light .outline-color-info-background-3,html body .theme-override-light .outline-color-hover-info-background-3:hover,html body .theme-override-light .outline-color-focus-info-background-3[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-3:focus,html body .theme-override-light .outline-color-focus-info-background-3:focus-within,html body .theme-override-light .outline-color-active-info-background-3[data-selected=true],html body .theme-override-light .outline-color-active-info-background-3:active{outline-color:var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outside-border-color-info-background-3,body[data-theme-mode=light] .outside-border-color-hover-info-background-3:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-3:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-3:active,html body .theme-override-light .outside-border-color-info-background-3,html body .theme-override-light .outside-border-color-hover-info-background-3:hover,html body .theme-override-light .outside-border-color-focus-info-background-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-3:focus,html body .theme-override-light .outside-border-color-focus-info-background-3:focus-within,html body .theme-override-light .outside-border-color-active-info-background-3[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-3:active{--outside-border-color: var(--color-info-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .font-color-info-background-4,body[data-theme-mode=light] .font-color-hover-info-background-4:hover,body[data-theme-mode=light] .font-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-4:focus,body[data-theme-mode=light] .font-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .font-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-4:active,html body .theme-override-light .font-color-info-background-4,html body .theme-override-light .font-color-hover-info-background-4:hover,html body .theme-override-light .font-color-focus-info-background-4[data-focused=true],html body .theme-override-light .font-color-focus-info-background-4:focus,html body .theme-override-light .font-color-focus-info-background-4:focus-within,html body .theme-override-light .font-color-active-info-background-4[data-selected=true],html body .theme-override-light .font-color-active-info-background-4:active{color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-color-info-background-4,body[data-theme-mode=light] .border-color-hover-info-background-4:hover,body[data-theme-mode=light] .border-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-4:focus,body[data-theme-mode=light] .border-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .border-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-4:active,html body .theme-override-light .border-color-info-background-4,html body .theme-override-light .border-color-hover-info-background-4:hover,html body .theme-override-light .border-color-focus-info-background-4[data-focused=true],html body .theme-override-light .border-color-focus-info-background-4:focus,html body .theme-override-light .border-color-focus-info-background-4:focus-within,html body .theme-override-light .border-color-active-info-background-4[data-selected=true],html body .theme-override-light .border-color-active-info-background-4:active{border-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-top-color-info-background-4,body[data-theme-mode=light] .border-top-color-hover-info-background-4:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-4:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-4:active,html body .theme-override-light .border-top-color-info-background-4,html body .theme-override-light .border-top-color-hover-info-background-4:hover,html body .theme-override-light .border-top-color-focus-info-background-4[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-4:focus,html body .theme-override-light .border-top-color-focus-info-background-4:focus-within,html body .theme-override-light .border-top-color-active-info-background-4[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-4:active{border-top-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-bottom-color-info-background-4,body[data-theme-mode=light] .border-bottom-color-hover-info-background-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-4:active,html body .theme-override-light .border-bottom-color-info-background-4,html body .theme-override-light .border-bottom-color-hover-info-background-4:hover,html body .theme-override-light .border-bottom-color-focus-info-background-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-4:focus,html body .theme-override-light .border-bottom-color-focus-info-background-4:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-4:active{border-bottom-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-left-color-info-background-4,body[data-theme-mode=light] .border-left-color-hover-info-background-4:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-4:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-4:active,html body .theme-override-light .border-left-color-info-background-4,html body .theme-override-light .border-left-color-hover-info-background-4:hover,html body .theme-override-light .border-left-color-focus-info-background-4[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-4:focus,html body .theme-override-light .border-left-color-focus-info-background-4:focus-within,html body .theme-override-light .border-left-color-active-info-background-4[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-4:active{border-left-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-right-color-info-background-4,body[data-theme-mode=light] .border-right-color-hover-info-background-4:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-4:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-4:active,html body .theme-override-light .border-right-color-info-background-4,html body .theme-override-light .border-right-color-hover-info-background-4:hover,html body .theme-override-light .border-right-color-focus-info-background-4[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-4:focus,html body .theme-override-light .border-right-color-focus-info-background-4:focus-within,html body .theme-override-light .border-right-color-active-info-background-4[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-4:active{border-right-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .fill-color-info-background-4,body[data-theme-mode=light] .fill-color-hover-info-background-4:hover,body[data-theme-mode=light] .fill-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-4:focus,body[data-theme-mode=light] .fill-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-4:active,html body .theme-override-light .fill-color-info-background-4,html body .theme-override-light .fill-color-hover-info-background-4:hover,html body .theme-override-light .fill-color-focus-info-background-4[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-4:focus,html body .theme-override-light .fill-color-focus-info-background-4:focus-within,html body .theme-override-light .fill-color-active-info-background-4[data-selected=true],html body .theme-override-light .fill-color-active-info-background-4:active{background-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outline-color-info-background-4,body[data-theme-mode=light] .outline-color-hover-info-background-4:hover,body[data-theme-mode=light] .outline-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-4:focus,body[data-theme-mode=light] .outline-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-4:active,html body .theme-override-light .outline-color-info-background-4,html body .theme-override-light .outline-color-hover-info-background-4:hover,html body .theme-override-light .outline-color-focus-info-background-4[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-4:focus,html body .theme-override-light .outline-color-focus-info-background-4:focus-within,html body .theme-override-light .outline-color-active-info-background-4[data-selected=true],html body .theme-override-light .outline-color-active-info-background-4:active{outline-color:var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outside-border-color-info-background-4,body[data-theme-mode=light] .outside-border-color-hover-info-background-4:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-4:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-4:active,html body .theme-override-light .outside-border-color-info-background-4,html body .theme-override-light .outside-border-color-hover-info-background-4:hover,html body .theme-override-light .outside-border-color-focus-info-background-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-4:focus,html body .theme-override-light .outside-border-color-focus-info-background-4:focus-within,html body .theme-override-light .outside-border-color-active-info-background-4[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-4:active{--outside-border-color: var(--color-info-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .font-color-info-background-5,body[data-theme-mode=light] .font-color-hover-info-background-5:hover,body[data-theme-mode=light] .font-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-5:focus,body[data-theme-mode=light] .font-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .font-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-5:active,html body .theme-override-light .font-color-info-background-5,html body .theme-override-light .font-color-hover-info-background-5:hover,html body .theme-override-light .font-color-focus-info-background-5[data-focused=true],html body .theme-override-light .font-color-focus-info-background-5:focus,html body .theme-override-light .font-color-focus-info-background-5:focus-within,html body .theme-override-light .font-color-active-info-background-5[data-selected=true],html body .theme-override-light .font-color-active-info-background-5:active{color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-color-info-background-5,body[data-theme-mode=light] .border-color-hover-info-background-5:hover,body[data-theme-mode=light] .border-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-5:focus,body[data-theme-mode=light] .border-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .border-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-5:active,html body .theme-override-light .border-color-info-background-5,html body .theme-override-light .border-color-hover-info-background-5:hover,html body .theme-override-light .border-color-focus-info-background-5[data-focused=true],html body .theme-override-light .border-color-focus-info-background-5:focus,html body .theme-override-light .border-color-focus-info-background-5:focus-within,html body .theme-override-light .border-color-active-info-background-5[data-selected=true],html body .theme-override-light .border-color-active-info-background-5:active{border-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-top-color-info-background-5,body[data-theme-mode=light] .border-top-color-hover-info-background-5:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-5:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-5:active,html body .theme-override-light .border-top-color-info-background-5,html body .theme-override-light .border-top-color-hover-info-background-5:hover,html body .theme-override-light .border-top-color-focus-info-background-5[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-5:focus,html body .theme-override-light .border-top-color-focus-info-background-5:focus-within,html body .theme-override-light .border-top-color-active-info-background-5[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-5:active{border-top-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-bottom-color-info-background-5,body[data-theme-mode=light] .border-bottom-color-hover-info-background-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-5:active,html body .theme-override-light .border-bottom-color-info-background-5,html body .theme-override-light .border-bottom-color-hover-info-background-5:hover,html body .theme-override-light .border-bottom-color-focus-info-background-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-5:focus,html body .theme-override-light .border-bottom-color-focus-info-background-5:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-5:active{border-bottom-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-left-color-info-background-5,body[data-theme-mode=light] .border-left-color-hover-info-background-5:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-5:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-5:active,html body .theme-override-light .border-left-color-info-background-5,html body .theme-override-light .border-left-color-hover-info-background-5:hover,html body .theme-override-light .border-left-color-focus-info-background-5[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-5:focus,html body .theme-override-light .border-left-color-focus-info-background-5:focus-within,html body .theme-override-light .border-left-color-active-info-background-5[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-5:active{border-left-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-right-color-info-background-5,body[data-theme-mode=light] .border-right-color-hover-info-background-5:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-5:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-5:active,html body .theme-override-light .border-right-color-info-background-5,html body .theme-override-light .border-right-color-hover-info-background-5:hover,html body .theme-override-light .border-right-color-focus-info-background-5[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-5:focus,html body .theme-override-light .border-right-color-focus-info-background-5:focus-within,html body .theme-override-light .border-right-color-active-info-background-5[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-5:active{border-right-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .fill-color-info-background-5,body[data-theme-mode=light] .fill-color-hover-info-background-5:hover,body[data-theme-mode=light] .fill-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-5:focus,body[data-theme-mode=light] .fill-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-5:active,html body .theme-override-light .fill-color-info-background-5,html body .theme-override-light .fill-color-hover-info-background-5:hover,html body .theme-override-light .fill-color-focus-info-background-5[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-5:focus,html body .theme-override-light .fill-color-focus-info-background-5:focus-within,html body .theme-override-light .fill-color-active-info-background-5[data-selected=true],html body .theme-override-light .fill-color-active-info-background-5:active{background-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outline-color-info-background-5,body[data-theme-mode=light] .outline-color-hover-info-background-5:hover,body[data-theme-mode=light] .outline-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-5:focus,body[data-theme-mode=light] .outline-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-5:active,html body .theme-override-light .outline-color-info-background-5,html body .theme-override-light .outline-color-hover-info-background-5:hover,html body .theme-override-light .outline-color-focus-info-background-5[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-5:focus,html body .theme-override-light .outline-color-focus-info-background-5:focus-within,html body .theme-override-light .outline-color-active-info-background-5[data-selected=true],html body .theme-override-light .outline-color-active-info-background-5:active{outline-color:var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outside-border-color-info-background-5,body[data-theme-mode=light] .outside-border-color-hover-info-background-5:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-5:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-5:active,html body .theme-override-light .outside-border-color-info-background-5,html body .theme-override-light .outside-border-color-hover-info-background-5:hover,html body .theme-override-light .outside-border-color-focus-info-background-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-5:focus,html body .theme-override-light .outside-border-color-focus-info-background-5:focus-within,html body .theme-override-light .outside-border-color-active-info-background-5[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-5:active{--outside-border-color: var(--color-info-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .font-color-info-surface-0,body[data-theme-mode=light] .font-color-hover-info-surface-0:hover,body[data-theme-mode=light] .font-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-0:focus,body[data-theme-mode=light] .font-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-0:active,html body .theme-override-light .font-color-info-surface-0,html body .theme-override-light .font-color-hover-info-surface-0:hover,html body .theme-override-light .font-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-0:focus,html body .theme-override-light .font-color-focus-info-surface-0:focus-within,html body .theme-override-light .font-color-active-info-surface-0[data-selected=true],html body .theme-override-light .font-color-active-info-surface-0:active{color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-color-info-surface-0,body[data-theme-mode=light] .border-color-hover-info-surface-0:hover,body[data-theme-mode=light] .border-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-0:focus,body[data-theme-mode=light] .border-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-0:active,html body .theme-override-light .border-color-info-surface-0,html body .theme-override-light .border-color-hover-info-surface-0:hover,html body .theme-override-light .border-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-0:focus,html body .theme-override-light .border-color-focus-info-surface-0:focus-within,html body .theme-override-light .border-color-active-info-surface-0[data-selected=true],html body .theme-override-light .border-color-active-info-surface-0:active{border-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-top-color-info-surface-0,body[data-theme-mode=light] .border-top-color-hover-info-surface-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-0:active,html body .theme-override-light .border-top-color-info-surface-0,html body .theme-override-light .border-top-color-hover-info-surface-0:hover,html body .theme-override-light .border-top-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-0:focus,html body .theme-override-light .border-top-color-focus-info-surface-0:focus-within,html body .theme-override-light .border-top-color-active-info-surface-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-0:active{border-top-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-bottom-color-info-surface-0,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-0:active,html body .theme-override-light .border-bottom-color-info-surface-0,html body .theme-override-light .border-bottom-color-hover-info-surface-0:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-0:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-0:active{border-bottom-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-left-color-info-surface-0,body[data-theme-mode=light] .border-left-color-hover-info-surface-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-0:active,html body .theme-override-light .border-left-color-info-surface-0,html body .theme-override-light .border-left-color-hover-info-surface-0:hover,html body .theme-override-light .border-left-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-0:focus,html body .theme-override-light .border-left-color-focus-info-surface-0:focus-within,html body .theme-override-light .border-left-color-active-info-surface-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-0:active{border-left-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-right-color-info-surface-0,body[data-theme-mode=light] .border-right-color-hover-info-surface-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-0:active,html body .theme-override-light .border-right-color-info-surface-0,html body .theme-override-light .border-right-color-hover-info-surface-0:hover,html body .theme-override-light .border-right-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-0:focus,html body .theme-override-light .border-right-color-focus-info-surface-0:focus-within,html body .theme-override-light .border-right-color-active-info-surface-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-0:active{border-right-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .fill-color-info-surface-0,body[data-theme-mode=light] .fill-color-hover-info-surface-0:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-0:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-0:active,html body .theme-override-light .fill-color-info-surface-0,html body .theme-override-light .fill-color-hover-info-surface-0:hover,html body .theme-override-light .fill-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-0:focus,html body .theme-override-light .fill-color-focus-info-surface-0:focus-within,html body .theme-override-light .fill-color-active-info-surface-0[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-0:active{background-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outline-color-info-surface-0,body[data-theme-mode=light] .outline-color-hover-info-surface-0:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-0:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-0:active,html body .theme-override-light .outline-color-info-surface-0,html body .theme-override-light .outline-color-hover-info-surface-0:hover,html body .theme-override-light .outline-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-0:focus,html body .theme-override-light .outline-color-focus-info-surface-0:focus-within,html body .theme-override-light .outline-color-active-info-surface-0[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-0:active{outline-color:var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outside-border-color-info-surface-0,body[data-theme-mode=light] .outside-border-color-hover-info-surface-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-0:active,html body .theme-override-light .outside-border-color-info-surface-0,html body .theme-override-light .outside-border-color-hover-info-surface-0:hover,html body .theme-override-light .outside-border-color-focus-info-surface-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-0:focus,html body .theme-override-light .outside-border-color-focus-info-surface-0:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-0:active{--outside-border-color: var(--color-info-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .font-color-info-surface-1,body[data-theme-mode=light] .font-color-hover-info-surface-1:hover,body[data-theme-mode=light] .font-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-1:focus,body[data-theme-mode=light] .font-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-1:active,html body .theme-override-light .font-color-info-surface-1,html body .theme-override-light .font-color-hover-info-surface-1:hover,html body .theme-override-light .font-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-1:focus,html body .theme-override-light .font-color-focus-info-surface-1:focus-within,html body .theme-override-light .font-color-active-info-surface-1[data-selected=true],html body .theme-override-light .font-color-active-info-surface-1:active{color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-color-info-surface-1,body[data-theme-mode=light] .border-color-hover-info-surface-1:hover,body[data-theme-mode=light] .border-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-1:focus,body[data-theme-mode=light] .border-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-1:active,html body .theme-override-light .border-color-info-surface-1,html body .theme-override-light .border-color-hover-info-surface-1:hover,html body .theme-override-light .border-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-1:focus,html body .theme-override-light .border-color-focus-info-surface-1:focus-within,html body .theme-override-light .border-color-active-info-surface-1[data-selected=true],html body .theme-override-light .border-color-active-info-surface-1:active{border-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-top-color-info-surface-1,body[data-theme-mode=light] .border-top-color-hover-info-surface-1:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-1:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-1:active,html body .theme-override-light .border-top-color-info-surface-1,html body .theme-override-light .border-top-color-hover-info-surface-1:hover,html body .theme-override-light .border-top-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-1:focus,html body .theme-override-light .border-top-color-focus-info-surface-1:focus-within,html body .theme-override-light .border-top-color-active-info-surface-1[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-1:active{border-top-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-bottom-color-info-surface-1,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-1:active,html body .theme-override-light .border-bottom-color-info-surface-1,html body .theme-override-light .border-bottom-color-hover-info-surface-1:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-1:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-1:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-1:active{border-bottom-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-left-color-info-surface-1,body[data-theme-mode=light] .border-left-color-hover-info-surface-1:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-1:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-1:active,html body .theme-override-light .border-left-color-info-surface-1,html body .theme-override-light .border-left-color-hover-info-surface-1:hover,html body .theme-override-light .border-left-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-1:focus,html body .theme-override-light .border-left-color-focus-info-surface-1:focus-within,html body .theme-override-light .border-left-color-active-info-surface-1[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-1:active{border-left-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-right-color-info-surface-1,body[data-theme-mode=light] .border-right-color-hover-info-surface-1:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-1:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-1:active,html body .theme-override-light .border-right-color-info-surface-1,html body .theme-override-light .border-right-color-hover-info-surface-1:hover,html body .theme-override-light .border-right-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-1:focus,html body .theme-override-light .border-right-color-focus-info-surface-1:focus-within,html body .theme-override-light .border-right-color-active-info-surface-1[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-1:active{border-right-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .fill-color-info-surface-1,body[data-theme-mode=light] .fill-color-hover-info-surface-1:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-1:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-1:active,html body .theme-override-light .fill-color-info-surface-1,html body .theme-override-light .fill-color-hover-info-surface-1:hover,html body .theme-override-light .fill-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-1:focus,html body .theme-override-light .fill-color-focus-info-surface-1:focus-within,html body .theme-override-light .fill-color-active-info-surface-1[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-1:active{background-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outline-color-info-surface-1,body[data-theme-mode=light] .outline-color-hover-info-surface-1:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-1:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-1:active,html body .theme-override-light .outline-color-info-surface-1,html body .theme-override-light .outline-color-hover-info-surface-1:hover,html body .theme-override-light .outline-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-1:focus,html body .theme-override-light .outline-color-focus-info-surface-1:focus-within,html body .theme-override-light .outline-color-active-info-surface-1[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-1:active{outline-color:var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outside-border-color-info-surface-1,body[data-theme-mode=light] .outside-border-color-hover-info-surface-1:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-1:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-1:active,html body .theme-override-light .outside-border-color-info-surface-1,html body .theme-override-light .outside-border-color-hover-info-surface-1:hover,html body .theme-override-light .outside-border-color-focus-info-surface-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-1:focus,html body .theme-override-light .outside-border-color-focus-info-surface-1:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-1[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-1:active{--outside-border-color: var(--color-info-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .font-color-info-surface-2,body[data-theme-mode=light] .font-color-hover-info-surface-2:hover,body[data-theme-mode=light] .font-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-2:focus,body[data-theme-mode=light] .font-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-2:active,html body .theme-override-light .font-color-info-surface-2,html body .theme-override-light .font-color-hover-info-surface-2:hover,html body .theme-override-light .font-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-2:focus,html body .theme-override-light .font-color-focus-info-surface-2:focus-within,html body .theme-override-light .font-color-active-info-surface-2[data-selected=true],html body .theme-override-light .font-color-active-info-surface-2:active{color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-color-info-surface-2,body[data-theme-mode=light] .border-color-hover-info-surface-2:hover,body[data-theme-mode=light] .border-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-2:focus,body[data-theme-mode=light] .border-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-2:active,html body .theme-override-light .border-color-info-surface-2,html body .theme-override-light .border-color-hover-info-surface-2:hover,html body .theme-override-light .border-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-2:focus,html body .theme-override-light .border-color-focus-info-surface-2:focus-within,html body .theme-override-light .border-color-active-info-surface-2[data-selected=true],html body .theme-override-light .border-color-active-info-surface-2:active{border-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-top-color-info-surface-2,body[data-theme-mode=light] .border-top-color-hover-info-surface-2:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-2:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-2:active,html body .theme-override-light .border-top-color-info-surface-2,html body .theme-override-light .border-top-color-hover-info-surface-2:hover,html body .theme-override-light .border-top-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-2:focus,html body .theme-override-light .border-top-color-focus-info-surface-2:focus-within,html body .theme-override-light .border-top-color-active-info-surface-2[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-2:active{border-top-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-bottom-color-info-surface-2,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-2:active,html body .theme-override-light .border-bottom-color-info-surface-2,html body .theme-override-light .border-bottom-color-hover-info-surface-2:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-2:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-2:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-2:active{border-bottom-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-left-color-info-surface-2,body[data-theme-mode=light] .border-left-color-hover-info-surface-2:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-2:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-2:active,html body .theme-override-light .border-left-color-info-surface-2,html body .theme-override-light .border-left-color-hover-info-surface-2:hover,html body .theme-override-light .border-left-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-2:focus,html body .theme-override-light .border-left-color-focus-info-surface-2:focus-within,html body .theme-override-light .border-left-color-active-info-surface-2[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-2:active{border-left-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-right-color-info-surface-2,body[data-theme-mode=light] .border-right-color-hover-info-surface-2:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-2:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-2:active,html body .theme-override-light .border-right-color-info-surface-2,html body .theme-override-light .border-right-color-hover-info-surface-2:hover,html body .theme-override-light .border-right-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-2:focus,html body .theme-override-light .border-right-color-focus-info-surface-2:focus-within,html body .theme-override-light .border-right-color-active-info-surface-2[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-2:active{border-right-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .fill-color-info-surface-2,body[data-theme-mode=light] .fill-color-hover-info-surface-2:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-2:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-2:active,html body .theme-override-light .fill-color-info-surface-2,html body .theme-override-light .fill-color-hover-info-surface-2:hover,html body .theme-override-light .fill-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-2:focus,html body .theme-override-light .fill-color-focus-info-surface-2:focus-within,html body .theme-override-light .fill-color-active-info-surface-2[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-2:active{background-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outline-color-info-surface-2,body[data-theme-mode=light] .outline-color-hover-info-surface-2:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-2:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-2:active,html body .theme-override-light .outline-color-info-surface-2,html body .theme-override-light .outline-color-hover-info-surface-2:hover,html body .theme-override-light .outline-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-2:focus,html body .theme-override-light .outline-color-focus-info-surface-2:focus-within,html body .theme-override-light .outline-color-active-info-surface-2[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-2:active{outline-color:var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outside-border-color-info-surface-2,body[data-theme-mode=light] .outside-border-color-hover-info-surface-2:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-2:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-2:active,html body .theme-override-light .outside-border-color-info-surface-2,html body .theme-override-light .outside-border-color-hover-info-surface-2:hover,html body .theme-override-light .outside-border-color-focus-info-surface-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-2:focus,html body .theme-override-light .outside-border-color-focus-info-surface-2:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-2[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-2:active{--outside-border-color: var(--color-info-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .font-color-info-surface-3,body[data-theme-mode=light] .font-color-hover-info-surface-3:hover,body[data-theme-mode=light] .font-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-3:focus,body[data-theme-mode=light] .font-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-3:active,html body .theme-override-light .font-color-info-surface-3,html body .theme-override-light .font-color-hover-info-surface-3:hover,html body .theme-override-light .font-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-3:focus,html body .theme-override-light .font-color-focus-info-surface-3:focus-within,html body .theme-override-light .font-color-active-info-surface-3[data-selected=true],html body .theme-override-light .font-color-active-info-surface-3:active{color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-color-info-surface-3,body[data-theme-mode=light] .border-color-hover-info-surface-3:hover,body[data-theme-mode=light] .border-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-3:focus,body[data-theme-mode=light] .border-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-3:active,html body .theme-override-light .border-color-info-surface-3,html body .theme-override-light .border-color-hover-info-surface-3:hover,html body .theme-override-light .border-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-3:focus,html body .theme-override-light .border-color-focus-info-surface-3:focus-within,html body .theme-override-light .border-color-active-info-surface-3[data-selected=true],html body .theme-override-light .border-color-active-info-surface-3:active{border-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-top-color-info-surface-3,body[data-theme-mode=light] .border-top-color-hover-info-surface-3:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-3:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-3:active,html body .theme-override-light .border-top-color-info-surface-3,html body .theme-override-light .border-top-color-hover-info-surface-3:hover,html body .theme-override-light .border-top-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-3:focus,html body .theme-override-light .border-top-color-focus-info-surface-3:focus-within,html body .theme-override-light .border-top-color-active-info-surface-3[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-3:active{border-top-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-bottom-color-info-surface-3,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-3:active,html body .theme-override-light .border-bottom-color-info-surface-3,html body .theme-override-light .border-bottom-color-hover-info-surface-3:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-3:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-3:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-3:active{border-bottom-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-left-color-info-surface-3,body[data-theme-mode=light] .border-left-color-hover-info-surface-3:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-3:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-3:active,html body .theme-override-light .border-left-color-info-surface-3,html body .theme-override-light .border-left-color-hover-info-surface-3:hover,html body .theme-override-light .border-left-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-3:focus,html body .theme-override-light .border-left-color-focus-info-surface-3:focus-within,html body .theme-override-light .border-left-color-active-info-surface-3[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-3:active{border-left-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-right-color-info-surface-3,body[data-theme-mode=light] .border-right-color-hover-info-surface-3:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-3:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-3:active,html body .theme-override-light .border-right-color-info-surface-3,html body .theme-override-light .border-right-color-hover-info-surface-3:hover,html body .theme-override-light .border-right-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-3:focus,html body .theme-override-light .border-right-color-focus-info-surface-3:focus-within,html body .theme-override-light .border-right-color-active-info-surface-3[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-3:active{border-right-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .fill-color-info-surface-3,body[data-theme-mode=light] .fill-color-hover-info-surface-3:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-3:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-3:active,html body .theme-override-light .fill-color-info-surface-3,html body .theme-override-light .fill-color-hover-info-surface-3:hover,html body .theme-override-light .fill-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-3:focus,html body .theme-override-light .fill-color-focus-info-surface-3:focus-within,html body .theme-override-light .fill-color-active-info-surface-3[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-3:active{background-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outline-color-info-surface-3,body[data-theme-mode=light] .outline-color-hover-info-surface-3:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-3:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-3:active,html body .theme-override-light .outline-color-info-surface-3,html body .theme-override-light .outline-color-hover-info-surface-3:hover,html body .theme-override-light .outline-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-3:focus,html body .theme-override-light .outline-color-focus-info-surface-3:focus-within,html body .theme-override-light .outline-color-active-info-surface-3[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-3:active{outline-color:var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outside-border-color-info-surface-3,body[data-theme-mode=light] .outside-border-color-hover-info-surface-3:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-3:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-3:active,html body .theme-override-light .outside-border-color-info-surface-3,html body .theme-override-light .outside-border-color-hover-info-surface-3:hover,html body .theme-override-light .outside-border-color-focus-info-surface-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-3:focus,html body .theme-override-light .outside-border-color-focus-info-surface-3:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-3[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-3:active{--outside-border-color: var(--color-info-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .font-color-info-surface-4,body[data-theme-mode=light] .font-color-hover-info-surface-4:hover,body[data-theme-mode=light] .font-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-4:focus,body[data-theme-mode=light] .font-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-4:active,html body .theme-override-light .font-color-info-surface-4,html body .theme-override-light .font-color-hover-info-surface-4:hover,html body .theme-override-light .font-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-4:focus,html body .theme-override-light .font-color-focus-info-surface-4:focus-within,html body .theme-override-light .font-color-active-info-surface-4[data-selected=true],html body .theme-override-light .font-color-active-info-surface-4:active{color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-color-info-surface-4,body[data-theme-mode=light] .border-color-hover-info-surface-4:hover,body[data-theme-mode=light] .border-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-4:focus,body[data-theme-mode=light] .border-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-4:active,html body .theme-override-light .border-color-info-surface-4,html body .theme-override-light .border-color-hover-info-surface-4:hover,html body .theme-override-light .border-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-4:focus,html body .theme-override-light .border-color-focus-info-surface-4:focus-within,html body .theme-override-light .border-color-active-info-surface-4[data-selected=true],html body .theme-override-light .border-color-active-info-surface-4:active{border-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-top-color-info-surface-4,body[data-theme-mode=light] .border-top-color-hover-info-surface-4:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-4:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-4:active,html body .theme-override-light .border-top-color-info-surface-4,html body .theme-override-light .border-top-color-hover-info-surface-4:hover,html body .theme-override-light .border-top-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-4:focus,html body .theme-override-light .border-top-color-focus-info-surface-4:focus-within,html body .theme-override-light .border-top-color-active-info-surface-4[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-4:active{border-top-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-bottom-color-info-surface-4,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-4:active,html body .theme-override-light .border-bottom-color-info-surface-4,html body .theme-override-light .border-bottom-color-hover-info-surface-4:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-4:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-4:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-4:active{border-bottom-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-left-color-info-surface-4,body[data-theme-mode=light] .border-left-color-hover-info-surface-4:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-4:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-4:active,html body .theme-override-light .border-left-color-info-surface-4,html body .theme-override-light .border-left-color-hover-info-surface-4:hover,html body .theme-override-light .border-left-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-4:focus,html body .theme-override-light .border-left-color-focus-info-surface-4:focus-within,html body .theme-override-light .border-left-color-active-info-surface-4[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-4:active{border-left-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-right-color-info-surface-4,body[data-theme-mode=light] .border-right-color-hover-info-surface-4:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-4:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-4:active,html body .theme-override-light .border-right-color-info-surface-4,html body .theme-override-light .border-right-color-hover-info-surface-4:hover,html body .theme-override-light .border-right-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-4:focus,html body .theme-override-light .border-right-color-focus-info-surface-4:focus-within,html body .theme-override-light .border-right-color-active-info-surface-4[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-4:active{border-right-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .fill-color-info-surface-4,body[data-theme-mode=light] .fill-color-hover-info-surface-4:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-4:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-4:active,html body .theme-override-light .fill-color-info-surface-4,html body .theme-override-light .fill-color-hover-info-surface-4:hover,html body .theme-override-light .fill-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-4:focus,html body .theme-override-light .fill-color-focus-info-surface-4:focus-within,html body .theme-override-light .fill-color-active-info-surface-4[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-4:active{background-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outline-color-info-surface-4,body[data-theme-mode=light] .outline-color-hover-info-surface-4:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-4:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-4:active,html body .theme-override-light .outline-color-info-surface-4,html body .theme-override-light .outline-color-hover-info-surface-4:hover,html body .theme-override-light .outline-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-4:focus,html body .theme-override-light .outline-color-focus-info-surface-4:focus-within,html body .theme-override-light .outline-color-active-info-surface-4[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-4:active{outline-color:var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outside-border-color-info-surface-4,body[data-theme-mode=light] .outside-border-color-hover-info-surface-4:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-4:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-4:active,html body .theme-override-light .outside-border-color-info-surface-4,html body .theme-override-light .outside-border-color-hover-info-surface-4:hover,html body .theme-override-light .outside-border-color-focus-info-surface-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-4:focus,html body .theme-override-light .outside-border-color-focus-info-surface-4:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-4[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-4:active{--outside-border-color: var(--color-info-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .font-color-info-surface-5,body[data-theme-mode=light] .font-color-hover-info-surface-5:hover,body[data-theme-mode=light] .font-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-surface-5:focus,body[data-theme-mode=light] .font-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .font-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .font-color-active-info-surface-5:active,html body .theme-override-light .font-color-info-surface-5,html body .theme-override-light .font-color-hover-info-surface-5:hover,html body .theme-override-light .font-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .font-color-focus-info-surface-5:focus,html body .theme-override-light .font-color-focus-info-surface-5:focus-within,html body .theme-override-light .font-color-active-info-surface-5[data-selected=true],html body .theme-override-light .font-color-active-info-surface-5:active{color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-color-info-surface-5,body[data-theme-mode=light] .border-color-hover-info-surface-5:hover,body[data-theme-mode=light] .border-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-surface-5:focus,body[data-theme-mode=light] .border-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .border-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .border-color-active-info-surface-5:active,html body .theme-override-light .border-color-info-surface-5,html body .theme-override-light .border-color-hover-info-surface-5:hover,html body .theme-override-light .border-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .border-color-focus-info-surface-5:focus,html body .theme-override-light .border-color-focus-info-surface-5:focus-within,html body .theme-override-light .border-color-active-info-surface-5[data-selected=true],html body .theme-override-light .border-color-active-info-surface-5:active{border-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-top-color-info-surface-5,body[data-theme-mode=light] .border-top-color-hover-info-surface-5:hover,body[data-theme-mode=light] .border-top-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-surface-5:focus,body[data-theme-mode=light] .border-top-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .border-top-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-surface-5:active,html body .theme-override-light .border-top-color-info-surface-5,html body .theme-override-light .border-top-color-hover-info-surface-5:hover,html body .theme-override-light .border-top-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .border-top-color-focus-info-surface-5:focus,html body .theme-override-light .border-top-color-focus-info-surface-5:focus-within,html body .theme-override-light .border-top-color-active-info-surface-5[data-selected=true],html body .theme-override-light .border-top-color-active-info-surface-5:active{border-top-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-bottom-color-info-surface-5,body[data-theme-mode=light] .border-bottom-color-hover-info-surface-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-surface-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-surface-5:active,html body .theme-override-light .border-bottom-color-info-surface-5,html body .theme-override-light .border-bottom-color-hover-info-surface-5:hover,html body .theme-override-light .border-bottom-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-surface-5:focus,html body .theme-override-light .border-bottom-color-focus-info-surface-5:focus-within,html body .theme-override-light .border-bottom-color-active-info-surface-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-surface-5:active{border-bottom-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-left-color-info-surface-5,body[data-theme-mode=light] .border-left-color-hover-info-surface-5:hover,body[data-theme-mode=light] .border-left-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-surface-5:focus,body[data-theme-mode=light] .border-left-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .border-left-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-surface-5:active,html body .theme-override-light .border-left-color-info-surface-5,html body .theme-override-light .border-left-color-hover-info-surface-5:hover,html body .theme-override-light .border-left-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .border-left-color-focus-info-surface-5:focus,html body .theme-override-light .border-left-color-focus-info-surface-5:focus-within,html body .theme-override-light .border-left-color-active-info-surface-5[data-selected=true],html body .theme-override-light .border-left-color-active-info-surface-5:active{border-left-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-right-color-info-surface-5,body[data-theme-mode=light] .border-right-color-hover-info-surface-5:hover,body[data-theme-mode=light] .border-right-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-surface-5:focus,body[data-theme-mode=light] .border-right-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .border-right-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-surface-5:active,html body .theme-override-light .border-right-color-info-surface-5,html body .theme-override-light .border-right-color-hover-info-surface-5:hover,html body .theme-override-light .border-right-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .border-right-color-focus-info-surface-5:focus,html body .theme-override-light .border-right-color-focus-info-surface-5:focus-within,html body .theme-override-light .border-right-color-active-info-surface-5[data-selected=true],html body .theme-override-light .border-right-color-active-info-surface-5:active{border-right-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .fill-color-info-surface-5,body[data-theme-mode=light] .fill-color-hover-info-surface-5:hover,body[data-theme-mode=light] .fill-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-surface-5:focus,body[data-theme-mode=light] .fill-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .fill-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-surface-5:active,html body .theme-override-light .fill-color-info-surface-5,html body .theme-override-light .fill-color-hover-info-surface-5:hover,html body .theme-override-light .fill-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .fill-color-focus-info-surface-5:focus,html body .theme-override-light .fill-color-focus-info-surface-5:focus-within,html body .theme-override-light .fill-color-active-info-surface-5[data-selected=true],html body .theme-override-light .fill-color-active-info-surface-5:active{background-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outline-color-info-surface-5,body[data-theme-mode=light] .outline-color-hover-info-surface-5:hover,body[data-theme-mode=light] .outline-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-surface-5:focus,body[data-theme-mode=light] .outline-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .outline-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-surface-5:active,html body .theme-override-light .outline-color-info-surface-5,html body .theme-override-light .outline-color-hover-info-surface-5:hover,html body .theme-override-light .outline-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .outline-color-focus-info-surface-5:focus,html body .theme-override-light .outline-color-focus-info-surface-5:focus-within,html body .theme-override-light .outline-color-active-info-surface-5[data-selected=true],html body .theme-override-light .outline-color-active-info-surface-5:active{outline-color:var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outside-border-color-info-surface-5,body[data-theme-mode=light] .outside-border-color-hover-info-surface-5:hover,body[data-theme-mode=light] .outside-border-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-surface-5:focus,body[data-theme-mode=light] .outside-border-color-focus-info-surface-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-surface-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-surface-5:active,html body .theme-override-light .outside-border-color-info-surface-5,html body .theme-override-light .outside-border-color-hover-info-surface-5:hover,html body .theme-override-light .outside-border-color-focus-info-surface-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-surface-5:focus,html body .theme-override-light .outside-border-color-focus-info-surface-5:focus-within,html body .theme-override-light .outside-border-color-active-info-surface-5[data-selected=true],html body .theme-override-light .outside-border-color-active-info-surface-5:active{--outside-border-color: var(--color-info-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .font-color-info-border-0,body[data-theme-mode=light] .font-color-hover-info-border-0:hover,body[data-theme-mode=light] .font-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-0:focus,body[data-theme-mode=light] .font-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .font-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-0:active,html body .theme-override-light .font-color-info-border-0,html body .theme-override-light .font-color-hover-info-border-0:hover,html body .theme-override-light .font-color-focus-info-border-0[data-focused=true],html body .theme-override-light .font-color-focus-info-border-0:focus,html body .theme-override-light .font-color-focus-info-border-0:focus-within,html body .theme-override-light .font-color-active-info-border-0[data-selected=true],html body .theme-override-light .font-color-active-info-border-0:active{color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-color-info-border-0,body[data-theme-mode=light] .border-color-hover-info-border-0:hover,body[data-theme-mode=light] .border-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-0:focus,body[data-theme-mode=light] .border-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .border-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-0:active,html body .theme-override-light .border-color-info-border-0,html body .theme-override-light .border-color-hover-info-border-0:hover,html body .theme-override-light .border-color-focus-info-border-0[data-focused=true],html body .theme-override-light .border-color-focus-info-border-0:focus,html body .theme-override-light .border-color-focus-info-border-0:focus-within,html body .theme-override-light .border-color-active-info-border-0[data-selected=true],html body .theme-override-light .border-color-active-info-border-0:active{border-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-top-color-info-border-0,body[data-theme-mode=light] .border-top-color-hover-info-border-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-0:active,html body .theme-override-light .border-top-color-info-border-0,html body .theme-override-light .border-top-color-hover-info-border-0:hover,html body .theme-override-light .border-top-color-focus-info-border-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-0:focus,html body .theme-override-light .border-top-color-focus-info-border-0:focus-within,html body .theme-override-light .border-top-color-active-info-border-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-0:active{border-top-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-bottom-color-info-border-0,body[data-theme-mode=light] .border-bottom-color-hover-info-border-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-0:active,html body .theme-override-light .border-bottom-color-info-border-0,html body .theme-override-light .border-bottom-color-hover-info-border-0:hover,html body .theme-override-light .border-bottom-color-focus-info-border-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-0:focus,html body .theme-override-light .border-bottom-color-focus-info-border-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-0:active{border-bottom-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-left-color-info-border-0,body[data-theme-mode=light] .border-left-color-hover-info-border-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-0:active,html body .theme-override-light .border-left-color-info-border-0,html body .theme-override-light .border-left-color-hover-info-border-0:hover,html body .theme-override-light .border-left-color-focus-info-border-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-0:focus,html body .theme-override-light .border-left-color-focus-info-border-0:focus-within,html body .theme-override-light .border-left-color-active-info-border-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-0:active{border-left-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-right-color-info-border-0,body[data-theme-mode=light] .border-right-color-hover-info-border-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-0:active,html body .theme-override-light .border-right-color-info-border-0,html body .theme-override-light .border-right-color-hover-info-border-0:hover,html body .theme-override-light .border-right-color-focus-info-border-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-0:focus,html body .theme-override-light .border-right-color-focus-info-border-0:focus-within,html body .theme-override-light .border-right-color-active-info-border-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-0:active{border-right-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .fill-color-info-border-0,body[data-theme-mode=light] .fill-color-hover-info-border-0:hover,body[data-theme-mode=light] .fill-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-0:focus,body[data-theme-mode=light] .fill-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-0:active,html body .theme-override-light .fill-color-info-border-0,html body .theme-override-light .fill-color-hover-info-border-0:hover,html body .theme-override-light .fill-color-focus-info-border-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-0:focus,html body .theme-override-light .fill-color-focus-info-border-0:focus-within,html body .theme-override-light .fill-color-active-info-border-0[data-selected=true],html body .theme-override-light .fill-color-active-info-border-0:active{background-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outline-color-info-border-0,body[data-theme-mode=light] .outline-color-hover-info-border-0:hover,body[data-theme-mode=light] .outline-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-0:focus,body[data-theme-mode=light] .outline-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-0:active,html body .theme-override-light .outline-color-info-border-0,html body .theme-override-light .outline-color-hover-info-border-0:hover,html body .theme-override-light .outline-color-focus-info-border-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-0:focus,html body .theme-override-light .outline-color-focus-info-border-0:focus-within,html body .theme-override-light .outline-color-active-info-border-0[data-selected=true],html body .theme-override-light .outline-color-active-info-border-0:active{outline-color:var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outside-border-color-info-border-0,body[data-theme-mode=light] .outside-border-color-hover-info-border-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-0:active,html body .theme-override-light .outside-border-color-info-border-0,html body .theme-override-light .outside-border-color-hover-info-border-0:hover,html body .theme-override-light .outside-border-color-focus-info-border-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-0:focus,html body .theme-override-light .outside-border-color-focus-info-border-0:focus-within,html body .theme-override-light .outside-border-color-active-info-border-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-0:active{--outside-border-color: var(--color-info-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .font-color-info-border-1,body[data-theme-mode=light] .font-color-hover-info-border-1:hover,body[data-theme-mode=light] .font-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-1:focus,body[data-theme-mode=light] .font-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .font-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-1:active,html body .theme-override-light .font-color-info-border-1,html body .theme-override-light .font-color-hover-info-border-1:hover,html body .theme-override-light .font-color-focus-info-border-1[data-focused=true],html body .theme-override-light .font-color-focus-info-border-1:focus,html body .theme-override-light .font-color-focus-info-border-1:focus-within,html body .theme-override-light .font-color-active-info-border-1[data-selected=true],html body .theme-override-light .font-color-active-info-border-1:active{color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-color-info-border-1,body[data-theme-mode=light] .border-color-hover-info-border-1:hover,body[data-theme-mode=light] .border-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-1:focus,body[data-theme-mode=light] .border-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .border-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-1:active,html body .theme-override-light .border-color-info-border-1,html body .theme-override-light .border-color-hover-info-border-1:hover,html body .theme-override-light .border-color-focus-info-border-1[data-focused=true],html body .theme-override-light .border-color-focus-info-border-1:focus,html body .theme-override-light .border-color-focus-info-border-1:focus-within,html body .theme-override-light .border-color-active-info-border-1[data-selected=true],html body .theme-override-light .border-color-active-info-border-1:active{border-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-top-color-info-border-1,body[data-theme-mode=light] .border-top-color-hover-info-border-1:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-1:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-1:active,html body .theme-override-light .border-top-color-info-border-1,html body .theme-override-light .border-top-color-hover-info-border-1:hover,html body .theme-override-light .border-top-color-focus-info-border-1[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-1:focus,html body .theme-override-light .border-top-color-focus-info-border-1:focus-within,html body .theme-override-light .border-top-color-active-info-border-1[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-1:active{border-top-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-bottom-color-info-border-1,body[data-theme-mode=light] .border-bottom-color-hover-info-border-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-1:active,html body .theme-override-light .border-bottom-color-info-border-1,html body .theme-override-light .border-bottom-color-hover-info-border-1:hover,html body .theme-override-light .border-bottom-color-focus-info-border-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-1:focus,html body .theme-override-light .border-bottom-color-focus-info-border-1:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-1:active{border-bottom-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-left-color-info-border-1,body[data-theme-mode=light] .border-left-color-hover-info-border-1:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-1:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-1:active,html body .theme-override-light .border-left-color-info-border-1,html body .theme-override-light .border-left-color-hover-info-border-1:hover,html body .theme-override-light .border-left-color-focus-info-border-1[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-1:focus,html body .theme-override-light .border-left-color-focus-info-border-1:focus-within,html body .theme-override-light .border-left-color-active-info-border-1[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-1:active{border-left-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-right-color-info-border-1,body[data-theme-mode=light] .border-right-color-hover-info-border-1:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-1:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-1:active,html body .theme-override-light .border-right-color-info-border-1,html body .theme-override-light .border-right-color-hover-info-border-1:hover,html body .theme-override-light .border-right-color-focus-info-border-1[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-1:focus,html body .theme-override-light .border-right-color-focus-info-border-1:focus-within,html body .theme-override-light .border-right-color-active-info-border-1[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-1:active{border-right-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .fill-color-info-border-1,body[data-theme-mode=light] .fill-color-hover-info-border-1:hover,body[data-theme-mode=light] .fill-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-1:focus,body[data-theme-mode=light] .fill-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-1:active,html body .theme-override-light .fill-color-info-border-1,html body .theme-override-light .fill-color-hover-info-border-1:hover,html body .theme-override-light .fill-color-focus-info-border-1[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-1:focus,html body .theme-override-light .fill-color-focus-info-border-1:focus-within,html body .theme-override-light .fill-color-active-info-border-1[data-selected=true],html body .theme-override-light .fill-color-active-info-border-1:active{background-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outline-color-info-border-1,body[data-theme-mode=light] .outline-color-hover-info-border-1:hover,body[data-theme-mode=light] .outline-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-1:focus,body[data-theme-mode=light] .outline-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-1:active,html body .theme-override-light .outline-color-info-border-1,html body .theme-override-light .outline-color-hover-info-border-1:hover,html body .theme-override-light .outline-color-focus-info-border-1[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-1:focus,html body .theme-override-light .outline-color-focus-info-border-1:focus-within,html body .theme-override-light .outline-color-active-info-border-1[data-selected=true],html body .theme-override-light .outline-color-active-info-border-1:active{outline-color:var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outside-border-color-info-border-1,body[data-theme-mode=light] .outside-border-color-hover-info-border-1:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-1:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-1:active,html body .theme-override-light .outside-border-color-info-border-1,html body .theme-override-light .outside-border-color-hover-info-border-1:hover,html body .theme-override-light .outside-border-color-focus-info-border-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-1:focus,html body .theme-override-light .outside-border-color-focus-info-border-1:focus-within,html body .theme-override-light .outside-border-color-active-info-border-1[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-1:active{--outside-border-color: var(--color-info-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .font-color-info-border-2,body[data-theme-mode=light] .font-color-hover-info-border-2:hover,body[data-theme-mode=light] .font-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-2:focus,body[data-theme-mode=light] .font-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .font-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-2:active,html body .theme-override-light .font-color-info-border-2,html body .theme-override-light .font-color-hover-info-border-2:hover,html body .theme-override-light .font-color-focus-info-border-2[data-focused=true],html body .theme-override-light .font-color-focus-info-border-2:focus,html body .theme-override-light .font-color-focus-info-border-2:focus-within,html body .theme-override-light .font-color-active-info-border-2[data-selected=true],html body .theme-override-light .font-color-active-info-border-2:active{color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-color-info-border-2,body[data-theme-mode=light] .border-color-hover-info-border-2:hover,body[data-theme-mode=light] .border-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-2:focus,body[data-theme-mode=light] .border-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .border-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-2:active,html body .theme-override-light .border-color-info-border-2,html body .theme-override-light .border-color-hover-info-border-2:hover,html body .theme-override-light .border-color-focus-info-border-2[data-focused=true],html body .theme-override-light .border-color-focus-info-border-2:focus,html body .theme-override-light .border-color-focus-info-border-2:focus-within,html body .theme-override-light .border-color-active-info-border-2[data-selected=true],html body .theme-override-light .border-color-active-info-border-2:active{border-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-top-color-info-border-2,body[data-theme-mode=light] .border-top-color-hover-info-border-2:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-2:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-2:active,html body .theme-override-light .border-top-color-info-border-2,html body .theme-override-light .border-top-color-hover-info-border-2:hover,html body .theme-override-light .border-top-color-focus-info-border-2[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-2:focus,html body .theme-override-light .border-top-color-focus-info-border-2:focus-within,html body .theme-override-light .border-top-color-active-info-border-2[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-2:active{border-top-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-bottom-color-info-border-2,body[data-theme-mode=light] .border-bottom-color-hover-info-border-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-2:active,html body .theme-override-light .border-bottom-color-info-border-2,html body .theme-override-light .border-bottom-color-hover-info-border-2:hover,html body .theme-override-light .border-bottom-color-focus-info-border-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-2:focus,html body .theme-override-light .border-bottom-color-focus-info-border-2:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-2:active{border-bottom-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-left-color-info-border-2,body[data-theme-mode=light] .border-left-color-hover-info-border-2:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-2:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-2:active,html body .theme-override-light .border-left-color-info-border-2,html body .theme-override-light .border-left-color-hover-info-border-2:hover,html body .theme-override-light .border-left-color-focus-info-border-2[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-2:focus,html body .theme-override-light .border-left-color-focus-info-border-2:focus-within,html body .theme-override-light .border-left-color-active-info-border-2[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-2:active{border-left-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-right-color-info-border-2,body[data-theme-mode=light] .border-right-color-hover-info-border-2:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-2:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-2:active,html body .theme-override-light .border-right-color-info-border-2,html body .theme-override-light .border-right-color-hover-info-border-2:hover,html body .theme-override-light .border-right-color-focus-info-border-2[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-2:focus,html body .theme-override-light .border-right-color-focus-info-border-2:focus-within,html body .theme-override-light .border-right-color-active-info-border-2[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-2:active{border-right-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .fill-color-info-border-2,body[data-theme-mode=light] .fill-color-hover-info-border-2:hover,body[data-theme-mode=light] .fill-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-2:focus,body[data-theme-mode=light] .fill-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-2:active,html body .theme-override-light .fill-color-info-border-2,html body .theme-override-light .fill-color-hover-info-border-2:hover,html body .theme-override-light .fill-color-focus-info-border-2[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-2:focus,html body .theme-override-light .fill-color-focus-info-border-2:focus-within,html body .theme-override-light .fill-color-active-info-border-2[data-selected=true],html body .theme-override-light .fill-color-active-info-border-2:active{background-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outline-color-info-border-2,body[data-theme-mode=light] .outline-color-hover-info-border-2:hover,body[data-theme-mode=light] .outline-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-2:focus,body[data-theme-mode=light] .outline-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-2:active,html body .theme-override-light .outline-color-info-border-2,html body .theme-override-light .outline-color-hover-info-border-2:hover,html body .theme-override-light .outline-color-focus-info-border-2[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-2:focus,html body .theme-override-light .outline-color-focus-info-border-2:focus-within,html body .theme-override-light .outline-color-active-info-border-2[data-selected=true],html body .theme-override-light .outline-color-active-info-border-2:active{outline-color:var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outside-border-color-info-border-2,body[data-theme-mode=light] .outside-border-color-hover-info-border-2:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-2:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-2:active,html body .theme-override-light .outside-border-color-info-border-2,html body .theme-override-light .outside-border-color-hover-info-border-2:hover,html body .theme-override-light .outside-border-color-focus-info-border-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-2:focus,html body .theme-override-light .outside-border-color-focus-info-border-2:focus-within,html body .theme-override-light .outside-border-color-active-info-border-2[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-2:active{--outside-border-color: var(--color-info-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .font-color-info-border-3,body[data-theme-mode=light] .font-color-hover-info-border-3:hover,body[data-theme-mode=light] .font-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-3:focus,body[data-theme-mode=light] .font-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .font-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-3:active,html body .theme-override-light .font-color-info-border-3,html body .theme-override-light .font-color-hover-info-border-3:hover,html body .theme-override-light .font-color-focus-info-border-3[data-focused=true],html body .theme-override-light .font-color-focus-info-border-3:focus,html body .theme-override-light .font-color-focus-info-border-3:focus-within,html body .theme-override-light .font-color-active-info-border-3[data-selected=true],html body .theme-override-light .font-color-active-info-border-3:active{color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-color-info-border-3,body[data-theme-mode=light] .border-color-hover-info-border-3:hover,body[data-theme-mode=light] .border-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-3:focus,body[data-theme-mode=light] .border-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .border-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-3:active,html body .theme-override-light .border-color-info-border-3,html body .theme-override-light .border-color-hover-info-border-3:hover,html body .theme-override-light .border-color-focus-info-border-3[data-focused=true],html body .theme-override-light .border-color-focus-info-border-3:focus,html body .theme-override-light .border-color-focus-info-border-3:focus-within,html body .theme-override-light .border-color-active-info-border-3[data-selected=true],html body .theme-override-light .border-color-active-info-border-3:active{border-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-top-color-info-border-3,body[data-theme-mode=light] .border-top-color-hover-info-border-3:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-3:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-3:active,html body .theme-override-light .border-top-color-info-border-3,html body .theme-override-light .border-top-color-hover-info-border-3:hover,html body .theme-override-light .border-top-color-focus-info-border-3[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-3:focus,html body .theme-override-light .border-top-color-focus-info-border-3:focus-within,html body .theme-override-light .border-top-color-active-info-border-3[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-3:active{border-top-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-bottom-color-info-border-3,body[data-theme-mode=light] .border-bottom-color-hover-info-border-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-3:active,html body .theme-override-light .border-bottom-color-info-border-3,html body .theme-override-light .border-bottom-color-hover-info-border-3:hover,html body .theme-override-light .border-bottom-color-focus-info-border-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-3:focus,html body .theme-override-light .border-bottom-color-focus-info-border-3:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-3:active{border-bottom-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-left-color-info-border-3,body[data-theme-mode=light] .border-left-color-hover-info-border-3:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-3:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-3:active,html body .theme-override-light .border-left-color-info-border-3,html body .theme-override-light .border-left-color-hover-info-border-3:hover,html body .theme-override-light .border-left-color-focus-info-border-3[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-3:focus,html body .theme-override-light .border-left-color-focus-info-border-3:focus-within,html body .theme-override-light .border-left-color-active-info-border-3[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-3:active{border-left-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-right-color-info-border-3,body[data-theme-mode=light] .border-right-color-hover-info-border-3:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-3:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-3:active,html body .theme-override-light .border-right-color-info-border-3,html body .theme-override-light .border-right-color-hover-info-border-3:hover,html body .theme-override-light .border-right-color-focus-info-border-3[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-3:focus,html body .theme-override-light .border-right-color-focus-info-border-3:focus-within,html body .theme-override-light .border-right-color-active-info-border-3[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-3:active{border-right-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .fill-color-info-border-3,body[data-theme-mode=light] .fill-color-hover-info-border-3:hover,body[data-theme-mode=light] .fill-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-3:focus,body[data-theme-mode=light] .fill-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-3:active,html body .theme-override-light .fill-color-info-border-3,html body .theme-override-light .fill-color-hover-info-border-3:hover,html body .theme-override-light .fill-color-focus-info-border-3[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-3:focus,html body .theme-override-light .fill-color-focus-info-border-3:focus-within,html body .theme-override-light .fill-color-active-info-border-3[data-selected=true],html body .theme-override-light .fill-color-active-info-border-3:active{background-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outline-color-info-border-3,body[data-theme-mode=light] .outline-color-hover-info-border-3:hover,body[data-theme-mode=light] .outline-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-3:focus,body[data-theme-mode=light] .outline-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-3:active,html body .theme-override-light .outline-color-info-border-3,html body .theme-override-light .outline-color-hover-info-border-3:hover,html body .theme-override-light .outline-color-focus-info-border-3[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-3:focus,html body .theme-override-light .outline-color-focus-info-border-3:focus-within,html body .theme-override-light .outline-color-active-info-border-3[data-selected=true],html body .theme-override-light .outline-color-active-info-border-3:active{outline-color:var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outside-border-color-info-border-3,body[data-theme-mode=light] .outside-border-color-hover-info-border-3:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-3:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-3:active,html body .theme-override-light .outside-border-color-info-border-3,html body .theme-override-light .outside-border-color-hover-info-border-3:hover,html body .theme-override-light .outside-border-color-focus-info-border-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-3:focus,html body .theme-override-light .outside-border-color-focus-info-border-3:focus-within,html body .theme-override-light .outside-border-color-active-info-border-3[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-3:active{--outside-border-color: var(--color-info-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .font-color-info-border-4,body[data-theme-mode=light] .font-color-hover-info-border-4:hover,body[data-theme-mode=light] .font-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-4:focus,body[data-theme-mode=light] .font-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .font-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-4:active,html body .theme-override-light .font-color-info-border-4,html body .theme-override-light .font-color-hover-info-border-4:hover,html body .theme-override-light .font-color-focus-info-border-4[data-focused=true],html body .theme-override-light .font-color-focus-info-border-4:focus,html body .theme-override-light .font-color-focus-info-border-4:focus-within,html body .theme-override-light .font-color-active-info-border-4[data-selected=true],html body .theme-override-light .font-color-active-info-border-4:active{color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-color-info-border-4,body[data-theme-mode=light] .border-color-hover-info-border-4:hover,body[data-theme-mode=light] .border-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-4:focus,body[data-theme-mode=light] .border-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .border-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-4:active,html body .theme-override-light .border-color-info-border-4,html body .theme-override-light .border-color-hover-info-border-4:hover,html body .theme-override-light .border-color-focus-info-border-4[data-focused=true],html body .theme-override-light .border-color-focus-info-border-4:focus,html body .theme-override-light .border-color-focus-info-border-4:focus-within,html body .theme-override-light .border-color-active-info-border-4[data-selected=true],html body .theme-override-light .border-color-active-info-border-4:active{border-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-top-color-info-border-4,body[data-theme-mode=light] .border-top-color-hover-info-border-4:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-4:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-4:active,html body .theme-override-light .border-top-color-info-border-4,html body .theme-override-light .border-top-color-hover-info-border-4:hover,html body .theme-override-light .border-top-color-focus-info-border-4[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-4:focus,html body .theme-override-light .border-top-color-focus-info-border-4:focus-within,html body .theme-override-light .border-top-color-active-info-border-4[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-4:active{border-top-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-bottom-color-info-border-4,body[data-theme-mode=light] .border-bottom-color-hover-info-border-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-4:active,html body .theme-override-light .border-bottom-color-info-border-4,html body .theme-override-light .border-bottom-color-hover-info-border-4:hover,html body .theme-override-light .border-bottom-color-focus-info-border-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-4:focus,html body .theme-override-light .border-bottom-color-focus-info-border-4:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-4:active{border-bottom-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-left-color-info-border-4,body[data-theme-mode=light] .border-left-color-hover-info-border-4:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-4:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-4:active,html body .theme-override-light .border-left-color-info-border-4,html body .theme-override-light .border-left-color-hover-info-border-4:hover,html body .theme-override-light .border-left-color-focus-info-border-4[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-4:focus,html body .theme-override-light .border-left-color-focus-info-border-4:focus-within,html body .theme-override-light .border-left-color-active-info-border-4[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-4:active{border-left-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-right-color-info-border-4,body[data-theme-mode=light] .border-right-color-hover-info-border-4:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-4:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-4:active,html body .theme-override-light .border-right-color-info-border-4,html body .theme-override-light .border-right-color-hover-info-border-4:hover,html body .theme-override-light .border-right-color-focus-info-border-4[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-4:focus,html body .theme-override-light .border-right-color-focus-info-border-4:focus-within,html body .theme-override-light .border-right-color-active-info-border-4[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-4:active{border-right-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .fill-color-info-border-4,body[data-theme-mode=light] .fill-color-hover-info-border-4:hover,body[data-theme-mode=light] .fill-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-4:focus,body[data-theme-mode=light] .fill-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-4:active,html body .theme-override-light .fill-color-info-border-4,html body .theme-override-light .fill-color-hover-info-border-4:hover,html body .theme-override-light .fill-color-focus-info-border-4[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-4:focus,html body .theme-override-light .fill-color-focus-info-border-4:focus-within,html body .theme-override-light .fill-color-active-info-border-4[data-selected=true],html body .theme-override-light .fill-color-active-info-border-4:active{background-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outline-color-info-border-4,body[data-theme-mode=light] .outline-color-hover-info-border-4:hover,body[data-theme-mode=light] .outline-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-4:focus,body[data-theme-mode=light] .outline-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-4:active,html body .theme-override-light .outline-color-info-border-4,html body .theme-override-light .outline-color-hover-info-border-4:hover,html body .theme-override-light .outline-color-focus-info-border-4[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-4:focus,html body .theme-override-light .outline-color-focus-info-border-4:focus-within,html body .theme-override-light .outline-color-active-info-border-4[data-selected=true],html body .theme-override-light .outline-color-active-info-border-4:active{outline-color:var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outside-border-color-info-border-4,body[data-theme-mode=light] .outside-border-color-hover-info-border-4:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-4:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-4:active,html body .theme-override-light .outside-border-color-info-border-4,html body .theme-override-light .outside-border-color-hover-info-border-4:hover,html body .theme-override-light .outside-border-color-focus-info-border-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-4:focus,html body .theme-override-light .outside-border-color-focus-info-border-4:focus-within,html body .theme-override-light .outside-border-color-active-info-border-4[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-4:active{--outside-border-color: var(--color-info-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .font-color-info-border-5,body[data-theme-mode=light] .font-color-hover-info-border-5:hover,body[data-theme-mode=light] .font-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-5:focus,body[data-theme-mode=light] .font-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .font-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-5:active,html body .theme-override-light .font-color-info-border-5,html body .theme-override-light .font-color-hover-info-border-5:hover,html body .theme-override-light .font-color-focus-info-border-5[data-focused=true],html body .theme-override-light .font-color-focus-info-border-5:focus,html body .theme-override-light .font-color-focus-info-border-5:focus-within,html body .theme-override-light .font-color-active-info-border-5[data-selected=true],html body .theme-override-light .font-color-active-info-border-5:active{color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-color-info-border-5,body[data-theme-mode=light] .border-color-hover-info-border-5:hover,body[data-theme-mode=light] .border-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-5:focus,body[data-theme-mode=light] .border-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .border-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-5:active,html body .theme-override-light .border-color-info-border-5,html body .theme-override-light .border-color-hover-info-border-5:hover,html body .theme-override-light .border-color-focus-info-border-5[data-focused=true],html body .theme-override-light .border-color-focus-info-border-5:focus,html body .theme-override-light .border-color-focus-info-border-5:focus-within,html body .theme-override-light .border-color-active-info-border-5[data-selected=true],html body .theme-override-light .border-color-active-info-border-5:active{border-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-top-color-info-border-5,body[data-theme-mode=light] .border-top-color-hover-info-border-5:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-5:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-5:active,html body .theme-override-light .border-top-color-info-border-5,html body .theme-override-light .border-top-color-hover-info-border-5:hover,html body .theme-override-light .border-top-color-focus-info-border-5[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-5:focus,html body .theme-override-light .border-top-color-focus-info-border-5:focus-within,html body .theme-override-light .border-top-color-active-info-border-5[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-5:active{border-top-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-bottom-color-info-border-5,body[data-theme-mode=light] .border-bottom-color-hover-info-border-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-5:active,html body .theme-override-light .border-bottom-color-info-border-5,html body .theme-override-light .border-bottom-color-hover-info-border-5:hover,html body .theme-override-light .border-bottom-color-focus-info-border-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-5:focus,html body .theme-override-light .border-bottom-color-focus-info-border-5:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-5:active{border-bottom-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-left-color-info-border-5,body[data-theme-mode=light] .border-left-color-hover-info-border-5:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-5:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-5:active,html body .theme-override-light .border-left-color-info-border-5,html body .theme-override-light .border-left-color-hover-info-border-5:hover,html body .theme-override-light .border-left-color-focus-info-border-5[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-5:focus,html body .theme-override-light .border-left-color-focus-info-border-5:focus-within,html body .theme-override-light .border-left-color-active-info-border-5[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-5:active{border-left-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-right-color-info-border-5,body[data-theme-mode=light] .border-right-color-hover-info-border-5:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-5:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-5:active,html body .theme-override-light .border-right-color-info-border-5,html body .theme-override-light .border-right-color-hover-info-border-5:hover,html body .theme-override-light .border-right-color-focus-info-border-5[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-5:focus,html body .theme-override-light .border-right-color-focus-info-border-5:focus-within,html body .theme-override-light .border-right-color-active-info-border-5[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-5:active{border-right-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .fill-color-info-border-5,body[data-theme-mode=light] .fill-color-hover-info-border-5:hover,body[data-theme-mode=light] .fill-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-5:focus,body[data-theme-mode=light] .fill-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-5:active,html body .theme-override-light .fill-color-info-border-5,html body .theme-override-light .fill-color-hover-info-border-5:hover,html body .theme-override-light .fill-color-focus-info-border-5[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-5:focus,html body .theme-override-light .fill-color-focus-info-border-5:focus-within,html body .theme-override-light .fill-color-active-info-border-5[data-selected=true],html body .theme-override-light .fill-color-active-info-border-5:active{background-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outline-color-info-border-5,body[data-theme-mode=light] .outline-color-hover-info-border-5:hover,body[data-theme-mode=light] .outline-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-5:focus,body[data-theme-mode=light] .outline-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-5:active,html body .theme-override-light .outline-color-info-border-5,html body .theme-override-light .outline-color-hover-info-border-5:hover,html body .theme-override-light .outline-color-focus-info-border-5[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-5:focus,html body .theme-override-light .outline-color-focus-info-border-5:focus-within,html body .theme-override-light .outline-color-active-info-border-5[data-selected=true],html body .theme-override-light .outline-color-active-info-border-5:active{outline-color:var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outside-border-color-info-border-5,body[data-theme-mode=light] .outside-border-color-hover-info-border-5:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-5:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-5:active,html body .theme-override-light .outside-border-color-info-border-5,html body .theme-override-light .outside-border-color-hover-info-border-5:hover,html body .theme-override-light .outside-border-color-focus-info-border-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-5:focus,html body .theme-override-light .outside-border-color-focus-info-border-5:focus-within,html body .theme-override-light .outside-border-color-active-info-border-5[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-5:active{--outside-border-color: var(--color-info-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .font-color-info-font-0,body[data-theme-mode=light] .font-color-hover-info-font-0:hover,body[data-theme-mode=light] .font-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-0:focus,body[data-theme-mode=light] .font-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .font-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-0:active,html body .theme-override-light .font-color-info-font-0,html body .theme-override-light .font-color-hover-info-font-0:hover,html body .theme-override-light .font-color-focus-info-font-0[data-focused=true],html body .theme-override-light .font-color-focus-info-font-0:focus,html body .theme-override-light .font-color-focus-info-font-0:focus-within,html body .theme-override-light .font-color-active-info-font-0[data-selected=true],html body .theme-override-light .font-color-active-info-font-0:active{color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-color-info-font-0,body[data-theme-mode=light] .border-color-hover-info-font-0:hover,body[data-theme-mode=light] .border-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-0:focus,body[data-theme-mode=light] .border-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .border-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-0:active,html body .theme-override-light .border-color-info-font-0,html body .theme-override-light .border-color-hover-info-font-0:hover,html body .theme-override-light .border-color-focus-info-font-0[data-focused=true],html body .theme-override-light .border-color-focus-info-font-0:focus,html body .theme-override-light .border-color-focus-info-font-0:focus-within,html body .theme-override-light .border-color-active-info-font-0[data-selected=true],html body .theme-override-light .border-color-active-info-font-0:active{border-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-top-color-info-font-0,body[data-theme-mode=light] .border-top-color-hover-info-font-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-0:active,html body .theme-override-light .border-top-color-info-font-0,html body .theme-override-light .border-top-color-hover-info-font-0:hover,html body .theme-override-light .border-top-color-focus-info-font-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-0:focus,html body .theme-override-light .border-top-color-focus-info-font-0:focus-within,html body .theme-override-light .border-top-color-active-info-font-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-0:active{border-top-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-bottom-color-info-font-0,body[data-theme-mode=light] .border-bottom-color-hover-info-font-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-0:active,html body .theme-override-light .border-bottom-color-info-font-0,html body .theme-override-light .border-bottom-color-hover-info-font-0:hover,html body .theme-override-light .border-bottom-color-focus-info-font-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-0:focus,html body .theme-override-light .border-bottom-color-focus-info-font-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-0:active{border-bottom-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-left-color-info-font-0,body[data-theme-mode=light] .border-left-color-hover-info-font-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-0:active,html body .theme-override-light .border-left-color-info-font-0,html body .theme-override-light .border-left-color-hover-info-font-0:hover,html body .theme-override-light .border-left-color-focus-info-font-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-0:focus,html body .theme-override-light .border-left-color-focus-info-font-0:focus-within,html body .theme-override-light .border-left-color-active-info-font-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-0:active{border-left-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-right-color-info-font-0,body[data-theme-mode=light] .border-right-color-hover-info-font-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-0:active,html body .theme-override-light .border-right-color-info-font-0,html body .theme-override-light .border-right-color-hover-info-font-0:hover,html body .theme-override-light .border-right-color-focus-info-font-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-0:focus,html body .theme-override-light .border-right-color-focus-info-font-0:focus-within,html body .theme-override-light .border-right-color-active-info-font-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-0:active{border-right-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .fill-color-info-font-0,body[data-theme-mode=light] .fill-color-hover-info-font-0:hover,body[data-theme-mode=light] .fill-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-0:focus,body[data-theme-mode=light] .fill-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-0:active,html body .theme-override-light .fill-color-info-font-0,html body .theme-override-light .fill-color-hover-info-font-0:hover,html body .theme-override-light .fill-color-focus-info-font-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-0:focus,html body .theme-override-light .fill-color-focus-info-font-0:focus-within,html body .theme-override-light .fill-color-active-info-font-0[data-selected=true],html body .theme-override-light .fill-color-active-info-font-0:active{background-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outline-color-info-font-0,body[data-theme-mode=light] .outline-color-hover-info-font-0:hover,body[data-theme-mode=light] .outline-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-0:focus,body[data-theme-mode=light] .outline-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-0:active,html body .theme-override-light .outline-color-info-font-0,html body .theme-override-light .outline-color-hover-info-font-0:hover,html body .theme-override-light .outline-color-focus-info-font-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-0:focus,html body .theme-override-light .outline-color-focus-info-font-0:focus-within,html body .theme-override-light .outline-color-active-info-font-0[data-selected=true],html body .theme-override-light .outline-color-active-info-font-0:active{outline-color:var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outside-border-color-info-font-0,body[data-theme-mode=light] .outside-border-color-hover-info-font-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-0:active,html body .theme-override-light .outside-border-color-info-font-0,html body .theme-override-light .outside-border-color-hover-info-font-0:hover,html body .theme-override-light .outside-border-color-focus-info-font-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-0:focus,html body .theme-override-light .outside-border-color-focus-info-font-0:focus-within,html body .theme-override-light .outside-border-color-active-info-font-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-0:active{--outside-border-color: var(--color-info-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .font-color-info-font-1,body[data-theme-mode=light] .font-color-hover-info-font-1:hover,body[data-theme-mode=light] .font-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-1:focus,body[data-theme-mode=light] .font-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .font-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-1:active,html body .theme-override-light .font-color-info-font-1,html body .theme-override-light .font-color-hover-info-font-1:hover,html body .theme-override-light .font-color-focus-info-font-1[data-focused=true],html body .theme-override-light .font-color-focus-info-font-1:focus,html body .theme-override-light .font-color-focus-info-font-1:focus-within,html body .theme-override-light .font-color-active-info-font-1[data-selected=true],html body .theme-override-light .font-color-active-info-font-1:active{color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-color-info-font-1,body[data-theme-mode=light] .border-color-hover-info-font-1:hover,body[data-theme-mode=light] .border-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-1:focus,body[data-theme-mode=light] .border-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .border-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-1:active,html body .theme-override-light .border-color-info-font-1,html body .theme-override-light .border-color-hover-info-font-1:hover,html body .theme-override-light .border-color-focus-info-font-1[data-focused=true],html body .theme-override-light .border-color-focus-info-font-1:focus,html body .theme-override-light .border-color-focus-info-font-1:focus-within,html body .theme-override-light .border-color-active-info-font-1[data-selected=true],html body .theme-override-light .border-color-active-info-font-1:active{border-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-top-color-info-font-1,body[data-theme-mode=light] .border-top-color-hover-info-font-1:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-1:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-1:active,html body .theme-override-light .border-top-color-info-font-1,html body .theme-override-light .border-top-color-hover-info-font-1:hover,html body .theme-override-light .border-top-color-focus-info-font-1[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-1:focus,html body .theme-override-light .border-top-color-focus-info-font-1:focus-within,html body .theme-override-light .border-top-color-active-info-font-1[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-1:active{border-top-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-bottom-color-info-font-1,body[data-theme-mode=light] .border-bottom-color-hover-info-font-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-1:active,html body .theme-override-light .border-bottom-color-info-font-1,html body .theme-override-light .border-bottom-color-hover-info-font-1:hover,html body .theme-override-light .border-bottom-color-focus-info-font-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-1:focus,html body .theme-override-light .border-bottom-color-focus-info-font-1:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-1:active{border-bottom-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-left-color-info-font-1,body[data-theme-mode=light] .border-left-color-hover-info-font-1:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-1:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-1:active,html body .theme-override-light .border-left-color-info-font-1,html body .theme-override-light .border-left-color-hover-info-font-1:hover,html body .theme-override-light .border-left-color-focus-info-font-1[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-1:focus,html body .theme-override-light .border-left-color-focus-info-font-1:focus-within,html body .theme-override-light .border-left-color-active-info-font-1[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-1:active{border-left-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-right-color-info-font-1,body[data-theme-mode=light] .border-right-color-hover-info-font-1:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-1:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-1:active,html body .theme-override-light .border-right-color-info-font-1,html body .theme-override-light .border-right-color-hover-info-font-1:hover,html body .theme-override-light .border-right-color-focus-info-font-1[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-1:focus,html body .theme-override-light .border-right-color-focus-info-font-1:focus-within,html body .theme-override-light .border-right-color-active-info-font-1[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-1:active{border-right-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .fill-color-info-font-1,body[data-theme-mode=light] .fill-color-hover-info-font-1:hover,body[data-theme-mode=light] .fill-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-1:focus,body[data-theme-mode=light] .fill-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-1:active,html body .theme-override-light .fill-color-info-font-1,html body .theme-override-light .fill-color-hover-info-font-1:hover,html body .theme-override-light .fill-color-focus-info-font-1[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-1:focus,html body .theme-override-light .fill-color-focus-info-font-1:focus-within,html body .theme-override-light .fill-color-active-info-font-1[data-selected=true],html body .theme-override-light .fill-color-active-info-font-1:active{background-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outline-color-info-font-1,body[data-theme-mode=light] .outline-color-hover-info-font-1:hover,body[data-theme-mode=light] .outline-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-1:focus,body[data-theme-mode=light] .outline-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-1:active,html body .theme-override-light .outline-color-info-font-1,html body .theme-override-light .outline-color-hover-info-font-1:hover,html body .theme-override-light .outline-color-focus-info-font-1[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-1:focus,html body .theme-override-light .outline-color-focus-info-font-1:focus-within,html body .theme-override-light .outline-color-active-info-font-1[data-selected=true],html body .theme-override-light .outline-color-active-info-font-1:active{outline-color:var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outside-border-color-info-font-1,body[data-theme-mode=light] .outside-border-color-hover-info-font-1:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-1:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-1:active,html body .theme-override-light .outside-border-color-info-font-1,html body .theme-override-light .outside-border-color-hover-info-font-1:hover,html body .theme-override-light .outside-border-color-focus-info-font-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-1:focus,html body .theme-override-light .outside-border-color-focus-info-font-1:focus-within,html body .theme-override-light .outside-border-color-active-info-font-1[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-1:active{--outside-border-color: var(--color-info-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .font-color-info-font-2,body[data-theme-mode=light] .font-color-hover-info-font-2:hover,body[data-theme-mode=light] .font-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-2:focus,body[data-theme-mode=light] .font-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .font-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-2:active,html body .theme-override-light .font-color-info-font-2,html body .theme-override-light .font-color-hover-info-font-2:hover,html body .theme-override-light .font-color-focus-info-font-2[data-focused=true],html body .theme-override-light .font-color-focus-info-font-2:focus,html body .theme-override-light .font-color-focus-info-font-2:focus-within,html body .theme-override-light .font-color-active-info-font-2[data-selected=true],html body .theme-override-light .font-color-active-info-font-2:active{color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-color-info-font-2,body[data-theme-mode=light] .border-color-hover-info-font-2:hover,body[data-theme-mode=light] .border-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-2:focus,body[data-theme-mode=light] .border-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .border-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-2:active,html body .theme-override-light .border-color-info-font-2,html body .theme-override-light .border-color-hover-info-font-2:hover,html body .theme-override-light .border-color-focus-info-font-2[data-focused=true],html body .theme-override-light .border-color-focus-info-font-2:focus,html body .theme-override-light .border-color-focus-info-font-2:focus-within,html body .theme-override-light .border-color-active-info-font-2[data-selected=true],html body .theme-override-light .border-color-active-info-font-2:active{border-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-top-color-info-font-2,body[data-theme-mode=light] .border-top-color-hover-info-font-2:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-2:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-2:active,html body .theme-override-light .border-top-color-info-font-2,html body .theme-override-light .border-top-color-hover-info-font-2:hover,html body .theme-override-light .border-top-color-focus-info-font-2[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-2:focus,html body .theme-override-light .border-top-color-focus-info-font-2:focus-within,html body .theme-override-light .border-top-color-active-info-font-2[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-2:active{border-top-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-bottom-color-info-font-2,body[data-theme-mode=light] .border-bottom-color-hover-info-font-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-2:active,html body .theme-override-light .border-bottom-color-info-font-2,html body .theme-override-light .border-bottom-color-hover-info-font-2:hover,html body .theme-override-light .border-bottom-color-focus-info-font-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-2:focus,html body .theme-override-light .border-bottom-color-focus-info-font-2:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-2:active{border-bottom-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-left-color-info-font-2,body[data-theme-mode=light] .border-left-color-hover-info-font-2:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-2:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-2:active,html body .theme-override-light .border-left-color-info-font-2,html body .theme-override-light .border-left-color-hover-info-font-2:hover,html body .theme-override-light .border-left-color-focus-info-font-2[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-2:focus,html body .theme-override-light .border-left-color-focus-info-font-2:focus-within,html body .theme-override-light .border-left-color-active-info-font-2[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-2:active{border-left-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-right-color-info-font-2,body[data-theme-mode=light] .border-right-color-hover-info-font-2:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-2:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-2:active,html body .theme-override-light .border-right-color-info-font-2,html body .theme-override-light .border-right-color-hover-info-font-2:hover,html body .theme-override-light .border-right-color-focus-info-font-2[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-2:focus,html body .theme-override-light .border-right-color-focus-info-font-2:focus-within,html body .theme-override-light .border-right-color-active-info-font-2[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-2:active{border-right-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .fill-color-info-font-2,body[data-theme-mode=light] .fill-color-hover-info-font-2:hover,body[data-theme-mode=light] .fill-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-2:focus,body[data-theme-mode=light] .fill-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-2:active,html body .theme-override-light .fill-color-info-font-2,html body .theme-override-light .fill-color-hover-info-font-2:hover,html body .theme-override-light .fill-color-focus-info-font-2[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-2:focus,html body .theme-override-light .fill-color-focus-info-font-2:focus-within,html body .theme-override-light .fill-color-active-info-font-2[data-selected=true],html body .theme-override-light .fill-color-active-info-font-2:active{background-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outline-color-info-font-2,body[data-theme-mode=light] .outline-color-hover-info-font-2:hover,body[data-theme-mode=light] .outline-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-2:focus,body[data-theme-mode=light] .outline-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-2:active,html body .theme-override-light .outline-color-info-font-2,html body .theme-override-light .outline-color-hover-info-font-2:hover,html body .theme-override-light .outline-color-focus-info-font-2[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-2:focus,html body .theme-override-light .outline-color-focus-info-font-2:focus-within,html body .theme-override-light .outline-color-active-info-font-2[data-selected=true],html body .theme-override-light .outline-color-active-info-font-2:active{outline-color:var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outside-border-color-info-font-2,body[data-theme-mode=light] .outside-border-color-hover-info-font-2:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-2:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-2:active,html body .theme-override-light .outside-border-color-info-font-2,html body .theme-override-light .outside-border-color-hover-info-font-2:hover,html body .theme-override-light .outside-border-color-focus-info-font-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-2:focus,html body .theme-override-light .outside-border-color-focus-info-font-2:focus-within,html body .theme-override-light .outside-border-color-active-info-font-2[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-2:active{--outside-border-color: var(--color-info-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .font-color-info-font-3,body[data-theme-mode=light] .font-color-hover-info-font-3:hover,body[data-theme-mode=light] .font-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-3:focus,body[data-theme-mode=light] .font-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .font-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-3:active,html body .theme-override-light .font-color-info-font-3,html body .theme-override-light .font-color-hover-info-font-3:hover,html body .theme-override-light .font-color-focus-info-font-3[data-focused=true],html body .theme-override-light .font-color-focus-info-font-3:focus,html body .theme-override-light .font-color-focus-info-font-3:focus-within,html body .theme-override-light .font-color-active-info-font-3[data-selected=true],html body .theme-override-light .font-color-active-info-font-3:active{color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-color-info-font-3,body[data-theme-mode=light] .border-color-hover-info-font-3:hover,body[data-theme-mode=light] .border-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-3:focus,body[data-theme-mode=light] .border-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .border-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-3:active,html body .theme-override-light .border-color-info-font-3,html body .theme-override-light .border-color-hover-info-font-3:hover,html body .theme-override-light .border-color-focus-info-font-3[data-focused=true],html body .theme-override-light .border-color-focus-info-font-3:focus,html body .theme-override-light .border-color-focus-info-font-3:focus-within,html body .theme-override-light .border-color-active-info-font-3[data-selected=true],html body .theme-override-light .border-color-active-info-font-3:active{border-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-top-color-info-font-3,body[data-theme-mode=light] .border-top-color-hover-info-font-3:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-3:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-3:active,html body .theme-override-light .border-top-color-info-font-3,html body .theme-override-light .border-top-color-hover-info-font-3:hover,html body .theme-override-light .border-top-color-focus-info-font-3[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-3:focus,html body .theme-override-light .border-top-color-focus-info-font-3:focus-within,html body .theme-override-light .border-top-color-active-info-font-3[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-3:active{border-top-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-bottom-color-info-font-3,body[data-theme-mode=light] .border-bottom-color-hover-info-font-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-3:active,html body .theme-override-light .border-bottom-color-info-font-3,html body .theme-override-light .border-bottom-color-hover-info-font-3:hover,html body .theme-override-light .border-bottom-color-focus-info-font-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-3:focus,html body .theme-override-light .border-bottom-color-focus-info-font-3:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-3:active{border-bottom-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-left-color-info-font-3,body[data-theme-mode=light] .border-left-color-hover-info-font-3:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-3:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-3:active,html body .theme-override-light .border-left-color-info-font-3,html body .theme-override-light .border-left-color-hover-info-font-3:hover,html body .theme-override-light .border-left-color-focus-info-font-3[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-3:focus,html body .theme-override-light .border-left-color-focus-info-font-3:focus-within,html body .theme-override-light .border-left-color-active-info-font-3[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-3:active{border-left-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-right-color-info-font-3,body[data-theme-mode=light] .border-right-color-hover-info-font-3:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-3:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-3:active,html body .theme-override-light .border-right-color-info-font-3,html body .theme-override-light .border-right-color-hover-info-font-3:hover,html body .theme-override-light .border-right-color-focus-info-font-3[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-3:focus,html body .theme-override-light .border-right-color-focus-info-font-3:focus-within,html body .theme-override-light .border-right-color-active-info-font-3[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-3:active{border-right-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .fill-color-info-font-3,body[data-theme-mode=light] .fill-color-hover-info-font-3:hover,body[data-theme-mode=light] .fill-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-3:focus,body[data-theme-mode=light] .fill-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-3:active,html body .theme-override-light .fill-color-info-font-3,html body .theme-override-light .fill-color-hover-info-font-3:hover,html body .theme-override-light .fill-color-focus-info-font-3[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-3:focus,html body .theme-override-light .fill-color-focus-info-font-3:focus-within,html body .theme-override-light .fill-color-active-info-font-3[data-selected=true],html body .theme-override-light .fill-color-active-info-font-3:active{background-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outline-color-info-font-3,body[data-theme-mode=light] .outline-color-hover-info-font-3:hover,body[data-theme-mode=light] .outline-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-3:focus,body[data-theme-mode=light] .outline-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-3:active,html body .theme-override-light .outline-color-info-font-3,html body .theme-override-light .outline-color-hover-info-font-3:hover,html body .theme-override-light .outline-color-focus-info-font-3[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-3:focus,html body .theme-override-light .outline-color-focus-info-font-3:focus-within,html body .theme-override-light .outline-color-active-info-font-3[data-selected=true],html body .theme-override-light .outline-color-active-info-font-3:active{outline-color:var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outside-border-color-info-font-3,body[data-theme-mode=light] .outside-border-color-hover-info-font-3:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-3:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-3:active,html body .theme-override-light .outside-border-color-info-font-3,html body .theme-override-light .outside-border-color-hover-info-font-3:hover,html body .theme-override-light .outside-border-color-focus-info-font-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-3:focus,html body .theme-override-light .outside-border-color-focus-info-font-3:focus-within,html body .theme-override-light .outside-border-color-active-info-font-3[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-3:active{--outside-border-color: var(--color-info-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .font-color-info-font-4,body[data-theme-mode=light] .font-color-hover-info-font-4:hover,body[data-theme-mode=light] .font-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-4:focus,body[data-theme-mode=light] .font-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .font-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-4:active,html body .theme-override-light .font-color-info-font-4,html body .theme-override-light .font-color-hover-info-font-4:hover,html body .theme-override-light .font-color-focus-info-font-4[data-focused=true],html body .theme-override-light .font-color-focus-info-font-4:focus,html body .theme-override-light .font-color-focus-info-font-4:focus-within,html body .theme-override-light .font-color-active-info-font-4[data-selected=true],html body .theme-override-light .font-color-active-info-font-4:active{color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-color-info-font-4,body[data-theme-mode=light] .border-color-hover-info-font-4:hover,body[data-theme-mode=light] .border-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-4:focus,body[data-theme-mode=light] .border-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .border-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-4:active,html body .theme-override-light .border-color-info-font-4,html body .theme-override-light .border-color-hover-info-font-4:hover,html body .theme-override-light .border-color-focus-info-font-4[data-focused=true],html body .theme-override-light .border-color-focus-info-font-4:focus,html body .theme-override-light .border-color-focus-info-font-4:focus-within,html body .theme-override-light .border-color-active-info-font-4[data-selected=true],html body .theme-override-light .border-color-active-info-font-4:active{border-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-top-color-info-font-4,body[data-theme-mode=light] .border-top-color-hover-info-font-4:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-4:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-4:active,html body .theme-override-light .border-top-color-info-font-4,html body .theme-override-light .border-top-color-hover-info-font-4:hover,html body .theme-override-light .border-top-color-focus-info-font-4[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-4:focus,html body .theme-override-light .border-top-color-focus-info-font-4:focus-within,html body .theme-override-light .border-top-color-active-info-font-4[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-4:active{border-top-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-bottom-color-info-font-4,body[data-theme-mode=light] .border-bottom-color-hover-info-font-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-4:active,html body .theme-override-light .border-bottom-color-info-font-4,html body .theme-override-light .border-bottom-color-hover-info-font-4:hover,html body .theme-override-light .border-bottom-color-focus-info-font-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-4:focus,html body .theme-override-light .border-bottom-color-focus-info-font-4:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-4:active{border-bottom-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-left-color-info-font-4,body[data-theme-mode=light] .border-left-color-hover-info-font-4:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-4:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-4:active,html body .theme-override-light .border-left-color-info-font-4,html body .theme-override-light .border-left-color-hover-info-font-4:hover,html body .theme-override-light .border-left-color-focus-info-font-4[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-4:focus,html body .theme-override-light .border-left-color-focus-info-font-4:focus-within,html body .theme-override-light .border-left-color-active-info-font-4[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-4:active{border-left-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-right-color-info-font-4,body[data-theme-mode=light] .border-right-color-hover-info-font-4:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-4:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-4:active,html body .theme-override-light .border-right-color-info-font-4,html body .theme-override-light .border-right-color-hover-info-font-4:hover,html body .theme-override-light .border-right-color-focus-info-font-4[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-4:focus,html body .theme-override-light .border-right-color-focus-info-font-4:focus-within,html body .theme-override-light .border-right-color-active-info-font-4[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-4:active{border-right-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .fill-color-info-font-4,body[data-theme-mode=light] .fill-color-hover-info-font-4:hover,body[data-theme-mode=light] .fill-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-4:focus,body[data-theme-mode=light] .fill-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-4:active,html body .theme-override-light .fill-color-info-font-4,html body .theme-override-light .fill-color-hover-info-font-4:hover,html body .theme-override-light .fill-color-focus-info-font-4[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-4:focus,html body .theme-override-light .fill-color-focus-info-font-4:focus-within,html body .theme-override-light .fill-color-active-info-font-4[data-selected=true],html body .theme-override-light .fill-color-active-info-font-4:active{background-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outline-color-info-font-4,body[data-theme-mode=light] .outline-color-hover-info-font-4:hover,body[data-theme-mode=light] .outline-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-4:focus,body[data-theme-mode=light] .outline-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-4:active,html body .theme-override-light .outline-color-info-font-4,html body .theme-override-light .outline-color-hover-info-font-4:hover,html body .theme-override-light .outline-color-focus-info-font-4[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-4:focus,html body .theme-override-light .outline-color-focus-info-font-4:focus-within,html body .theme-override-light .outline-color-active-info-font-4[data-selected=true],html body .theme-override-light .outline-color-active-info-font-4:active{outline-color:var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outside-border-color-info-font-4,body[data-theme-mode=light] .outside-border-color-hover-info-font-4:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-4:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-4:active,html body .theme-override-light .outside-border-color-info-font-4,html body .theme-override-light .outside-border-color-hover-info-font-4:hover,html body .theme-override-light .outside-border-color-focus-info-font-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-4:focus,html body .theme-override-light .outside-border-color-focus-info-font-4:focus-within,html body .theme-override-light .outside-border-color-active-info-font-4[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-4:active{--outside-border-color: var(--color-info-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .font-color-info-font-5,body[data-theme-mode=light] .font-color-hover-info-font-5:hover,body[data-theme-mode=light] .font-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-5:focus,body[data-theme-mode=light] .font-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .font-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-5:active,html body .theme-override-light .font-color-info-font-5,html body .theme-override-light .font-color-hover-info-font-5:hover,html body .theme-override-light .font-color-focus-info-font-5[data-focused=true],html body .theme-override-light .font-color-focus-info-font-5:focus,html body .theme-override-light .font-color-focus-info-font-5:focus-within,html body .theme-override-light .font-color-active-info-font-5[data-selected=true],html body .theme-override-light .font-color-active-info-font-5:active{color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-color-info-font-5,body[data-theme-mode=light] .border-color-hover-info-font-5:hover,body[data-theme-mode=light] .border-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-5:focus,body[data-theme-mode=light] .border-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .border-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-5:active,html body .theme-override-light .border-color-info-font-5,html body .theme-override-light .border-color-hover-info-font-5:hover,html body .theme-override-light .border-color-focus-info-font-5[data-focused=true],html body .theme-override-light .border-color-focus-info-font-5:focus,html body .theme-override-light .border-color-focus-info-font-5:focus-within,html body .theme-override-light .border-color-active-info-font-5[data-selected=true],html body .theme-override-light .border-color-active-info-font-5:active{border-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-top-color-info-font-5,body[data-theme-mode=light] .border-top-color-hover-info-font-5:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-5:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-5:active,html body .theme-override-light .border-top-color-info-font-5,html body .theme-override-light .border-top-color-hover-info-font-5:hover,html body .theme-override-light .border-top-color-focus-info-font-5[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-5:focus,html body .theme-override-light .border-top-color-focus-info-font-5:focus-within,html body .theme-override-light .border-top-color-active-info-font-5[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-5:active{border-top-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-bottom-color-info-font-5,body[data-theme-mode=light] .border-bottom-color-hover-info-font-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-5:active,html body .theme-override-light .border-bottom-color-info-font-5,html body .theme-override-light .border-bottom-color-hover-info-font-5:hover,html body .theme-override-light .border-bottom-color-focus-info-font-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-5:focus,html body .theme-override-light .border-bottom-color-focus-info-font-5:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-5:active{border-bottom-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-left-color-info-font-5,body[data-theme-mode=light] .border-left-color-hover-info-font-5:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-5:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-5:active,html body .theme-override-light .border-left-color-info-font-5,html body .theme-override-light .border-left-color-hover-info-font-5:hover,html body .theme-override-light .border-left-color-focus-info-font-5[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-5:focus,html body .theme-override-light .border-left-color-focus-info-font-5:focus-within,html body .theme-override-light .border-left-color-active-info-font-5[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-5:active{border-left-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-right-color-info-font-5,body[data-theme-mode=light] .border-right-color-hover-info-font-5:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-5:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-5:active,html body .theme-override-light .border-right-color-info-font-5,html body .theme-override-light .border-right-color-hover-info-font-5:hover,html body .theme-override-light .border-right-color-focus-info-font-5[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-5:focus,html body .theme-override-light .border-right-color-focus-info-font-5:focus-within,html body .theme-override-light .border-right-color-active-info-font-5[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-5:active{border-right-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .fill-color-info-font-5,body[data-theme-mode=light] .fill-color-hover-info-font-5:hover,body[data-theme-mode=light] .fill-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-5:focus,body[data-theme-mode=light] .fill-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-5:active,html body .theme-override-light .fill-color-info-font-5,html body .theme-override-light .fill-color-hover-info-font-5:hover,html body .theme-override-light .fill-color-focus-info-font-5[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-5:focus,html body .theme-override-light .fill-color-focus-info-font-5:focus-within,html body .theme-override-light .fill-color-active-info-font-5[data-selected=true],html body .theme-override-light .fill-color-active-info-font-5:active{background-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outline-color-info-font-5,body[data-theme-mode=light] .outline-color-hover-info-font-5:hover,body[data-theme-mode=light] .outline-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-5:focus,body[data-theme-mode=light] .outline-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-5:active,html body .theme-override-light .outline-color-info-font-5,html body .theme-override-light .outline-color-hover-info-font-5:hover,html body .theme-override-light .outline-color-focus-info-font-5[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-5:focus,html body .theme-override-light .outline-color-focus-info-font-5:focus-within,html body .theme-override-light .outline-color-active-info-font-5[data-selected=true],html body .theme-override-light .outline-color-active-info-font-5:active{outline-color:var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outside-border-color-info-font-5,body[data-theme-mode=light] .outside-border-color-hover-info-font-5:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-5:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-5:active,html body .theme-override-light .outside-border-color-info-font-5,html body .theme-override-light .outside-border-color-hover-info-font-5:hover,html body .theme-override-light .outside-border-color-focus-info-font-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-5:focus,html body .theme-override-light .outside-border-color-focus-info-font-5:focus-within,html body .theme-override-light .outside-border-color-active-info-font-5[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-5:active{--outside-border-color: var(--color-info-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .font-color-info-shadow-0,body[data-theme-mode=light] .font-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .font-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .font-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .font-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .font-color-active-info-shadow-0:active,html body .theme-override-light .font-color-info-shadow-0,html body .theme-override-light .font-color-hover-info-shadow-0:hover,html body .theme-override-light .font-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .font-color-focus-info-shadow-0:focus,html body .theme-override-light .font-color-focus-info-shadow-0:focus-within,html body .theme-override-light .font-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .font-color-active-info-shadow-0:active{color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-color-info-shadow-0,body[data-theme-mode=light] .border-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .border-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .border-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .border-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .border-color-active-info-shadow-0:active,html body .theme-override-light .border-color-info-shadow-0,html body .theme-override-light .border-color-hover-info-shadow-0:hover,html body .theme-override-light .border-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .border-color-focus-info-shadow-0:focus,html body .theme-override-light .border-color-focus-info-shadow-0:focus-within,html body .theme-override-light .border-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .border-color-active-info-shadow-0:active{border-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-top-color-info-shadow-0,body[data-theme-mode=light] .border-top-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .border-top-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .border-top-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .border-top-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-shadow-0:active,html body .theme-override-light .border-top-color-info-shadow-0,html body .theme-override-light .border-top-color-hover-info-shadow-0:hover,html body .theme-override-light .border-top-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .border-top-color-focus-info-shadow-0:focus,html body .theme-override-light .border-top-color-focus-info-shadow-0:focus-within,html body .theme-override-light .border-top-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .border-top-color-active-info-shadow-0:active{border-top-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-bottom-color-info-shadow-0,body[data-theme-mode=light] .border-bottom-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-shadow-0:active,html body .theme-override-light .border-bottom-color-info-shadow-0,html body .theme-override-light .border-bottom-color-hover-info-shadow-0:hover,html body .theme-override-light .border-bottom-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-shadow-0:focus,html body .theme-override-light .border-bottom-color-focus-info-shadow-0:focus-within,html body .theme-override-light .border-bottom-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-shadow-0:active{border-bottom-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-left-color-info-shadow-0,body[data-theme-mode=light] .border-left-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .border-left-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .border-left-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .border-left-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-shadow-0:active,html body .theme-override-light .border-left-color-info-shadow-0,html body .theme-override-light .border-left-color-hover-info-shadow-0:hover,html body .theme-override-light .border-left-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .border-left-color-focus-info-shadow-0:focus,html body .theme-override-light .border-left-color-focus-info-shadow-0:focus-within,html body .theme-override-light .border-left-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .border-left-color-active-info-shadow-0:active{border-left-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-right-color-info-shadow-0,body[data-theme-mode=light] .border-right-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .border-right-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .border-right-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .border-right-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-shadow-0:active,html body .theme-override-light .border-right-color-info-shadow-0,html body .theme-override-light .border-right-color-hover-info-shadow-0:hover,html body .theme-override-light .border-right-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .border-right-color-focus-info-shadow-0:focus,html body .theme-override-light .border-right-color-focus-info-shadow-0:focus-within,html body .theme-override-light .border-right-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .border-right-color-active-info-shadow-0:active{border-right-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .fill-color-info-shadow-0,body[data-theme-mode=light] .fill-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .fill-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .fill-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .fill-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-shadow-0:active,html body .theme-override-light .fill-color-info-shadow-0,html body .theme-override-light .fill-color-hover-info-shadow-0:hover,html body .theme-override-light .fill-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .fill-color-focus-info-shadow-0:focus,html body .theme-override-light .fill-color-focus-info-shadow-0:focus-within,html body .theme-override-light .fill-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .fill-color-active-info-shadow-0:active{background-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outline-color-info-shadow-0,body[data-theme-mode=light] .outline-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .outline-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .outline-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .outline-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-shadow-0:active,html body .theme-override-light .outline-color-info-shadow-0,html body .theme-override-light .outline-color-hover-info-shadow-0:hover,html body .theme-override-light .outline-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .outline-color-focus-info-shadow-0:focus,html body .theme-override-light .outline-color-focus-info-shadow-0:focus-within,html body .theme-override-light .outline-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .outline-color-active-info-shadow-0:active{outline-color:var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outside-border-color-info-shadow-0,body[data-theme-mode=light] .outside-border-color-hover-info-shadow-0:hover,body[data-theme-mode=light] .outside-border-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-shadow-0:focus,body[data-theme-mode=light] .outside-border-color-focus-info-shadow-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-shadow-0:active,html body .theme-override-light .outside-border-color-info-shadow-0,html body .theme-override-light .outside-border-color-hover-info-shadow-0:hover,html body .theme-override-light .outside-border-color-focus-info-shadow-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-shadow-0:focus,html body .theme-override-light .outside-border-color-focus-info-shadow-0:focus-within,html body .theme-override-light .outside-border-color-active-info-shadow-0[data-selected=true],html body .theme-override-light .outside-border-color-active-info-shadow-0:active{--outside-border-color: var(--color-info-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .font-color-info-primary,body[data-theme-mode=light] .font-color-hover-info-primary:hover,body[data-theme-mode=light] .font-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-primary:focus,body[data-theme-mode=light] .font-color-focus-info-primary:focus-within,body[data-theme-mode=light] .font-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .font-color-active-info-primary:active,html body .theme-override-light .font-color-info-primary,html body .theme-override-light .font-color-hover-info-primary:hover,html body .theme-override-light .font-color-focus-info-primary[data-focused=true],html body .theme-override-light .font-color-focus-info-primary:focus,html body .theme-override-light .font-color-focus-info-primary:focus-within,html body .theme-override-light .font-color-active-info-primary[data-selected=true],html body .theme-override-light .font-color-active-info-primary:active{color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-color-info-primary,body[data-theme-mode=light] .border-color-hover-info-primary:hover,body[data-theme-mode=light] .border-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-primary:focus,body[data-theme-mode=light] .border-color-focus-info-primary:focus-within,body[data-theme-mode=light] .border-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .border-color-active-info-primary:active,html body .theme-override-light .border-color-info-primary,html body .theme-override-light .border-color-hover-info-primary:hover,html body .theme-override-light .border-color-focus-info-primary[data-focused=true],html body .theme-override-light .border-color-focus-info-primary:focus,html body .theme-override-light .border-color-focus-info-primary:focus-within,html body .theme-override-light .border-color-active-info-primary[data-selected=true],html body .theme-override-light .border-color-active-info-primary:active{border-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-top-color-info-primary,body[data-theme-mode=light] .border-top-color-hover-info-primary:hover,body[data-theme-mode=light] .border-top-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-primary:focus,body[data-theme-mode=light] .border-top-color-focus-info-primary:focus-within,body[data-theme-mode=light] .border-top-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-primary:active,html body .theme-override-light .border-top-color-info-primary,html body .theme-override-light .border-top-color-hover-info-primary:hover,html body .theme-override-light .border-top-color-focus-info-primary[data-focused=true],html body .theme-override-light .border-top-color-focus-info-primary:focus,html body .theme-override-light .border-top-color-focus-info-primary:focus-within,html body .theme-override-light .border-top-color-active-info-primary[data-selected=true],html body .theme-override-light .border-top-color-active-info-primary:active{border-top-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-bottom-color-info-primary,body[data-theme-mode=light] .border-bottom-color-hover-info-primary:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-primary:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-primary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-primary:active,html body .theme-override-light .border-bottom-color-info-primary,html body .theme-override-light .border-bottom-color-hover-info-primary:hover,html body .theme-override-light .border-bottom-color-focus-info-primary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-primary:focus,html body .theme-override-light .border-bottom-color-focus-info-primary:focus-within,html body .theme-override-light .border-bottom-color-active-info-primary[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-primary:active{border-bottom-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-left-color-info-primary,body[data-theme-mode=light] .border-left-color-hover-info-primary:hover,body[data-theme-mode=light] .border-left-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-primary:focus,body[data-theme-mode=light] .border-left-color-focus-info-primary:focus-within,body[data-theme-mode=light] .border-left-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-primary:active,html body .theme-override-light .border-left-color-info-primary,html body .theme-override-light .border-left-color-hover-info-primary:hover,html body .theme-override-light .border-left-color-focus-info-primary[data-focused=true],html body .theme-override-light .border-left-color-focus-info-primary:focus,html body .theme-override-light .border-left-color-focus-info-primary:focus-within,html body .theme-override-light .border-left-color-active-info-primary[data-selected=true],html body .theme-override-light .border-left-color-active-info-primary:active{border-left-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-right-color-info-primary,body[data-theme-mode=light] .border-right-color-hover-info-primary:hover,body[data-theme-mode=light] .border-right-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-primary:focus,body[data-theme-mode=light] .border-right-color-focus-info-primary:focus-within,body[data-theme-mode=light] .border-right-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-primary:active,html body .theme-override-light .border-right-color-info-primary,html body .theme-override-light .border-right-color-hover-info-primary:hover,html body .theme-override-light .border-right-color-focus-info-primary[data-focused=true],html body .theme-override-light .border-right-color-focus-info-primary:focus,html body .theme-override-light .border-right-color-focus-info-primary:focus-within,html body .theme-override-light .border-right-color-active-info-primary[data-selected=true],html body .theme-override-light .border-right-color-active-info-primary:active{border-right-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .fill-color-info-primary,body[data-theme-mode=light] .fill-color-hover-info-primary:hover,body[data-theme-mode=light] .fill-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-primary:focus,body[data-theme-mode=light] .fill-color-focus-info-primary:focus-within,body[data-theme-mode=light] .fill-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-primary:active,html body .theme-override-light .fill-color-info-primary,html body .theme-override-light .fill-color-hover-info-primary:hover,html body .theme-override-light .fill-color-focus-info-primary[data-focused=true],html body .theme-override-light .fill-color-focus-info-primary:focus,html body .theme-override-light .fill-color-focus-info-primary:focus-within,html body .theme-override-light .fill-color-active-info-primary[data-selected=true],html body .theme-override-light .fill-color-active-info-primary:active{background-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .outline-color-info-primary,body[data-theme-mode=light] .outline-color-hover-info-primary:hover,body[data-theme-mode=light] .outline-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-primary:focus,body[data-theme-mode=light] .outline-color-focus-info-primary:focus-within,body[data-theme-mode=light] .outline-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-primary:active,html body .theme-override-light .outline-color-info-primary,html body .theme-override-light .outline-color-hover-info-primary:hover,html body .theme-override-light .outline-color-focus-info-primary[data-focused=true],html body .theme-override-light .outline-color-focus-info-primary:focus,html body .theme-override-light .outline-color-focus-info-primary:focus-within,html body .theme-override-light .outline-color-active-info-primary[data-selected=true],html body .theme-override-light .outline-color-active-info-primary:active{outline-color:var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .outside-border-color-info-primary,body[data-theme-mode=light] .outside-border-color-hover-info-primary:hover,body[data-theme-mode=light] .outside-border-color-focus-info-primary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-primary:focus,body[data-theme-mode=light] .outside-border-color-focus-info-primary:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-primary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-primary:active,html body .theme-override-light .outside-border-color-info-primary,html body .theme-override-light .outside-border-color-hover-info-primary:hover,html body .theme-override-light .outside-border-color-focus-info-primary[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-primary:focus,html body .theme-override-light .outside-border-color-focus-info-primary:focus-within,html body .theme-override-light .outside-border-color-active-info-primary[data-selected=true],html body .theme-override-light .outside-border-color-active-info-primary:active{--outside-border-color: var(--color-info-primary, var(--color-light-primary))}body[data-theme-mode=light] .font-color-info-primary-foreground,body[data-theme-mode=light] .font-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .font-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .font-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-info-primary-foreground:active,html body .theme-override-light .font-color-info-primary-foreground,html body .theme-override-light .font-color-hover-info-primary-foreground:hover,html body .theme-override-light .font-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-info-primary-foreground:focus,html body .theme-override-light .font-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .font-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .font-color-active-info-primary-foreground:active{color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-color-info-primary-foreground,body[data-theme-mode=light] .border-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .border-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .border-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-info-primary-foreground:active,html body .theme-override-light .border-color-info-primary-foreground,html body .theme-override-light .border-color-hover-info-primary-foreground:hover,html body .theme-override-light .border-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-info-primary-foreground:focus,html body .theme-override-light .border-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .border-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .border-color-active-info-primary-foreground:active{border-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-top-color-info-primary-foreground,body[data-theme-mode=light] .border-top-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-primary-foreground:active,html body .theme-override-light .border-top-color-info-primary-foreground,html body .theme-override-light .border-top-color-hover-info-primary-foreground:hover,html body .theme-override-light .border-top-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-info-primary-foreground:focus,html body .theme-override-light .border-top-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .border-top-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-info-primary-foreground:active{border-top-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-bottom-color-info-primary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-primary-foreground:active,html body .theme-override-light .border-bottom-color-info-primary-foreground,html body .theme-override-light .border-bottom-color-hover-info-primary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-primary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-primary-foreground:active{border-bottom-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-left-color-info-primary-foreground,body[data-theme-mode=light] .border-left-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-primary-foreground:active,html body .theme-override-light .border-left-color-info-primary-foreground,html body .theme-override-light .border-left-color-hover-info-primary-foreground:hover,html body .theme-override-light .border-left-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-info-primary-foreground:focus,html body .theme-override-light .border-left-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .border-left-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-info-primary-foreground:active{border-left-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-right-color-info-primary-foreground,body[data-theme-mode=light] .border-right-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-primary-foreground:active,html body .theme-override-light .border-right-color-info-primary-foreground,html body .theme-override-light .border-right-color-hover-info-primary-foreground:hover,html body .theme-override-light .border-right-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-info-primary-foreground:focus,html body .theme-override-light .border-right-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .border-right-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-info-primary-foreground:active{border-right-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .fill-color-info-primary-foreground,body[data-theme-mode=light] .fill-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-primary-foreground:active,html body .theme-override-light .fill-color-info-primary-foreground,html body .theme-override-light .fill-color-hover-info-primary-foreground:hover,html body .theme-override-light .fill-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-info-primary-foreground:focus,html body .theme-override-light .fill-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .fill-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-info-primary-foreground:active{background-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outline-color-info-primary-foreground,body[data-theme-mode=light] .outline-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-primary-foreground:active,html body .theme-override-light .outline-color-info-primary-foreground,html body .theme-override-light .outline-color-hover-info-primary-foreground:hover,html body .theme-override-light .outline-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-info-primary-foreground:focus,html body .theme-override-light .outline-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .outline-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-info-primary-foreground:active{outline-color:var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outside-border-color-info-primary-foreground,body[data-theme-mode=light] .outside-border-color-hover-info-primary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-primary-foreground:active,html body .theme-override-light .outside-border-color-info-primary-foreground,html body .theme-override-light .outside-border-color-hover-info-primary-foreground:hover,html body .theme-override-light .outside-border-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-primary-foreground:focus,html body .theme-override-light .outside-border-color-focus-info-primary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-info-primary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-info-primary-foreground:active{--outside-border-color: var(--color-info-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .font-color-info-secondary,body[data-theme-mode=light] .font-color-hover-info-secondary:hover,body[data-theme-mode=light] .font-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-secondary:focus,body[data-theme-mode=light] .font-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .font-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .font-color-active-info-secondary:active,html body .theme-override-light .font-color-info-secondary,html body .theme-override-light .font-color-hover-info-secondary:hover,html body .theme-override-light .font-color-focus-info-secondary[data-focused=true],html body .theme-override-light .font-color-focus-info-secondary:focus,html body .theme-override-light .font-color-focus-info-secondary:focus-within,html body .theme-override-light .font-color-active-info-secondary[data-selected=true],html body .theme-override-light .font-color-active-info-secondary:active{color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-color-info-secondary,body[data-theme-mode=light] .border-color-hover-info-secondary:hover,body[data-theme-mode=light] .border-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-secondary:focus,body[data-theme-mode=light] .border-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .border-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .border-color-active-info-secondary:active,html body .theme-override-light .border-color-info-secondary,html body .theme-override-light .border-color-hover-info-secondary:hover,html body .theme-override-light .border-color-focus-info-secondary[data-focused=true],html body .theme-override-light .border-color-focus-info-secondary:focus,html body .theme-override-light .border-color-focus-info-secondary:focus-within,html body .theme-override-light .border-color-active-info-secondary[data-selected=true],html body .theme-override-light .border-color-active-info-secondary:active{border-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-top-color-info-secondary,body[data-theme-mode=light] .border-top-color-hover-info-secondary:hover,body[data-theme-mode=light] .border-top-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-secondary:focus,body[data-theme-mode=light] .border-top-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .border-top-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-secondary:active,html body .theme-override-light .border-top-color-info-secondary,html body .theme-override-light .border-top-color-hover-info-secondary:hover,html body .theme-override-light .border-top-color-focus-info-secondary[data-focused=true],html body .theme-override-light .border-top-color-focus-info-secondary:focus,html body .theme-override-light .border-top-color-focus-info-secondary:focus-within,html body .theme-override-light .border-top-color-active-info-secondary[data-selected=true],html body .theme-override-light .border-top-color-active-info-secondary:active{border-top-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-bottom-color-info-secondary,body[data-theme-mode=light] .border-bottom-color-hover-info-secondary:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-secondary:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-secondary:active,html body .theme-override-light .border-bottom-color-info-secondary,html body .theme-override-light .border-bottom-color-hover-info-secondary:hover,html body .theme-override-light .border-bottom-color-focus-info-secondary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-secondary:focus,html body .theme-override-light .border-bottom-color-focus-info-secondary:focus-within,html body .theme-override-light .border-bottom-color-active-info-secondary[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-secondary:active{border-bottom-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-left-color-info-secondary,body[data-theme-mode=light] .border-left-color-hover-info-secondary:hover,body[data-theme-mode=light] .border-left-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-secondary:focus,body[data-theme-mode=light] .border-left-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .border-left-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-secondary:active,html body .theme-override-light .border-left-color-info-secondary,html body .theme-override-light .border-left-color-hover-info-secondary:hover,html body .theme-override-light .border-left-color-focus-info-secondary[data-focused=true],html body .theme-override-light .border-left-color-focus-info-secondary:focus,html body .theme-override-light .border-left-color-focus-info-secondary:focus-within,html body .theme-override-light .border-left-color-active-info-secondary[data-selected=true],html body .theme-override-light .border-left-color-active-info-secondary:active{border-left-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-right-color-info-secondary,body[data-theme-mode=light] .border-right-color-hover-info-secondary:hover,body[data-theme-mode=light] .border-right-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-secondary:focus,body[data-theme-mode=light] .border-right-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .border-right-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-secondary:active,html body .theme-override-light .border-right-color-info-secondary,html body .theme-override-light .border-right-color-hover-info-secondary:hover,html body .theme-override-light .border-right-color-focus-info-secondary[data-focused=true],html body .theme-override-light .border-right-color-focus-info-secondary:focus,html body .theme-override-light .border-right-color-focus-info-secondary:focus-within,html body .theme-override-light .border-right-color-active-info-secondary[data-selected=true],html body .theme-override-light .border-right-color-active-info-secondary:active{border-right-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .fill-color-info-secondary,body[data-theme-mode=light] .fill-color-hover-info-secondary:hover,body[data-theme-mode=light] .fill-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-secondary:focus,body[data-theme-mode=light] .fill-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .fill-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-secondary:active,html body .theme-override-light .fill-color-info-secondary,html body .theme-override-light .fill-color-hover-info-secondary:hover,html body .theme-override-light .fill-color-focus-info-secondary[data-focused=true],html body .theme-override-light .fill-color-focus-info-secondary:focus,html body .theme-override-light .fill-color-focus-info-secondary:focus-within,html body .theme-override-light .fill-color-active-info-secondary[data-selected=true],html body .theme-override-light .fill-color-active-info-secondary:active{background-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outline-color-info-secondary,body[data-theme-mode=light] .outline-color-hover-info-secondary:hover,body[data-theme-mode=light] .outline-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-secondary:focus,body[data-theme-mode=light] .outline-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .outline-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-secondary:active,html body .theme-override-light .outline-color-info-secondary,html body .theme-override-light .outline-color-hover-info-secondary:hover,html body .theme-override-light .outline-color-focus-info-secondary[data-focused=true],html body .theme-override-light .outline-color-focus-info-secondary:focus,html body .theme-override-light .outline-color-focus-info-secondary:focus-within,html body .theme-override-light .outline-color-active-info-secondary[data-selected=true],html body .theme-override-light .outline-color-active-info-secondary:active{outline-color:var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outside-border-color-info-secondary,body[data-theme-mode=light] .outside-border-color-hover-info-secondary:hover,body[data-theme-mode=light] .outside-border-color-focus-info-secondary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-secondary:focus,body[data-theme-mode=light] .outside-border-color-focus-info-secondary:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-secondary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-secondary:active,html body .theme-override-light .outside-border-color-info-secondary,html body .theme-override-light .outside-border-color-hover-info-secondary:hover,html body .theme-override-light .outside-border-color-focus-info-secondary[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-secondary:focus,html body .theme-override-light .outside-border-color-focus-info-secondary:focus-within,html body .theme-override-light .outside-border-color-active-info-secondary[data-selected=true],html body .theme-override-light .outside-border-color-active-info-secondary:active{--outside-border-color: var(--color-info-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .font-color-info-secondary-foreground,body[data-theme-mode=light] .font-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .font-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .font-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-info-secondary-foreground:active,html body .theme-override-light .font-color-info-secondary-foreground,html body .theme-override-light .font-color-hover-info-secondary-foreground:hover,html body .theme-override-light .font-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-info-secondary-foreground:focus,html body .theme-override-light .font-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .font-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .font-color-active-info-secondary-foreground:active{color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-color-info-secondary-foreground,body[data-theme-mode=light] .border-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .border-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .border-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-info-secondary-foreground:active,html body .theme-override-light .border-color-info-secondary-foreground,html body .theme-override-light .border-color-hover-info-secondary-foreground:hover,html body .theme-override-light .border-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-info-secondary-foreground:focus,html body .theme-override-light .border-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .border-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .border-color-active-info-secondary-foreground:active{border-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-top-color-info-secondary-foreground,body[data-theme-mode=light] .border-top-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-secondary-foreground:active,html body .theme-override-light .border-top-color-info-secondary-foreground,html body .theme-override-light .border-top-color-hover-info-secondary-foreground:hover,html body .theme-override-light .border-top-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-info-secondary-foreground:focus,html body .theme-override-light .border-top-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .border-top-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-info-secondary-foreground:active{border-top-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-bottom-color-info-secondary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-secondary-foreground:active,html body .theme-override-light .border-bottom-color-info-secondary-foreground,html body .theme-override-light .border-bottom-color-hover-info-secondary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-secondary-foreground:active{border-bottom-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-left-color-info-secondary-foreground,body[data-theme-mode=light] .border-left-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-secondary-foreground:active,html body .theme-override-light .border-left-color-info-secondary-foreground,html body .theme-override-light .border-left-color-hover-info-secondary-foreground:hover,html body .theme-override-light .border-left-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-info-secondary-foreground:focus,html body .theme-override-light .border-left-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .border-left-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-info-secondary-foreground:active{border-left-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-right-color-info-secondary-foreground,body[data-theme-mode=light] .border-right-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-secondary-foreground:active,html body .theme-override-light .border-right-color-info-secondary-foreground,html body .theme-override-light .border-right-color-hover-info-secondary-foreground:hover,html body .theme-override-light .border-right-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-info-secondary-foreground:focus,html body .theme-override-light .border-right-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .border-right-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-info-secondary-foreground:active{border-right-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .fill-color-info-secondary-foreground,body[data-theme-mode=light] .fill-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-secondary-foreground:active,html body .theme-override-light .fill-color-info-secondary-foreground,html body .theme-override-light .fill-color-hover-info-secondary-foreground:hover,html body .theme-override-light .fill-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-info-secondary-foreground:focus,html body .theme-override-light .fill-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .fill-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-info-secondary-foreground:active{background-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outline-color-info-secondary-foreground,body[data-theme-mode=light] .outline-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-secondary-foreground:active,html body .theme-override-light .outline-color-info-secondary-foreground,html body .theme-override-light .outline-color-hover-info-secondary-foreground:hover,html body .theme-override-light .outline-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-info-secondary-foreground:focus,html body .theme-override-light .outline-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .outline-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-info-secondary-foreground:active{outline-color:var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outside-border-color-info-secondary-foreground,body[data-theme-mode=light] .outside-border-color-hover-info-secondary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-secondary-foreground:active,html body .theme-override-light .outside-border-color-info-secondary-foreground,html body .theme-override-light .outside-border-color-hover-info-secondary-foreground:hover,html body .theme-override-light .outside-border-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-secondary-foreground:focus,html body .theme-override-light .outside-border-color-focus-info-secondary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-info-secondary-foreground:active{--outside-border-color: var(--color-info-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .font-color-info-accent,body[data-theme-mode=light] .font-color-hover-info-accent:hover,body[data-theme-mode=light] .font-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-accent:focus,body[data-theme-mode=light] .font-color-focus-info-accent:focus-within,body[data-theme-mode=light] .font-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .font-color-active-info-accent:active,html body .theme-override-light .font-color-info-accent,html body .theme-override-light .font-color-hover-info-accent:hover,html body .theme-override-light .font-color-focus-info-accent[data-focused=true],html body .theme-override-light .font-color-focus-info-accent:focus,html body .theme-override-light .font-color-focus-info-accent:focus-within,html body .theme-override-light .font-color-active-info-accent[data-selected=true],html body .theme-override-light .font-color-active-info-accent:active{color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-color-info-accent,body[data-theme-mode=light] .border-color-hover-info-accent:hover,body[data-theme-mode=light] .border-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-accent:focus,body[data-theme-mode=light] .border-color-focus-info-accent:focus-within,body[data-theme-mode=light] .border-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .border-color-active-info-accent:active,html body .theme-override-light .border-color-info-accent,html body .theme-override-light .border-color-hover-info-accent:hover,html body .theme-override-light .border-color-focus-info-accent[data-focused=true],html body .theme-override-light .border-color-focus-info-accent:focus,html body .theme-override-light .border-color-focus-info-accent:focus-within,html body .theme-override-light .border-color-active-info-accent[data-selected=true],html body .theme-override-light .border-color-active-info-accent:active{border-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-top-color-info-accent,body[data-theme-mode=light] .border-top-color-hover-info-accent:hover,body[data-theme-mode=light] .border-top-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-accent:focus,body[data-theme-mode=light] .border-top-color-focus-info-accent:focus-within,body[data-theme-mode=light] .border-top-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-accent:active,html body .theme-override-light .border-top-color-info-accent,html body .theme-override-light .border-top-color-hover-info-accent:hover,html body .theme-override-light .border-top-color-focus-info-accent[data-focused=true],html body .theme-override-light .border-top-color-focus-info-accent:focus,html body .theme-override-light .border-top-color-focus-info-accent:focus-within,html body .theme-override-light .border-top-color-active-info-accent[data-selected=true],html body .theme-override-light .border-top-color-active-info-accent:active{border-top-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-bottom-color-info-accent,body[data-theme-mode=light] .border-bottom-color-hover-info-accent:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-accent:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-accent:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-accent:active,html body .theme-override-light .border-bottom-color-info-accent,html body .theme-override-light .border-bottom-color-hover-info-accent:hover,html body .theme-override-light .border-bottom-color-focus-info-accent[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-accent:focus,html body .theme-override-light .border-bottom-color-focus-info-accent:focus-within,html body .theme-override-light .border-bottom-color-active-info-accent[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-accent:active{border-bottom-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-left-color-info-accent,body[data-theme-mode=light] .border-left-color-hover-info-accent:hover,body[data-theme-mode=light] .border-left-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-accent:focus,body[data-theme-mode=light] .border-left-color-focus-info-accent:focus-within,body[data-theme-mode=light] .border-left-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-accent:active,html body .theme-override-light .border-left-color-info-accent,html body .theme-override-light .border-left-color-hover-info-accent:hover,html body .theme-override-light .border-left-color-focus-info-accent[data-focused=true],html body .theme-override-light .border-left-color-focus-info-accent:focus,html body .theme-override-light .border-left-color-focus-info-accent:focus-within,html body .theme-override-light .border-left-color-active-info-accent[data-selected=true],html body .theme-override-light .border-left-color-active-info-accent:active{border-left-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-right-color-info-accent,body[data-theme-mode=light] .border-right-color-hover-info-accent:hover,body[data-theme-mode=light] .border-right-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-accent:focus,body[data-theme-mode=light] .border-right-color-focus-info-accent:focus-within,body[data-theme-mode=light] .border-right-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-accent:active,html body .theme-override-light .border-right-color-info-accent,html body .theme-override-light .border-right-color-hover-info-accent:hover,html body .theme-override-light .border-right-color-focus-info-accent[data-focused=true],html body .theme-override-light .border-right-color-focus-info-accent:focus,html body .theme-override-light .border-right-color-focus-info-accent:focus-within,html body .theme-override-light .border-right-color-active-info-accent[data-selected=true],html body .theme-override-light .border-right-color-active-info-accent:active{border-right-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .fill-color-info-accent,body[data-theme-mode=light] .fill-color-hover-info-accent:hover,body[data-theme-mode=light] .fill-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-accent:focus,body[data-theme-mode=light] .fill-color-focus-info-accent:focus-within,body[data-theme-mode=light] .fill-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-accent:active,html body .theme-override-light .fill-color-info-accent,html body .theme-override-light .fill-color-hover-info-accent:hover,html body .theme-override-light .fill-color-focus-info-accent[data-focused=true],html body .theme-override-light .fill-color-focus-info-accent:focus,html body .theme-override-light .fill-color-focus-info-accent:focus-within,html body .theme-override-light .fill-color-active-info-accent[data-selected=true],html body .theme-override-light .fill-color-active-info-accent:active{background-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .outline-color-info-accent,body[data-theme-mode=light] .outline-color-hover-info-accent:hover,body[data-theme-mode=light] .outline-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-accent:focus,body[data-theme-mode=light] .outline-color-focus-info-accent:focus-within,body[data-theme-mode=light] .outline-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-accent:active,html body .theme-override-light .outline-color-info-accent,html body .theme-override-light .outline-color-hover-info-accent:hover,html body .theme-override-light .outline-color-focus-info-accent[data-focused=true],html body .theme-override-light .outline-color-focus-info-accent:focus,html body .theme-override-light .outline-color-focus-info-accent:focus-within,html body .theme-override-light .outline-color-active-info-accent[data-selected=true],html body .theme-override-light .outline-color-active-info-accent:active{outline-color:var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .outside-border-color-info-accent,body[data-theme-mode=light] .outside-border-color-hover-info-accent:hover,body[data-theme-mode=light] .outside-border-color-focus-info-accent[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-accent:focus,body[data-theme-mode=light] .outside-border-color-focus-info-accent:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-accent[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-accent:active,html body .theme-override-light .outside-border-color-info-accent,html body .theme-override-light .outside-border-color-hover-info-accent:hover,html body .theme-override-light .outside-border-color-focus-info-accent[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-accent:focus,html body .theme-override-light .outside-border-color-focus-info-accent:focus-within,html body .theme-override-light .outside-border-color-active-info-accent[data-selected=true],html body .theme-override-light .outside-border-color-active-info-accent:active{--outside-border-color: var(--color-info-accent, var(--color-light-accent))}body[data-theme-mode=light] .font-color-info-accent-foreground,body[data-theme-mode=light] .font-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .font-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .font-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .font-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-info-accent-foreground:active,html body .theme-override-light .font-color-info-accent-foreground,html body .theme-override-light .font-color-hover-info-accent-foreground:hover,html body .theme-override-light .font-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .font-color-focus-info-accent-foreground:focus,html body .theme-override-light .font-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .font-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .font-color-active-info-accent-foreground:active{color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-color-info-accent-foreground,body[data-theme-mode=light] .border-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .border-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .border-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .border-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-info-accent-foreground:active,html body .theme-override-light .border-color-info-accent-foreground,html body .theme-override-light .border-color-hover-info-accent-foreground:hover,html body .theme-override-light .border-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .border-color-focus-info-accent-foreground:focus,html body .theme-override-light .border-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .border-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .border-color-active-info-accent-foreground:active{border-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-top-color-info-accent-foreground,body[data-theme-mode=light] .border-top-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-accent-foreground:active,html body .theme-override-light .border-top-color-info-accent-foreground,html body .theme-override-light .border-top-color-hover-info-accent-foreground:hover,html body .theme-override-light .border-top-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-info-accent-foreground:focus,html body .theme-override-light .border-top-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .border-top-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-info-accent-foreground:active{border-top-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-bottom-color-info-accent-foreground,body[data-theme-mode=light] .border-bottom-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-accent-foreground:active,html body .theme-override-light .border-bottom-color-info-accent-foreground,html body .theme-override-light .border-bottom-color-hover-info-accent-foreground:hover,html body .theme-override-light .border-bottom-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-accent-foreground:focus,html body .theme-override-light .border-bottom-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-accent-foreground:active{border-bottom-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-left-color-info-accent-foreground,body[data-theme-mode=light] .border-left-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-accent-foreground:active,html body .theme-override-light .border-left-color-info-accent-foreground,html body .theme-override-light .border-left-color-hover-info-accent-foreground:hover,html body .theme-override-light .border-left-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-info-accent-foreground:focus,html body .theme-override-light .border-left-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .border-left-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-info-accent-foreground:active{border-left-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-right-color-info-accent-foreground,body[data-theme-mode=light] .border-right-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-accent-foreground:active,html body .theme-override-light .border-right-color-info-accent-foreground,html body .theme-override-light .border-right-color-hover-info-accent-foreground:hover,html body .theme-override-light .border-right-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-info-accent-foreground:focus,html body .theme-override-light .border-right-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .border-right-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-info-accent-foreground:active{border-right-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .fill-color-info-accent-foreground,body[data-theme-mode=light] .fill-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .fill-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .fill-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-accent-foreground:active,html body .theme-override-light .fill-color-info-accent-foreground,html body .theme-override-light .fill-color-hover-info-accent-foreground:hover,html body .theme-override-light .fill-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-info-accent-foreground:focus,html body .theme-override-light .fill-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .fill-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .fill-color-active-info-accent-foreground:active{background-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outline-color-info-accent-foreground,body[data-theme-mode=light] .outline-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .outline-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .outline-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-accent-foreground:active,html body .theme-override-light .outline-color-info-accent-foreground,html body .theme-override-light .outline-color-hover-info-accent-foreground:hover,html body .theme-override-light .outline-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-info-accent-foreground:focus,html body .theme-override-light .outline-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .outline-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .outline-color-active-info-accent-foreground:active{outline-color:var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outside-border-color-info-accent-foreground,body[data-theme-mode=light] .outside-border-color-hover-info-accent-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-accent-foreground:active,html body .theme-override-light .outside-border-color-info-accent-foreground,html body .theme-override-light .outside-border-color-hover-info-accent-foreground:hover,html body .theme-override-light .outside-border-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-accent-foreground:focus,html body .theme-override-light .outside-border-color-focus-info-accent-foreground:focus-within,html body .theme-override-light .outside-border-color-active-info-accent-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-info-accent-foreground:active{--outside-border-color: var(--color-info-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .font-color-info-background,body[data-theme-mode=light] .font-color-hover-info-background:hover,body[data-theme-mode=light] .font-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background:focus,body[data-theme-mode=light] .font-color-focus-info-background:focus-within,body[data-theme-mode=light] .font-color-active-info-background[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background:active,html body .theme-override-light .font-color-info-background,html body .theme-override-light .font-color-hover-info-background:hover,html body .theme-override-light .font-color-focus-info-background[data-focused=true],html body .theme-override-light .font-color-focus-info-background:focus,html body .theme-override-light .font-color-focus-info-background:focus-within,html body .theme-override-light .font-color-active-info-background[data-selected=true],html body .theme-override-light .font-color-active-info-background:active{color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .border-color-info-background,body[data-theme-mode=light] .border-color-hover-info-background:hover,body[data-theme-mode=light] .border-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background:focus,body[data-theme-mode=light] .border-color-focus-info-background:focus-within,body[data-theme-mode=light] .border-color-active-info-background[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background:active,html body .theme-override-light .border-color-info-background,html body .theme-override-light .border-color-hover-info-background:hover,html body .theme-override-light .border-color-focus-info-background[data-focused=true],html body .theme-override-light .border-color-focus-info-background:focus,html body .theme-override-light .border-color-focus-info-background:focus-within,html body .theme-override-light .border-color-active-info-background[data-selected=true],html body .theme-override-light .border-color-active-info-background:active{border-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .border-top-color-info-background,body[data-theme-mode=light] .border-top-color-hover-info-background:hover,body[data-theme-mode=light] .border-top-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background:focus,body[data-theme-mode=light] .border-top-color-focus-info-background:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background:active,html body .theme-override-light .border-top-color-info-background,html body .theme-override-light .border-top-color-hover-info-background:hover,html body .theme-override-light .border-top-color-focus-info-background[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background:focus,html body .theme-override-light .border-top-color-focus-info-background:focus-within,html body .theme-override-light .border-top-color-active-info-background[data-selected=true],html body .theme-override-light .border-top-color-active-info-background:active{border-top-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .border-bottom-color-info-background,body[data-theme-mode=light] .border-bottom-color-hover-info-background:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background:active,html body .theme-override-light .border-bottom-color-info-background,html body .theme-override-light .border-bottom-color-hover-info-background:hover,html body .theme-override-light .border-bottom-color-focus-info-background[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background:focus,html body .theme-override-light .border-bottom-color-focus-info-background:focus-within,html body .theme-override-light .border-bottom-color-active-info-background[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background:active{border-bottom-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .border-left-color-info-background,body[data-theme-mode=light] .border-left-color-hover-info-background:hover,body[data-theme-mode=light] .border-left-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background:focus,body[data-theme-mode=light] .border-left-color-focus-info-background:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background:active,html body .theme-override-light .border-left-color-info-background,html body .theme-override-light .border-left-color-hover-info-background:hover,html body .theme-override-light .border-left-color-focus-info-background[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background:focus,html body .theme-override-light .border-left-color-focus-info-background:focus-within,html body .theme-override-light .border-left-color-active-info-background[data-selected=true],html body .theme-override-light .border-left-color-active-info-background:active{border-left-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .border-right-color-info-background,body[data-theme-mode=light] .border-right-color-hover-info-background:hover,body[data-theme-mode=light] .border-right-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background:focus,body[data-theme-mode=light] .border-right-color-focus-info-background:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background:active,html body .theme-override-light .border-right-color-info-background,html body .theme-override-light .border-right-color-hover-info-background:hover,html body .theme-override-light .border-right-color-focus-info-background[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background:focus,html body .theme-override-light .border-right-color-focus-info-background:focus-within,html body .theme-override-light .border-right-color-active-info-background[data-selected=true],html body .theme-override-light .border-right-color-active-info-background:active{border-right-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .fill-color-info-background,body[data-theme-mode=light] .fill-color-hover-info-background:hover,body[data-theme-mode=light] .fill-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background:focus,body[data-theme-mode=light] .fill-color-focus-info-background:focus-within,body[data-theme-mode=light] .fill-color-active-info-background[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background:active,html body .theme-override-light .fill-color-info-background,html body .theme-override-light .fill-color-hover-info-background:hover,html body .theme-override-light .fill-color-focus-info-background[data-focused=true],html body .theme-override-light .fill-color-focus-info-background:focus,html body .theme-override-light .fill-color-focus-info-background:focus-within,html body .theme-override-light .fill-color-active-info-background[data-selected=true],html body .theme-override-light .fill-color-active-info-background:active{background-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .outline-color-info-background,body[data-theme-mode=light] .outline-color-hover-info-background:hover,body[data-theme-mode=light] .outline-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background:focus,body[data-theme-mode=light] .outline-color-focus-info-background:focus-within,body[data-theme-mode=light] .outline-color-active-info-background[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background:active,html body .theme-override-light .outline-color-info-background,html body .theme-override-light .outline-color-hover-info-background:hover,html body .theme-override-light .outline-color-focus-info-background[data-focused=true],html body .theme-override-light .outline-color-focus-info-background:focus,html body .theme-override-light .outline-color-focus-info-background:focus-within,html body .theme-override-light .outline-color-active-info-background[data-selected=true],html body .theme-override-light .outline-color-active-info-background:active{outline-color:var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .outside-border-color-info-background,body[data-theme-mode=light] .outside-border-color-hover-info-background:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background:active,html body .theme-override-light .outside-border-color-info-background,html body .theme-override-light .outside-border-color-hover-info-background:hover,html body .theme-override-light .outside-border-color-focus-info-background[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background:focus,html body .theme-override-light .outside-border-color-focus-info-background:focus-within,html body .theme-override-light .outside-border-color-active-info-background[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background:active{--outside-border-color: var(--color-info-background, var(--color-light-background))}body[data-theme-mode=light] .font-color-info-background-surface,body[data-theme-mode=light] .font-color-hover-info-background-surface:hover,body[data-theme-mode=light] .font-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-surface:focus,body[data-theme-mode=light] .font-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .font-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-surface:active,html body .theme-override-light .font-color-info-background-surface,html body .theme-override-light .font-color-hover-info-background-surface:hover,html body .theme-override-light .font-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .font-color-focus-info-background-surface:focus,html body .theme-override-light .font-color-focus-info-background-surface:focus-within,html body .theme-override-light .font-color-active-info-background-surface[data-selected=true],html body .theme-override-light .font-color-active-info-background-surface:active{color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-color-info-background-surface,body[data-theme-mode=light] .border-color-hover-info-background-surface:hover,body[data-theme-mode=light] .border-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-surface:focus,body[data-theme-mode=light] .border-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .border-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-surface:active,html body .theme-override-light .border-color-info-background-surface,html body .theme-override-light .border-color-hover-info-background-surface:hover,html body .theme-override-light .border-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .border-color-focus-info-background-surface:focus,html body .theme-override-light .border-color-focus-info-background-surface:focus-within,html body .theme-override-light .border-color-active-info-background-surface[data-selected=true],html body .theme-override-light .border-color-active-info-background-surface:active{border-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-top-color-info-background-surface,body[data-theme-mode=light] .border-top-color-hover-info-background-surface:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-surface:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-surface:active,html body .theme-override-light .border-top-color-info-background-surface,html body .theme-override-light .border-top-color-hover-info-background-surface:hover,html body .theme-override-light .border-top-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-surface:focus,html body .theme-override-light .border-top-color-focus-info-background-surface:focus-within,html body .theme-override-light .border-top-color-active-info-background-surface[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-surface:active{border-top-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-bottom-color-info-background-surface,body[data-theme-mode=light] .border-bottom-color-hover-info-background-surface:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-surface:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-surface:active,html body .theme-override-light .border-bottom-color-info-background-surface,html body .theme-override-light .border-bottom-color-hover-info-background-surface:hover,html body .theme-override-light .border-bottom-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-surface:focus,html body .theme-override-light .border-bottom-color-focus-info-background-surface:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-surface[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-surface:active{border-bottom-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-left-color-info-background-surface,body[data-theme-mode=light] .border-left-color-hover-info-background-surface:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-surface:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-surface:active,html body .theme-override-light .border-left-color-info-background-surface,html body .theme-override-light .border-left-color-hover-info-background-surface:hover,html body .theme-override-light .border-left-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-surface:focus,html body .theme-override-light .border-left-color-focus-info-background-surface:focus-within,html body .theme-override-light .border-left-color-active-info-background-surface[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-surface:active{border-left-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-right-color-info-background-surface,body[data-theme-mode=light] .border-right-color-hover-info-background-surface:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-surface:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-surface:active,html body .theme-override-light .border-right-color-info-background-surface,html body .theme-override-light .border-right-color-hover-info-background-surface:hover,html body .theme-override-light .border-right-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-surface:focus,html body .theme-override-light .border-right-color-focus-info-background-surface:focus-within,html body .theme-override-light .border-right-color-active-info-background-surface[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-surface:active{border-right-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .fill-color-info-background-surface,body[data-theme-mode=light] .fill-color-hover-info-background-surface:hover,body[data-theme-mode=light] .fill-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-surface:focus,body[data-theme-mode=light] .fill-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-surface:active,html body .theme-override-light .fill-color-info-background-surface,html body .theme-override-light .fill-color-hover-info-background-surface:hover,html body .theme-override-light .fill-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-surface:focus,html body .theme-override-light .fill-color-focus-info-background-surface:focus-within,html body .theme-override-light .fill-color-active-info-background-surface[data-selected=true],html body .theme-override-light .fill-color-active-info-background-surface:active{background-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outline-color-info-background-surface,body[data-theme-mode=light] .outline-color-hover-info-background-surface:hover,body[data-theme-mode=light] .outline-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-surface:focus,body[data-theme-mode=light] .outline-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-surface:active,html body .theme-override-light .outline-color-info-background-surface,html body .theme-override-light .outline-color-hover-info-background-surface:hover,html body .theme-override-light .outline-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-surface:focus,html body .theme-override-light .outline-color-focus-info-background-surface:focus-within,html body .theme-override-light .outline-color-active-info-background-surface[data-selected=true],html body .theme-override-light .outline-color-active-info-background-surface:active{outline-color:var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outside-border-color-info-background-surface,body[data-theme-mode=light] .outside-border-color-hover-info-background-surface:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-surface:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-surface:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-surface[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-surface:active,html body .theme-override-light .outside-border-color-info-background-surface,html body .theme-override-light .outside-border-color-hover-info-background-surface:hover,html body .theme-override-light .outside-border-color-focus-info-background-surface[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-surface:focus,html body .theme-override-light .outside-border-color-focus-info-background-surface:focus-within,html body .theme-override-light .outside-border-color-active-info-background-surface[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-surface:active{--outside-border-color: var(--color-info-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .font-color-info-background-ghost,body[data-theme-mode=light] .font-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .font-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .font-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .font-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-ghost:active,html body .theme-override-light .font-color-info-background-ghost,html body .theme-override-light .font-color-hover-info-background-ghost:hover,html body .theme-override-light .font-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .font-color-focus-info-background-ghost:focus,html body .theme-override-light .font-color-focus-info-background-ghost:focus-within,html body .theme-override-light .font-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .font-color-active-info-background-ghost:active{color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-color-info-background-ghost,body[data-theme-mode=light] .border-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .border-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .border-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .border-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-ghost:active,html body .theme-override-light .border-color-info-background-ghost,html body .theme-override-light .border-color-hover-info-background-ghost:hover,html body .theme-override-light .border-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .border-color-focus-info-background-ghost:focus,html body .theme-override-light .border-color-focus-info-background-ghost:focus-within,html body .theme-override-light .border-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .border-color-active-info-background-ghost:active{border-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-top-color-info-background-ghost,body[data-theme-mode=light] .border-top-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-ghost:active,html body .theme-override-light .border-top-color-info-background-ghost,html body .theme-override-light .border-top-color-hover-info-background-ghost:hover,html body .theme-override-light .border-top-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-ghost:focus,html body .theme-override-light .border-top-color-focus-info-background-ghost:focus-within,html body .theme-override-light .border-top-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-ghost:active{border-top-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-bottom-color-info-background-ghost,body[data-theme-mode=light] .border-bottom-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-ghost:active,html body .theme-override-light .border-bottom-color-info-background-ghost,html body .theme-override-light .border-bottom-color-hover-info-background-ghost:hover,html body .theme-override-light .border-bottom-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-ghost:focus,html body .theme-override-light .border-bottom-color-focus-info-background-ghost:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-ghost:active{border-bottom-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-left-color-info-background-ghost,body[data-theme-mode=light] .border-left-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-ghost:active,html body .theme-override-light .border-left-color-info-background-ghost,html body .theme-override-light .border-left-color-hover-info-background-ghost:hover,html body .theme-override-light .border-left-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-ghost:focus,html body .theme-override-light .border-left-color-focus-info-background-ghost:focus-within,html body .theme-override-light .border-left-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-ghost:active{border-left-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-right-color-info-background-ghost,body[data-theme-mode=light] .border-right-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-ghost:active,html body .theme-override-light .border-right-color-info-background-ghost,html body .theme-override-light .border-right-color-hover-info-background-ghost:hover,html body .theme-override-light .border-right-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-ghost:focus,html body .theme-override-light .border-right-color-focus-info-background-ghost:focus-within,html body .theme-override-light .border-right-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-ghost:active{border-right-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .fill-color-info-background-ghost,body[data-theme-mode=light] .fill-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .fill-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .fill-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-ghost:active,html body .theme-override-light .fill-color-info-background-ghost,html body .theme-override-light .fill-color-hover-info-background-ghost:hover,html body .theme-override-light .fill-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-ghost:focus,html body .theme-override-light .fill-color-focus-info-background-ghost:focus-within,html body .theme-override-light .fill-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .fill-color-active-info-background-ghost:active{background-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outline-color-info-background-ghost,body[data-theme-mode=light] .outline-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .outline-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .outline-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-ghost:active,html body .theme-override-light .outline-color-info-background-ghost,html body .theme-override-light .outline-color-hover-info-background-ghost:hover,html body .theme-override-light .outline-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-ghost:focus,html body .theme-override-light .outline-color-focus-info-background-ghost:focus-within,html body .theme-override-light .outline-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .outline-color-active-info-background-ghost:active{outline-color:var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outside-border-color-info-background-ghost,body[data-theme-mode=light] .outside-border-color-hover-info-background-ghost:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-ghost:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-ghost:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-ghost:active,html body .theme-override-light .outside-border-color-info-background-ghost,html body .theme-override-light .outside-border-color-hover-info-background-ghost:hover,html body .theme-override-light .outside-border-color-focus-info-background-ghost[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-ghost:focus,html body .theme-override-light .outside-border-color-focus-info-background-ghost:focus-within,html body .theme-override-light .outside-border-color-active-info-background-ghost[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-ghost:active{--outside-border-color: var(--color-info-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .font-color-info-background-flat,body[data-theme-mode=light] .font-color-hover-info-background-flat:hover,body[data-theme-mode=light] .font-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-flat:focus,body[data-theme-mode=light] .font-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .font-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-flat:active,html body .theme-override-light .font-color-info-background-flat,html body .theme-override-light .font-color-hover-info-background-flat:hover,html body .theme-override-light .font-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .font-color-focus-info-background-flat:focus,html body .theme-override-light .font-color-focus-info-background-flat:focus-within,html body .theme-override-light .font-color-active-info-background-flat[data-selected=true],html body .theme-override-light .font-color-active-info-background-flat:active{color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-color-info-background-flat,body[data-theme-mode=light] .border-color-hover-info-background-flat:hover,body[data-theme-mode=light] .border-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-flat:focus,body[data-theme-mode=light] .border-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .border-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-flat:active,html body .theme-override-light .border-color-info-background-flat,html body .theme-override-light .border-color-hover-info-background-flat:hover,html body .theme-override-light .border-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .border-color-focus-info-background-flat:focus,html body .theme-override-light .border-color-focus-info-background-flat:focus-within,html body .theme-override-light .border-color-active-info-background-flat[data-selected=true],html body .theme-override-light .border-color-active-info-background-flat:active{border-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-top-color-info-background-flat,body[data-theme-mode=light] .border-top-color-hover-info-background-flat:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-flat:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-flat:active,html body .theme-override-light .border-top-color-info-background-flat,html body .theme-override-light .border-top-color-hover-info-background-flat:hover,html body .theme-override-light .border-top-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-flat:focus,html body .theme-override-light .border-top-color-focus-info-background-flat:focus-within,html body .theme-override-light .border-top-color-active-info-background-flat[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-flat:active{border-top-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-bottom-color-info-background-flat,body[data-theme-mode=light] .border-bottom-color-hover-info-background-flat:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-flat:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-flat:active,html body .theme-override-light .border-bottom-color-info-background-flat,html body .theme-override-light .border-bottom-color-hover-info-background-flat:hover,html body .theme-override-light .border-bottom-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-flat:focus,html body .theme-override-light .border-bottom-color-focus-info-background-flat:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-flat[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-flat:active{border-bottom-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-left-color-info-background-flat,body[data-theme-mode=light] .border-left-color-hover-info-background-flat:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-flat:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-flat:active,html body .theme-override-light .border-left-color-info-background-flat,html body .theme-override-light .border-left-color-hover-info-background-flat:hover,html body .theme-override-light .border-left-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-flat:focus,html body .theme-override-light .border-left-color-focus-info-background-flat:focus-within,html body .theme-override-light .border-left-color-active-info-background-flat[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-flat:active{border-left-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-right-color-info-background-flat,body[data-theme-mode=light] .border-right-color-hover-info-background-flat:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-flat:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-flat:active,html body .theme-override-light .border-right-color-info-background-flat,html body .theme-override-light .border-right-color-hover-info-background-flat:hover,html body .theme-override-light .border-right-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-flat:focus,html body .theme-override-light .border-right-color-focus-info-background-flat:focus-within,html body .theme-override-light .border-right-color-active-info-background-flat[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-flat:active{border-right-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .fill-color-info-background-flat,body[data-theme-mode=light] .fill-color-hover-info-background-flat:hover,body[data-theme-mode=light] .fill-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-flat:focus,body[data-theme-mode=light] .fill-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-flat:active,html body .theme-override-light .fill-color-info-background-flat,html body .theme-override-light .fill-color-hover-info-background-flat:hover,html body .theme-override-light .fill-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-flat:focus,html body .theme-override-light .fill-color-focus-info-background-flat:focus-within,html body .theme-override-light .fill-color-active-info-background-flat[data-selected=true],html body .theme-override-light .fill-color-active-info-background-flat:active{background-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outline-color-info-background-flat,body[data-theme-mode=light] .outline-color-hover-info-background-flat:hover,body[data-theme-mode=light] .outline-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-flat:focus,body[data-theme-mode=light] .outline-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-flat:active,html body .theme-override-light .outline-color-info-background-flat,html body .theme-override-light .outline-color-hover-info-background-flat:hover,html body .theme-override-light .outline-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-flat:focus,html body .theme-override-light .outline-color-focus-info-background-flat:focus-within,html body .theme-override-light .outline-color-active-info-background-flat[data-selected=true],html body .theme-override-light .outline-color-active-info-background-flat:active{outline-color:var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outside-border-color-info-background-flat,body[data-theme-mode=light] .outside-border-color-hover-info-background-flat:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-flat:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-flat:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-flat[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-flat:active,html body .theme-override-light .outside-border-color-info-background-flat,html body .theme-override-light .outside-border-color-hover-info-background-flat:hover,html body .theme-override-light .outside-border-color-focus-info-background-flat[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-flat:focus,html body .theme-override-light .outside-border-color-focus-info-background-flat:focus-within,html body .theme-override-light .outside-border-color-active-info-background-flat[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-flat:active{--outside-border-color: var(--color-info-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .font-color-info-background-card,body[data-theme-mode=light] .font-color-hover-info-background-card:hover,body[data-theme-mode=light] .font-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-card:focus,body[data-theme-mode=light] .font-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .font-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-card:active,html body .theme-override-light .font-color-info-background-card,html body .theme-override-light .font-color-hover-info-background-card:hover,html body .theme-override-light .font-color-focus-info-background-card[data-focused=true],html body .theme-override-light .font-color-focus-info-background-card:focus,html body .theme-override-light .font-color-focus-info-background-card:focus-within,html body .theme-override-light .font-color-active-info-background-card[data-selected=true],html body .theme-override-light .font-color-active-info-background-card:active{color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-color-info-background-card,body[data-theme-mode=light] .border-color-hover-info-background-card:hover,body[data-theme-mode=light] .border-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-card:focus,body[data-theme-mode=light] .border-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .border-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-card:active,html body .theme-override-light .border-color-info-background-card,html body .theme-override-light .border-color-hover-info-background-card:hover,html body .theme-override-light .border-color-focus-info-background-card[data-focused=true],html body .theme-override-light .border-color-focus-info-background-card:focus,html body .theme-override-light .border-color-focus-info-background-card:focus-within,html body .theme-override-light .border-color-active-info-background-card[data-selected=true],html body .theme-override-light .border-color-active-info-background-card:active{border-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-top-color-info-background-card,body[data-theme-mode=light] .border-top-color-hover-info-background-card:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-card:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-card:active,html body .theme-override-light .border-top-color-info-background-card,html body .theme-override-light .border-top-color-hover-info-background-card:hover,html body .theme-override-light .border-top-color-focus-info-background-card[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-card:focus,html body .theme-override-light .border-top-color-focus-info-background-card:focus-within,html body .theme-override-light .border-top-color-active-info-background-card[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-card:active{border-top-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-bottom-color-info-background-card,body[data-theme-mode=light] .border-bottom-color-hover-info-background-card:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-card:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-card:active,html body .theme-override-light .border-bottom-color-info-background-card,html body .theme-override-light .border-bottom-color-hover-info-background-card:hover,html body .theme-override-light .border-bottom-color-focus-info-background-card[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-card:focus,html body .theme-override-light .border-bottom-color-focus-info-background-card:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-card[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-card:active{border-bottom-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-left-color-info-background-card,body[data-theme-mode=light] .border-left-color-hover-info-background-card:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-card:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-card:active,html body .theme-override-light .border-left-color-info-background-card,html body .theme-override-light .border-left-color-hover-info-background-card:hover,html body .theme-override-light .border-left-color-focus-info-background-card[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-card:focus,html body .theme-override-light .border-left-color-focus-info-background-card:focus-within,html body .theme-override-light .border-left-color-active-info-background-card[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-card:active{border-left-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-right-color-info-background-card,body[data-theme-mode=light] .border-right-color-hover-info-background-card:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-card:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-card:active,html body .theme-override-light .border-right-color-info-background-card,html body .theme-override-light .border-right-color-hover-info-background-card:hover,html body .theme-override-light .border-right-color-focus-info-background-card[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-card:focus,html body .theme-override-light .border-right-color-focus-info-background-card:focus-within,html body .theme-override-light .border-right-color-active-info-background-card[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-card:active{border-right-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .fill-color-info-background-card,body[data-theme-mode=light] .fill-color-hover-info-background-card:hover,body[data-theme-mode=light] .fill-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-card:focus,body[data-theme-mode=light] .fill-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-card:active,html body .theme-override-light .fill-color-info-background-card,html body .theme-override-light .fill-color-hover-info-background-card:hover,html body .theme-override-light .fill-color-focus-info-background-card[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-card:focus,html body .theme-override-light .fill-color-focus-info-background-card:focus-within,html body .theme-override-light .fill-color-active-info-background-card[data-selected=true],html body .theme-override-light .fill-color-active-info-background-card:active{background-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outline-color-info-background-card,body[data-theme-mode=light] .outline-color-hover-info-background-card:hover,body[data-theme-mode=light] .outline-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-card:focus,body[data-theme-mode=light] .outline-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-card:active,html body .theme-override-light .outline-color-info-background-card,html body .theme-override-light .outline-color-hover-info-background-card:hover,html body .theme-override-light .outline-color-focus-info-background-card[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-card:focus,html body .theme-override-light .outline-color-focus-info-background-card:focus-within,html body .theme-override-light .outline-color-active-info-background-card[data-selected=true],html body .theme-override-light .outline-color-active-info-background-card:active{outline-color:var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outside-border-color-info-background-card,body[data-theme-mode=light] .outside-border-color-hover-info-background-card:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-card[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-card:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-card:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-card[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-card:active,html body .theme-override-light .outside-border-color-info-background-card,html body .theme-override-light .outside-border-color-hover-info-background-card:hover,html body .theme-override-light .outside-border-color-focus-info-background-card[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-card:focus,html body .theme-override-light .outside-border-color-focus-info-background-card:focus-within,html body .theme-override-light .outside-border-color-active-info-background-card[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-card:active{--outside-border-color: var(--color-info-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .font-color-info-background-panel,body[data-theme-mode=light] .font-color-hover-info-background-panel:hover,body[data-theme-mode=light] .font-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-panel:focus,body[data-theme-mode=light] .font-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .font-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-panel:active,html body .theme-override-light .font-color-info-background-panel,html body .theme-override-light .font-color-hover-info-background-panel:hover,html body .theme-override-light .font-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .font-color-focus-info-background-panel:focus,html body .theme-override-light .font-color-focus-info-background-panel:focus-within,html body .theme-override-light .font-color-active-info-background-panel[data-selected=true],html body .theme-override-light .font-color-active-info-background-panel:active{color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-color-info-background-panel,body[data-theme-mode=light] .border-color-hover-info-background-panel:hover,body[data-theme-mode=light] .border-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-panel:focus,body[data-theme-mode=light] .border-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .border-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-panel:active,html body .theme-override-light .border-color-info-background-panel,html body .theme-override-light .border-color-hover-info-background-panel:hover,html body .theme-override-light .border-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .border-color-focus-info-background-panel:focus,html body .theme-override-light .border-color-focus-info-background-panel:focus-within,html body .theme-override-light .border-color-active-info-background-panel[data-selected=true],html body .theme-override-light .border-color-active-info-background-panel:active{border-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-top-color-info-background-panel,body[data-theme-mode=light] .border-top-color-hover-info-background-panel:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-panel:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-panel:active,html body .theme-override-light .border-top-color-info-background-panel,html body .theme-override-light .border-top-color-hover-info-background-panel:hover,html body .theme-override-light .border-top-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-panel:focus,html body .theme-override-light .border-top-color-focus-info-background-panel:focus-within,html body .theme-override-light .border-top-color-active-info-background-panel[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-panel:active{border-top-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-bottom-color-info-background-panel,body[data-theme-mode=light] .border-bottom-color-hover-info-background-panel:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-panel:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-panel:active,html body .theme-override-light .border-bottom-color-info-background-panel,html body .theme-override-light .border-bottom-color-hover-info-background-panel:hover,html body .theme-override-light .border-bottom-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-panel:focus,html body .theme-override-light .border-bottom-color-focus-info-background-panel:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-panel[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-panel:active{border-bottom-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-left-color-info-background-panel,body[data-theme-mode=light] .border-left-color-hover-info-background-panel:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-panel:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-panel:active,html body .theme-override-light .border-left-color-info-background-panel,html body .theme-override-light .border-left-color-hover-info-background-panel:hover,html body .theme-override-light .border-left-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-panel:focus,html body .theme-override-light .border-left-color-focus-info-background-panel:focus-within,html body .theme-override-light .border-left-color-active-info-background-panel[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-panel:active{border-left-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-right-color-info-background-panel,body[data-theme-mode=light] .border-right-color-hover-info-background-panel:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-panel:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-panel:active,html body .theme-override-light .border-right-color-info-background-panel,html body .theme-override-light .border-right-color-hover-info-background-panel:hover,html body .theme-override-light .border-right-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-panel:focus,html body .theme-override-light .border-right-color-focus-info-background-panel:focus-within,html body .theme-override-light .border-right-color-active-info-background-panel[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-panel:active{border-right-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .fill-color-info-background-panel,body[data-theme-mode=light] .fill-color-hover-info-background-panel:hover,body[data-theme-mode=light] .fill-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-panel:focus,body[data-theme-mode=light] .fill-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-panel:active,html body .theme-override-light .fill-color-info-background-panel,html body .theme-override-light .fill-color-hover-info-background-panel:hover,html body .theme-override-light .fill-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-panel:focus,html body .theme-override-light .fill-color-focus-info-background-panel:focus-within,html body .theme-override-light .fill-color-active-info-background-panel[data-selected=true],html body .theme-override-light .fill-color-active-info-background-panel:active{background-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outline-color-info-background-panel,body[data-theme-mode=light] .outline-color-hover-info-background-panel:hover,body[data-theme-mode=light] .outline-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-panel:focus,body[data-theme-mode=light] .outline-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-panel:active,html body .theme-override-light .outline-color-info-background-panel,html body .theme-override-light .outline-color-hover-info-background-panel:hover,html body .theme-override-light .outline-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-panel:focus,html body .theme-override-light .outline-color-focus-info-background-panel:focus-within,html body .theme-override-light .outline-color-active-info-background-panel[data-selected=true],html body .theme-override-light .outline-color-active-info-background-panel:active{outline-color:var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outside-border-color-info-background-panel,body[data-theme-mode=light] .outside-border-color-hover-info-background-panel:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-panel:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-panel:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-panel[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-panel:active,html body .theme-override-light .outside-border-color-info-background-panel,html body .theme-override-light .outside-border-color-hover-info-background-panel:hover,html body .theme-override-light .outside-border-color-focus-info-background-panel[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-panel:focus,html body .theme-override-light .outside-border-color-focus-info-background-panel:focus-within,html body .theme-override-light .outside-border-color-active-info-background-panel[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-panel:active{--outside-border-color: var(--color-info-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .font-color-info-background-field,body[data-theme-mode=light] .font-color-hover-info-background-field:hover,body[data-theme-mode=light] .font-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-background-field:focus,body[data-theme-mode=light] .font-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .font-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .font-color-active-info-background-field:active,html body .theme-override-light .font-color-info-background-field,html body .theme-override-light .font-color-hover-info-background-field:hover,html body .theme-override-light .font-color-focus-info-background-field[data-focused=true],html body .theme-override-light .font-color-focus-info-background-field:focus,html body .theme-override-light .font-color-focus-info-background-field:focus-within,html body .theme-override-light .font-color-active-info-background-field[data-selected=true],html body .theme-override-light .font-color-active-info-background-field:active{color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-color-info-background-field,body[data-theme-mode=light] .border-color-hover-info-background-field:hover,body[data-theme-mode=light] .border-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-background-field:focus,body[data-theme-mode=light] .border-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .border-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .border-color-active-info-background-field:active,html body .theme-override-light .border-color-info-background-field,html body .theme-override-light .border-color-hover-info-background-field:hover,html body .theme-override-light .border-color-focus-info-background-field[data-focused=true],html body .theme-override-light .border-color-focus-info-background-field:focus,html body .theme-override-light .border-color-focus-info-background-field:focus-within,html body .theme-override-light .border-color-active-info-background-field[data-selected=true],html body .theme-override-light .border-color-active-info-background-field:active{border-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-top-color-info-background-field,body[data-theme-mode=light] .border-top-color-hover-info-background-field:hover,body[data-theme-mode=light] .border-top-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-background-field:focus,body[data-theme-mode=light] .border-top-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .border-top-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-background-field:active,html body .theme-override-light .border-top-color-info-background-field,html body .theme-override-light .border-top-color-hover-info-background-field:hover,html body .theme-override-light .border-top-color-focus-info-background-field[data-focused=true],html body .theme-override-light .border-top-color-focus-info-background-field:focus,html body .theme-override-light .border-top-color-focus-info-background-field:focus-within,html body .theme-override-light .border-top-color-active-info-background-field[data-selected=true],html body .theme-override-light .border-top-color-active-info-background-field:active{border-top-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-bottom-color-info-background-field,body[data-theme-mode=light] .border-bottom-color-hover-info-background-field:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-background-field:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-background-field:active,html body .theme-override-light .border-bottom-color-info-background-field,html body .theme-override-light .border-bottom-color-hover-info-background-field:hover,html body .theme-override-light .border-bottom-color-focus-info-background-field[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-background-field:focus,html body .theme-override-light .border-bottom-color-focus-info-background-field:focus-within,html body .theme-override-light .border-bottom-color-active-info-background-field[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-background-field:active{border-bottom-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-left-color-info-background-field,body[data-theme-mode=light] .border-left-color-hover-info-background-field:hover,body[data-theme-mode=light] .border-left-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-background-field:focus,body[data-theme-mode=light] .border-left-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .border-left-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-background-field:active,html body .theme-override-light .border-left-color-info-background-field,html body .theme-override-light .border-left-color-hover-info-background-field:hover,html body .theme-override-light .border-left-color-focus-info-background-field[data-focused=true],html body .theme-override-light .border-left-color-focus-info-background-field:focus,html body .theme-override-light .border-left-color-focus-info-background-field:focus-within,html body .theme-override-light .border-left-color-active-info-background-field[data-selected=true],html body .theme-override-light .border-left-color-active-info-background-field:active{border-left-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-right-color-info-background-field,body[data-theme-mode=light] .border-right-color-hover-info-background-field:hover,body[data-theme-mode=light] .border-right-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-background-field:focus,body[data-theme-mode=light] .border-right-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .border-right-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-background-field:active,html body .theme-override-light .border-right-color-info-background-field,html body .theme-override-light .border-right-color-hover-info-background-field:hover,html body .theme-override-light .border-right-color-focus-info-background-field[data-focused=true],html body .theme-override-light .border-right-color-focus-info-background-field:focus,html body .theme-override-light .border-right-color-focus-info-background-field:focus-within,html body .theme-override-light .border-right-color-active-info-background-field[data-selected=true],html body .theme-override-light .border-right-color-active-info-background-field:active{border-right-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .fill-color-info-background-field,body[data-theme-mode=light] .fill-color-hover-info-background-field:hover,body[data-theme-mode=light] .fill-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-background-field:focus,body[data-theme-mode=light] .fill-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .fill-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-background-field:active,html body .theme-override-light .fill-color-info-background-field,html body .theme-override-light .fill-color-hover-info-background-field:hover,html body .theme-override-light .fill-color-focus-info-background-field[data-focused=true],html body .theme-override-light .fill-color-focus-info-background-field:focus,html body .theme-override-light .fill-color-focus-info-background-field:focus-within,html body .theme-override-light .fill-color-active-info-background-field[data-selected=true],html body .theme-override-light .fill-color-active-info-background-field:active{background-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outline-color-info-background-field,body[data-theme-mode=light] .outline-color-hover-info-background-field:hover,body[data-theme-mode=light] .outline-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-background-field:focus,body[data-theme-mode=light] .outline-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .outline-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-background-field:active,html body .theme-override-light .outline-color-info-background-field,html body .theme-override-light .outline-color-hover-info-background-field:hover,html body .theme-override-light .outline-color-focus-info-background-field[data-focused=true],html body .theme-override-light .outline-color-focus-info-background-field:focus,html body .theme-override-light .outline-color-focus-info-background-field:focus-within,html body .theme-override-light .outline-color-active-info-background-field[data-selected=true],html body .theme-override-light .outline-color-active-info-background-field:active{outline-color:var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outside-border-color-info-background-field,body[data-theme-mode=light] .outside-border-color-hover-info-background-field:hover,body[data-theme-mode=light] .outside-border-color-focus-info-background-field[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-background-field:focus,body[data-theme-mode=light] .outside-border-color-focus-info-background-field:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-background-field[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-background-field:active,html body .theme-override-light .outside-border-color-info-background-field,html body .theme-override-light .outside-border-color-hover-info-background-field:hover,html body .theme-override-light .outside-border-color-focus-info-background-field[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-background-field:focus,html body .theme-override-light .outside-border-color-focus-info-background-field:focus-within,html body .theme-override-light .outside-border-color-active-info-background-field[data-selected=true],html body .theme-override-light .outside-border-color-active-info-background-field:active{--outside-border-color: var(--color-info-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .font-color-info-font,body[data-theme-mode=light] .font-color-hover-info-font:hover,body[data-theme-mode=light] .font-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font:focus,body[data-theme-mode=light] .font-color-focus-info-font:focus-within,body[data-theme-mode=light] .font-color-active-info-font[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font:active,html body .theme-override-light .font-color-info-font,html body .theme-override-light .font-color-hover-info-font:hover,html body .theme-override-light .font-color-focus-info-font[data-focused=true],html body .theme-override-light .font-color-focus-info-font:focus,html body .theme-override-light .font-color-focus-info-font:focus-within,html body .theme-override-light .font-color-active-info-font[data-selected=true],html body .theme-override-light .font-color-active-info-font:active{color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .border-color-info-font,body[data-theme-mode=light] .border-color-hover-info-font:hover,body[data-theme-mode=light] .border-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font:focus,body[data-theme-mode=light] .border-color-focus-info-font:focus-within,body[data-theme-mode=light] .border-color-active-info-font[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font:active,html body .theme-override-light .border-color-info-font,html body .theme-override-light .border-color-hover-info-font:hover,html body .theme-override-light .border-color-focus-info-font[data-focused=true],html body .theme-override-light .border-color-focus-info-font:focus,html body .theme-override-light .border-color-focus-info-font:focus-within,html body .theme-override-light .border-color-active-info-font[data-selected=true],html body .theme-override-light .border-color-active-info-font:active{border-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .border-top-color-info-font,body[data-theme-mode=light] .border-top-color-hover-info-font:hover,body[data-theme-mode=light] .border-top-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font:focus,body[data-theme-mode=light] .border-top-color-focus-info-font:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font:active,html body .theme-override-light .border-top-color-info-font,html body .theme-override-light .border-top-color-hover-info-font:hover,html body .theme-override-light .border-top-color-focus-info-font[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font:focus,html body .theme-override-light .border-top-color-focus-info-font:focus-within,html body .theme-override-light .border-top-color-active-info-font[data-selected=true],html body .theme-override-light .border-top-color-active-info-font:active{border-top-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .border-bottom-color-info-font,body[data-theme-mode=light] .border-bottom-color-hover-info-font:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font:active,html body .theme-override-light .border-bottom-color-info-font,html body .theme-override-light .border-bottom-color-hover-info-font:hover,html body .theme-override-light .border-bottom-color-focus-info-font[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font:focus,html body .theme-override-light .border-bottom-color-focus-info-font:focus-within,html body .theme-override-light .border-bottom-color-active-info-font[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font:active{border-bottom-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .border-left-color-info-font,body[data-theme-mode=light] .border-left-color-hover-info-font:hover,body[data-theme-mode=light] .border-left-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font:focus,body[data-theme-mode=light] .border-left-color-focus-info-font:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font:active,html body .theme-override-light .border-left-color-info-font,html body .theme-override-light .border-left-color-hover-info-font:hover,html body .theme-override-light .border-left-color-focus-info-font[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font:focus,html body .theme-override-light .border-left-color-focus-info-font:focus-within,html body .theme-override-light .border-left-color-active-info-font[data-selected=true],html body .theme-override-light .border-left-color-active-info-font:active{border-left-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .border-right-color-info-font,body[data-theme-mode=light] .border-right-color-hover-info-font:hover,body[data-theme-mode=light] .border-right-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font:focus,body[data-theme-mode=light] .border-right-color-focus-info-font:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font:active,html body .theme-override-light .border-right-color-info-font,html body .theme-override-light .border-right-color-hover-info-font:hover,html body .theme-override-light .border-right-color-focus-info-font[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font:focus,html body .theme-override-light .border-right-color-focus-info-font:focus-within,html body .theme-override-light .border-right-color-active-info-font[data-selected=true],html body .theme-override-light .border-right-color-active-info-font:active{border-right-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .fill-color-info-font,body[data-theme-mode=light] .fill-color-hover-info-font:hover,body[data-theme-mode=light] .fill-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font:focus,body[data-theme-mode=light] .fill-color-focus-info-font:focus-within,body[data-theme-mode=light] .fill-color-active-info-font[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font:active,html body .theme-override-light .fill-color-info-font,html body .theme-override-light .fill-color-hover-info-font:hover,html body .theme-override-light .fill-color-focus-info-font[data-focused=true],html body .theme-override-light .fill-color-focus-info-font:focus,html body .theme-override-light .fill-color-focus-info-font:focus-within,html body .theme-override-light .fill-color-active-info-font[data-selected=true],html body .theme-override-light .fill-color-active-info-font:active{background-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .outline-color-info-font,body[data-theme-mode=light] .outline-color-hover-info-font:hover,body[data-theme-mode=light] .outline-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font:focus,body[data-theme-mode=light] .outline-color-focus-info-font:focus-within,body[data-theme-mode=light] .outline-color-active-info-font[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font:active,html body .theme-override-light .outline-color-info-font,html body .theme-override-light .outline-color-hover-info-font:hover,html body .theme-override-light .outline-color-focus-info-font[data-focused=true],html body .theme-override-light .outline-color-focus-info-font:focus,html body .theme-override-light .outline-color-focus-info-font:focus-within,html body .theme-override-light .outline-color-active-info-font[data-selected=true],html body .theme-override-light .outline-color-active-info-font:active{outline-color:var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .outside-border-color-info-font,body[data-theme-mode=light] .outside-border-color-hover-info-font:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font:active,html body .theme-override-light .outside-border-color-info-font,html body .theme-override-light .outside-border-color-hover-info-font:hover,html body .theme-override-light .outside-border-color-focus-info-font[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font:focus,html body .theme-override-light .outside-border-color-focus-info-font:focus-within,html body .theme-override-light .outside-border-color-active-info-font[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font:active{--outside-border-color: var(--color-info-font, var(--color-light-font))}body[data-theme-mode=light] .font-color-info-font-muted,body[data-theme-mode=light] .font-color-hover-info-font-muted:hover,body[data-theme-mode=light] .font-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-muted:focus,body[data-theme-mode=light] .font-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .font-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-muted:active,html body .theme-override-light .font-color-info-font-muted,html body .theme-override-light .font-color-hover-info-font-muted:hover,html body .theme-override-light .font-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .font-color-focus-info-font-muted:focus,html body .theme-override-light .font-color-focus-info-font-muted:focus-within,html body .theme-override-light .font-color-active-info-font-muted[data-selected=true],html body .theme-override-light .font-color-active-info-font-muted:active{color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-color-info-font-muted,body[data-theme-mode=light] .border-color-hover-info-font-muted:hover,body[data-theme-mode=light] .border-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-muted:focus,body[data-theme-mode=light] .border-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .border-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-muted:active,html body .theme-override-light .border-color-info-font-muted,html body .theme-override-light .border-color-hover-info-font-muted:hover,html body .theme-override-light .border-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .border-color-focus-info-font-muted:focus,html body .theme-override-light .border-color-focus-info-font-muted:focus-within,html body .theme-override-light .border-color-active-info-font-muted[data-selected=true],html body .theme-override-light .border-color-active-info-font-muted:active{border-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-top-color-info-font-muted,body[data-theme-mode=light] .border-top-color-hover-info-font-muted:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-muted:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-muted:active,html body .theme-override-light .border-top-color-info-font-muted,html body .theme-override-light .border-top-color-hover-info-font-muted:hover,html body .theme-override-light .border-top-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-muted:focus,html body .theme-override-light .border-top-color-focus-info-font-muted:focus-within,html body .theme-override-light .border-top-color-active-info-font-muted[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-muted:active{border-top-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-bottom-color-info-font-muted,body[data-theme-mode=light] .border-bottom-color-hover-info-font-muted:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-muted:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-muted:active,html body .theme-override-light .border-bottom-color-info-font-muted,html body .theme-override-light .border-bottom-color-hover-info-font-muted:hover,html body .theme-override-light .border-bottom-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-muted:focus,html body .theme-override-light .border-bottom-color-focus-info-font-muted:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-muted[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-muted:active{border-bottom-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-left-color-info-font-muted,body[data-theme-mode=light] .border-left-color-hover-info-font-muted:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-muted:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-muted:active,html body .theme-override-light .border-left-color-info-font-muted,html body .theme-override-light .border-left-color-hover-info-font-muted:hover,html body .theme-override-light .border-left-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-muted:focus,html body .theme-override-light .border-left-color-focus-info-font-muted:focus-within,html body .theme-override-light .border-left-color-active-info-font-muted[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-muted:active{border-left-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-right-color-info-font-muted,body[data-theme-mode=light] .border-right-color-hover-info-font-muted:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-muted:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-muted:active,html body .theme-override-light .border-right-color-info-font-muted,html body .theme-override-light .border-right-color-hover-info-font-muted:hover,html body .theme-override-light .border-right-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-muted:focus,html body .theme-override-light .border-right-color-focus-info-font-muted:focus-within,html body .theme-override-light .border-right-color-active-info-font-muted[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-muted:active{border-right-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .fill-color-info-font-muted,body[data-theme-mode=light] .fill-color-hover-info-font-muted:hover,body[data-theme-mode=light] .fill-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-muted:focus,body[data-theme-mode=light] .fill-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-muted:active,html body .theme-override-light .fill-color-info-font-muted,html body .theme-override-light .fill-color-hover-info-font-muted:hover,html body .theme-override-light .fill-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-muted:focus,html body .theme-override-light .fill-color-focus-info-font-muted:focus-within,html body .theme-override-light .fill-color-active-info-font-muted[data-selected=true],html body .theme-override-light .fill-color-active-info-font-muted:active{background-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outline-color-info-font-muted,body[data-theme-mode=light] .outline-color-hover-info-font-muted:hover,body[data-theme-mode=light] .outline-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-muted:focus,body[data-theme-mode=light] .outline-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-muted:active,html body .theme-override-light .outline-color-info-font-muted,html body .theme-override-light .outline-color-hover-info-font-muted:hover,html body .theme-override-light .outline-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-muted:focus,html body .theme-override-light .outline-color-focus-info-font-muted:focus-within,html body .theme-override-light .outline-color-active-info-font-muted[data-selected=true],html body .theme-override-light .outline-color-active-info-font-muted:active{outline-color:var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outside-border-color-info-font-muted,body[data-theme-mode=light] .outside-border-color-hover-info-font-muted:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-muted:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-muted:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-muted[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-muted:active,html body .theme-override-light .outside-border-color-info-font-muted,html body .theme-override-light .outside-border-color-hover-info-font-muted:hover,html body .theme-override-light .outside-border-color-focus-info-font-muted[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-muted:focus,html body .theme-override-light .outside-border-color-focus-info-font-muted:focus-within,html body .theme-override-light .outside-border-color-active-info-font-muted[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-muted:active{--outside-border-color: var(--color-info-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .font-color-info-font-disabled,body[data-theme-mode=light] .font-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .font-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .font-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .font-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .font-color-active-info-font-disabled:active,html body .theme-override-light .font-color-info-font-disabled,html body .theme-override-light .font-color-hover-info-font-disabled:hover,html body .theme-override-light .font-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .font-color-focus-info-font-disabled:focus,html body .theme-override-light .font-color-focus-info-font-disabled:focus-within,html body .theme-override-light .font-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .font-color-active-info-font-disabled:active{color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-color-info-font-disabled,body[data-theme-mode=light] .border-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .border-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .border-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .border-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .border-color-active-info-font-disabled:active,html body .theme-override-light .border-color-info-font-disabled,html body .theme-override-light .border-color-hover-info-font-disabled:hover,html body .theme-override-light .border-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .border-color-focus-info-font-disabled:focus,html body .theme-override-light .border-color-focus-info-font-disabled:focus-within,html body .theme-override-light .border-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .border-color-active-info-font-disabled:active{border-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-top-color-info-font-disabled,body[data-theme-mode=light] .border-top-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .border-top-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .border-top-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .border-top-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-font-disabled:active,html body .theme-override-light .border-top-color-info-font-disabled,html body .theme-override-light .border-top-color-hover-info-font-disabled:hover,html body .theme-override-light .border-top-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .border-top-color-focus-info-font-disabled:focus,html body .theme-override-light .border-top-color-focus-info-font-disabled:focus-within,html body .theme-override-light .border-top-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .border-top-color-active-info-font-disabled:active{border-top-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-bottom-color-info-font-disabled,body[data-theme-mode=light] .border-bottom-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-font-disabled:active,html body .theme-override-light .border-bottom-color-info-font-disabled,html body .theme-override-light .border-bottom-color-hover-info-font-disabled:hover,html body .theme-override-light .border-bottom-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-font-disabled:focus,html body .theme-override-light .border-bottom-color-focus-info-font-disabled:focus-within,html body .theme-override-light .border-bottom-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-font-disabled:active{border-bottom-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-left-color-info-font-disabled,body[data-theme-mode=light] .border-left-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .border-left-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .border-left-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .border-left-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-font-disabled:active,html body .theme-override-light .border-left-color-info-font-disabled,html body .theme-override-light .border-left-color-hover-info-font-disabled:hover,html body .theme-override-light .border-left-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .border-left-color-focus-info-font-disabled:focus,html body .theme-override-light .border-left-color-focus-info-font-disabled:focus-within,html body .theme-override-light .border-left-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .border-left-color-active-info-font-disabled:active{border-left-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-right-color-info-font-disabled,body[data-theme-mode=light] .border-right-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .border-right-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .border-right-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .border-right-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-font-disabled:active,html body .theme-override-light .border-right-color-info-font-disabled,html body .theme-override-light .border-right-color-hover-info-font-disabled:hover,html body .theme-override-light .border-right-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .border-right-color-focus-info-font-disabled:focus,html body .theme-override-light .border-right-color-focus-info-font-disabled:focus-within,html body .theme-override-light .border-right-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .border-right-color-active-info-font-disabled:active{border-right-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .fill-color-info-font-disabled,body[data-theme-mode=light] .fill-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .fill-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .fill-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .fill-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-font-disabled:active,html body .theme-override-light .fill-color-info-font-disabled,html body .theme-override-light .fill-color-hover-info-font-disabled:hover,html body .theme-override-light .fill-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .fill-color-focus-info-font-disabled:focus,html body .theme-override-light .fill-color-focus-info-font-disabled:focus-within,html body .theme-override-light .fill-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .fill-color-active-info-font-disabled:active{background-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outline-color-info-font-disabled,body[data-theme-mode=light] .outline-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .outline-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .outline-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .outline-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-font-disabled:active,html body .theme-override-light .outline-color-info-font-disabled,html body .theme-override-light .outline-color-hover-info-font-disabled:hover,html body .theme-override-light .outline-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .outline-color-focus-info-font-disabled:focus,html body .theme-override-light .outline-color-focus-info-font-disabled:focus-within,html body .theme-override-light .outline-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .outline-color-active-info-font-disabled:active{outline-color:var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outside-border-color-info-font-disabled,body[data-theme-mode=light] .outside-border-color-hover-info-font-disabled:hover,body[data-theme-mode=light] .outside-border-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-font-disabled:focus,body[data-theme-mode=light] .outside-border-color-focus-info-font-disabled:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-font-disabled:active,html body .theme-override-light .outside-border-color-info-font-disabled,html body .theme-override-light .outside-border-color-hover-info-font-disabled:hover,html body .theme-override-light .outside-border-color-focus-info-font-disabled[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-font-disabled:focus,html body .theme-override-light .outside-border-color-focus-info-font-disabled:focus-within,html body .theme-override-light .outside-border-color-active-info-font-disabled[data-selected=true],html body .theme-override-light .outside-border-color-active-info-font-disabled:active{--outside-border-color: var(--color-info-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .font-color-info-border,body[data-theme-mode=light] .font-color-hover-info-border:hover,body[data-theme-mode=light] .font-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border:focus,body[data-theme-mode=light] .font-color-focus-info-border:focus-within,body[data-theme-mode=light] .font-color-active-info-border[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border:active,html body .theme-override-light .font-color-info-border,html body .theme-override-light .font-color-hover-info-border:hover,html body .theme-override-light .font-color-focus-info-border[data-focused=true],html body .theme-override-light .font-color-focus-info-border:focus,html body .theme-override-light .font-color-focus-info-border:focus-within,html body .theme-override-light .font-color-active-info-border[data-selected=true],html body .theme-override-light .font-color-active-info-border:active{color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .border-color-info-border,body[data-theme-mode=light] .border-color-hover-info-border:hover,body[data-theme-mode=light] .border-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border:focus,body[data-theme-mode=light] .border-color-focus-info-border:focus-within,body[data-theme-mode=light] .border-color-active-info-border[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border:active,html body .theme-override-light .border-color-info-border,html body .theme-override-light .border-color-hover-info-border:hover,html body .theme-override-light .border-color-focus-info-border[data-focused=true],html body .theme-override-light .border-color-focus-info-border:focus,html body .theme-override-light .border-color-focus-info-border:focus-within,html body .theme-override-light .border-color-active-info-border[data-selected=true],html body .theme-override-light .border-color-active-info-border:active{border-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .border-top-color-info-border,body[data-theme-mode=light] .border-top-color-hover-info-border:hover,body[data-theme-mode=light] .border-top-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border:focus,body[data-theme-mode=light] .border-top-color-focus-info-border:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border:active,html body .theme-override-light .border-top-color-info-border,html body .theme-override-light .border-top-color-hover-info-border:hover,html body .theme-override-light .border-top-color-focus-info-border[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border:focus,html body .theme-override-light .border-top-color-focus-info-border:focus-within,html body .theme-override-light .border-top-color-active-info-border[data-selected=true],html body .theme-override-light .border-top-color-active-info-border:active{border-top-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .border-bottom-color-info-border,body[data-theme-mode=light] .border-bottom-color-hover-info-border:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border:active,html body .theme-override-light .border-bottom-color-info-border,html body .theme-override-light .border-bottom-color-hover-info-border:hover,html body .theme-override-light .border-bottom-color-focus-info-border[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border:focus,html body .theme-override-light .border-bottom-color-focus-info-border:focus-within,html body .theme-override-light .border-bottom-color-active-info-border[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border:active{border-bottom-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .border-left-color-info-border,body[data-theme-mode=light] .border-left-color-hover-info-border:hover,body[data-theme-mode=light] .border-left-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border:focus,body[data-theme-mode=light] .border-left-color-focus-info-border:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border:active,html body .theme-override-light .border-left-color-info-border,html body .theme-override-light .border-left-color-hover-info-border:hover,html body .theme-override-light .border-left-color-focus-info-border[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border:focus,html body .theme-override-light .border-left-color-focus-info-border:focus-within,html body .theme-override-light .border-left-color-active-info-border[data-selected=true],html body .theme-override-light .border-left-color-active-info-border:active{border-left-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .border-right-color-info-border,body[data-theme-mode=light] .border-right-color-hover-info-border:hover,body[data-theme-mode=light] .border-right-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border:focus,body[data-theme-mode=light] .border-right-color-focus-info-border:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border:active,html body .theme-override-light .border-right-color-info-border,html body .theme-override-light .border-right-color-hover-info-border:hover,html body .theme-override-light .border-right-color-focus-info-border[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border:focus,html body .theme-override-light .border-right-color-focus-info-border:focus-within,html body .theme-override-light .border-right-color-active-info-border[data-selected=true],html body .theme-override-light .border-right-color-active-info-border:active{border-right-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .fill-color-info-border,body[data-theme-mode=light] .fill-color-hover-info-border:hover,body[data-theme-mode=light] .fill-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border:focus,body[data-theme-mode=light] .fill-color-focus-info-border:focus-within,body[data-theme-mode=light] .fill-color-active-info-border[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border:active,html body .theme-override-light .fill-color-info-border,html body .theme-override-light .fill-color-hover-info-border:hover,html body .theme-override-light .fill-color-focus-info-border[data-focused=true],html body .theme-override-light .fill-color-focus-info-border:focus,html body .theme-override-light .fill-color-focus-info-border:focus-within,html body .theme-override-light .fill-color-active-info-border[data-selected=true],html body .theme-override-light .fill-color-active-info-border:active{background-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .outline-color-info-border,body[data-theme-mode=light] .outline-color-hover-info-border:hover,body[data-theme-mode=light] .outline-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border:focus,body[data-theme-mode=light] .outline-color-focus-info-border:focus-within,body[data-theme-mode=light] .outline-color-active-info-border[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border:active,html body .theme-override-light .outline-color-info-border,html body .theme-override-light .outline-color-hover-info-border:hover,html body .theme-override-light .outline-color-focus-info-border[data-focused=true],html body .theme-override-light .outline-color-focus-info-border:focus,html body .theme-override-light .outline-color-focus-info-border:focus-within,html body .theme-override-light .outline-color-active-info-border[data-selected=true],html body .theme-override-light .outline-color-active-info-border:active{outline-color:var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .outside-border-color-info-border,body[data-theme-mode=light] .outside-border-color-hover-info-border:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border:active,html body .theme-override-light .outside-border-color-info-border,html body .theme-override-light .outside-border-color-hover-info-border:hover,html body .theme-override-light .outside-border-color-focus-info-border[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border:focus,html body .theme-override-light .outside-border-color-focus-info-border:focus-within,html body .theme-override-light .outside-border-color-active-info-border[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border:active{--outside-border-color: var(--color-info-border, var(--color-light-border))}body[data-theme-mode=light] .font-color-info-border-light,body[data-theme-mode=light] .font-color-hover-info-border-light:hover,body[data-theme-mode=light] .font-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-light:focus,body[data-theme-mode=light] .font-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .font-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-light:active,html body .theme-override-light .font-color-info-border-light,html body .theme-override-light .font-color-hover-info-border-light:hover,html body .theme-override-light .font-color-focus-info-border-light[data-focused=true],html body .theme-override-light .font-color-focus-info-border-light:focus,html body .theme-override-light .font-color-focus-info-border-light:focus-within,html body .theme-override-light .font-color-active-info-border-light[data-selected=true],html body .theme-override-light .font-color-active-info-border-light:active{color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-color-info-border-light,body[data-theme-mode=light] .border-color-hover-info-border-light:hover,body[data-theme-mode=light] .border-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-light:focus,body[data-theme-mode=light] .border-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .border-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-light:active,html body .theme-override-light .border-color-info-border-light,html body .theme-override-light .border-color-hover-info-border-light:hover,html body .theme-override-light .border-color-focus-info-border-light[data-focused=true],html body .theme-override-light .border-color-focus-info-border-light:focus,html body .theme-override-light .border-color-focus-info-border-light:focus-within,html body .theme-override-light .border-color-active-info-border-light[data-selected=true],html body .theme-override-light .border-color-active-info-border-light:active{border-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-top-color-info-border-light,body[data-theme-mode=light] .border-top-color-hover-info-border-light:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-light:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-light:active,html body .theme-override-light .border-top-color-info-border-light,html body .theme-override-light .border-top-color-hover-info-border-light:hover,html body .theme-override-light .border-top-color-focus-info-border-light[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-light:focus,html body .theme-override-light .border-top-color-focus-info-border-light:focus-within,html body .theme-override-light .border-top-color-active-info-border-light[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-light:active{border-top-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-bottom-color-info-border-light,body[data-theme-mode=light] .border-bottom-color-hover-info-border-light:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-light:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-light:active,html body .theme-override-light .border-bottom-color-info-border-light,html body .theme-override-light .border-bottom-color-hover-info-border-light:hover,html body .theme-override-light .border-bottom-color-focus-info-border-light[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-light:focus,html body .theme-override-light .border-bottom-color-focus-info-border-light:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-light[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-light:active{border-bottom-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-left-color-info-border-light,body[data-theme-mode=light] .border-left-color-hover-info-border-light:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-light:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-light:active,html body .theme-override-light .border-left-color-info-border-light,html body .theme-override-light .border-left-color-hover-info-border-light:hover,html body .theme-override-light .border-left-color-focus-info-border-light[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-light:focus,html body .theme-override-light .border-left-color-focus-info-border-light:focus-within,html body .theme-override-light .border-left-color-active-info-border-light[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-light:active{border-left-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-right-color-info-border-light,body[data-theme-mode=light] .border-right-color-hover-info-border-light:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-light:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-light:active,html body .theme-override-light .border-right-color-info-border-light,html body .theme-override-light .border-right-color-hover-info-border-light:hover,html body .theme-override-light .border-right-color-focus-info-border-light[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-light:focus,html body .theme-override-light .border-right-color-focus-info-border-light:focus-within,html body .theme-override-light .border-right-color-active-info-border-light[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-light:active{border-right-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .fill-color-info-border-light,body[data-theme-mode=light] .fill-color-hover-info-border-light:hover,body[data-theme-mode=light] .fill-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-light:focus,body[data-theme-mode=light] .fill-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-light:active,html body .theme-override-light .fill-color-info-border-light,html body .theme-override-light .fill-color-hover-info-border-light:hover,html body .theme-override-light .fill-color-focus-info-border-light[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-light:focus,html body .theme-override-light .fill-color-focus-info-border-light:focus-within,html body .theme-override-light .fill-color-active-info-border-light[data-selected=true],html body .theme-override-light .fill-color-active-info-border-light:active{background-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outline-color-info-border-light,body[data-theme-mode=light] .outline-color-hover-info-border-light:hover,body[data-theme-mode=light] .outline-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-light:focus,body[data-theme-mode=light] .outline-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-light:active,html body .theme-override-light .outline-color-info-border-light,html body .theme-override-light .outline-color-hover-info-border-light:hover,html body .theme-override-light .outline-color-focus-info-border-light[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-light:focus,html body .theme-override-light .outline-color-focus-info-border-light:focus-within,html body .theme-override-light .outline-color-active-info-border-light[data-selected=true],html body .theme-override-light .outline-color-active-info-border-light:active{outline-color:var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outside-border-color-info-border-light,body[data-theme-mode=light] .outside-border-color-hover-info-border-light:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-light[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-light:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-light:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-light[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-light:active,html body .theme-override-light .outside-border-color-info-border-light,html body .theme-override-light .outside-border-color-hover-info-border-light:hover,html body .theme-override-light .outside-border-color-focus-info-border-light[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-light:focus,html body .theme-override-light .outside-border-color-focus-info-border-light:focus-within,html body .theme-override-light .outside-border-color-active-info-border-light[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-light:active{--outside-border-color: var(--color-info-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .font-color-info-border-dark,body[data-theme-mode=light] .font-color-hover-info-border-dark:hover,body[data-theme-mode=light] .font-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-dark:focus,body[data-theme-mode=light] .font-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .font-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-dark:active,html body .theme-override-light .font-color-info-border-dark,html body .theme-override-light .font-color-hover-info-border-dark:hover,html body .theme-override-light .font-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .font-color-focus-info-border-dark:focus,html body .theme-override-light .font-color-focus-info-border-dark:focus-within,html body .theme-override-light .font-color-active-info-border-dark[data-selected=true],html body .theme-override-light .font-color-active-info-border-dark:active{color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-color-info-border-dark,body[data-theme-mode=light] .border-color-hover-info-border-dark:hover,body[data-theme-mode=light] .border-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-dark:focus,body[data-theme-mode=light] .border-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .border-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-dark:active,html body .theme-override-light .border-color-info-border-dark,html body .theme-override-light .border-color-hover-info-border-dark:hover,html body .theme-override-light .border-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .border-color-focus-info-border-dark:focus,html body .theme-override-light .border-color-focus-info-border-dark:focus-within,html body .theme-override-light .border-color-active-info-border-dark[data-selected=true],html body .theme-override-light .border-color-active-info-border-dark:active{border-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-top-color-info-border-dark,body[data-theme-mode=light] .border-top-color-hover-info-border-dark:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-dark:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-dark:active,html body .theme-override-light .border-top-color-info-border-dark,html body .theme-override-light .border-top-color-hover-info-border-dark:hover,html body .theme-override-light .border-top-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-dark:focus,html body .theme-override-light .border-top-color-focus-info-border-dark:focus-within,html body .theme-override-light .border-top-color-active-info-border-dark[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-dark:active{border-top-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-bottom-color-info-border-dark,body[data-theme-mode=light] .border-bottom-color-hover-info-border-dark:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-dark:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-dark:active,html body .theme-override-light .border-bottom-color-info-border-dark,html body .theme-override-light .border-bottom-color-hover-info-border-dark:hover,html body .theme-override-light .border-bottom-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-dark:focus,html body .theme-override-light .border-bottom-color-focus-info-border-dark:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-dark[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-dark:active{border-bottom-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-left-color-info-border-dark,body[data-theme-mode=light] .border-left-color-hover-info-border-dark:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-dark:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-dark:active,html body .theme-override-light .border-left-color-info-border-dark,html body .theme-override-light .border-left-color-hover-info-border-dark:hover,html body .theme-override-light .border-left-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-dark:focus,html body .theme-override-light .border-left-color-focus-info-border-dark:focus-within,html body .theme-override-light .border-left-color-active-info-border-dark[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-dark:active{border-left-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-right-color-info-border-dark,body[data-theme-mode=light] .border-right-color-hover-info-border-dark:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-dark:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-dark:active,html body .theme-override-light .border-right-color-info-border-dark,html body .theme-override-light .border-right-color-hover-info-border-dark:hover,html body .theme-override-light .border-right-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-dark:focus,html body .theme-override-light .border-right-color-focus-info-border-dark:focus-within,html body .theme-override-light .border-right-color-active-info-border-dark[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-dark:active{border-right-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .fill-color-info-border-dark,body[data-theme-mode=light] .fill-color-hover-info-border-dark:hover,body[data-theme-mode=light] .fill-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-dark:focus,body[data-theme-mode=light] .fill-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-dark:active,html body .theme-override-light .fill-color-info-border-dark,html body .theme-override-light .fill-color-hover-info-border-dark:hover,html body .theme-override-light .fill-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-dark:focus,html body .theme-override-light .fill-color-focus-info-border-dark:focus-within,html body .theme-override-light .fill-color-active-info-border-dark[data-selected=true],html body .theme-override-light .fill-color-active-info-border-dark:active{background-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outline-color-info-border-dark,body[data-theme-mode=light] .outline-color-hover-info-border-dark:hover,body[data-theme-mode=light] .outline-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-dark:focus,body[data-theme-mode=light] .outline-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-dark:active,html body .theme-override-light .outline-color-info-border-dark,html body .theme-override-light .outline-color-hover-info-border-dark:hover,html body .theme-override-light .outline-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-dark:focus,html body .theme-override-light .outline-color-focus-info-border-dark:focus-within,html body .theme-override-light .outline-color-active-info-border-dark[data-selected=true],html body .theme-override-light .outline-color-active-info-border-dark:active{outline-color:var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outside-border-color-info-border-dark,body[data-theme-mode=light] .outside-border-color-hover-info-border-dark:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-dark:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-dark:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-dark[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-dark:active,html body .theme-override-light .outside-border-color-info-border-dark,html body .theme-override-light .outside-border-color-hover-info-border-dark:hover,html body .theme-override-light .outside-border-color-focus-info-border-dark[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-dark:focus,html body .theme-override-light .outside-border-color-focus-info-border-dark:focus-within,html body .theme-override-light .outside-border-color-active-info-border-dark[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-dark:active{--outside-border-color: var(--color-info-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .font-color-info-border-highlight,body[data-theme-mode=light] .font-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .font-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .font-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .font-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-highlight:active,html body .theme-override-light .font-color-info-border-highlight,html body .theme-override-light .font-color-hover-info-border-highlight:hover,html body .theme-override-light .font-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .font-color-focus-info-border-highlight:focus,html body .theme-override-light .font-color-focus-info-border-highlight:focus-within,html body .theme-override-light .font-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .font-color-active-info-border-highlight:active{color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-color-info-border-highlight,body[data-theme-mode=light] .border-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .border-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .border-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .border-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-highlight:active,html body .theme-override-light .border-color-info-border-highlight,html body .theme-override-light .border-color-hover-info-border-highlight:hover,html body .theme-override-light .border-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .border-color-focus-info-border-highlight:focus,html body .theme-override-light .border-color-focus-info-border-highlight:focus-within,html body .theme-override-light .border-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .border-color-active-info-border-highlight:active{border-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-top-color-info-border-highlight,body[data-theme-mode=light] .border-top-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-highlight:active,html body .theme-override-light .border-top-color-info-border-highlight,html body .theme-override-light .border-top-color-hover-info-border-highlight:hover,html body .theme-override-light .border-top-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-highlight:focus,html body .theme-override-light .border-top-color-focus-info-border-highlight:focus-within,html body .theme-override-light .border-top-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-highlight:active{border-top-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-bottom-color-info-border-highlight,body[data-theme-mode=light] .border-bottom-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-highlight:active,html body .theme-override-light .border-bottom-color-info-border-highlight,html body .theme-override-light .border-bottom-color-hover-info-border-highlight:hover,html body .theme-override-light .border-bottom-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-highlight:focus,html body .theme-override-light .border-bottom-color-focus-info-border-highlight:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-highlight:active{border-bottom-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-left-color-info-border-highlight,body[data-theme-mode=light] .border-left-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-highlight:active,html body .theme-override-light .border-left-color-info-border-highlight,html body .theme-override-light .border-left-color-hover-info-border-highlight:hover,html body .theme-override-light .border-left-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-highlight:focus,html body .theme-override-light .border-left-color-focus-info-border-highlight:focus-within,html body .theme-override-light .border-left-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-highlight:active{border-left-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-right-color-info-border-highlight,body[data-theme-mode=light] .border-right-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-highlight:active,html body .theme-override-light .border-right-color-info-border-highlight,html body .theme-override-light .border-right-color-hover-info-border-highlight:hover,html body .theme-override-light .border-right-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-highlight:focus,html body .theme-override-light .border-right-color-focus-info-border-highlight:focus-within,html body .theme-override-light .border-right-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-highlight:active{border-right-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .fill-color-info-border-highlight,body[data-theme-mode=light] .fill-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .fill-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .fill-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-highlight:active,html body .theme-override-light .fill-color-info-border-highlight,html body .theme-override-light .fill-color-hover-info-border-highlight:hover,html body .theme-override-light .fill-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-highlight:focus,html body .theme-override-light .fill-color-focus-info-border-highlight:focus-within,html body .theme-override-light .fill-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .fill-color-active-info-border-highlight:active{background-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outline-color-info-border-highlight,body[data-theme-mode=light] .outline-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .outline-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .outline-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-highlight:active,html body .theme-override-light .outline-color-info-border-highlight,html body .theme-override-light .outline-color-hover-info-border-highlight:hover,html body .theme-override-light .outline-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-highlight:focus,html body .theme-override-light .outline-color-focus-info-border-highlight:focus-within,html body .theme-override-light .outline-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .outline-color-active-info-border-highlight:active{outline-color:var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outside-border-color-info-border-highlight,body[data-theme-mode=light] .outside-border-color-hover-info-border-highlight:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-highlight:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-highlight:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-highlight:active,html body .theme-override-light .outside-border-color-info-border-highlight,html body .theme-override-light .outside-border-color-hover-info-border-highlight:hover,html body .theme-override-light .outside-border-color-focus-info-border-highlight[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-highlight:focus,html body .theme-override-light .outside-border-color-focus-info-border-highlight:focus-within,html body .theme-override-light .outside-border-color-active-info-border-highlight[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-highlight:active{--outside-border-color: var(--color-info-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .font-color-info-border-focus,body[data-theme-mode=light] .font-color-hover-info-border-focus:hover,body[data-theme-mode=light] .font-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-border-focus:focus,body[data-theme-mode=light] .font-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .font-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .font-color-active-info-border-focus:active,html body .theme-override-light .font-color-info-border-focus,html body .theme-override-light .font-color-hover-info-border-focus:hover,html body .theme-override-light .font-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .font-color-focus-info-border-focus:focus,html body .theme-override-light .font-color-focus-info-border-focus:focus-within,html body .theme-override-light .font-color-active-info-border-focus[data-selected=true],html body .theme-override-light .font-color-active-info-border-focus:active{color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-color-info-border-focus,body[data-theme-mode=light] .border-color-hover-info-border-focus:hover,body[data-theme-mode=light] .border-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-border-focus:focus,body[data-theme-mode=light] .border-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .border-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .border-color-active-info-border-focus:active,html body .theme-override-light .border-color-info-border-focus,html body .theme-override-light .border-color-hover-info-border-focus:hover,html body .theme-override-light .border-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .border-color-focus-info-border-focus:focus,html body .theme-override-light .border-color-focus-info-border-focus:focus-within,html body .theme-override-light .border-color-active-info-border-focus[data-selected=true],html body .theme-override-light .border-color-active-info-border-focus:active{border-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-top-color-info-border-focus,body[data-theme-mode=light] .border-top-color-hover-info-border-focus:hover,body[data-theme-mode=light] .border-top-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-border-focus:focus,body[data-theme-mode=light] .border-top-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .border-top-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-border-focus:active,html body .theme-override-light .border-top-color-info-border-focus,html body .theme-override-light .border-top-color-hover-info-border-focus:hover,html body .theme-override-light .border-top-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .border-top-color-focus-info-border-focus:focus,html body .theme-override-light .border-top-color-focus-info-border-focus:focus-within,html body .theme-override-light .border-top-color-active-info-border-focus[data-selected=true],html body .theme-override-light .border-top-color-active-info-border-focus:active{border-top-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-bottom-color-info-border-focus,body[data-theme-mode=light] .border-bottom-color-hover-info-border-focus:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-border-focus:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-border-focus:active,html body .theme-override-light .border-bottom-color-info-border-focus,html body .theme-override-light .border-bottom-color-hover-info-border-focus:hover,html body .theme-override-light .border-bottom-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-border-focus:focus,html body .theme-override-light .border-bottom-color-focus-info-border-focus:focus-within,html body .theme-override-light .border-bottom-color-active-info-border-focus[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-border-focus:active{border-bottom-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-left-color-info-border-focus,body[data-theme-mode=light] .border-left-color-hover-info-border-focus:hover,body[data-theme-mode=light] .border-left-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-border-focus:focus,body[data-theme-mode=light] .border-left-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .border-left-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-border-focus:active,html body .theme-override-light .border-left-color-info-border-focus,html body .theme-override-light .border-left-color-hover-info-border-focus:hover,html body .theme-override-light .border-left-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .border-left-color-focus-info-border-focus:focus,html body .theme-override-light .border-left-color-focus-info-border-focus:focus-within,html body .theme-override-light .border-left-color-active-info-border-focus[data-selected=true],html body .theme-override-light .border-left-color-active-info-border-focus:active{border-left-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-right-color-info-border-focus,body[data-theme-mode=light] .border-right-color-hover-info-border-focus:hover,body[data-theme-mode=light] .border-right-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-border-focus:focus,body[data-theme-mode=light] .border-right-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .border-right-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-border-focus:active,html body .theme-override-light .border-right-color-info-border-focus,html body .theme-override-light .border-right-color-hover-info-border-focus:hover,html body .theme-override-light .border-right-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .border-right-color-focus-info-border-focus:focus,html body .theme-override-light .border-right-color-focus-info-border-focus:focus-within,html body .theme-override-light .border-right-color-active-info-border-focus[data-selected=true],html body .theme-override-light .border-right-color-active-info-border-focus:active{border-right-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .fill-color-info-border-focus,body[data-theme-mode=light] .fill-color-hover-info-border-focus:hover,body[data-theme-mode=light] .fill-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-border-focus:focus,body[data-theme-mode=light] .fill-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .fill-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-border-focus:active,html body .theme-override-light .fill-color-info-border-focus,html body .theme-override-light .fill-color-hover-info-border-focus:hover,html body .theme-override-light .fill-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .fill-color-focus-info-border-focus:focus,html body .theme-override-light .fill-color-focus-info-border-focus:focus-within,html body .theme-override-light .fill-color-active-info-border-focus[data-selected=true],html body .theme-override-light .fill-color-active-info-border-focus:active{background-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outline-color-info-border-focus,body[data-theme-mode=light] .outline-color-hover-info-border-focus:hover,body[data-theme-mode=light] .outline-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-border-focus:focus,body[data-theme-mode=light] .outline-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .outline-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-border-focus:active,html body .theme-override-light .outline-color-info-border-focus,html body .theme-override-light .outline-color-hover-info-border-focus:hover,html body .theme-override-light .outline-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .outline-color-focus-info-border-focus:focus,html body .theme-override-light .outline-color-focus-info-border-focus:focus-within,html body .theme-override-light .outline-color-active-info-border-focus[data-selected=true],html body .theme-override-light .outline-color-active-info-border-focus:active{outline-color:var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outside-border-color-info-border-focus,body[data-theme-mode=light] .outside-border-color-hover-info-border-focus:hover,body[data-theme-mode=light] .outside-border-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-border-focus:focus,body[data-theme-mode=light] .outside-border-color-focus-info-border-focus:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-border-focus[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-border-focus:active,html body .theme-override-light .outside-border-color-info-border-focus,html body .theme-override-light .outside-border-color-hover-info-border-focus:hover,html body .theme-override-light .outside-border-color-focus-info-border-focus[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-border-focus:focus,html body .theme-override-light .outside-border-color-focus-info-border-focus:focus-within,html body .theme-override-light .outside-border-color-active-info-border-focus[data-selected=true],html body .theme-override-light .outside-border-color-active-info-border-focus:active{--outside-border-color: var(--color-info-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .font-color-info-shadow,body[data-theme-mode=light] .font-color-hover-info-shadow:hover,body[data-theme-mode=light] .font-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .font-color-focus-info-shadow:focus,body[data-theme-mode=light] .font-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .font-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .font-color-active-info-shadow:active,html body .theme-override-light .font-color-info-shadow,html body .theme-override-light .font-color-hover-info-shadow:hover,html body .theme-override-light .font-color-focus-info-shadow[data-focused=true],html body .theme-override-light .font-color-focus-info-shadow:focus,html body .theme-override-light .font-color-focus-info-shadow:focus-within,html body .theme-override-light .font-color-active-info-shadow[data-selected=true],html body .theme-override-light .font-color-active-info-shadow:active{color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-color-info-shadow,body[data-theme-mode=light] .border-color-hover-info-shadow:hover,body[data-theme-mode=light] .border-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .border-color-focus-info-shadow:focus,body[data-theme-mode=light] .border-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .border-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .border-color-active-info-shadow:active,html body .theme-override-light .border-color-info-shadow,html body .theme-override-light .border-color-hover-info-shadow:hover,html body .theme-override-light .border-color-focus-info-shadow[data-focused=true],html body .theme-override-light .border-color-focus-info-shadow:focus,html body .theme-override-light .border-color-focus-info-shadow:focus-within,html body .theme-override-light .border-color-active-info-shadow[data-selected=true],html body .theme-override-light .border-color-active-info-shadow:active{border-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-top-color-info-shadow,body[data-theme-mode=light] .border-top-color-hover-info-shadow:hover,body[data-theme-mode=light] .border-top-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-info-shadow:focus,body[data-theme-mode=light] .border-top-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .border-top-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .border-top-color-active-info-shadow:active,html body .theme-override-light .border-top-color-info-shadow,html body .theme-override-light .border-top-color-hover-info-shadow:hover,html body .theme-override-light .border-top-color-focus-info-shadow[data-focused=true],html body .theme-override-light .border-top-color-focus-info-shadow:focus,html body .theme-override-light .border-top-color-focus-info-shadow:focus-within,html body .theme-override-light .border-top-color-active-info-shadow[data-selected=true],html body .theme-override-light .border-top-color-active-info-shadow:active{border-top-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-bottom-color-info-shadow,body[data-theme-mode=light] .border-bottom-color-hover-info-shadow:hover,body[data-theme-mode=light] .border-bottom-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-info-shadow:focus,body[data-theme-mode=light] .border-bottom-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .border-bottom-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-info-shadow:active,html body .theme-override-light .border-bottom-color-info-shadow,html body .theme-override-light .border-bottom-color-hover-info-shadow:hover,html body .theme-override-light .border-bottom-color-focus-info-shadow[data-focused=true],html body .theme-override-light .border-bottom-color-focus-info-shadow:focus,html body .theme-override-light .border-bottom-color-focus-info-shadow:focus-within,html body .theme-override-light .border-bottom-color-active-info-shadow[data-selected=true],html body .theme-override-light .border-bottom-color-active-info-shadow:active{border-bottom-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-left-color-info-shadow,body[data-theme-mode=light] .border-left-color-hover-info-shadow:hover,body[data-theme-mode=light] .border-left-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-info-shadow:focus,body[data-theme-mode=light] .border-left-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .border-left-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .border-left-color-active-info-shadow:active,html body .theme-override-light .border-left-color-info-shadow,html body .theme-override-light .border-left-color-hover-info-shadow:hover,html body .theme-override-light .border-left-color-focus-info-shadow[data-focused=true],html body .theme-override-light .border-left-color-focus-info-shadow:focus,html body .theme-override-light .border-left-color-focus-info-shadow:focus-within,html body .theme-override-light .border-left-color-active-info-shadow[data-selected=true],html body .theme-override-light .border-left-color-active-info-shadow:active{border-left-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-right-color-info-shadow,body[data-theme-mode=light] .border-right-color-hover-info-shadow:hover,body[data-theme-mode=light] .border-right-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-info-shadow:focus,body[data-theme-mode=light] .border-right-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .border-right-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .border-right-color-active-info-shadow:active,html body .theme-override-light .border-right-color-info-shadow,html body .theme-override-light .border-right-color-hover-info-shadow:hover,html body .theme-override-light .border-right-color-focus-info-shadow[data-focused=true],html body .theme-override-light .border-right-color-focus-info-shadow:focus,html body .theme-override-light .border-right-color-focus-info-shadow:focus-within,html body .theme-override-light .border-right-color-active-info-shadow[data-selected=true],html body .theme-override-light .border-right-color-active-info-shadow:active{border-right-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .fill-color-info-shadow,body[data-theme-mode=light] .fill-color-hover-info-shadow:hover,body[data-theme-mode=light] .fill-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .fill-color-focus-info-shadow:focus,body[data-theme-mode=light] .fill-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .fill-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .fill-color-active-info-shadow:active,html body .theme-override-light .fill-color-info-shadow,html body .theme-override-light .fill-color-hover-info-shadow:hover,html body .theme-override-light .fill-color-focus-info-shadow[data-focused=true],html body .theme-override-light .fill-color-focus-info-shadow:focus,html body .theme-override-light .fill-color-focus-info-shadow:focus-within,html body .theme-override-light .fill-color-active-info-shadow[data-selected=true],html body .theme-override-light .fill-color-active-info-shadow:active{background-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outline-color-info-shadow,body[data-theme-mode=light] .outline-color-hover-info-shadow:hover,body[data-theme-mode=light] .outline-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .outline-color-focus-info-shadow:focus,body[data-theme-mode=light] .outline-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .outline-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .outline-color-active-info-shadow:active,html body .theme-override-light .outline-color-info-shadow,html body .theme-override-light .outline-color-hover-info-shadow:hover,html body .theme-override-light .outline-color-focus-info-shadow[data-focused=true],html body .theme-override-light .outline-color-focus-info-shadow:focus,html body .theme-override-light .outline-color-focus-info-shadow:focus-within,html body .theme-override-light .outline-color-active-info-shadow[data-selected=true],html body .theme-override-light .outline-color-active-info-shadow:active{outline-color:var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outside-border-color-info-shadow,body[data-theme-mode=light] .outside-border-color-hover-info-shadow:hover,body[data-theme-mode=light] .outside-border-color-focus-info-shadow[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-info-shadow:focus,body[data-theme-mode=light] .outside-border-color-focus-info-shadow:focus-within,body[data-theme-mode=light] .outside-border-color-active-info-shadow[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-info-shadow:active,html body .theme-override-light .outside-border-color-info-shadow,html body .theme-override-light .outside-border-color-hover-info-shadow:hover,html body .theme-override-light .outside-border-color-focus-info-shadow[data-focused=true],html body .theme-override-light .outside-border-color-focus-info-shadow:focus,html body .theme-override-light .outside-border-color-focus-info-shadow:focus-within,html body .theme-override-light .outside-border-color-active-info-shadow[data-selected=true],html body .theme-override-light .outside-border-color-active-info-shadow:active{--outside-border-color: var(--color-info-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .color-schema-info,html body .theme-override-light .color-schema-info{--color-primary-0: var( --color-light-info-primary-0, var(--color-light-primary-0) );--color-primary-foreground-0: var( --color-light-info-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-secondary-0: var( --color-light-info-secondary-0, var(--color-light-secondary-0) );--color-secondary-foreground-0: var( --color-light-info-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-accent-0: var( --color-light-info-accent-0, var(--color-light-accent-0) );--color-accent-foreground-0: var( --color-light-info-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-background-0: var( --color-light-info-background-0, var(--color-light-background-0) );--color-background-1: var( --color-light-info-background-1, var(--color-light-background-1) );--color-background-2: var( --color-light-info-background-2, var(--color-light-background-2) );--color-background-3: var( --color-light-info-background-3, var(--color-light-background-3) );--color-background-4: var( --color-light-info-background-4, var(--color-light-background-4) );--color-background-5: var( --color-light-info-background-5, var(--color-light-background-5) );--color-surface-0: var( --color-light-info-surface-0, var(--color-light-surface-0) );--color-surface-1: var( --color-light-info-surface-1, var(--color-light-surface-1) );--color-surface-2: var( --color-light-info-surface-2, var(--color-light-surface-2) );--color-surface-3: var( --color-light-info-surface-3, var(--color-light-surface-3) );--color-surface-4: var( --color-light-info-surface-4, var(--color-light-surface-4) );--color-surface-5: var( --color-light-info-surface-5, var(--color-light-surface-5) );--color-border-0: var( --color-light-info-border-0, var(--color-light-border-0) );--color-border-1: var( --color-light-info-border-1, var(--color-light-border-1) );--color-border-2: var( --color-light-info-border-2, var(--color-light-border-2) );--color-border-3: var( --color-light-info-border-3, var(--color-light-border-3) );--color-border-4: var( --color-light-info-border-4, var(--color-light-border-4) );--color-border-5: var( --color-light-info-border-5, var(--color-light-border-5) );--color-font-0: var( --color-light-info-font-0, var(--color-light-font-0) );--color-font-1: var( --color-light-info-font-1, var(--color-light-font-1) );--color-font-2: var( --color-light-info-font-2, var(--color-light-font-2) );--color-font-3: var( --color-light-info-font-3, var(--color-light-font-3) );--color-font-4: var( --color-light-info-font-4, var(--color-light-font-4) );--color-font-5: var( --color-light-info-font-5, var(--color-light-font-5) );--color-shadow-0: var( --color-light-info-shadow-0, var(--color-light-shadow-0) );--color-primary: var( --color-light-info-primary, var(--color-light-primary) );--color-primary-foreground: var( --color-light-info-primary-foreground, var(--color-light-primary-foreground) );--color-secondary: var( --color-light-info-secondary, var(--color-light-secondary) );--color-secondary-foreground: var( --color-light-info-secondary-foreground, var(--color-light-secondary-foreground) );--color-accent: var( --color-light-info-accent, var(--color-light-accent) );--color-accent-foreground: var( --color-light-info-accent-foreground, var(--color-light-accent-foreground) );--color-background: var( --color-light-info-background, var(--color-light-background) );--color-background-surface: var( --color-light-info-background-surface, var(--color-light-background-surface) );--color-background-ghost: var( --color-light-info-background-ghost, var(--color-light-background-ghost) );--color-background-flat: var( --color-light-info-background-flat, var(--color-light-background-flat) );--color-background-card: var( --color-light-info-background-card, var(--color-light-background-card) );--color-background-panel: var( --color-light-info-background-panel, var(--color-light-background-panel) );--color-background-field: var( --color-light-info-background-field, var(--color-light-background-field) );--color-font: var( --color-light-info-font, var(--color-light-font) );--color-font-muted: var( --color-light-info-font-muted, var(--color-light-font-muted) );--color-font-disabled: var( --color-light-info-font-disabled, var(--color-light-font-disabled) );--color-border: var( --color-light-info-border, var(--color-light-border) );--color-border-light: var( --color-light-info-border-light, var(--color-light-border-light) );--color-border-dark: var( --color-light-info-border-dark, var(--color-light-border-dark) );--color-border-highlight: var( --color-light-info-border-highlight, var(--color-light-border-highlight) );--color-border-focus: var( --color-light-info-border-focus, var(--color-light-border-focus) );--color-shadow: var( --color-light-info-shadow, var(--color-light-shadow) )}body[data-theme-mode=light] .font-color-warning,body[data-theme-mode=light] .font-color-hover-warning:hover,body[data-theme-mode=light] .font-color-focus-warning[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning:focus,body[data-theme-mode=light] .font-color-focus-warning:focus-within,body[data-theme-mode=light] .font-color-active-warning[data-selected=true],body[data-theme-mode=light] .font-color-active-warning:active,html body .theme-override-light .font-color-warning,html body .theme-override-light .font-color-hover-warning:hover,html body .theme-override-light .font-color-focus-warning[data-focused=true],html body .theme-override-light .font-color-focus-warning:focus,html body .theme-override-light .font-color-focus-warning:focus-within,html body .theme-override-light .font-color-active-warning[data-selected=true],html body .theme-override-light .font-color-active-warning:active{color:var(--color-light-warning-primary)}body[data-theme-mode=light] .border-color-warning,body[data-theme-mode=light] .border-color-hover-warning:hover,body[data-theme-mode=light] .border-color-focus-warning[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning:focus,body[data-theme-mode=light] .border-color-focus-warning:focus-within,body[data-theme-mode=light] .border-color-active-warning[data-selected=true],body[data-theme-mode=light] .border-color-active-warning:active,html body .theme-override-light .border-color-warning,html body .theme-override-light .border-color-hover-warning:hover,html body .theme-override-light .border-color-focus-warning[data-focused=true],html body .theme-override-light .border-color-focus-warning:focus,html body .theme-override-light .border-color-focus-warning:focus-within,html body .theme-override-light .border-color-active-warning[data-selected=true],html body .theme-override-light .border-color-active-warning:active{border-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .border-top-color-warning,body[data-theme-mode=light] .border-top-color-hover-warning:hover,body[data-theme-mode=light] .border-top-color-focus-warning[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning:focus,body[data-theme-mode=light] .border-top-color-focus-warning:focus-within,body[data-theme-mode=light] .border-top-color-active-warning[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning:active,html body .theme-override-light .border-top-color-warning,html body .theme-override-light .border-top-color-hover-warning:hover,html body .theme-override-light .border-top-color-focus-warning[data-focused=true],html body .theme-override-light .border-top-color-focus-warning:focus,html body .theme-override-light .border-top-color-focus-warning:focus-within,html body .theme-override-light .border-top-color-active-warning[data-selected=true],html body .theme-override-light .border-top-color-active-warning:active{border-top-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .border-bottom-color-warning,body[data-theme-mode=light] .border-bottom-color-hover-warning:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning:active,html body .theme-override-light .border-bottom-color-warning,html body .theme-override-light .border-bottom-color-hover-warning:hover,html body .theme-override-light .border-bottom-color-focus-warning[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning:focus,html body .theme-override-light .border-bottom-color-focus-warning:focus-within,html body .theme-override-light .border-bottom-color-active-warning[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning:active{border-bottom-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .border-left-color-warning,body[data-theme-mode=light] .border-left-color-hover-warning:hover,body[data-theme-mode=light] .border-left-color-focus-warning[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning:focus,body[data-theme-mode=light] .border-left-color-focus-warning:focus-within,body[data-theme-mode=light] .border-left-color-active-warning[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning:active,html body .theme-override-light .border-left-color-warning,html body .theme-override-light .border-left-color-hover-warning:hover,html body .theme-override-light .border-left-color-focus-warning[data-focused=true],html body .theme-override-light .border-left-color-focus-warning:focus,html body .theme-override-light .border-left-color-focus-warning:focus-within,html body .theme-override-light .border-left-color-active-warning[data-selected=true],html body .theme-override-light .border-left-color-active-warning:active{border-left-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .border-right-color-warning,body[data-theme-mode=light] .border-right-color-hover-warning:hover,body[data-theme-mode=light] .border-right-color-focus-warning[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning:focus,body[data-theme-mode=light] .border-right-color-focus-warning:focus-within,body[data-theme-mode=light] .border-right-color-active-warning[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning:active,html body .theme-override-light .border-right-color-warning,html body .theme-override-light .border-right-color-hover-warning:hover,html body .theme-override-light .border-right-color-focus-warning[data-focused=true],html body .theme-override-light .border-right-color-focus-warning:focus,html body .theme-override-light .border-right-color-focus-warning:focus-within,html body .theme-override-light .border-right-color-active-warning[data-selected=true],html body .theme-override-light .border-right-color-active-warning:active{border-right-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .fill-color-warning,body[data-theme-mode=light] .fill-color-hover-warning:hover,body[data-theme-mode=light] .fill-color-focus-warning[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning:focus,body[data-theme-mode=light] .fill-color-focus-warning:focus-within,body[data-theme-mode=light] .fill-color-active-warning[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning:active,html body .theme-override-light .fill-color-warning,html body .theme-override-light .fill-color-hover-warning:hover,html body .theme-override-light .fill-color-focus-warning[data-focused=true],html body .theme-override-light .fill-color-focus-warning:focus,html body .theme-override-light .fill-color-focus-warning:focus-within,html body .theme-override-light .fill-color-active-warning[data-selected=true],html body .theme-override-light .fill-color-active-warning:active{background-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .outline-color-warning,body[data-theme-mode=light] .outline-color-hover-warning:hover,body[data-theme-mode=light] .outline-color-focus-warning[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning:focus,body[data-theme-mode=light] .outline-color-focus-warning:focus-within,body[data-theme-mode=light] .outline-color-active-warning[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning:active,html body .theme-override-light .outline-color-warning,html body .theme-override-light .outline-color-hover-warning:hover,html body .theme-override-light .outline-color-focus-warning[data-focused=true],html body .theme-override-light .outline-color-focus-warning:focus,html body .theme-override-light .outline-color-focus-warning:focus-within,html body .theme-override-light .outline-color-active-warning[data-selected=true],html body .theme-override-light .outline-color-active-warning:active{outline-color:var(--color-light-warning-primary)}body[data-theme-mode=light] .outside-border-color-warning,body[data-theme-mode=light] .outside-border-color-hover-warning:hover,body[data-theme-mode=light] .outside-border-color-focus-warning[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning:focus,body[data-theme-mode=light] .outside-border-color-focus-warning:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning:active,html body .theme-override-light .outside-border-color-warning,html body .theme-override-light .outside-border-color-hover-warning:hover,html body .theme-override-light .outside-border-color-focus-warning[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning:focus,html body .theme-override-light .outside-border-color-focus-warning:focus-within,html body .theme-override-light .outside-border-color-active-warning[data-selected=true],html body .theme-override-light .outside-border-color-active-warning:active{--outside-border-color: var(--color-light-warning-primary)}body[data-theme-mode=light] .font-color-warning-primary-0,body[data-theme-mode=light] .font-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .font-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .font-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-primary-0:active,html body .theme-override-light .font-color-warning-primary-0,html body .theme-override-light .font-color-hover-warning-primary-0:hover,html body .theme-override-light .font-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-primary-0:focus,html body .theme-override-light .font-color-focus-warning-primary-0:focus-within,html body .theme-override-light .font-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .font-color-active-warning-primary-0:active{color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-color-warning-primary-0,body[data-theme-mode=light] .border-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .border-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .border-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-primary-0:active,html body .theme-override-light .border-color-warning-primary-0,html body .theme-override-light .border-color-hover-warning-primary-0:hover,html body .theme-override-light .border-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-primary-0:focus,html body .theme-override-light .border-color-focus-warning-primary-0:focus-within,html body .theme-override-light .border-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .border-color-active-warning-primary-0:active{border-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-top-color-warning-primary-0,body[data-theme-mode=light] .border-top-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-primary-0:active,html body .theme-override-light .border-top-color-warning-primary-0,html body .theme-override-light .border-top-color-hover-warning-primary-0:hover,html body .theme-override-light .border-top-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-primary-0:focus,html body .theme-override-light .border-top-color-focus-warning-primary-0:focus-within,html body .theme-override-light .border-top-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-primary-0:active{border-top-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-bottom-color-warning-primary-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-primary-0:active,html body .theme-override-light .border-bottom-color-warning-primary-0,html body .theme-override-light .border-bottom-color-hover-warning-primary-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-primary-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-primary-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-primary-0:active{border-bottom-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-left-color-warning-primary-0,body[data-theme-mode=light] .border-left-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-primary-0:active,html body .theme-override-light .border-left-color-warning-primary-0,html body .theme-override-light .border-left-color-hover-warning-primary-0:hover,html body .theme-override-light .border-left-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-primary-0:focus,html body .theme-override-light .border-left-color-focus-warning-primary-0:focus-within,html body .theme-override-light .border-left-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-primary-0:active{border-left-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .border-right-color-warning-primary-0,body[data-theme-mode=light] .border-right-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-primary-0:active,html body .theme-override-light .border-right-color-warning-primary-0,html body .theme-override-light .border-right-color-hover-warning-primary-0:hover,html body .theme-override-light .border-right-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-primary-0:focus,html body .theme-override-light .border-right-color-focus-warning-primary-0:focus-within,html body .theme-override-light .border-right-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-primary-0:active{border-right-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .fill-color-warning-primary-0,body[data-theme-mode=light] .fill-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-primary-0:active,html body .theme-override-light .fill-color-warning-primary-0,html body .theme-override-light .fill-color-hover-warning-primary-0:hover,html body .theme-override-light .fill-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-primary-0:focus,html body .theme-override-light .fill-color-focus-warning-primary-0:focus-within,html body .theme-override-light .fill-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-primary-0:active{background-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outline-color-warning-primary-0,body[data-theme-mode=light] .outline-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-primary-0:active,html body .theme-override-light .outline-color-warning-primary-0,html body .theme-override-light .outline-color-hover-warning-primary-0:hover,html body .theme-override-light .outline-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-primary-0:focus,html body .theme-override-light .outline-color-focus-warning-primary-0:focus-within,html body .theme-override-light .outline-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-primary-0:active{outline-color:var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .outside-border-color-warning-primary-0,body[data-theme-mode=light] .outside-border-color-hover-warning-primary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-primary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-primary-0:active,html body .theme-override-light .outside-border-color-warning-primary-0,html body .theme-override-light .outside-border-color-hover-warning-primary-0:hover,html body .theme-override-light .outside-border-color-focus-warning-primary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-primary-0:focus,html body .theme-override-light .outside-border-color-focus-warning-primary-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-primary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-primary-0:active{--outside-border-color: var(--color-warning-primary-0, var(--color-light-primary-0))}body[data-theme-mode=light] .font-color-warning-primary-foreground-0,body[data-theme-mode=light] .font-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-primary-foreground-0:active,html body .theme-override-light .font-color-warning-primary-foreground-0,html body .theme-override-light .font-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .font-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .font-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .font-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-warning-primary-foreground-0:active{color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-color-warning-primary-foreground-0,body[data-theme-mode=light] .border-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-primary-foreground-0:active,html body .theme-override-light .border-color-warning-primary-foreground-0,html body .theme-override-light .border-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .border-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .border-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .border-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-warning-primary-foreground-0:active{border-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-top-color-warning-primary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-primary-foreground-0:active,html body .theme-override-light .border-top-color-warning-primary-foreground-0,html body .theme-override-light .border-top-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-primary-foreground-0:active{border-top-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-warning-primary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-primary-foreground-0:active,html body .theme-override-light .border-bottom-color-warning-primary-foreground-0,html body .theme-override-light .border-bottom-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-primary-foreground-0:active{border-bottom-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-left-color-warning-primary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-primary-foreground-0:active,html body .theme-override-light .border-left-color-warning-primary-foreground-0,html body .theme-override-light .border-left-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-primary-foreground-0:active{border-left-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .border-right-color-warning-primary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-primary-foreground-0:active,html body .theme-override-light .border-right-color-warning-primary-foreground-0,html body .theme-override-light .border-right-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-primary-foreground-0:active{border-right-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .fill-color-warning-primary-foreground-0,body[data-theme-mode=light] .fill-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-primary-foreground-0:active,html body .theme-override-light .fill-color-warning-primary-foreground-0,html body .theme-override-light .fill-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .fill-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .fill-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-primary-foreground-0:active{background-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outline-color-warning-primary-foreground-0,body[data-theme-mode=light] .outline-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-primary-foreground-0:active,html body .theme-override-light .outline-color-warning-primary-foreground-0,html body .theme-override-light .outline-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .outline-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .outline-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-primary-foreground-0:active{outline-color:var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .outside-border-color-warning-primary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-primary-foreground-0:active,html body .theme-override-light .outside-border-color-warning-primary-foreground-0,html body .theme-override-light .outside-border-color-hover-warning-primary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-primary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-primary-foreground-0:active{--outside-border-color: var(--color-warning-primary-foreground-0, var(--color-light-primary-foreground-0))}body[data-theme-mode=light] .font-color-warning-secondary-0,body[data-theme-mode=light] .font-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .font-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .font-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-secondary-0:active,html body .theme-override-light .font-color-warning-secondary-0,html body .theme-override-light .font-color-hover-warning-secondary-0:hover,html body .theme-override-light .font-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-secondary-0:focus,html body .theme-override-light .font-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .font-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .font-color-active-warning-secondary-0:active{color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-color-warning-secondary-0,body[data-theme-mode=light] .border-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .border-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .border-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-secondary-0:active,html body .theme-override-light .border-color-warning-secondary-0,html body .theme-override-light .border-color-hover-warning-secondary-0:hover,html body .theme-override-light .border-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-secondary-0:focus,html body .theme-override-light .border-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .border-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .border-color-active-warning-secondary-0:active{border-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-top-color-warning-secondary-0,body[data-theme-mode=light] .border-top-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-secondary-0:active,html body .theme-override-light .border-top-color-warning-secondary-0,html body .theme-override-light .border-top-color-hover-warning-secondary-0:hover,html body .theme-override-light .border-top-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-secondary-0:focus,html body .theme-override-light .border-top-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .border-top-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-secondary-0:active{border-top-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-bottom-color-warning-secondary-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-0:active,html body .theme-override-light .border-bottom-color-warning-secondary-0,html body .theme-override-light .border-bottom-color-hover-warning-secondary-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-secondary-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-secondary-0:active{border-bottom-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-left-color-warning-secondary-0,body[data-theme-mode=light] .border-left-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-secondary-0:active,html body .theme-override-light .border-left-color-warning-secondary-0,html body .theme-override-light .border-left-color-hover-warning-secondary-0:hover,html body .theme-override-light .border-left-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-secondary-0:focus,html body .theme-override-light .border-left-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .border-left-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-secondary-0:active{border-left-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .border-right-color-warning-secondary-0,body[data-theme-mode=light] .border-right-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-secondary-0:active,html body .theme-override-light .border-right-color-warning-secondary-0,html body .theme-override-light .border-right-color-hover-warning-secondary-0:hover,html body .theme-override-light .border-right-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-secondary-0:focus,html body .theme-override-light .border-right-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .border-right-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-secondary-0:active{border-right-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .fill-color-warning-secondary-0,body[data-theme-mode=light] .fill-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-secondary-0:active,html body .theme-override-light .fill-color-warning-secondary-0,html body .theme-override-light .fill-color-hover-warning-secondary-0:hover,html body .theme-override-light .fill-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-secondary-0:focus,html body .theme-override-light .fill-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .fill-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-secondary-0:active{background-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outline-color-warning-secondary-0,body[data-theme-mode=light] .outline-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-secondary-0:active,html body .theme-override-light .outline-color-warning-secondary-0,html body .theme-override-light .outline-color-hover-warning-secondary-0:hover,html body .theme-override-light .outline-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-secondary-0:focus,html body .theme-override-light .outline-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .outline-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-secondary-0:active{outline-color:var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .outside-border-color-warning-secondary-0,body[data-theme-mode=light] .outside-border-color-hover-warning-secondary-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-secondary-0:active,html body .theme-override-light .outside-border-color-warning-secondary-0,html body .theme-override-light .outside-border-color-hover-warning-secondary-0:hover,html body .theme-override-light .outside-border-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-secondary-0:focus,html body .theme-override-light .outside-border-color-focus-warning-secondary-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-secondary-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-secondary-0:active{--outside-border-color: var(--color-warning-secondary-0, var(--color-light-secondary-0))}body[data-theme-mode=light] .font-color-warning-secondary-foreground-0,body[data-theme-mode=light] .font-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .font-color-warning-secondary-foreground-0,html body .theme-override-light .font-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .font-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .font-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .font-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-warning-secondary-foreground-0:active{color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-color-warning-secondary-foreground-0,body[data-theme-mode=light] .border-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .border-color-warning-secondary-foreground-0,html body .theme-override-light .border-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .border-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .border-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .border-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-warning-secondary-foreground-0:active{border-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-top-color-warning-secondary-foreground-0,body[data-theme-mode=light] .border-top-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .border-top-color-warning-secondary-foreground-0,html body .theme-override-light .border-top-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .border-top-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .border-top-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-secondary-foreground-0:active{border-top-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-bottom-color-warning-secondary-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .border-bottom-color-warning-secondary-foreground-0,html body .theme-override-light .border-bottom-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-secondary-foreground-0:active{border-bottom-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-left-color-warning-secondary-foreground-0,body[data-theme-mode=light] .border-left-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .border-left-color-warning-secondary-foreground-0,html body .theme-override-light .border-left-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .border-left-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .border-left-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-secondary-foreground-0:active{border-left-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .border-right-color-warning-secondary-foreground-0,body[data-theme-mode=light] .border-right-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .border-right-color-warning-secondary-foreground-0,html body .theme-override-light .border-right-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .border-right-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .border-right-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-secondary-foreground-0:active{border-right-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .fill-color-warning-secondary-foreground-0,body[data-theme-mode=light] .fill-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .fill-color-warning-secondary-foreground-0,html body .theme-override-light .fill-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .fill-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .fill-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .fill-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-secondary-foreground-0:active{background-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outline-color-warning-secondary-foreground-0,body[data-theme-mode=light] .outline-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .outline-color-warning-secondary-foreground-0,html body .theme-override-light .outline-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .outline-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .outline-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .outline-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-secondary-foreground-0:active{outline-color:var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .outside-border-color-warning-secondary-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-secondary-foreground-0:active,html body .theme-override-light .outside-border-color-warning-secondary-foreground-0,html body .theme-override-light .outside-border-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-secondary-foreground-0:active{--outside-border-color: var(--color-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0))}body[data-theme-mode=light] .font-color-warning-accent-0,body[data-theme-mode=light] .font-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .font-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .font-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-accent-0:active,html body .theme-override-light .font-color-warning-accent-0,html body .theme-override-light .font-color-hover-warning-accent-0:hover,html body .theme-override-light .font-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-accent-0:focus,html body .theme-override-light .font-color-focus-warning-accent-0:focus-within,html body .theme-override-light .font-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .font-color-active-warning-accent-0:active{color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-color-warning-accent-0,body[data-theme-mode=light] .border-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .border-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .border-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-accent-0:active,html body .theme-override-light .border-color-warning-accent-0,html body .theme-override-light .border-color-hover-warning-accent-0:hover,html body .theme-override-light .border-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-accent-0:focus,html body .theme-override-light .border-color-focus-warning-accent-0:focus-within,html body .theme-override-light .border-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .border-color-active-warning-accent-0:active{border-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-top-color-warning-accent-0,body[data-theme-mode=light] .border-top-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-accent-0:active,html body .theme-override-light .border-top-color-warning-accent-0,html body .theme-override-light .border-top-color-hover-warning-accent-0:hover,html body .theme-override-light .border-top-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-accent-0:focus,html body .theme-override-light .border-top-color-focus-warning-accent-0:focus-within,html body .theme-override-light .border-top-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-accent-0:active{border-top-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-bottom-color-warning-accent-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-accent-0:active,html body .theme-override-light .border-bottom-color-warning-accent-0,html body .theme-override-light .border-bottom-color-hover-warning-accent-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-accent-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-accent-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-accent-0:active{border-bottom-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-left-color-warning-accent-0,body[data-theme-mode=light] .border-left-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-accent-0:active,html body .theme-override-light .border-left-color-warning-accent-0,html body .theme-override-light .border-left-color-hover-warning-accent-0:hover,html body .theme-override-light .border-left-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-accent-0:focus,html body .theme-override-light .border-left-color-focus-warning-accent-0:focus-within,html body .theme-override-light .border-left-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-accent-0:active{border-left-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .border-right-color-warning-accent-0,body[data-theme-mode=light] .border-right-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-accent-0:active,html body .theme-override-light .border-right-color-warning-accent-0,html body .theme-override-light .border-right-color-hover-warning-accent-0:hover,html body .theme-override-light .border-right-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-accent-0:focus,html body .theme-override-light .border-right-color-focus-warning-accent-0:focus-within,html body .theme-override-light .border-right-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-accent-0:active{border-right-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .fill-color-warning-accent-0,body[data-theme-mode=light] .fill-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-accent-0:active,html body .theme-override-light .fill-color-warning-accent-0,html body .theme-override-light .fill-color-hover-warning-accent-0:hover,html body .theme-override-light .fill-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-accent-0:focus,html body .theme-override-light .fill-color-focus-warning-accent-0:focus-within,html body .theme-override-light .fill-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-accent-0:active{background-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outline-color-warning-accent-0,body[data-theme-mode=light] .outline-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-accent-0:active,html body .theme-override-light .outline-color-warning-accent-0,html body .theme-override-light .outline-color-hover-warning-accent-0:hover,html body .theme-override-light .outline-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-accent-0:focus,html body .theme-override-light .outline-color-focus-warning-accent-0:focus-within,html body .theme-override-light .outline-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-accent-0:active{outline-color:var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .outside-border-color-warning-accent-0,body[data-theme-mode=light] .outside-border-color-hover-warning-accent-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-accent-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-accent-0:active,html body .theme-override-light .outside-border-color-warning-accent-0,html body .theme-override-light .outside-border-color-hover-warning-accent-0:hover,html body .theme-override-light .outside-border-color-focus-warning-accent-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-accent-0:focus,html body .theme-override-light .outside-border-color-focus-warning-accent-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-accent-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-accent-0:active{--outside-border-color: var(--color-warning-accent-0, var(--color-light-accent-0))}body[data-theme-mode=light] .font-color-warning-accent-foreground-0,body[data-theme-mode=light] .font-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .font-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .font-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-accent-foreground-0:active,html body .theme-override-light .font-color-warning-accent-foreground-0,html body .theme-override-light .font-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .font-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .font-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .font-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .font-color-active-warning-accent-foreground-0:active{color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-color-warning-accent-foreground-0,body[data-theme-mode=light] .border-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .border-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .border-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-accent-foreground-0:active,html body .theme-override-light .border-color-warning-accent-foreground-0,html body .theme-override-light .border-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .border-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .border-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .border-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .border-color-active-warning-accent-foreground-0:active{border-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-top-color-warning-accent-foreground-0,body[data-theme-mode=light] .border-top-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-accent-foreground-0:active,html body .theme-override-light .border-top-color-warning-accent-foreground-0,html body .theme-override-light .border-top-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .border-top-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .border-top-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .border-top-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-accent-foreground-0:active{border-top-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-bottom-color-warning-accent-foreground-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-accent-foreground-0:active,html body .theme-override-light .border-bottom-color-warning-accent-foreground-0,html body .theme-override-light .border-bottom-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-accent-foreground-0:active{border-bottom-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-left-color-warning-accent-foreground-0,body[data-theme-mode=light] .border-left-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-accent-foreground-0:active,html body .theme-override-light .border-left-color-warning-accent-foreground-0,html body .theme-override-light .border-left-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .border-left-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .border-left-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .border-left-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-accent-foreground-0:active{border-left-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .border-right-color-warning-accent-foreground-0,body[data-theme-mode=light] .border-right-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-accent-foreground-0:active,html body .theme-override-light .border-right-color-warning-accent-foreground-0,html body .theme-override-light .border-right-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .border-right-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .border-right-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .border-right-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-accent-foreground-0:active{border-right-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .fill-color-warning-accent-foreground-0,body[data-theme-mode=light] .fill-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-accent-foreground-0:active,html body .theme-override-light .fill-color-warning-accent-foreground-0,html body .theme-override-light .fill-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .fill-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .fill-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .fill-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-accent-foreground-0:active{background-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outline-color-warning-accent-foreground-0,body[data-theme-mode=light] .outline-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-accent-foreground-0:active,html body .theme-override-light .outline-color-warning-accent-foreground-0,html body .theme-override-light .outline-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .outline-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .outline-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .outline-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-accent-foreground-0:active{outline-color:var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .outside-border-color-warning-accent-foreground-0,body[data-theme-mode=light] .outside-border-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-accent-foreground-0:active,html body .theme-override-light .outside-border-color-warning-accent-foreground-0,html body .theme-override-light .outside-border-color-hover-warning-accent-foreground-0:hover,html body .theme-override-light .outside-border-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-accent-foreground-0:focus,html body .theme-override-light .outside-border-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-accent-foreground-0:active{--outside-border-color: var(--color-warning-accent-foreground-0, var(--color-light-accent-foreground-0))}body[data-theme-mode=light] .font-color-warning-background-0,body[data-theme-mode=light] .font-color-hover-warning-background-0:hover,body[data-theme-mode=light] .font-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-0:focus,body[data-theme-mode=light] .font-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-0:active,html body .theme-override-light .font-color-warning-background-0,html body .theme-override-light .font-color-hover-warning-background-0:hover,html body .theme-override-light .font-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-0:focus,html body .theme-override-light .font-color-focus-warning-background-0:focus-within,html body .theme-override-light .font-color-active-warning-background-0[data-selected=true],html body .theme-override-light .font-color-active-warning-background-0:active{color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-color-warning-background-0,body[data-theme-mode=light] .border-color-hover-warning-background-0:hover,body[data-theme-mode=light] .border-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-0:focus,body[data-theme-mode=light] .border-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-0:active,html body .theme-override-light .border-color-warning-background-0,html body .theme-override-light .border-color-hover-warning-background-0:hover,html body .theme-override-light .border-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-0:focus,html body .theme-override-light .border-color-focus-warning-background-0:focus-within,html body .theme-override-light .border-color-active-warning-background-0[data-selected=true],html body .theme-override-light .border-color-active-warning-background-0:active{border-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-top-color-warning-background-0,body[data-theme-mode=light] .border-top-color-hover-warning-background-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-0:active,html body .theme-override-light .border-top-color-warning-background-0,html body .theme-override-light .border-top-color-hover-warning-background-0:hover,html body .theme-override-light .border-top-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-0:focus,html body .theme-override-light .border-top-color-focus-warning-background-0:focus-within,html body .theme-override-light .border-top-color-active-warning-background-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-0:active{border-top-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-bottom-color-warning-background-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-0:active,html body .theme-override-light .border-bottom-color-warning-background-0,html body .theme-override-light .border-bottom-color-hover-warning-background-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-0:active{border-bottom-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-left-color-warning-background-0,body[data-theme-mode=light] .border-left-color-hover-warning-background-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-0:active,html body .theme-override-light .border-left-color-warning-background-0,html body .theme-override-light .border-left-color-hover-warning-background-0:hover,html body .theme-override-light .border-left-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-0:focus,html body .theme-override-light .border-left-color-focus-warning-background-0:focus-within,html body .theme-override-light .border-left-color-active-warning-background-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-0:active{border-left-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .border-right-color-warning-background-0,body[data-theme-mode=light] .border-right-color-hover-warning-background-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-0:active,html body .theme-override-light .border-right-color-warning-background-0,html body .theme-override-light .border-right-color-hover-warning-background-0:hover,html body .theme-override-light .border-right-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-0:focus,html body .theme-override-light .border-right-color-focus-warning-background-0:focus-within,html body .theme-override-light .border-right-color-active-warning-background-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-0:active{border-right-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .fill-color-warning-background-0,body[data-theme-mode=light] .fill-color-hover-warning-background-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-0:active,html body .theme-override-light .fill-color-warning-background-0,html body .theme-override-light .fill-color-hover-warning-background-0:hover,html body .theme-override-light .fill-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-0:focus,html body .theme-override-light .fill-color-focus-warning-background-0:focus-within,html body .theme-override-light .fill-color-active-warning-background-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-0:active{background-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outline-color-warning-background-0,body[data-theme-mode=light] .outline-color-hover-warning-background-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-0:active,html body .theme-override-light .outline-color-warning-background-0,html body .theme-override-light .outline-color-hover-warning-background-0:hover,html body .theme-override-light .outline-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-0:focus,html body .theme-override-light .outline-color-focus-warning-background-0:focus-within,html body .theme-override-light .outline-color-active-warning-background-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-0:active{outline-color:var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .outside-border-color-warning-background-0,body[data-theme-mode=light] .outside-border-color-hover-warning-background-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-0:active,html body .theme-override-light .outside-border-color-warning-background-0,html body .theme-override-light .outside-border-color-hover-warning-background-0:hover,html body .theme-override-light .outside-border-color-focus-warning-background-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-0:focus,html body .theme-override-light .outside-border-color-focus-warning-background-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-0:active{--outside-border-color: var(--color-warning-background-0, var(--color-light-background-0))}body[data-theme-mode=light] .font-color-warning-background-1,body[data-theme-mode=light] .font-color-hover-warning-background-1:hover,body[data-theme-mode=light] .font-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-1:focus,body[data-theme-mode=light] .font-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-1:active,html body .theme-override-light .font-color-warning-background-1,html body .theme-override-light .font-color-hover-warning-background-1:hover,html body .theme-override-light .font-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-1:focus,html body .theme-override-light .font-color-focus-warning-background-1:focus-within,html body .theme-override-light .font-color-active-warning-background-1[data-selected=true],html body .theme-override-light .font-color-active-warning-background-1:active{color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-color-warning-background-1,body[data-theme-mode=light] .border-color-hover-warning-background-1:hover,body[data-theme-mode=light] .border-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-1:focus,body[data-theme-mode=light] .border-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-1:active,html body .theme-override-light .border-color-warning-background-1,html body .theme-override-light .border-color-hover-warning-background-1:hover,html body .theme-override-light .border-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-1:focus,html body .theme-override-light .border-color-focus-warning-background-1:focus-within,html body .theme-override-light .border-color-active-warning-background-1[data-selected=true],html body .theme-override-light .border-color-active-warning-background-1:active{border-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-top-color-warning-background-1,body[data-theme-mode=light] .border-top-color-hover-warning-background-1:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-1:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-1:active,html body .theme-override-light .border-top-color-warning-background-1,html body .theme-override-light .border-top-color-hover-warning-background-1:hover,html body .theme-override-light .border-top-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-1:focus,html body .theme-override-light .border-top-color-focus-warning-background-1:focus-within,html body .theme-override-light .border-top-color-active-warning-background-1[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-1:active{border-top-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-bottom-color-warning-background-1,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-1:active,html body .theme-override-light .border-bottom-color-warning-background-1,html body .theme-override-light .border-bottom-color-hover-warning-background-1:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-1:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-1:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-1:active{border-bottom-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-left-color-warning-background-1,body[data-theme-mode=light] .border-left-color-hover-warning-background-1:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-1:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-1:active,html body .theme-override-light .border-left-color-warning-background-1,html body .theme-override-light .border-left-color-hover-warning-background-1:hover,html body .theme-override-light .border-left-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-1:focus,html body .theme-override-light .border-left-color-focus-warning-background-1:focus-within,html body .theme-override-light .border-left-color-active-warning-background-1[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-1:active{border-left-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .border-right-color-warning-background-1,body[data-theme-mode=light] .border-right-color-hover-warning-background-1:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-1:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-1:active,html body .theme-override-light .border-right-color-warning-background-1,html body .theme-override-light .border-right-color-hover-warning-background-1:hover,html body .theme-override-light .border-right-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-1:focus,html body .theme-override-light .border-right-color-focus-warning-background-1:focus-within,html body .theme-override-light .border-right-color-active-warning-background-1[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-1:active{border-right-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .fill-color-warning-background-1,body[data-theme-mode=light] .fill-color-hover-warning-background-1:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-1:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-1:active,html body .theme-override-light .fill-color-warning-background-1,html body .theme-override-light .fill-color-hover-warning-background-1:hover,html body .theme-override-light .fill-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-1:focus,html body .theme-override-light .fill-color-focus-warning-background-1:focus-within,html body .theme-override-light .fill-color-active-warning-background-1[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-1:active{background-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outline-color-warning-background-1,body[data-theme-mode=light] .outline-color-hover-warning-background-1:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-1:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-1:active,html body .theme-override-light .outline-color-warning-background-1,html body .theme-override-light .outline-color-hover-warning-background-1:hover,html body .theme-override-light .outline-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-1:focus,html body .theme-override-light .outline-color-focus-warning-background-1:focus-within,html body .theme-override-light .outline-color-active-warning-background-1[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-1:active{outline-color:var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .outside-border-color-warning-background-1,body[data-theme-mode=light] .outside-border-color-hover-warning-background-1:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-1:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-1:active,html body .theme-override-light .outside-border-color-warning-background-1,html body .theme-override-light .outside-border-color-hover-warning-background-1:hover,html body .theme-override-light .outside-border-color-focus-warning-background-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-1:focus,html body .theme-override-light .outside-border-color-focus-warning-background-1:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-1[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-1:active{--outside-border-color: var(--color-warning-background-1, var(--color-light-background-1))}body[data-theme-mode=light] .font-color-warning-background-2,body[data-theme-mode=light] .font-color-hover-warning-background-2:hover,body[data-theme-mode=light] .font-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-2:focus,body[data-theme-mode=light] .font-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-2:active,html body .theme-override-light .font-color-warning-background-2,html body .theme-override-light .font-color-hover-warning-background-2:hover,html body .theme-override-light .font-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-2:focus,html body .theme-override-light .font-color-focus-warning-background-2:focus-within,html body .theme-override-light .font-color-active-warning-background-2[data-selected=true],html body .theme-override-light .font-color-active-warning-background-2:active{color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-color-warning-background-2,body[data-theme-mode=light] .border-color-hover-warning-background-2:hover,body[data-theme-mode=light] .border-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-2:focus,body[data-theme-mode=light] .border-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-2:active,html body .theme-override-light .border-color-warning-background-2,html body .theme-override-light .border-color-hover-warning-background-2:hover,html body .theme-override-light .border-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-2:focus,html body .theme-override-light .border-color-focus-warning-background-2:focus-within,html body .theme-override-light .border-color-active-warning-background-2[data-selected=true],html body .theme-override-light .border-color-active-warning-background-2:active{border-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-top-color-warning-background-2,body[data-theme-mode=light] .border-top-color-hover-warning-background-2:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-2:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-2:active,html body .theme-override-light .border-top-color-warning-background-2,html body .theme-override-light .border-top-color-hover-warning-background-2:hover,html body .theme-override-light .border-top-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-2:focus,html body .theme-override-light .border-top-color-focus-warning-background-2:focus-within,html body .theme-override-light .border-top-color-active-warning-background-2[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-2:active{border-top-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-bottom-color-warning-background-2,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-2:active,html body .theme-override-light .border-bottom-color-warning-background-2,html body .theme-override-light .border-bottom-color-hover-warning-background-2:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-2:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-2:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-2:active{border-bottom-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-left-color-warning-background-2,body[data-theme-mode=light] .border-left-color-hover-warning-background-2:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-2:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-2:active,html body .theme-override-light .border-left-color-warning-background-2,html body .theme-override-light .border-left-color-hover-warning-background-2:hover,html body .theme-override-light .border-left-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-2:focus,html body .theme-override-light .border-left-color-focus-warning-background-2:focus-within,html body .theme-override-light .border-left-color-active-warning-background-2[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-2:active{border-left-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .border-right-color-warning-background-2,body[data-theme-mode=light] .border-right-color-hover-warning-background-2:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-2:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-2:active,html body .theme-override-light .border-right-color-warning-background-2,html body .theme-override-light .border-right-color-hover-warning-background-2:hover,html body .theme-override-light .border-right-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-2:focus,html body .theme-override-light .border-right-color-focus-warning-background-2:focus-within,html body .theme-override-light .border-right-color-active-warning-background-2[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-2:active{border-right-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .fill-color-warning-background-2,body[data-theme-mode=light] .fill-color-hover-warning-background-2:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-2:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-2:active,html body .theme-override-light .fill-color-warning-background-2,html body .theme-override-light .fill-color-hover-warning-background-2:hover,html body .theme-override-light .fill-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-2:focus,html body .theme-override-light .fill-color-focus-warning-background-2:focus-within,html body .theme-override-light .fill-color-active-warning-background-2[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-2:active{background-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outline-color-warning-background-2,body[data-theme-mode=light] .outline-color-hover-warning-background-2:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-2:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-2:active,html body .theme-override-light .outline-color-warning-background-2,html body .theme-override-light .outline-color-hover-warning-background-2:hover,html body .theme-override-light .outline-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-2:focus,html body .theme-override-light .outline-color-focus-warning-background-2:focus-within,html body .theme-override-light .outline-color-active-warning-background-2[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-2:active{outline-color:var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .outside-border-color-warning-background-2,body[data-theme-mode=light] .outside-border-color-hover-warning-background-2:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-2:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-2:active,html body .theme-override-light .outside-border-color-warning-background-2,html body .theme-override-light .outside-border-color-hover-warning-background-2:hover,html body .theme-override-light .outside-border-color-focus-warning-background-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-2:focus,html body .theme-override-light .outside-border-color-focus-warning-background-2:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-2[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-2:active{--outside-border-color: var(--color-warning-background-2, var(--color-light-background-2))}body[data-theme-mode=light] .font-color-warning-background-3,body[data-theme-mode=light] .font-color-hover-warning-background-3:hover,body[data-theme-mode=light] .font-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-3:focus,body[data-theme-mode=light] .font-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-3:active,html body .theme-override-light .font-color-warning-background-3,html body .theme-override-light .font-color-hover-warning-background-3:hover,html body .theme-override-light .font-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-3:focus,html body .theme-override-light .font-color-focus-warning-background-3:focus-within,html body .theme-override-light .font-color-active-warning-background-3[data-selected=true],html body .theme-override-light .font-color-active-warning-background-3:active{color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-color-warning-background-3,body[data-theme-mode=light] .border-color-hover-warning-background-3:hover,body[data-theme-mode=light] .border-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-3:focus,body[data-theme-mode=light] .border-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-3:active,html body .theme-override-light .border-color-warning-background-3,html body .theme-override-light .border-color-hover-warning-background-3:hover,html body .theme-override-light .border-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-3:focus,html body .theme-override-light .border-color-focus-warning-background-3:focus-within,html body .theme-override-light .border-color-active-warning-background-3[data-selected=true],html body .theme-override-light .border-color-active-warning-background-3:active{border-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-top-color-warning-background-3,body[data-theme-mode=light] .border-top-color-hover-warning-background-3:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-3:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-3:active,html body .theme-override-light .border-top-color-warning-background-3,html body .theme-override-light .border-top-color-hover-warning-background-3:hover,html body .theme-override-light .border-top-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-3:focus,html body .theme-override-light .border-top-color-focus-warning-background-3:focus-within,html body .theme-override-light .border-top-color-active-warning-background-3[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-3:active{border-top-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-bottom-color-warning-background-3,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-3:active,html body .theme-override-light .border-bottom-color-warning-background-3,html body .theme-override-light .border-bottom-color-hover-warning-background-3:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-3:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-3:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-3:active{border-bottom-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-left-color-warning-background-3,body[data-theme-mode=light] .border-left-color-hover-warning-background-3:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-3:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-3:active,html body .theme-override-light .border-left-color-warning-background-3,html body .theme-override-light .border-left-color-hover-warning-background-3:hover,html body .theme-override-light .border-left-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-3:focus,html body .theme-override-light .border-left-color-focus-warning-background-3:focus-within,html body .theme-override-light .border-left-color-active-warning-background-3[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-3:active{border-left-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .border-right-color-warning-background-3,body[data-theme-mode=light] .border-right-color-hover-warning-background-3:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-3:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-3:active,html body .theme-override-light .border-right-color-warning-background-3,html body .theme-override-light .border-right-color-hover-warning-background-3:hover,html body .theme-override-light .border-right-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-3:focus,html body .theme-override-light .border-right-color-focus-warning-background-3:focus-within,html body .theme-override-light .border-right-color-active-warning-background-3[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-3:active{border-right-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .fill-color-warning-background-3,body[data-theme-mode=light] .fill-color-hover-warning-background-3:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-3:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-3:active,html body .theme-override-light .fill-color-warning-background-3,html body .theme-override-light .fill-color-hover-warning-background-3:hover,html body .theme-override-light .fill-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-3:focus,html body .theme-override-light .fill-color-focus-warning-background-3:focus-within,html body .theme-override-light .fill-color-active-warning-background-3[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-3:active{background-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outline-color-warning-background-3,body[data-theme-mode=light] .outline-color-hover-warning-background-3:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-3:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-3:active,html body .theme-override-light .outline-color-warning-background-3,html body .theme-override-light .outline-color-hover-warning-background-3:hover,html body .theme-override-light .outline-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-3:focus,html body .theme-override-light .outline-color-focus-warning-background-3:focus-within,html body .theme-override-light .outline-color-active-warning-background-3[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-3:active{outline-color:var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .outside-border-color-warning-background-3,body[data-theme-mode=light] .outside-border-color-hover-warning-background-3:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-3:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-3:active,html body .theme-override-light .outside-border-color-warning-background-3,html body .theme-override-light .outside-border-color-hover-warning-background-3:hover,html body .theme-override-light .outside-border-color-focus-warning-background-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-3:focus,html body .theme-override-light .outside-border-color-focus-warning-background-3:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-3[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-3:active{--outside-border-color: var(--color-warning-background-3, var(--color-light-background-3))}body[data-theme-mode=light] .font-color-warning-background-4,body[data-theme-mode=light] .font-color-hover-warning-background-4:hover,body[data-theme-mode=light] .font-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-4:focus,body[data-theme-mode=light] .font-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-4:active,html body .theme-override-light .font-color-warning-background-4,html body .theme-override-light .font-color-hover-warning-background-4:hover,html body .theme-override-light .font-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-4:focus,html body .theme-override-light .font-color-focus-warning-background-4:focus-within,html body .theme-override-light .font-color-active-warning-background-4[data-selected=true],html body .theme-override-light .font-color-active-warning-background-4:active{color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-color-warning-background-4,body[data-theme-mode=light] .border-color-hover-warning-background-4:hover,body[data-theme-mode=light] .border-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-4:focus,body[data-theme-mode=light] .border-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-4:active,html body .theme-override-light .border-color-warning-background-4,html body .theme-override-light .border-color-hover-warning-background-4:hover,html body .theme-override-light .border-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-4:focus,html body .theme-override-light .border-color-focus-warning-background-4:focus-within,html body .theme-override-light .border-color-active-warning-background-4[data-selected=true],html body .theme-override-light .border-color-active-warning-background-4:active{border-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-top-color-warning-background-4,body[data-theme-mode=light] .border-top-color-hover-warning-background-4:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-4:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-4:active,html body .theme-override-light .border-top-color-warning-background-4,html body .theme-override-light .border-top-color-hover-warning-background-4:hover,html body .theme-override-light .border-top-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-4:focus,html body .theme-override-light .border-top-color-focus-warning-background-4:focus-within,html body .theme-override-light .border-top-color-active-warning-background-4[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-4:active{border-top-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-bottom-color-warning-background-4,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-4:active,html body .theme-override-light .border-bottom-color-warning-background-4,html body .theme-override-light .border-bottom-color-hover-warning-background-4:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-4:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-4:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-4:active{border-bottom-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-left-color-warning-background-4,body[data-theme-mode=light] .border-left-color-hover-warning-background-4:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-4:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-4:active,html body .theme-override-light .border-left-color-warning-background-4,html body .theme-override-light .border-left-color-hover-warning-background-4:hover,html body .theme-override-light .border-left-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-4:focus,html body .theme-override-light .border-left-color-focus-warning-background-4:focus-within,html body .theme-override-light .border-left-color-active-warning-background-4[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-4:active{border-left-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .border-right-color-warning-background-4,body[data-theme-mode=light] .border-right-color-hover-warning-background-4:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-4:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-4:active,html body .theme-override-light .border-right-color-warning-background-4,html body .theme-override-light .border-right-color-hover-warning-background-4:hover,html body .theme-override-light .border-right-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-4:focus,html body .theme-override-light .border-right-color-focus-warning-background-4:focus-within,html body .theme-override-light .border-right-color-active-warning-background-4[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-4:active{border-right-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .fill-color-warning-background-4,body[data-theme-mode=light] .fill-color-hover-warning-background-4:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-4:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-4:active,html body .theme-override-light .fill-color-warning-background-4,html body .theme-override-light .fill-color-hover-warning-background-4:hover,html body .theme-override-light .fill-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-4:focus,html body .theme-override-light .fill-color-focus-warning-background-4:focus-within,html body .theme-override-light .fill-color-active-warning-background-4[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-4:active{background-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outline-color-warning-background-4,body[data-theme-mode=light] .outline-color-hover-warning-background-4:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-4:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-4:active,html body .theme-override-light .outline-color-warning-background-4,html body .theme-override-light .outline-color-hover-warning-background-4:hover,html body .theme-override-light .outline-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-4:focus,html body .theme-override-light .outline-color-focus-warning-background-4:focus-within,html body .theme-override-light .outline-color-active-warning-background-4[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-4:active{outline-color:var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .outside-border-color-warning-background-4,body[data-theme-mode=light] .outside-border-color-hover-warning-background-4:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-4:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-4:active,html body .theme-override-light .outside-border-color-warning-background-4,html body .theme-override-light .outside-border-color-hover-warning-background-4:hover,html body .theme-override-light .outside-border-color-focus-warning-background-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-4:focus,html body .theme-override-light .outside-border-color-focus-warning-background-4:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-4[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-4:active{--outside-border-color: var(--color-warning-background-4, var(--color-light-background-4))}body[data-theme-mode=light] .font-color-warning-background-5,body[data-theme-mode=light] .font-color-hover-warning-background-5:hover,body[data-theme-mode=light] .font-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-5:focus,body[data-theme-mode=light] .font-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-5:active,html body .theme-override-light .font-color-warning-background-5,html body .theme-override-light .font-color-hover-warning-background-5:hover,html body .theme-override-light .font-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-5:focus,html body .theme-override-light .font-color-focus-warning-background-5:focus-within,html body .theme-override-light .font-color-active-warning-background-5[data-selected=true],html body .theme-override-light .font-color-active-warning-background-5:active{color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-color-warning-background-5,body[data-theme-mode=light] .border-color-hover-warning-background-5:hover,body[data-theme-mode=light] .border-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-5:focus,body[data-theme-mode=light] .border-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-5:active,html body .theme-override-light .border-color-warning-background-5,html body .theme-override-light .border-color-hover-warning-background-5:hover,html body .theme-override-light .border-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-5:focus,html body .theme-override-light .border-color-focus-warning-background-5:focus-within,html body .theme-override-light .border-color-active-warning-background-5[data-selected=true],html body .theme-override-light .border-color-active-warning-background-5:active{border-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-top-color-warning-background-5,body[data-theme-mode=light] .border-top-color-hover-warning-background-5:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-5:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-5:active,html body .theme-override-light .border-top-color-warning-background-5,html body .theme-override-light .border-top-color-hover-warning-background-5:hover,html body .theme-override-light .border-top-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-5:focus,html body .theme-override-light .border-top-color-focus-warning-background-5:focus-within,html body .theme-override-light .border-top-color-active-warning-background-5[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-5:active{border-top-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-bottom-color-warning-background-5,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-5:active,html body .theme-override-light .border-bottom-color-warning-background-5,html body .theme-override-light .border-bottom-color-hover-warning-background-5:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-5:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-5:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-5:active{border-bottom-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-left-color-warning-background-5,body[data-theme-mode=light] .border-left-color-hover-warning-background-5:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-5:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-5:active,html body .theme-override-light .border-left-color-warning-background-5,html body .theme-override-light .border-left-color-hover-warning-background-5:hover,html body .theme-override-light .border-left-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-5:focus,html body .theme-override-light .border-left-color-focus-warning-background-5:focus-within,html body .theme-override-light .border-left-color-active-warning-background-5[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-5:active{border-left-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .border-right-color-warning-background-5,body[data-theme-mode=light] .border-right-color-hover-warning-background-5:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-5:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-5:active,html body .theme-override-light .border-right-color-warning-background-5,html body .theme-override-light .border-right-color-hover-warning-background-5:hover,html body .theme-override-light .border-right-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-5:focus,html body .theme-override-light .border-right-color-focus-warning-background-5:focus-within,html body .theme-override-light .border-right-color-active-warning-background-5[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-5:active{border-right-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .fill-color-warning-background-5,body[data-theme-mode=light] .fill-color-hover-warning-background-5:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-5:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-5:active,html body .theme-override-light .fill-color-warning-background-5,html body .theme-override-light .fill-color-hover-warning-background-5:hover,html body .theme-override-light .fill-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-5:focus,html body .theme-override-light .fill-color-focus-warning-background-5:focus-within,html body .theme-override-light .fill-color-active-warning-background-5[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-5:active{background-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outline-color-warning-background-5,body[data-theme-mode=light] .outline-color-hover-warning-background-5:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-5:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-5:active,html body .theme-override-light .outline-color-warning-background-5,html body .theme-override-light .outline-color-hover-warning-background-5:hover,html body .theme-override-light .outline-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-5:focus,html body .theme-override-light .outline-color-focus-warning-background-5:focus-within,html body .theme-override-light .outline-color-active-warning-background-5[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-5:active{outline-color:var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .outside-border-color-warning-background-5,body[data-theme-mode=light] .outside-border-color-hover-warning-background-5:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-5:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-5:active,html body .theme-override-light .outside-border-color-warning-background-5,html body .theme-override-light .outside-border-color-hover-warning-background-5:hover,html body .theme-override-light .outside-border-color-focus-warning-background-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-5:focus,html body .theme-override-light .outside-border-color-focus-warning-background-5:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-5[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-5:active{--outside-border-color: var(--color-warning-background-5, var(--color-light-background-5))}body[data-theme-mode=light] .font-color-warning-surface-0,body[data-theme-mode=light] .font-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-0:active,html body .theme-override-light .font-color-warning-surface-0,html body .theme-override-light .font-color-hover-warning-surface-0:hover,html body .theme-override-light .font-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-0:focus,html body .theme-override-light .font-color-focus-warning-surface-0:focus-within,html body .theme-override-light .font-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-0:active{color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-color-warning-surface-0,body[data-theme-mode=light] .border-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-0:active,html body .theme-override-light .border-color-warning-surface-0,html body .theme-override-light .border-color-hover-warning-surface-0:hover,html body .theme-override-light .border-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-0:focus,html body .theme-override-light .border-color-focus-warning-surface-0:focus-within,html body .theme-override-light .border-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-0:active{border-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-top-color-warning-surface-0,body[data-theme-mode=light] .border-top-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-0:active,html body .theme-override-light .border-top-color-warning-surface-0,html body .theme-override-light .border-top-color-hover-warning-surface-0:hover,html body .theme-override-light .border-top-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-0:focus,html body .theme-override-light .border-top-color-focus-warning-surface-0:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-0:active{border-top-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-bottom-color-warning-surface-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-0:active,html body .theme-override-light .border-bottom-color-warning-surface-0,html body .theme-override-light .border-bottom-color-hover-warning-surface-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-0:active{border-bottom-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-left-color-warning-surface-0,body[data-theme-mode=light] .border-left-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-0:active,html body .theme-override-light .border-left-color-warning-surface-0,html body .theme-override-light .border-left-color-hover-warning-surface-0:hover,html body .theme-override-light .border-left-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-0:focus,html body .theme-override-light .border-left-color-focus-warning-surface-0:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-0:active{border-left-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .border-right-color-warning-surface-0,body[data-theme-mode=light] .border-right-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-0:active,html body .theme-override-light .border-right-color-warning-surface-0,html body .theme-override-light .border-right-color-hover-warning-surface-0:hover,html body .theme-override-light .border-right-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-0:focus,html body .theme-override-light .border-right-color-focus-warning-surface-0:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-0:active{border-right-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .fill-color-warning-surface-0,body[data-theme-mode=light] .fill-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-0:active,html body .theme-override-light .fill-color-warning-surface-0,html body .theme-override-light .fill-color-hover-warning-surface-0:hover,html body .theme-override-light .fill-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-0:focus,html body .theme-override-light .fill-color-focus-warning-surface-0:focus-within,html body .theme-override-light .fill-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-0:active{background-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outline-color-warning-surface-0,body[data-theme-mode=light] .outline-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-0:active,html body .theme-override-light .outline-color-warning-surface-0,html body .theme-override-light .outline-color-hover-warning-surface-0:hover,html body .theme-override-light .outline-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-0:focus,html body .theme-override-light .outline-color-focus-warning-surface-0:focus-within,html body .theme-override-light .outline-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-0:active{outline-color:var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .outside-border-color-warning-surface-0,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-0:active,html body .theme-override-light .outside-border-color-warning-surface-0,html body .theme-override-light .outside-border-color-hover-warning-surface-0:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-0:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-0:active{--outside-border-color: var(--color-warning-surface-0, var(--color-light-surface-0))}body[data-theme-mode=light] .font-color-warning-surface-1,body[data-theme-mode=light] .font-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-1:active,html body .theme-override-light .font-color-warning-surface-1,html body .theme-override-light .font-color-hover-warning-surface-1:hover,html body .theme-override-light .font-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-1:focus,html body .theme-override-light .font-color-focus-warning-surface-1:focus-within,html body .theme-override-light .font-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-1:active{color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-color-warning-surface-1,body[data-theme-mode=light] .border-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-1:active,html body .theme-override-light .border-color-warning-surface-1,html body .theme-override-light .border-color-hover-warning-surface-1:hover,html body .theme-override-light .border-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-1:focus,html body .theme-override-light .border-color-focus-warning-surface-1:focus-within,html body .theme-override-light .border-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-1:active{border-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-top-color-warning-surface-1,body[data-theme-mode=light] .border-top-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-1:active,html body .theme-override-light .border-top-color-warning-surface-1,html body .theme-override-light .border-top-color-hover-warning-surface-1:hover,html body .theme-override-light .border-top-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-1:focus,html body .theme-override-light .border-top-color-focus-warning-surface-1:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-1:active{border-top-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-bottom-color-warning-surface-1,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-1:active,html body .theme-override-light .border-bottom-color-warning-surface-1,html body .theme-override-light .border-bottom-color-hover-warning-surface-1:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-1:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-1:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-1:active{border-bottom-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-left-color-warning-surface-1,body[data-theme-mode=light] .border-left-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-1:active,html body .theme-override-light .border-left-color-warning-surface-1,html body .theme-override-light .border-left-color-hover-warning-surface-1:hover,html body .theme-override-light .border-left-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-1:focus,html body .theme-override-light .border-left-color-focus-warning-surface-1:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-1:active{border-left-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .border-right-color-warning-surface-1,body[data-theme-mode=light] .border-right-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-1:active,html body .theme-override-light .border-right-color-warning-surface-1,html body .theme-override-light .border-right-color-hover-warning-surface-1:hover,html body .theme-override-light .border-right-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-1:focus,html body .theme-override-light .border-right-color-focus-warning-surface-1:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-1:active{border-right-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .fill-color-warning-surface-1,body[data-theme-mode=light] .fill-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-1:active,html body .theme-override-light .fill-color-warning-surface-1,html body .theme-override-light .fill-color-hover-warning-surface-1:hover,html body .theme-override-light .fill-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-1:focus,html body .theme-override-light .fill-color-focus-warning-surface-1:focus-within,html body .theme-override-light .fill-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-1:active{background-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outline-color-warning-surface-1,body[data-theme-mode=light] .outline-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-1:active,html body .theme-override-light .outline-color-warning-surface-1,html body .theme-override-light .outline-color-hover-warning-surface-1:hover,html body .theme-override-light .outline-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-1:focus,html body .theme-override-light .outline-color-focus-warning-surface-1:focus-within,html body .theme-override-light .outline-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-1:active{outline-color:var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .outside-border-color-warning-surface-1,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-1:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-1:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-1:active,html body .theme-override-light .outside-border-color-warning-surface-1,html body .theme-override-light .outside-border-color-hover-warning-surface-1:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-1:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-1:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-1[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-1:active{--outside-border-color: var(--color-warning-surface-1, var(--color-light-surface-1))}body[data-theme-mode=light] .font-color-warning-surface-2,body[data-theme-mode=light] .font-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-2:active,html body .theme-override-light .font-color-warning-surface-2,html body .theme-override-light .font-color-hover-warning-surface-2:hover,html body .theme-override-light .font-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-2:focus,html body .theme-override-light .font-color-focus-warning-surface-2:focus-within,html body .theme-override-light .font-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-2:active{color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-color-warning-surface-2,body[data-theme-mode=light] .border-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-2:active,html body .theme-override-light .border-color-warning-surface-2,html body .theme-override-light .border-color-hover-warning-surface-2:hover,html body .theme-override-light .border-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-2:focus,html body .theme-override-light .border-color-focus-warning-surface-2:focus-within,html body .theme-override-light .border-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-2:active{border-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-top-color-warning-surface-2,body[data-theme-mode=light] .border-top-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-2:active,html body .theme-override-light .border-top-color-warning-surface-2,html body .theme-override-light .border-top-color-hover-warning-surface-2:hover,html body .theme-override-light .border-top-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-2:focus,html body .theme-override-light .border-top-color-focus-warning-surface-2:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-2:active{border-top-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-bottom-color-warning-surface-2,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-2:active,html body .theme-override-light .border-bottom-color-warning-surface-2,html body .theme-override-light .border-bottom-color-hover-warning-surface-2:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-2:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-2:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-2:active{border-bottom-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-left-color-warning-surface-2,body[data-theme-mode=light] .border-left-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-2:active,html body .theme-override-light .border-left-color-warning-surface-2,html body .theme-override-light .border-left-color-hover-warning-surface-2:hover,html body .theme-override-light .border-left-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-2:focus,html body .theme-override-light .border-left-color-focus-warning-surface-2:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-2:active{border-left-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .border-right-color-warning-surface-2,body[data-theme-mode=light] .border-right-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-2:active,html body .theme-override-light .border-right-color-warning-surface-2,html body .theme-override-light .border-right-color-hover-warning-surface-2:hover,html body .theme-override-light .border-right-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-2:focus,html body .theme-override-light .border-right-color-focus-warning-surface-2:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-2:active{border-right-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .fill-color-warning-surface-2,body[data-theme-mode=light] .fill-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-2:active,html body .theme-override-light .fill-color-warning-surface-2,html body .theme-override-light .fill-color-hover-warning-surface-2:hover,html body .theme-override-light .fill-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-2:focus,html body .theme-override-light .fill-color-focus-warning-surface-2:focus-within,html body .theme-override-light .fill-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-2:active{background-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outline-color-warning-surface-2,body[data-theme-mode=light] .outline-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-2:active,html body .theme-override-light .outline-color-warning-surface-2,html body .theme-override-light .outline-color-hover-warning-surface-2:hover,html body .theme-override-light .outline-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-2:focus,html body .theme-override-light .outline-color-focus-warning-surface-2:focus-within,html body .theme-override-light .outline-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-2:active{outline-color:var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .outside-border-color-warning-surface-2,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-2:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-2:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-2:active,html body .theme-override-light .outside-border-color-warning-surface-2,html body .theme-override-light .outside-border-color-hover-warning-surface-2:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-2:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-2:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-2[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-2:active{--outside-border-color: var(--color-warning-surface-2, var(--color-light-surface-2))}body[data-theme-mode=light] .font-color-warning-surface-3,body[data-theme-mode=light] .font-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-3:active,html body .theme-override-light .font-color-warning-surface-3,html body .theme-override-light .font-color-hover-warning-surface-3:hover,html body .theme-override-light .font-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-3:focus,html body .theme-override-light .font-color-focus-warning-surface-3:focus-within,html body .theme-override-light .font-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-3:active{color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-color-warning-surface-3,body[data-theme-mode=light] .border-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-3:active,html body .theme-override-light .border-color-warning-surface-3,html body .theme-override-light .border-color-hover-warning-surface-3:hover,html body .theme-override-light .border-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-3:focus,html body .theme-override-light .border-color-focus-warning-surface-3:focus-within,html body .theme-override-light .border-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-3:active{border-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-top-color-warning-surface-3,body[data-theme-mode=light] .border-top-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-3:active,html body .theme-override-light .border-top-color-warning-surface-3,html body .theme-override-light .border-top-color-hover-warning-surface-3:hover,html body .theme-override-light .border-top-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-3:focus,html body .theme-override-light .border-top-color-focus-warning-surface-3:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-3:active{border-top-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-bottom-color-warning-surface-3,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-3:active,html body .theme-override-light .border-bottom-color-warning-surface-3,html body .theme-override-light .border-bottom-color-hover-warning-surface-3:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-3:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-3:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-3:active{border-bottom-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-left-color-warning-surface-3,body[data-theme-mode=light] .border-left-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-3:active,html body .theme-override-light .border-left-color-warning-surface-3,html body .theme-override-light .border-left-color-hover-warning-surface-3:hover,html body .theme-override-light .border-left-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-3:focus,html body .theme-override-light .border-left-color-focus-warning-surface-3:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-3:active{border-left-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .border-right-color-warning-surface-3,body[data-theme-mode=light] .border-right-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-3:active,html body .theme-override-light .border-right-color-warning-surface-3,html body .theme-override-light .border-right-color-hover-warning-surface-3:hover,html body .theme-override-light .border-right-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-3:focus,html body .theme-override-light .border-right-color-focus-warning-surface-3:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-3:active{border-right-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .fill-color-warning-surface-3,body[data-theme-mode=light] .fill-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-3:active,html body .theme-override-light .fill-color-warning-surface-3,html body .theme-override-light .fill-color-hover-warning-surface-3:hover,html body .theme-override-light .fill-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-3:focus,html body .theme-override-light .fill-color-focus-warning-surface-3:focus-within,html body .theme-override-light .fill-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-3:active{background-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outline-color-warning-surface-3,body[data-theme-mode=light] .outline-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-3:active,html body .theme-override-light .outline-color-warning-surface-3,html body .theme-override-light .outline-color-hover-warning-surface-3:hover,html body .theme-override-light .outline-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-3:focus,html body .theme-override-light .outline-color-focus-warning-surface-3:focus-within,html body .theme-override-light .outline-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-3:active{outline-color:var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .outside-border-color-warning-surface-3,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-3:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-3:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-3:active,html body .theme-override-light .outside-border-color-warning-surface-3,html body .theme-override-light .outside-border-color-hover-warning-surface-3:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-3:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-3:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-3[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-3:active{--outside-border-color: var(--color-warning-surface-3, var(--color-light-surface-3))}body[data-theme-mode=light] .font-color-warning-surface-4,body[data-theme-mode=light] .font-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-4:active,html body .theme-override-light .font-color-warning-surface-4,html body .theme-override-light .font-color-hover-warning-surface-4:hover,html body .theme-override-light .font-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-4:focus,html body .theme-override-light .font-color-focus-warning-surface-4:focus-within,html body .theme-override-light .font-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-4:active{color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-color-warning-surface-4,body[data-theme-mode=light] .border-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-4:active,html body .theme-override-light .border-color-warning-surface-4,html body .theme-override-light .border-color-hover-warning-surface-4:hover,html body .theme-override-light .border-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-4:focus,html body .theme-override-light .border-color-focus-warning-surface-4:focus-within,html body .theme-override-light .border-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-4:active{border-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-top-color-warning-surface-4,body[data-theme-mode=light] .border-top-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-4:active,html body .theme-override-light .border-top-color-warning-surface-4,html body .theme-override-light .border-top-color-hover-warning-surface-4:hover,html body .theme-override-light .border-top-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-4:focus,html body .theme-override-light .border-top-color-focus-warning-surface-4:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-4:active{border-top-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-bottom-color-warning-surface-4,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-4:active,html body .theme-override-light .border-bottom-color-warning-surface-4,html body .theme-override-light .border-bottom-color-hover-warning-surface-4:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-4:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-4:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-4:active{border-bottom-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-left-color-warning-surface-4,body[data-theme-mode=light] .border-left-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-4:active,html body .theme-override-light .border-left-color-warning-surface-4,html body .theme-override-light .border-left-color-hover-warning-surface-4:hover,html body .theme-override-light .border-left-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-4:focus,html body .theme-override-light .border-left-color-focus-warning-surface-4:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-4:active{border-left-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .border-right-color-warning-surface-4,body[data-theme-mode=light] .border-right-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-4:active,html body .theme-override-light .border-right-color-warning-surface-4,html body .theme-override-light .border-right-color-hover-warning-surface-4:hover,html body .theme-override-light .border-right-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-4:focus,html body .theme-override-light .border-right-color-focus-warning-surface-4:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-4:active{border-right-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .fill-color-warning-surface-4,body[data-theme-mode=light] .fill-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-4:active,html body .theme-override-light .fill-color-warning-surface-4,html body .theme-override-light .fill-color-hover-warning-surface-4:hover,html body .theme-override-light .fill-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-4:focus,html body .theme-override-light .fill-color-focus-warning-surface-4:focus-within,html body .theme-override-light .fill-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-4:active{background-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outline-color-warning-surface-4,body[data-theme-mode=light] .outline-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-4:active,html body .theme-override-light .outline-color-warning-surface-4,html body .theme-override-light .outline-color-hover-warning-surface-4:hover,html body .theme-override-light .outline-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-4:focus,html body .theme-override-light .outline-color-focus-warning-surface-4:focus-within,html body .theme-override-light .outline-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-4:active{outline-color:var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .outside-border-color-warning-surface-4,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-4:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-4:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-4:active,html body .theme-override-light .outside-border-color-warning-surface-4,html body .theme-override-light .outside-border-color-hover-warning-surface-4:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-4:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-4:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-4[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-4:active{--outside-border-color: var(--color-warning-surface-4, var(--color-light-surface-4))}body[data-theme-mode=light] .font-color-warning-surface-5,body[data-theme-mode=light] .font-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .font-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .font-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .font-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-surface-5:active,html body .theme-override-light .font-color-warning-surface-5,html body .theme-override-light .font-color-hover-warning-surface-5:hover,html body .theme-override-light .font-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .font-color-focus-warning-surface-5:focus,html body .theme-override-light .font-color-focus-warning-surface-5:focus-within,html body .theme-override-light .font-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .font-color-active-warning-surface-5:active{color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-color-warning-surface-5,body[data-theme-mode=light] .border-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .border-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .border-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .border-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-surface-5:active,html body .theme-override-light .border-color-warning-surface-5,html body .theme-override-light .border-color-hover-warning-surface-5:hover,html body .theme-override-light .border-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .border-color-focus-warning-surface-5:focus,html body .theme-override-light .border-color-focus-warning-surface-5:focus-within,html body .theme-override-light .border-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .border-color-active-warning-surface-5:active{border-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-top-color-warning-surface-5,body[data-theme-mode=light] .border-top-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .border-top-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .border-top-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-surface-5:active,html body .theme-override-light .border-top-color-warning-surface-5,html body .theme-override-light .border-top-color-hover-warning-surface-5:hover,html body .theme-override-light .border-top-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-surface-5:focus,html body .theme-override-light .border-top-color-focus-warning-surface-5:focus-within,html body .theme-override-light .border-top-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .border-top-color-active-warning-surface-5:active{border-top-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-bottom-color-warning-surface-5,body[data-theme-mode=light] .border-bottom-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-surface-5:active,html body .theme-override-light .border-bottom-color-warning-surface-5,html body .theme-override-light .border-bottom-color-hover-warning-surface-5:hover,html body .theme-override-light .border-bottom-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-surface-5:focus,html body .theme-override-light .border-bottom-color-focus-warning-surface-5:focus-within,html body .theme-override-light .border-bottom-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-surface-5:active{border-bottom-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-left-color-warning-surface-5,body[data-theme-mode=light] .border-left-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .border-left-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .border-left-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-surface-5:active,html body .theme-override-light .border-left-color-warning-surface-5,html body .theme-override-light .border-left-color-hover-warning-surface-5:hover,html body .theme-override-light .border-left-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-surface-5:focus,html body .theme-override-light .border-left-color-focus-warning-surface-5:focus-within,html body .theme-override-light .border-left-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .border-left-color-active-warning-surface-5:active{border-left-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .border-right-color-warning-surface-5,body[data-theme-mode=light] .border-right-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .border-right-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .border-right-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-surface-5:active,html body .theme-override-light .border-right-color-warning-surface-5,html body .theme-override-light .border-right-color-hover-warning-surface-5:hover,html body .theme-override-light .border-right-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-surface-5:focus,html body .theme-override-light .border-right-color-focus-warning-surface-5:focus-within,html body .theme-override-light .border-right-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .border-right-color-active-warning-surface-5:active{border-right-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .fill-color-warning-surface-5,body[data-theme-mode=light] .fill-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .fill-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .fill-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .fill-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-surface-5:active,html body .theme-override-light .fill-color-warning-surface-5,html body .theme-override-light .fill-color-hover-warning-surface-5:hover,html body .theme-override-light .fill-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .fill-color-focus-warning-surface-5:focus,html body .theme-override-light .fill-color-focus-warning-surface-5:focus-within,html body .theme-override-light .fill-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .fill-color-active-warning-surface-5:active{background-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outline-color-warning-surface-5,body[data-theme-mode=light] .outline-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .outline-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .outline-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .outline-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-surface-5:active,html body .theme-override-light .outline-color-warning-surface-5,html body .theme-override-light .outline-color-hover-warning-surface-5:hover,html body .theme-override-light .outline-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .outline-color-focus-warning-surface-5:focus,html body .theme-override-light .outline-color-focus-warning-surface-5:focus-within,html body .theme-override-light .outline-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .outline-color-active-warning-surface-5:active{outline-color:var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .outside-border-color-warning-surface-5,body[data-theme-mode=light] .outside-border-color-hover-warning-surface-5:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-surface-5:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-surface-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-surface-5:active,html body .theme-override-light .outside-border-color-warning-surface-5,html body .theme-override-light .outside-border-color-hover-warning-surface-5:hover,html body .theme-override-light .outside-border-color-focus-warning-surface-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-surface-5:focus,html body .theme-override-light .outside-border-color-focus-warning-surface-5:focus-within,html body .theme-override-light .outside-border-color-active-warning-surface-5[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-surface-5:active{--outside-border-color: var(--color-warning-surface-5, var(--color-light-surface-5))}body[data-theme-mode=light] .font-color-warning-border-0,body[data-theme-mode=light] .font-color-hover-warning-border-0:hover,body[data-theme-mode=light] .font-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-0:focus,body[data-theme-mode=light] .font-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-0:active,html body .theme-override-light .font-color-warning-border-0,html body .theme-override-light .font-color-hover-warning-border-0:hover,html body .theme-override-light .font-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-0:focus,html body .theme-override-light .font-color-focus-warning-border-0:focus-within,html body .theme-override-light .font-color-active-warning-border-0[data-selected=true],html body .theme-override-light .font-color-active-warning-border-0:active{color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-color-warning-border-0,body[data-theme-mode=light] .border-color-hover-warning-border-0:hover,body[data-theme-mode=light] .border-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-0:focus,body[data-theme-mode=light] .border-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-0:active,html body .theme-override-light .border-color-warning-border-0,html body .theme-override-light .border-color-hover-warning-border-0:hover,html body .theme-override-light .border-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-0:focus,html body .theme-override-light .border-color-focus-warning-border-0:focus-within,html body .theme-override-light .border-color-active-warning-border-0[data-selected=true],html body .theme-override-light .border-color-active-warning-border-0:active{border-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-top-color-warning-border-0,body[data-theme-mode=light] .border-top-color-hover-warning-border-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-0:active,html body .theme-override-light .border-top-color-warning-border-0,html body .theme-override-light .border-top-color-hover-warning-border-0:hover,html body .theme-override-light .border-top-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-0:focus,html body .theme-override-light .border-top-color-focus-warning-border-0:focus-within,html body .theme-override-light .border-top-color-active-warning-border-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-0:active{border-top-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-bottom-color-warning-border-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-0:active,html body .theme-override-light .border-bottom-color-warning-border-0,html body .theme-override-light .border-bottom-color-hover-warning-border-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-0:active{border-bottom-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-left-color-warning-border-0,body[data-theme-mode=light] .border-left-color-hover-warning-border-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-0:active,html body .theme-override-light .border-left-color-warning-border-0,html body .theme-override-light .border-left-color-hover-warning-border-0:hover,html body .theme-override-light .border-left-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-0:focus,html body .theme-override-light .border-left-color-focus-warning-border-0:focus-within,html body .theme-override-light .border-left-color-active-warning-border-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-0:active{border-left-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .border-right-color-warning-border-0,body[data-theme-mode=light] .border-right-color-hover-warning-border-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-0:active,html body .theme-override-light .border-right-color-warning-border-0,html body .theme-override-light .border-right-color-hover-warning-border-0:hover,html body .theme-override-light .border-right-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-0:focus,html body .theme-override-light .border-right-color-focus-warning-border-0:focus-within,html body .theme-override-light .border-right-color-active-warning-border-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-0:active{border-right-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .fill-color-warning-border-0,body[data-theme-mode=light] .fill-color-hover-warning-border-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-0:active,html body .theme-override-light .fill-color-warning-border-0,html body .theme-override-light .fill-color-hover-warning-border-0:hover,html body .theme-override-light .fill-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-0:focus,html body .theme-override-light .fill-color-focus-warning-border-0:focus-within,html body .theme-override-light .fill-color-active-warning-border-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-0:active{background-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outline-color-warning-border-0,body[data-theme-mode=light] .outline-color-hover-warning-border-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-0:active,html body .theme-override-light .outline-color-warning-border-0,html body .theme-override-light .outline-color-hover-warning-border-0:hover,html body .theme-override-light .outline-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-0:focus,html body .theme-override-light .outline-color-focus-warning-border-0:focus-within,html body .theme-override-light .outline-color-active-warning-border-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-0:active{outline-color:var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .outside-border-color-warning-border-0,body[data-theme-mode=light] .outside-border-color-hover-warning-border-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-0:active,html body .theme-override-light .outside-border-color-warning-border-0,html body .theme-override-light .outside-border-color-hover-warning-border-0:hover,html body .theme-override-light .outside-border-color-focus-warning-border-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-0:focus,html body .theme-override-light .outside-border-color-focus-warning-border-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-0:active{--outside-border-color: var(--color-warning-border-0, var(--color-light-border-0))}body[data-theme-mode=light] .font-color-warning-border-1,body[data-theme-mode=light] .font-color-hover-warning-border-1:hover,body[data-theme-mode=light] .font-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-1:focus,body[data-theme-mode=light] .font-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-1:active,html body .theme-override-light .font-color-warning-border-1,html body .theme-override-light .font-color-hover-warning-border-1:hover,html body .theme-override-light .font-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-1:focus,html body .theme-override-light .font-color-focus-warning-border-1:focus-within,html body .theme-override-light .font-color-active-warning-border-1[data-selected=true],html body .theme-override-light .font-color-active-warning-border-1:active{color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-color-warning-border-1,body[data-theme-mode=light] .border-color-hover-warning-border-1:hover,body[data-theme-mode=light] .border-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-1:focus,body[data-theme-mode=light] .border-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-1:active,html body .theme-override-light .border-color-warning-border-1,html body .theme-override-light .border-color-hover-warning-border-1:hover,html body .theme-override-light .border-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-1:focus,html body .theme-override-light .border-color-focus-warning-border-1:focus-within,html body .theme-override-light .border-color-active-warning-border-1[data-selected=true],html body .theme-override-light .border-color-active-warning-border-1:active{border-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-top-color-warning-border-1,body[data-theme-mode=light] .border-top-color-hover-warning-border-1:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-1:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-1:active,html body .theme-override-light .border-top-color-warning-border-1,html body .theme-override-light .border-top-color-hover-warning-border-1:hover,html body .theme-override-light .border-top-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-1:focus,html body .theme-override-light .border-top-color-focus-warning-border-1:focus-within,html body .theme-override-light .border-top-color-active-warning-border-1[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-1:active{border-top-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-bottom-color-warning-border-1,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-1:active,html body .theme-override-light .border-bottom-color-warning-border-1,html body .theme-override-light .border-bottom-color-hover-warning-border-1:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-1:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-1:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-1:active{border-bottom-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-left-color-warning-border-1,body[data-theme-mode=light] .border-left-color-hover-warning-border-1:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-1:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-1:active,html body .theme-override-light .border-left-color-warning-border-1,html body .theme-override-light .border-left-color-hover-warning-border-1:hover,html body .theme-override-light .border-left-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-1:focus,html body .theme-override-light .border-left-color-focus-warning-border-1:focus-within,html body .theme-override-light .border-left-color-active-warning-border-1[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-1:active{border-left-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .border-right-color-warning-border-1,body[data-theme-mode=light] .border-right-color-hover-warning-border-1:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-1:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-1:active,html body .theme-override-light .border-right-color-warning-border-1,html body .theme-override-light .border-right-color-hover-warning-border-1:hover,html body .theme-override-light .border-right-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-1:focus,html body .theme-override-light .border-right-color-focus-warning-border-1:focus-within,html body .theme-override-light .border-right-color-active-warning-border-1[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-1:active{border-right-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .fill-color-warning-border-1,body[data-theme-mode=light] .fill-color-hover-warning-border-1:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-1:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-1:active,html body .theme-override-light .fill-color-warning-border-1,html body .theme-override-light .fill-color-hover-warning-border-1:hover,html body .theme-override-light .fill-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-1:focus,html body .theme-override-light .fill-color-focus-warning-border-1:focus-within,html body .theme-override-light .fill-color-active-warning-border-1[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-1:active{background-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outline-color-warning-border-1,body[data-theme-mode=light] .outline-color-hover-warning-border-1:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-1:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-1:active,html body .theme-override-light .outline-color-warning-border-1,html body .theme-override-light .outline-color-hover-warning-border-1:hover,html body .theme-override-light .outline-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-1:focus,html body .theme-override-light .outline-color-focus-warning-border-1:focus-within,html body .theme-override-light .outline-color-active-warning-border-1[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-1:active{outline-color:var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .outside-border-color-warning-border-1,body[data-theme-mode=light] .outside-border-color-hover-warning-border-1:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-1:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-1:active,html body .theme-override-light .outside-border-color-warning-border-1,html body .theme-override-light .outside-border-color-hover-warning-border-1:hover,html body .theme-override-light .outside-border-color-focus-warning-border-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-1:focus,html body .theme-override-light .outside-border-color-focus-warning-border-1:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-1[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-1:active{--outside-border-color: var(--color-warning-border-1, var(--color-light-border-1))}body[data-theme-mode=light] .font-color-warning-border-2,body[data-theme-mode=light] .font-color-hover-warning-border-2:hover,body[data-theme-mode=light] .font-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-2:focus,body[data-theme-mode=light] .font-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-2:active,html body .theme-override-light .font-color-warning-border-2,html body .theme-override-light .font-color-hover-warning-border-2:hover,html body .theme-override-light .font-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-2:focus,html body .theme-override-light .font-color-focus-warning-border-2:focus-within,html body .theme-override-light .font-color-active-warning-border-2[data-selected=true],html body .theme-override-light .font-color-active-warning-border-2:active{color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-color-warning-border-2,body[data-theme-mode=light] .border-color-hover-warning-border-2:hover,body[data-theme-mode=light] .border-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-2:focus,body[data-theme-mode=light] .border-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-2:active,html body .theme-override-light .border-color-warning-border-2,html body .theme-override-light .border-color-hover-warning-border-2:hover,html body .theme-override-light .border-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-2:focus,html body .theme-override-light .border-color-focus-warning-border-2:focus-within,html body .theme-override-light .border-color-active-warning-border-2[data-selected=true],html body .theme-override-light .border-color-active-warning-border-2:active{border-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-top-color-warning-border-2,body[data-theme-mode=light] .border-top-color-hover-warning-border-2:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-2:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-2:active,html body .theme-override-light .border-top-color-warning-border-2,html body .theme-override-light .border-top-color-hover-warning-border-2:hover,html body .theme-override-light .border-top-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-2:focus,html body .theme-override-light .border-top-color-focus-warning-border-2:focus-within,html body .theme-override-light .border-top-color-active-warning-border-2[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-2:active{border-top-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-bottom-color-warning-border-2,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-2:active,html body .theme-override-light .border-bottom-color-warning-border-2,html body .theme-override-light .border-bottom-color-hover-warning-border-2:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-2:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-2:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-2:active{border-bottom-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-left-color-warning-border-2,body[data-theme-mode=light] .border-left-color-hover-warning-border-2:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-2:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-2:active,html body .theme-override-light .border-left-color-warning-border-2,html body .theme-override-light .border-left-color-hover-warning-border-2:hover,html body .theme-override-light .border-left-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-2:focus,html body .theme-override-light .border-left-color-focus-warning-border-2:focus-within,html body .theme-override-light .border-left-color-active-warning-border-2[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-2:active{border-left-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .border-right-color-warning-border-2,body[data-theme-mode=light] .border-right-color-hover-warning-border-2:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-2:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-2:active,html body .theme-override-light .border-right-color-warning-border-2,html body .theme-override-light .border-right-color-hover-warning-border-2:hover,html body .theme-override-light .border-right-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-2:focus,html body .theme-override-light .border-right-color-focus-warning-border-2:focus-within,html body .theme-override-light .border-right-color-active-warning-border-2[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-2:active{border-right-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .fill-color-warning-border-2,body[data-theme-mode=light] .fill-color-hover-warning-border-2:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-2:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-2:active,html body .theme-override-light .fill-color-warning-border-2,html body .theme-override-light .fill-color-hover-warning-border-2:hover,html body .theme-override-light .fill-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-2:focus,html body .theme-override-light .fill-color-focus-warning-border-2:focus-within,html body .theme-override-light .fill-color-active-warning-border-2[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-2:active{background-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outline-color-warning-border-2,body[data-theme-mode=light] .outline-color-hover-warning-border-2:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-2:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-2:active,html body .theme-override-light .outline-color-warning-border-2,html body .theme-override-light .outline-color-hover-warning-border-2:hover,html body .theme-override-light .outline-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-2:focus,html body .theme-override-light .outline-color-focus-warning-border-2:focus-within,html body .theme-override-light .outline-color-active-warning-border-2[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-2:active{outline-color:var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .outside-border-color-warning-border-2,body[data-theme-mode=light] .outside-border-color-hover-warning-border-2:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-2:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-2:active,html body .theme-override-light .outside-border-color-warning-border-2,html body .theme-override-light .outside-border-color-hover-warning-border-2:hover,html body .theme-override-light .outside-border-color-focus-warning-border-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-2:focus,html body .theme-override-light .outside-border-color-focus-warning-border-2:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-2[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-2:active{--outside-border-color: var(--color-warning-border-2, var(--color-light-border-2))}body[data-theme-mode=light] .font-color-warning-border-3,body[data-theme-mode=light] .font-color-hover-warning-border-3:hover,body[data-theme-mode=light] .font-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-3:focus,body[data-theme-mode=light] .font-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-3:active,html body .theme-override-light .font-color-warning-border-3,html body .theme-override-light .font-color-hover-warning-border-3:hover,html body .theme-override-light .font-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-3:focus,html body .theme-override-light .font-color-focus-warning-border-3:focus-within,html body .theme-override-light .font-color-active-warning-border-3[data-selected=true],html body .theme-override-light .font-color-active-warning-border-3:active{color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-color-warning-border-3,body[data-theme-mode=light] .border-color-hover-warning-border-3:hover,body[data-theme-mode=light] .border-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-3:focus,body[data-theme-mode=light] .border-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-3:active,html body .theme-override-light .border-color-warning-border-3,html body .theme-override-light .border-color-hover-warning-border-3:hover,html body .theme-override-light .border-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-3:focus,html body .theme-override-light .border-color-focus-warning-border-3:focus-within,html body .theme-override-light .border-color-active-warning-border-3[data-selected=true],html body .theme-override-light .border-color-active-warning-border-3:active{border-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-top-color-warning-border-3,body[data-theme-mode=light] .border-top-color-hover-warning-border-3:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-3:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-3:active,html body .theme-override-light .border-top-color-warning-border-3,html body .theme-override-light .border-top-color-hover-warning-border-3:hover,html body .theme-override-light .border-top-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-3:focus,html body .theme-override-light .border-top-color-focus-warning-border-3:focus-within,html body .theme-override-light .border-top-color-active-warning-border-3[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-3:active{border-top-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-bottom-color-warning-border-3,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-3:active,html body .theme-override-light .border-bottom-color-warning-border-3,html body .theme-override-light .border-bottom-color-hover-warning-border-3:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-3:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-3:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-3:active{border-bottom-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-left-color-warning-border-3,body[data-theme-mode=light] .border-left-color-hover-warning-border-3:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-3:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-3:active,html body .theme-override-light .border-left-color-warning-border-3,html body .theme-override-light .border-left-color-hover-warning-border-3:hover,html body .theme-override-light .border-left-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-3:focus,html body .theme-override-light .border-left-color-focus-warning-border-3:focus-within,html body .theme-override-light .border-left-color-active-warning-border-3[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-3:active{border-left-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .border-right-color-warning-border-3,body[data-theme-mode=light] .border-right-color-hover-warning-border-3:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-3:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-3:active,html body .theme-override-light .border-right-color-warning-border-3,html body .theme-override-light .border-right-color-hover-warning-border-3:hover,html body .theme-override-light .border-right-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-3:focus,html body .theme-override-light .border-right-color-focus-warning-border-3:focus-within,html body .theme-override-light .border-right-color-active-warning-border-3[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-3:active{border-right-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .fill-color-warning-border-3,body[data-theme-mode=light] .fill-color-hover-warning-border-3:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-3:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-3:active,html body .theme-override-light .fill-color-warning-border-3,html body .theme-override-light .fill-color-hover-warning-border-3:hover,html body .theme-override-light .fill-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-3:focus,html body .theme-override-light .fill-color-focus-warning-border-3:focus-within,html body .theme-override-light .fill-color-active-warning-border-3[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-3:active{background-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outline-color-warning-border-3,body[data-theme-mode=light] .outline-color-hover-warning-border-3:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-3:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-3:active,html body .theme-override-light .outline-color-warning-border-3,html body .theme-override-light .outline-color-hover-warning-border-3:hover,html body .theme-override-light .outline-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-3:focus,html body .theme-override-light .outline-color-focus-warning-border-3:focus-within,html body .theme-override-light .outline-color-active-warning-border-3[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-3:active{outline-color:var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .outside-border-color-warning-border-3,body[data-theme-mode=light] .outside-border-color-hover-warning-border-3:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-3:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-3:active,html body .theme-override-light .outside-border-color-warning-border-3,html body .theme-override-light .outside-border-color-hover-warning-border-3:hover,html body .theme-override-light .outside-border-color-focus-warning-border-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-3:focus,html body .theme-override-light .outside-border-color-focus-warning-border-3:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-3[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-3:active{--outside-border-color: var(--color-warning-border-3, var(--color-light-border-3))}body[data-theme-mode=light] .font-color-warning-border-4,body[data-theme-mode=light] .font-color-hover-warning-border-4:hover,body[data-theme-mode=light] .font-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-4:focus,body[data-theme-mode=light] .font-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-4:active,html body .theme-override-light .font-color-warning-border-4,html body .theme-override-light .font-color-hover-warning-border-4:hover,html body .theme-override-light .font-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-4:focus,html body .theme-override-light .font-color-focus-warning-border-4:focus-within,html body .theme-override-light .font-color-active-warning-border-4[data-selected=true],html body .theme-override-light .font-color-active-warning-border-4:active{color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-color-warning-border-4,body[data-theme-mode=light] .border-color-hover-warning-border-4:hover,body[data-theme-mode=light] .border-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-4:focus,body[data-theme-mode=light] .border-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-4:active,html body .theme-override-light .border-color-warning-border-4,html body .theme-override-light .border-color-hover-warning-border-4:hover,html body .theme-override-light .border-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-4:focus,html body .theme-override-light .border-color-focus-warning-border-4:focus-within,html body .theme-override-light .border-color-active-warning-border-4[data-selected=true],html body .theme-override-light .border-color-active-warning-border-4:active{border-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-top-color-warning-border-4,body[data-theme-mode=light] .border-top-color-hover-warning-border-4:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-4:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-4:active,html body .theme-override-light .border-top-color-warning-border-4,html body .theme-override-light .border-top-color-hover-warning-border-4:hover,html body .theme-override-light .border-top-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-4:focus,html body .theme-override-light .border-top-color-focus-warning-border-4:focus-within,html body .theme-override-light .border-top-color-active-warning-border-4[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-4:active{border-top-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-bottom-color-warning-border-4,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-4:active,html body .theme-override-light .border-bottom-color-warning-border-4,html body .theme-override-light .border-bottom-color-hover-warning-border-4:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-4:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-4:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-4:active{border-bottom-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-left-color-warning-border-4,body[data-theme-mode=light] .border-left-color-hover-warning-border-4:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-4:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-4:active,html body .theme-override-light .border-left-color-warning-border-4,html body .theme-override-light .border-left-color-hover-warning-border-4:hover,html body .theme-override-light .border-left-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-4:focus,html body .theme-override-light .border-left-color-focus-warning-border-4:focus-within,html body .theme-override-light .border-left-color-active-warning-border-4[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-4:active{border-left-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .border-right-color-warning-border-4,body[data-theme-mode=light] .border-right-color-hover-warning-border-4:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-4:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-4:active,html body .theme-override-light .border-right-color-warning-border-4,html body .theme-override-light .border-right-color-hover-warning-border-4:hover,html body .theme-override-light .border-right-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-4:focus,html body .theme-override-light .border-right-color-focus-warning-border-4:focus-within,html body .theme-override-light .border-right-color-active-warning-border-4[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-4:active{border-right-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .fill-color-warning-border-4,body[data-theme-mode=light] .fill-color-hover-warning-border-4:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-4:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-4:active,html body .theme-override-light .fill-color-warning-border-4,html body .theme-override-light .fill-color-hover-warning-border-4:hover,html body .theme-override-light .fill-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-4:focus,html body .theme-override-light .fill-color-focus-warning-border-4:focus-within,html body .theme-override-light .fill-color-active-warning-border-4[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-4:active{background-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outline-color-warning-border-4,body[data-theme-mode=light] .outline-color-hover-warning-border-4:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-4:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-4:active,html body .theme-override-light .outline-color-warning-border-4,html body .theme-override-light .outline-color-hover-warning-border-4:hover,html body .theme-override-light .outline-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-4:focus,html body .theme-override-light .outline-color-focus-warning-border-4:focus-within,html body .theme-override-light .outline-color-active-warning-border-4[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-4:active{outline-color:var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .outside-border-color-warning-border-4,body[data-theme-mode=light] .outside-border-color-hover-warning-border-4:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-4:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-4:active,html body .theme-override-light .outside-border-color-warning-border-4,html body .theme-override-light .outside-border-color-hover-warning-border-4:hover,html body .theme-override-light .outside-border-color-focus-warning-border-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-4:focus,html body .theme-override-light .outside-border-color-focus-warning-border-4:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-4[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-4:active{--outside-border-color: var(--color-warning-border-4, var(--color-light-border-4))}body[data-theme-mode=light] .font-color-warning-border-5,body[data-theme-mode=light] .font-color-hover-warning-border-5:hover,body[data-theme-mode=light] .font-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-5:focus,body[data-theme-mode=light] .font-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-5:active,html body .theme-override-light .font-color-warning-border-5,html body .theme-override-light .font-color-hover-warning-border-5:hover,html body .theme-override-light .font-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-5:focus,html body .theme-override-light .font-color-focus-warning-border-5:focus-within,html body .theme-override-light .font-color-active-warning-border-5[data-selected=true],html body .theme-override-light .font-color-active-warning-border-5:active{color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-color-warning-border-5,body[data-theme-mode=light] .border-color-hover-warning-border-5:hover,body[data-theme-mode=light] .border-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-5:focus,body[data-theme-mode=light] .border-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-5:active,html body .theme-override-light .border-color-warning-border-5,html body .theme-override-light .border-color-hover-warning-border-5:hover,html body .theme-override-light .border-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-5:focus,html body .theme-override-light .border-color-focus-warning-border-5:focus-within,html body .theme-override-light .border-color-active-warning-border-5[data-selected=true],html body .theme-override-light .border-color-active-warning-border-5:active{border-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-top-color-warning-border-5,body[data-theme-mode=light] .border-top-color-hover-warning-border-5:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-5:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-5:active,html body .theme-override-light .border-top-color-warning-border-5,html body .theme-override-light .border-top-color-hover-warning-border-5:hover,html body .theme-override-light .border-top-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-5:focus,html body .theme-override-light .border-top-color-focus-warning-border-5:focus-within,html body .theme-override-light .border-top-color-active-warning-border-5[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-5:active{border-top-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-bottom-color-warning-border-5,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-5:active,html body .theme-override-light .border-bottom-color-warning-border-5,html body .theme-override-light .border-bottom-color-hover-warning-border-5:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-5:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-5:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-5:active{border-bottom-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-left-color-warning-border-5,body[data-theme-mode=light] .border-left-color-hover-warning-border-5:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-5:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-5:active,html body .theme-override-light .border-left-color-warning-border-5,html body .theme-override-light .border-left-color-hover-warning-border-5:hover,html body .theme-override-light .border-left-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-5:focus,html body .theme-override-light .border-left-color-focus-warning-border-5:focus-within,html body .theme-override-light .border-left-color-active-warning-border-5[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-5:active{border-left-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .border-right-color-warning-border-5,body[data-theme-mode=light] .border-right-color-hover-warning-border-5:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-5:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-5:active,html body .theme-override-light .border-right-color-warning-border-5,html body .theme-override-light .border-right-color-hover-warning-border-5:hover,html body .theme-override-light .border-right-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-5:focus,html body .theme-override-light .border-right-color-focus-warning-border-5:focus-within,html body .theme-override-light .border-right-color-active-warning-border-5[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-5:active{border-right-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .fill-color-warning-border-5,body[data-theme-mode=light] .fill-color-hover-warning-border-5:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-5:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-5:active,html body .theme-override-light .fill-color-warning-border-5,html body .theme-override-light .fill-color-hover-warning-border-5:hover,html body .theme-override-light .fill-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-5:focus,html body .theme-override-light .fill-color-focus-warning-border-5:focus-within,html body .theme-override-light .fill-color-active-warning-border-5[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-5:active{background-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outline-color-warning-border-5,body[data-theme-mode=light] .outline-color-hover-warning-border-5:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-5:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-5:active,html body .theme-override-light .outline-color-warning-border-5,html body .theme-override-light .outline-color-hover-warning-border-5:hover,html body .theme-override-light .outline-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-5:focus,html body .theme-override-light .outline-color-focus-warning-border-5:focus-within,html body .theme-override-light .outline-color-active-warning-border-5[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-5:active{outline-color:var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .outside-border-color-warning-border-5,body[data-theme-mode=light] .outside-border-color-hover-warning-border-5:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-5:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-5:active,html body .theme-override-light .outside-border-color-warning-border-5,html body .theme-override-light .outside-border-color-hover-warning-border-5:hover,html body .theme-override-light .outside-border-color-focus-warning-border-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-5:focus,html body .theme-override-light .outside-border-color-focus-warning-border-5:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-5[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-5:active{--outside-border-color: var(--color-warning-border-5, var(--color-light-border-5))}body[data-theme-mode=light] .font-color-warning-font-0,body[data-theme-mode=light] .font-color-hover-warning-font-0:hover,body[data-theme-mode=light] .font-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-0:focus,body[data-theme-mode=light] .font-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-0:active,html body .theme-override-light .font-color-warning-font-0,html body .theme-override-light .font-color-hover-warning-font-0:hover,html body .theme-override-light .font-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-0:focus,html body .theme-override-light .font-color-focus-warning-font-0:focus-within,html body .theme-override-light .font-color-active-warning-font-0[data-selected=true],html body .theme-override-light .font-color-active-warning-font-0:active{color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-color-warning-font-0,body[data-theme-mode=light] .border-color-hover-warning-font-0:hover,body[data-theme-mode=light] .border-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-0:focus,body[data-theme-mode=light] .border-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-0:active,html body .theme-override-light .border-color-warning-font-0,html body .theme-override-light .border-color-hover-warning-font-0:hover,html body .theme-override-light .border-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-0:focus,html body .theme-override-light .border-color-focus-warning-font-0:focus-within,html body .theme-override-light .border-color-active-warning-font-0[data-selected=true],html body .theme-override-light .border-color-active-warning-font-0:active{border-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-top-color-warning-font-0,body[data-theme-mode=light] .border-top-color-hover-warning-font-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-0:active,html body .theme-override-light .border-top-color-warning-font-0,html body .theme-override-light .border-top-color-hover-warning-font-0:hover,html body .theme-override-light .border-top-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-0:focus,html body .theme-override-light .border-top-color-focus-warning-font-0:focus-within,html body .theme-override-light .border-top-color-active-warning-font-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-0:active{border-top-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-bottom-color-warning-font-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-0:active,html body .theme-override-light .border-bottom-color-warning-font-0,html body .theme-override-light .border-bottom-color-hover-warning-font-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-0:active{border-bottom-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-left-color-warning-font-0,body[data-theme-mode=light] .border-left-color-hover-warning-font-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-0:active,html body .theme-override-light .border-left-color-warning-font-0,html body .theme-override-light .border-left-color-hover-warning-font-0:hover,html body .theme-override-light .border-left-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-0:focus,html body .theme-override-light .border-left-color-focus-warning-font-0:focus-within,html body .theme-override-light .border-left-color-active-warning-font-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-0:active{border-left-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .border-right-color-warning-font-0,body[data-theme-mode=light] .border-right-color-hover-warning-font-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-0:active,html body .theme-override-light .border-right-color-warning-font-0,html body .theme-override-light .border-right-color-hover-warning-font-0:hover,html body .theme-override-light .border-right-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-0:focus,html body .theme-override-light .border-right-color-focus-warning-font-0:focus-within,html body .theme-override-light .border-right-color-active-warning-font-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-0:active{border-right-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .fill-color-warning-font-0,body[data-theme-mode=light] .fill-color-hover-warning-font-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-0:active,html body .theme-override-light .fill-color-warning-font-0,html body .theme-override-light .fill-color-hover-warning-font-0:hover,html body .theme-override-light .fill-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-0:focus,html body .theme-override-light .fill-color-focus-warning-font-0:focus-within,html body .theme-override-light .fill-color-active-warning-font-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-0:active{background-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outline-color-warning-font-0,body[data-theme-mode=light] .outline-color-hover-warning-font-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-0:active,html body .theme-override-light .outline-color-warning-font-0,html body .theme-override-light .outline-color-hover-warning-font-0:hover,html body .theme-override-light .outline-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-0:focus,html body .theme-override-light .outline-color-focus-warning-font-0:focus-within,html body .theme-override-light .outline-color-active-warning-font-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-0:active{outline-color:var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .outside-border-color-warning-font-0,body[data-theme-mode=light] .outside-border-color-hover-warning-font-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-0:active,html body .theme-override-light .outside-border-color-warning-font-0,html body .theme-override-light .outside-border-color-hover-warning-font-0:hover,html body .theme-override-light .outside-border-color-focus-warning-font-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-0:focus,html body .theme-override-light .outside-border-color-focus-warning-font-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-0:active{--outside-border-color: var(--color-warning-font-0, var(--color-light-font-0))}body[data-theme-mode=light] .font-color-warning-font-1,body[data-theme-mode=light] .font-color-hover-warning-font-1:hover,body[data-theme-mode=light] .font-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-1:focus,body[data-theme-mode=light] .font-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-1:active,html body .theme-override-light .font-color-warning-font-1,html body .theme-override-light .font-color-hover-warning-font-1:hover,html body .theme-override-light .font-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-1:focus,html body .theme-override-light .font-color-focus-warning-font-1:focus-within,html body .theme-override-light .font-color-active-warning-font-1[data-selected=true],html body .theme-override-light .font-color-active-warning-font-1:active{color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-color-warning-font-1,body[data-theme-mode=light] .border-color-hover-warning-font-1:hover,body[data-theme-mode=light] .border-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-1:focus,body[data-theme-mode=light] .border-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-1:active,html body .theme-override-light .border-color-warning-font-1,html body .theme-override-light .border-color-hover-warning-font-1:hover,html body .theme-override-light .border-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-1:focus,html body .theme-override-light .border-color-focus-warning-font-1:focus-within,html body .theme-override-light .border-color-active-warning-font-1[data-selected=true],html body .theme-override-light .border-color-active-warning-font-1:active{border-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-top-color-warning-font-1,body[data-theme-mode=light] .border-top-color-hover-warning-font-1:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-1:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-1:active,html body .theme-override-light .border-top-color-warning-font-1,html body .theme-override-light .border-top-color-hover-warning-font-1:hover,html body .theme-override-light .border-top-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-1:focus,html body .theme-override-light .border-top-color-focus-warning-font-1:focus-within,html body .theme-override-light .border-top-color-active-warning-font-1[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-1:active{border-top-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-bottom-color-warning-font-1,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-1:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-1:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-1:active,html body .theme-override-light .border-bottom-color-warning-font-1,html body .theme-override-light .border-bottom-color-hover-warning-font-1:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-1:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-1:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-1[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-1:active{border-bottom-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-left-color-warning-font-1,body[data-theme-mode=light] .border-left-color-hover-warning-font-1:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-1:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-1:active,html body .theme-override-light .border-left-color-warning-font-1,html body .theme-override-light .border-left-color-hover-warning-font-1:hover,html body .theme-override-light .border-left-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-1:focus,html body .theme-override-light .border-left-color-focus-warning-font-1:focus-within,html body .theme-override-light .border-left-color-active-warning-font-1[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-1:active{border-left-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .border-right-color-warning-font-1,body[data-theme-mode=light] .border-right-color-hover-warning-font-1:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-1:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-1:active,html body .theme-override-light .border-right-color-warning-font-1,html body .theme-override-light .border-right-color-hover-warning-font-1:hover,html body .theme-override-light .border-right-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-1:focus,html body .theme-override-light .border-right-color-focus-warning-font-1:focus-within,html body .theme-override-light .border-right-color-active-warning-font-1[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-1:active{border-right-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .fill-color-warning-font-1,body[data-theme-mode=light] .fill-color-hover-warning-font-1:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-1:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-1:active,html body .theme-override-light .fill-color-warning-font-1,html body .theme-override-light .fill-color-hover-warning-font-1:hover,html body .theme-override-light .fill-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-1:focus,html body .theme-override-light .fill-color-focus-warning-font-1:focus-within,html body .theme-override-light .fill-color-active-warning-font-1[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-1:active{background-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outline-color-warning-font-1,body[data-theme-mode=light] .outline-color-hover-warning-font-1:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-1:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-1:active,html body .theme-override-light .outline-color-warning-font-1,html body .theme-override-light .outline-color-hover-warning-font-1:hover,html body .theme-override-light .outline-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-1:focus,html body .theme-override-light .outline-color-focus-warning-font-1:focus-within,html body .theme-override-light .outline-color-active-warning-font-1[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-1:active{outline-color:var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .outside-border-color-warning-font-1,body[data-theme-mode=light] .outside-border-color-hover-warning-font-1:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-1:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-1:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-1[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-1:active,html body .theme-override-light .outside-border-color-warning-font-1,html body .theme-override-light .outside-border-color-hover-warning-font-1:hover,html body .theme-override-light .outside-border-color-focus-warning-font-1[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-1:focus,html body .theme-override-light .outside-border-color-focus-warning-font-1:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-1[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-1:active{--outside-border-color: var(--color-warning-font-1, var(--color-light-font-1))}body[data-theme-mode=light] .font-color-warning-font-2,body[data-theme-mode=light] .font-color-hover-warning-font-2:hover,body[data-theme-mode=light] .font-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-2:focus,body[data-theme-mode=light] .font-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-2:active,html body .theme-override-light .font-color-warning-font-2,html body .theme-override-light .font-color-hover-warning-font-2:hover,html body .theme-override-light .font-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-2:focus,html body .theme-override-light .font-color-focus-warning-font-2:focus-within,html body .theme-override-light .font-color-active-warning-font-2[data-selected=true],html body .theme-override-light .font-color-active-warning-font-2:active{color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-color-warning-font-2,body[data-theme-mode=light] .border-color-hover-warning-font-2:hover,body[data-theme-mode=light] .border-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-2:focus,body[data-theme-mode=light] .border-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-2:active,html body .theme-override-light .border-color-warning-font-2,html body .theme-override-light .border-color-hover-warning-font-2:hover,html body .theme-override-light .border-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-2:focus,html body .theme-override-light .border-color-focus-warning-font-2:focus-within,html body .theme-override-light .border-color-active-warning-font-2[data-selected=true],html body .theme-override-light .border-color-active-warning-font-2:active{border-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-top-color-warning-font-2,body[data-theme-mode=light] .border-top-color-hover-warning-font-2:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-2:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-2:active,html body .theme-override-light .border-top-color-warning-font-2,html body .theme-override-light .border-top-color-hover-warning-font-2:hover,html body .theme-override-light .border-top-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-2:focus,html body .theme-override-light .border-top-color-focus-warning-font-2:focus-within,html body .theme-override-light .border-top-color-active-warning-font-2[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-2:active{border-top-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-bottom-color-warning-font-2,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-2:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-2:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-2:active,html body .theme-override-light .border-bottom-color-warning-font-2,html body .theme-override-light .border-bottom-color-hover-warning-font-2:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-2:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-2:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-2[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-2:active{border-bottom-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-left-color-warning-font-2,body[data-theme-mode=light] .border-left-color-hover-warning-font-2:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-2:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-2:active,html body .theme-override-light .border-left-color-warning-font-2,html body .theme-override-light .border-left-color-hover-warning-font-2:hover,html body .theme-override-light .border-left-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-2:focus,html body .theme-override-light .border-left-color-focus-warning-font-2:focus-within,html body .theme-override-light .border-left-color-active-warning-font-2[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-2:active{border-left-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .border-right-color-warning-font-2,body[data-theme-mode=light] .border-right-color-hover-warning-font-2:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-2:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-2:active,html body .theme-override-light .border-right-color-warning-font-2,html body .theme-override-light .border-right-color-hover-warning-font-2:hover,html body .theme-override-light .border-right-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-2:focus,html body .theme-override-light .border-right-color-focus-warning-font-2:focus-within,html body .theme-override-light .border-right-color-active-warning-font-2[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-2:active{border-right-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .fill-color-warning-font-2,body[data-theme-mode=light] .fill-color-hover-warning-font-2:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-2:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-2:active,html body .theme-override-light .fill-color-warning-font-2,html body .theme-override-light .fill-color-hover-warning-font-2:hover,html body .theme-override-light .fill-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-2:focus,html body .theme-override-light .fill-color-focus-warning-font-2:focus-within,html body .theme-override-light .fill-color-active-warning-font-2[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-2:active{background-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outline-color-warning-font-2,body[data-theme-mode=light] .outline-color-hover-warning-font-2:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-2:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-2:active,html body .theme-override-light .outline-color-warning-font-2,html body .theme-override-light .outline-color-hover-warning-font-2:hover,html body .theme-override-light .outline-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-2:focus,html body .theme-override-light .outline-color-focus-warning-font-2:focus-within,html body .theme-override-light .outline-color-active-warning-font-2[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-2:active{outline-color:var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .outside-border-color-warning-font-2,body[data-theme-mode=light] .outside-border-color-hover-warning-font-2:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-2:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-2:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-2[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-2:active,html body .theme-override-light .outside-border-color-warning-font-2,html body .theme-override-light .outside-border-color-hover-warning-font-2:hover,html body .theme-override-light .outside-border-color-focus-warning-font-2[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-2:focus,html body .theme-override-light .outside-border-color-focus-warning-font-2:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-2[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-2:active{--outside-border-color: var(--color-warning-font-2, var(--color-light-font-2))}body[data-theme-mode=light] .font-color-warning-font-3,body[data-theme-mode=light] .font-color-hover-warning-font-3:hover,body[data-theme-mode=light] .font-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-3:focus,body[data-theme-mode=light] .font-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-3:active,html body .theme-override-light .font-color-warning-font-3,html body .theme-override-light .font-color-hover-warning-font-3:hover,html body .theme-override-light .font-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-3:focus,html body .theme-override-light .font-color-focus-warning-font-3:focus-within,html body .theme-override-light .font-color-active-warning-font-3[data-selected=true],html body .theme-override-light .font-color-active-warning-font-3:active{color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-color-warning-font-3,body[data-theme-mode=light] .border-color-hover-warning-font-3:hover,body[data-theme-mode=light] .border-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-3:focus,body[data-theme-mode=light] .border-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-3:active,html body .theme-override-light .border-color-warning-font-3,html body .theme-override-light .border-color-hover-warning-font-3:hover,html body .theme-override-light .border-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-3:focus,html body .theme-override-light .border-color-focus-warning-font-3:focus-within,html body .theme-override-light .border-color-active-warning-font-3[data-selected=true],html body .theme-override-light .border-color-active-warning-font-3:active{border-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-top-color-warning-font-3,body[data-theme-mode=light] .border-top-color-hover-warning-font-3:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-3:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-3:active,html body .theme-override-light .border-top-color-warning-font-3,html body .theme-override-light .border-top-color-hover-warning-font-3:hover,html body .theme-override-light .border-top-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-3:focus,html body .theme-override-light .border-top-color-focus-warning-font-3:focus-within,html body .theme-override-light .border-top-color-active-warning-font-3[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-3:active{border-top-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-bottom-color-warning-font-3,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-3:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-3:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-3:active,html body .theme-override-light .border-bottom-color-warning-font-3,html body .theme-override-light .border-bottom-color-hover-warning-font-3:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-3:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-3:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-3[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-3:active{border-bottom-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-left-color-warning-font-3,body[data-theme-mode=light] .border-left-color-hover-warning-font-3:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-3:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-3:active,html body .theme-override-light .border-left-color-warning-font-3,html body .theme-override-light .border-left-color-hover-warning-font-3:hover,html body .theme-override-light .border-left-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-3:focus,html body .theme-override-light .border-left-color-focus-warning-font-3:focus-within,html body .theme-override-light .border-left-color-active-warning-font-3[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-3:active{border-left-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .border-right-color-warning-font-3,body[data-theme-mode=light] .border-right-color-hover-warning-font-3:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-3:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-3:active,html body .theme-override-light .border-right-color-warning-font-3,html body .theme-override-light .border-right-color-hover-warning-font-3:hover,html body .theme-override-light .border-right-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-3:focus,html body .theme-override-light .border-right-color-focus-warning-font-3:focus-within,html body .theme-override-light .border-right-color-active-warning-font-3[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-3:active{border-right-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .fill-color-warning-font-3,body[data-theme-mode=light] .fill-color-hover-warning-font-3:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-3:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-3:active,html body .theme-override-light .fill-color-warning-font-3,html body .theme-override-light .fill-color-hover-warning-font-3:hover,html body .theme-override-light .fill-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-3:focus,html body .theme-override-light .fill-color-focus-warning-font-3:focus-within,html body .theme-override-light .fill-color-active-warning-font-3[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-3:active{background-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outline-color-warning-font-3,body[data-theme-mode=light] .outline-color-hover-warning-font-3:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-3:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-3:active,html body .theme-override-light .outline-color-warning-font-3,html body .theme-override-light .outline-color-hover-warning-font-3:hover,html body .theme-override-light .outline-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-3:focus,html body .theme-override-light .outline-color-focus-warning-font-3:focus-within,html body .theme-override-light .outline-color-active-warning-font-3[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-3:active{outline-color:var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .outside-border-color-warning-font-3,body[data-theme-mode=light] .outside-border-color-hover-warning-font-3:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-3:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-3:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-3[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-3:active,html body .theme-override-light .outside-border-color-warning-font-3,html body .theme-override-light .outside-border-color-hover-warning-font-3:hover,html body .theme-override-light .outside-border-color-focus-warning-font-3[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-3:focus,html body .theme-override-light .outside-border-color-focus-warning-font-3:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-3[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-3:active{--outside-border-color: var(--color-warning-font-3, var(--color-light-font-3))}body[data-theme-mode=light] .font-color-warning-font-4,body[data-theme-mode=light] .font-color-hover-warning-font-4:hover,body[data-theme-mode=light] .font-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-4:focus,body[data-theme-mode=light] .font-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-4:active,html body .theme-override-light .font-color-warning-font-4,html body .theme-override-light .font-color-hover-warning-font-4:hover,html body .theme-override-light .font-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-4:focus,html body .theme-override-light .font-color-focus-warning-font-4:focus-within,html body .theme-override-light .font-color-active-warning-font-4[data-selected=true],html body .theme-override-light .font-color-active-warning-font-4:active{color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-color-warning-font-4,body[data-theme-mode=light] .border-color-hover-warning-font-4:hover,body[data-theme-mode=light] .border-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-4:focus,body[data-theme-mode=light] .border-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-4:active,html body .theme-override-light .border-color-warning-font-4,html body .theme-override-light .border-color-hover-warning-font-4:hover,html body .theme-override-light .border-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-4:focus,html body .theme-override-light .border-color-focus-warning-font-4:focus-within,html body .theme-override-light .border-color-active-warning-font-4[data-selected=true],html body .theme-override-light .border-color-active-warning-font-4:active{border-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-top-color-warning-font-4,body[data-theme-mode=light] .border-top-color-hover-warning-font-4:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-4:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-4:active,html body .theme-override-light .border-top-color-warning-font-4,html body .theme-override-light .border-top-color-hover-warning-font-4:hover,html body .theme-override-light .border-top-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-4:focus,html body .theme-override-light .border-top-color-focus-warning-font-4:focus-within,html body .theme-override-light .border-top-color-active-warning-font-4[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-4:active{border-top-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-bottom-color-warning-font-4,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-4:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-4:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-4:active,html body .theme-override-light .border-bottom-color-warning-font-4,html body .theme-override-light .border-bottom-color-hover-warning-font-4:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-4:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-4:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-4[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-4:active{border-bottom-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-left-color-warning-font-4,body[data-theme-mode=light] .border-left-color-hover-warning-font-4:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-4:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-4:active,html body .theme-override-light .border-left-color-warning-font-4,html body .theme-override-light .border-left-color-hover-warning-font-4:hover,html body .theme-override-light .border-left-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-4:focus,html body .theme-override-light .border-left-color-focus-warning-font-4:focus-within,html body .theme-override-light .border-left-color-active-warning-font-4[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-4:active{border-left-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .border-right-color-warning-font-4,body[data-theme-mode=light] .border-right-color-hover-warning-font-4:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-4:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-4:active,html body .theme-override-light .border-right-color-warning-font-4,html body .theme-override-light .border-right-color-hover-warning-font-4:hover,html body .theme-override-light .border-right-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-4:focus,html body .theme-override-light .border-right-color-focus-warning-font-4:focus-within,html body .theme-override-light .border-right-color-active-warning-font-4[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-4:active{border-right-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .fill-color-warning-font-4,body[data-theme-mode=light] .fill-color-hover-warning-font-4:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-4:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-4:active,html body .theme-override-light .fill-color-warning-font-4,html body .theme-override-light .fill-color-hover-warning-font-4:hover,html body .theme-override-light .fill-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-4:focus,html body .theme-override-light .fill-color-focus-warning-font-4:focus-within,html body .theme-override-light .fill-color-active-warning-font-4[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-4:active{background-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outline-color-warning-font-4,body[data-theme-mode=light] .outline-color-hover-warning-font-4:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-4:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-4:active,html body .theme-override-light .outline-color-warning-font-4,html body .theme-override-light .outline-color-hover-warning-font-4:hover,html body .theme-override-light .outline-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-4:focus,html body .theme-override-light .outline-color-focus-warning-font-4:focus-within,html body .theme-override-light .outline-color-active-warning-font-4[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-4:active{outline-color:var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .outside-border-color-warning-font-4,body[data-theme-mode=light] .outside-border-color-hover-warning-font-4:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-4:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-4:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-4[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-4:active,html body .theme-override-light .outside-border-color-warning-font-4,html body .theme-override-light .outside-border-color-hover-warning-font-4:hover,html body .theme-override-light .outside-border-color-focus-warning-font-4[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-4:focus,html body .theme-override-light .outside-border-color-focus-warning-font-4:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-4[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-4:active{--outside-border-color: var(--color-warning-font-4, var(--color-light-font-4))}body[data-theme-mode=light] .font-color-warning-font-5,body[data-theme-mode=light] .font-color-hover-warning-font-5:hover,body[data-theme-mode=light] .font-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-5:focus,body[data-theme-mode=light] .font-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-5:active,html body .theme-override-light .font-color-warning-font-5,html body .theme-override-light .font-color-hover-warning-font-5:hover,html body .theme-override-light .font-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-5:focus,html body .theme-override-light .font-color-focus-warning-font-5:focus-within,html body .theme-override-light .font-color-active-warning-font-5[data-selected=true],html body .theme-override-light .font-color-active-warning-font-5:active{color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-color-warning-font-5,body[data-theme-mode=light] .border-color-hover-warning-font-5:hover,body[data-theme-mode=light] .border-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-5:focus,body[data-theme-mode=light] .border-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-5:active,html body .theme-override-light .border-color-warning-font-5,html body .theme-override-light .border-color-hover-warning-font-5:hover,html body .theme-override-light .border-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-5:focus,html body .theme-override-light .border-color-focus-warning-font-5:focus-within,html body .theme-override-light .border-color-active-warning-font-5[data-selected=true],html body .theme-override-light .border-color-active-warning-font-5:active{border-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-top-color-warning-font-5,body[data-theme-mode=light] .border-top-color-hover-warning-font-5:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-5:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-5:active,html body .theme-override-light .border-top-color-warning-font-5,html body .theme-override-light .border-top-color-hover-warning-font-5:hover,html body .theme-override-light .border-top-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-5:focus,html body .theme-override-light .border-top-color-focus-warning-font-5:focus-within,html body .theme-override-light .border-top-color-active-warning-font-5[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-5:active{border-top-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-bottom-color-warning-font-5,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-5:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-5:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-5:active,html body .theme-override-light .border-bottom-color-warning-font-5,html body .theme-override-light .border-bottom-color-hover-warning-font-5:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-5:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-5:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-5[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-5:active{border-bottom-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-left-color-warning-font-5,body[data-theme-mode=light] .border-left-color-hover-warning-font-5:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-5:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-5:active,html body .theme-override-light .border-left-color-warning-font-5,html body .theme-override-light .border-left-color-hover-warning-font-5:hover,html body .theme-override-light .border-left-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-5:focus,html body .theme-override-light .border-left-color-focus-warning-font-5:focus-within,html body .theme-override-light .border-left-color-active-warning-font-5[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-5:active{border-left-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .border-right-color-warning-font-5,body[data-theme-mode=light] .border-right-color-hover-warning-font-5:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-5:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-5:active,html body .theme-override-light .border-right-color-warning-font-5,html body .theme-override-light .border-right-color-hover-warning-font-5:hover,html body .theme-override-light .border-right-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-5:focus,html body .theme-override-light .border-right-color-focus-warning-font-5:focus-within,html body .theme-override-light .border-right-color-active-warning-font-5[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-5:active{border-right-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .fill-color-warning-font-5,body[data-theme-mode=light] .fill-color-hover-warning-font-5:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-5:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-5:active,html body .theme-override-light .fill-color-warning-font-5,html body .theme-override-light .fill-color-hover-warning-font-5:hover,html body .theme-override-light .fill-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-5:focus,html body .theme-override-light .fill-color-focus-warning-font-5:focus-within,html body .theme-override-light .fill-color-active-warning-font-5[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-5:active{background-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outline-color-warning-font-5,body[data-theme-mode=light] .outline-color-hover-warning-font-5:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-5:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-5:active,html body .theme-override-light .outline-color-warning-font-5,html body .theme-override-light .outline-color-hover-warning-font-5:hover,html body .theme-override-light .outline-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-5:focus,html body .theme-override-light .outline-color-focus-warning-font-5:focus-within,html body .theme-override-light .outline-color-active-warning-font-5[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-5:active{outline-color:var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .outside-border-color-warning-font-5,body[data-theme-mode=light] .outside-border-color-hover-warning-font-5:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-5:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-5:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-5[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-5:active,html body .theme-override-light .outside-border-color-warning-font-5,html body .theme-override-light .outside-border-color-hover-warning-font-5:hover,html body .theme-override-light .outside-border-color-focus-warning-font-5[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-5:focus,html body .theme-override-light .outside-border-color-focus-warning-font-5:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-5[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-5:active{--outside-border-color: var(--color-warning-font-5, var(--color-light-font-5))}body[data-theme-mode=light] .font-color-warning-shadow-0,body[data-theme-mode=light] .font-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .font-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .font-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .font-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-shadow-0:active,html body .theme-override-light .font-color-warning-shadow-0,html body .theme-override-light .font-color-hover-warning-shadow-0:hover,html body .theme-override-light .font-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .font-color-focus-warning-shadow-0:focus,html body .theme-override-light .font-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .font-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .font-color-active-warning-shadow-0:active{color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-color-warning-shadow-0,body[data-theme-mode=light] .border-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .border-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .border-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .border-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-shadow-0:active,html body .theme-override-light .border-color-warning-shadow-0,html body .theme-override-light .border-color-hover-warning-shadow-0:hover,html body .theme-override-light .border-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .border-color-focus-warning-shadow-0:focus,html body .theme-override-light .border-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .border-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .border-color-active-warning-shadow-0:active{border-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-top-color-warning-shadow-0,body[data-theme-mode=light] .border-top-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .border-top-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .border-top-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-shadow-0:active,html body .theme-override-light .border-top-color-warning-shadow-0,html body .theme-override-light .border-top-color-hover-warning-shadow-0:hover,html body .theme-override-light .border-top-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-shadow-0:focus,html body .theme-override-light .border-top-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .border-top-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .border-top-color-active-warning-shadow-0:active{border-top-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-bottom-color-warning-shadow-0,body[data-theme-mode=light] .border-bottom-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-shadow-0:active,html body .theme-override-light .border-bottom-color-warning-shadow-0,html body .theme-override-light .border-bottom-color-hover-warning-shadow-0:hover,html body .theme-override-light .border-bottom-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-shadow-0:focus,html body .theme-override-light .border-bottom-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .border-bottom-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-shadow-0:active{border-bottom-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-left-color-warning-shadow-0,body[data-theme-mode=light] .border-left-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .border-left-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .border-left-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-shadow-0:active,html body .theme-override-light .border-left-color-warning-shadow-0,html body .theme-override-light .border-left-color-hover-warning-shadow-0:hover,html body .theme-override-light .border-left-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-shadow-0:focus,html body .theme-override-light .border-left-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .border-left-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .border-left-color-active-warning-shadow-0:active{border-left-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .border-right-color-warning-shadow-0,body[data-theme-mode=light] .border-right-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .border-right-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .border-right-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-shadow-0:active,html body .theme-override-light .border-right-color-warning-shadow-0,html body .theme-override-light .border-right-color-hover-warning-shadow-0:hover,html body .theme-override-light .border-right-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-shadow-0:focus,html body .theme-override-light .border-right-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .border-right-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .border-right-color-active-warning-shadow-0:active{border-right-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .fill-color-warning-shadow-0,body[data-theme-mode=light] .fill-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .fill-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .fill-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .fill-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-shadow-0:active,html body .theme-override-light .fill-color-warning-shadow-0,html body .theme-override-light .fill-color-hover-warning-shadow-0:hover,html body .theme-override-light .fill-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .fill-color-focus-warning-shadow-0:focus,html body .theme-override-light .fill-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .fill-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .fill-color-active-warning-shadow-0:active{background-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outline-color-warning-shadow-0,body[data-theme-mode=light] .outline-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .outline-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .outline-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .outline-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-shadow-0:active,html body .theme-override-light .outline-color-warning-shadow-0,html body .theme-override-light .outline-color-hover-warning-shadow-0:hover,html body .theme-override-light .outline-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .outline-color-focus-warning-shadow-0:focus,html body .theme-override-light .outline-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .outline-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .outline-color-active-warning-shadow-0:active{outline-color:var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .outside-border-color-warning-shadow-0,body[data-theme-mode=light] .outside-border-color-hover-warning-shadow-0:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-shadow-0:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-shadow-0:active,html body .theme-override-light .outside-border-color-warning-shadow-0,html body .theme-override-light .outside-border-color-hover-warning-shadow-0:hover,html body .theme-override-light .outside-border-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-shadow-0:focus,html body .theme-override-light .outside-border-color-focus-warning-shadow-0:focus-within,html body .theme-override-light .outside-border-color-active-warning-shadow-0[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-shadow-0:active{--outside-border-color: var(--color-warning-shadow-0, var(--color-light-shadow-0))}body[data-theme-mode=light] .font-color-warning-primary,body[data-theme-mode=light] .font-color-hover-warning-primary:hover,body[data-theme-mode=light] .font-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-primary:focus,body[data-theme-mode=light] .font-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .font-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-primary:active,html body .theme-override-light .font-color-warning-primary,html body .theme-override-light .font-color-hover-warning-primary:hover,html body .theme-override-light .font-color-focus-warning-primary[data-focused=true],html body .theme-override-light .font-color-focus-warning-primary:focus,html body .theme-override-light .font-color-focus-warning-primary:focus-within,html body .theme-override-light .font-color-active-warning-primary[data-selected=true],html body .theme-override-light .font-color-active-warning-primary:active{color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-color-warning-primary,body[data-theme-mode=light] .border-color-hover-warning-primary:hover,body[data-theme-mode=light] .border-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-primary:focus,body[data-theme-mode=light] .border-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .border-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-primary:active,html body .theme-override-light .border-color-warning-primary,html body .theme-override-light .border-color-hover-warning-primary:hover,html body .theme-override-light .border-color-focus-warning-primary[data-focused=true],html body .theme-override-light .border-color-focus-warning-primary:focus,html body .theme-override-light .border-color-focus-warning-primary:focus-within,html body .theme-override-light .border-color-active-warning-primary[data-selected=true],html body .theme-override-light .border-color-active-warning-primary:active{border-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-top-color-warning-primary,body[data-theme-mode=light] .border-top-color-hover-warning-primary:hover,body[data-theme-mode=light] .border-top-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-primary:focus,body[data-theme-mode=light] .border-top-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-primary:active,html body .theme-override-light .border-top-color-warning-primary,html body .theme-override-light .border-top-color-hover-warning-primary:hover,html body .theme-override-light .border-top-color-focus-warning-primary[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-primary:focus,html body .theme-override-light .border-top-color-focus-warning-primary:focus-within,html body .theme-override-light .border-top-color-active-warning-primary[data-selected=true],html body .theme-override-light .border-top-color-active-warning-primary:active{border-top-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-bottom-color-warning-primary,body[data-theme-mode=light] .border-bottom-color-hover-warning-primary:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-primary:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-primary:active,html body .theme-override-light .border-bottom-color-warning-primary,html body .theme-override-light .border-bottom-color-hover-warning-primary:hover,html body .theme-override-light .border-bottom-color-focus-warning-primary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-primary:focus,html body .theme-override-light .border-bottom-color-focus-warning-primary:focus-within,html body .theme-override-light .border-bottom-color-active-warning-primary[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-primary:active{border-bottom-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-left-color-warning-primary,body[data-theme-mode=light] .border-left-color-hover-warning-primary:hover,body[data-theme-mode=light] .border-left-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-primary:focus,body[data-theme-mode=light] .border-left-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-primary:active,html body .theme-override-light .border-left-color-warning-primary,html body .theme-override-light .border-left-color-hover-warning-primary:hover,html body .theme-override-light .border-left-color-focus-warning-primary[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-primary:focus,html body .theme-override-light .border-left-color-focus-warning-primary:focus-within,html body .theme-override-light .border-left-color-active-warning-primary[data-selected=true],html body .theme-override-light .border-left-color-active-warning-primary:active{border-left-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .border-right-color-warning-primary,body[data-theme-mode=light] .border-right-color-hover-warning-primary:hover,body[data-theme-mode=light] .border-right-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-primary:focus,body[data-theme-mode=light] .border-right-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-primary:active,html body .theme-override-light .border-right-color-warning-primary,html body .theme-override-light .border-right-color-hover-warning-primary:hover,html body .theme-override-light .border-right-color-focus-warning-primary[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-primary:focus,html body .theme-override-light .border-right-color-focus-warning-primary:focus-within,html body .theme-override-light .border-right-color-active-warning-primary[data-selected=true],html body .theme-override-light .border-right-color-active-warning-primary:active{border-right-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .fill-color-warning-primary,body[data-theme-mode=light] .fill-color-hover-warning-primary:hover,body[data-theme-mode=light] .fill-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-primary:focus,body[data-theme-mode=light] .fill-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .fill-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-primary:active,html body .theme-override-light .fill-color-warning-primary,html body .theme-override-light .fill-color-hover-warning-primary:hover,html body .theme-override-light .fill-color-focus-warning-primary[data-focused=true],html body .theme-override-light .fill-color-focus-warning-primary:focus,html body .theme-override-light .fill-color-focus-warning-primary:focus-within,html body .theme-override-light .fill-color-active-warning-primary[data-selected=true],html body .theme-override-light .fill-color-active-warning-primary:active{background-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .outline-color-warning-primary,body[data-theme-mode=light] .outline-color-hover-warning-primary:hover,body[data-theme-mode=light] .outline-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-primary:focus,body[data-theme-mode=light] .outline-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .outline-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-primary:active,html body .theme-override-light .outline-color-warning-primary,html body .theme-override-light .outline-color-hover-warning-primary:hover,html body .theme-override-light .outline-color-focus-warning-primary[data-focused=true],html body .theme-override-light .outline-color-focus-warning-primary:focus,html body .theme-override-light .outline-color-focus-warning-primary:focus-within,html body .theme-override-light .outline-color-active-warning-primary[data-selected=true],html body .theme-override-light .outline-color-active-warning-primary:active{outline-color:var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .outside-border-color-warning-primary,body[data-theme-mode=light] .outside-border-color-hover-warning-primary:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-primary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-primary:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-primary:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-primary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-primary:active,html body .theme-override-light .outside-border-color-warning-primary,html body .theme-override-light .outside-border-color-hover-warning-primary:hover,html body .theme-override-light .outside-border-color-focus-warning-primary[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-primary:focus,html body .theme-override-light .outside-border-color-focus-warning-primary:focus-within,html body .theme-override-light .outside-border-color-active-warning-primary[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-primary:active{--outside-border-color: var(--color-warning-primary, var(--color-light-primary))}body[data-theme-mode=light] .font-color-warning-primary-foreground,body[data-theme-mode=light] .font-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .font-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .font-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-primary-foreground:active,html body .theme-override-light .font-color-warning-primary-foreground,html body .theme-override-light .font-color-hover-warning-primary-foreground:hover,html body .theme-override-light .font-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-warning-primary-foreground:focus,html body .theme-override-light .font-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .font-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .font-color-active-warning-primary-foreground:active{color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-color-warning-primary-foreground,body[data-theme-mode=light] .border-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .border-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .border-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-primary-foreground:active,html body .theme-override-light .border-color-warning-primary-foreground,html body .theme-override-light .border-color-hover-warning-primary-foreground:hover,html body .theme-override-light .border-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-warning-primary-foreground:focus,html body .theme-override-light .border-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .border-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .border-color-active-warning-primary-foreground:active{border-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-top-color-warning-primary-foreground,body[data-theme-mode=light] .border-top-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-primary-foreground:active,html body .theme-override-light .border-top-color-warning-primary-foreground,html body .theme-override-light .border-top-color-hover-warning-primary-foreground:hover,html body .theme-override-light .border-top-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-primary-foreground:focus,html body .theme-override-light .border-top-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .border-top-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-warning-primary-foreground:active{border-top-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-bottom-color-warning-primary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-primary-foreground:active,html body .theme-override-light .border-bottom-color-warning-primary-foreground,html body .theme-override-light .border-bottom-color-hover-warning-primary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-primary-foreground:active{border-bottom-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-left-color-warning-primary-foreground,body[data-theme-mode=light] .border-left-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-primary-foreground:active,html body .theme-override-light .border-left-color-warning-primary-foreground,html body .theme-override-light .border-left-color-hover-warning-primary-foreground:hover,html body .theme-override-light .border-left-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-primary-foreground:focus,html body .theme-override-light .border-left-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .border-left-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-warning-primary-foreground:active{border-left-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .border-right-color-warning-primary-foreground,body[data-theme-mode=light] .border-right-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-primary-foreground:active,html body .theme-override-light .border-right-color-warning-primary-foreground,html body .theme-override-light .border-right-color-hover-warning-primary-foreground:hover,html body .theme-override-light .border-right-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-primary-foreground:focus,html body .theme-override-light .border-right-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .border-right-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-warning-primary-foreground:active{border-right-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .fill-color-warning-primary-foreground,body[data-theme-mode=light] .fill-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-primary-foreground:active,html body .theme-override-light .fill-color-warning-primary-foreground,html body .theme-override-light .fill-color-hover-warning-primary-foreground:hover,html body .theme-override-light .fill-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-warning-primary-foreground:focus,html body .theme-override-light .fill-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .fill-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-warning-primary-foreground:active{background-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outline-color-warning-primary-foreground,body[data-theme-mode=light] .outline-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-primary-foreground:active,html body .theme-override-light .outline-color-warning-primary-foreground,html body .theme-override-light .outline-color-hover-warning-primary-foreground:hover,html body .theme-override-light .outline-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-warning-primary-foreground:focus,html body .theme-override-light .outline-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .outline-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-warning-primary-foreground:active{outline-color:var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .outside-border-color-warning-primary-foreground,body[data-theme-mode=light] .outside-border-color-hover-warning-primary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-primary-foreground:active,html body .theme-override-light .outside-border-color-warning-primary-foreground,html body .theme-override-light .outside-border-color-hover-warning-primary-foreground:hover,html body .theme-override-light .outside-border-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-primary-foreground:focus,html body .theme-override-light .outside-border-color-focus-warning-primary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-primary-foreground:active{--outside-border-color: var(--color-warning-primary-foreground, var(--color-light-primary-foreground))}body[data-theme-mode=light] .font-color-warning-secondary,body[data-theme-mode=light] .font-color-hover-warning-secondary:hover,body[data-theme-mode=light] .font-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-secondary:focus,body[data-theme-mode=light] .font-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .font-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-secondary:active,html body .theme-override-light .font-color-warning-secondary,html body .theme-override-light .font-color-hover-warning-secondary:hover,html body .theme-override-light .font-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .font-color-focus-warning-secondary:focus,html body .theme-override-light .font-color-focus-warning-secondary:focus-within,html body .theme-override-light .font-color-active-warning-secondary[data-selected=true],html body .theme-override-light .font-color-active-warning-secondary:active{color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-color-warning-secondary,body[data-theme-mode=light] .border-color-hover-warning-secondary:hover,body[data-theme-mode=light] .border-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-secondary:focus,body[data-theme-mode=light] .border-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .border-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-secondary:active,html body .theme-override-light .border-color-warning-secondary,html body .theme-override-light .border-color-hover-warning-secondary:hover,html body .theme-override-light .border-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .border-color-focus-warning-secondary:focus,html body .theme-override-light .border-color-focus-warning-secondary:focus-within,html body .theme-override-light .border-color-active-warning-secondary[data-selected=true],html body .theme-override-light .border-color-active-warning-secondary:active{border-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-top-color-warning-secondary,body[data-theme-mode=light] .border-top-color-hover-warning-secondary:hover,body[data-theme-mode=light] .border-top-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-secondary:focus,body[data-theme-mode=light] .border-top-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-secondary:active,html body .theme-override-light .border-top-color-warning-secondary,html body .theme-override-light .border-top-color-hover-warning-secondary:hover,html body .theme-override-light .border-top-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-secondary:focus,html body .theme-override-light .border-top-color-focus-warning-secondary:focus-within,html body .theme-override-light .border-top-color-active-warning-secondary[data-selected=true],html body .theme-override-light .border-top-color-active-warning-secondary:active{border-top-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-bottom-color-warning-secondary,body[data-theme-mode=light] .border-bottom-color-hover-warning-secondary:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-secondary:active,html body .theme-override-light .border-bottom-color-warning-secondary,html body .theme-override-light .border-bottom-color-hover-warning-secondary:hover,html body .theme-override-light .border-bottom-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-secondary:focus,html body .theme-override-light .border-bottom-color-focus-warning-secondary:focus-within,html body .theme-override-light .border-bottom-color-active-warning-secondary[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-secondary:active{border-bottom-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-left-color-warning-secondary,body[data-theme-mode=light] .border-left-color-hover-warning-secondary:hover,body[data-theme-mode=light] .border-left-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-secondary:focus,body[data-theme-mode=light] .border-left-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-secondary:active,html body .theme-override-light .border-left-color-warning-secondary,html body .theme-override-light .border-left-color-hover-warning-secondary:hover,html body .theme-override-light .border-left-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-secondary:focus,html body .theme-override-light .border-left-color-focus-warning-secondary:focus-within,html body .theme-override-light .border-left-color-active-warning-secondary[data-selected=true],html body .theme-override-light .border-left-color-active-warning-secondary:active{border-left-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .border-right-color-warning-secondary,body[data-theme-mode=light] .border-right-color-hover-warning-secondary:hover,body[data-theme-mode=light] .border-right-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-secondary:focus,body[data-theme-mode=light] .border-right-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-secondary:active,html body .theme-override-light .border-right-color-warning-secondary,html body .theme-override-light .border-right-color-hover-warning-secondary:hover,html body .theme-override-light .border-right-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-secondary:focus,html body .theme-override-light .border-right-color-focus-warning-secondary:focus-within,html body .theme-override-light .border-right-color-active-warning-secondary[data-selected=true],html body .theme-override-light .border-right-color-active-warning-secondary:active{border-right-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .fill-color-warning-secondary,body[data-theme-mode=light] .fill-color-hover-warning-secondary:hover,body[data-theme-mode=light] .fill-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-secondary:focus,body[data-theme-mode=light] .fill-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .fill-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-secondary:active,html body .theme-override-light .fill-color-warning-secondary,html body .theme-override-light .fill-color-hover-warning-secondary:hover,html body .theme-override-light .fill-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .fill-color-focus-warning-secondary:focus,html body .theme-override-light .fill-color-focus-warning-secondary:focus-within,html body .theme-override-light .fill-color-active-warning-secondary[data-selected=true],html body .theme-override-light .fill-color-active-warning-secondary:active{background-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outline-color-warning-secondary,body[data-theme-mode=light] .outline-color-hover-warning-secondary:hover,body[data-theme-mode=light] .outline-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-secondary:focus,body[data-theme-mode=light] .outline-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .outline-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-secondary:active,html body .theme-override-light .outline-color-warning-secondary,html body .theme-override-light .outline-color-hover-warning-secondary:hover,html body .theme-override-light .outline-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .outline-color-focus-warning-secondary:focus,html body .theme-override-light .outline-color-focus-warning-secondary:focus-within,html body .theme-override-light .outline-color-active-warning-secondary[data-selected=true],html body .theme-override-light .outline-color-active-warning-secondary:active{outline-color:var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .outside-border-color-warning-secondary,body[data-theme-mode=light] .outside-border-color-hover-warning-secondary:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-secondary:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-secondary[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-secondary:active,html body .theme-override-light .outside-border-color-warning-secondary,html body .theme-override-light .outside-border-color-hover-warning-secondary:hover,html body .theme-override-light .outside-border-color-focus-warning-secondary[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-secondary:focus,html body .theme-override-light .outside-border-color-focus-warning-secondary:focus-within,html body .theme-override-light .outside-border-color-active-warning-secondary[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-secondary:active{--outside-border-color: var(--color-warning-secondary, var(--color-light-secondary))}body[data-theme-mode=light] .font-color-warning-secondary-foreground,body[data-theme-mode=light] .font-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .font-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .font-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-secondary-foreground:active,html body .theme-override-light .font-color-warning-secondary-foreground,html body .theme-override-light .font-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .font-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .font-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .font-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .font-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .font-color-active-warning-secondary-foreground:active{color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-color-warning-secondary-foreground,body[data-theme-mode=light] .border-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .border-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .border-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-secondary-foreground:active,html body .theme-override-light .border-color-warning-secondary-foreground,html body .theme-override-light .border-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .border-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .border-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .border-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .border-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .border-color-active-warning-secondary-foreground:active{border-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-top-color-warning-secondary-foreground,body[data-theme-mode=light] .border-top-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-secondary-foreground:active,html body .theme-override-light .border-top-color-warning-secondary-foreground,html body .theme-override-light .border-top-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .border-top-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .border-top-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .border-top-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-warning-secondary-foreground:active{border-top-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-bottom-color-warning-secondary-foreground,body[data-theme-mode=light] .border-bottom-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-secondary-foreground:active,html body .theme-override-light .border-bottom-color-warning-secondary-foreground,html body .theme-override-light .border-bottom-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .border-bottom-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-secondary-foreground:active{border-bottom-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-left-color-warning-secondary-foreground,body[data-theme-mode=light] .border-left-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-secondary-foreground:active,html body .theme-override-light .border-left-color-warning-secondary-foreground,html body .theme-override-light .border-left-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .border-left-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .border-left-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .border-left-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-warning-secondary-foreground:active{border-left-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .border-right-color-warning-secondary-foreground,body[data-theme-mode=light] .border-right-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-secondary-foreground:active,html body .theme-override-light .border-right-color-warning-secondary-foreground,html body .theme-override-light .border-right-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .border-right-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .border-right-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .border-right-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-warning-secondary-foreground:active{border-right-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .fill-color-warning-secondary-foreground,body[data-theme-mode=light] .fill-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .fill-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-secondary-foreground:active,html body .theme-override-light .fill-color-warning-secondary-foreground,html body .theme-override-light .fill-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .fill-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .fill-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .fill-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .fill-color-active-warning-secondary-foreground:active{background-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outline-color-warning-secondary-foreground,body[data-theme-mode=light] .outline-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .outline-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-secondary-foreground:active,html body .theme-override-light .outline-color-warning-secondary-foreground,html body .theme-override-light .outline-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .outline-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .outline-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .outline-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .outline-color-active-warning-secondary-foreground:active{outline-color:var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .outside-border-color-warning-secondary-foreground,body[data-theme-mode=light] .outside-border-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-secondary-foreground:active,html body .theme-override-light .outside-border-color-warning-secondary-foreground,html body .theme-override-light .outside-border-color-hover-warning-secondary-foreground:hover,html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground:focus,html body .theme-override-light .outside-border-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-light .outside-border-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-secondary-foreground:active{--outside-border-color: var(--color-warning-secondary-foreground, var(--color-light-secondary-foreground))}body[data-theme-mode=light] .font-color-warning-accent,body[data-theme-mode=light] .font-color-hover-warning-accent:hover,body[data-theme-mode=light] .font-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-accent:focus,body[data-theme-mode=light] .font-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .font-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-accent:active,html body .theme-override-light .font-color-warning-accent,html body .theme-override-light .font-color-hover-warning-accent:hover,html body .theme-override-light .font-color-focus-warning-accent[data-focused=true],html body .theme-override-light .font-color-focus-warning-accent:focus,html body .theme-override-light .font-color-focus-warning-accent:focus-within,html body .theme-override-light .font-color-active-warning-accent[data-selected=true],html body .theme-override-light .font-color-active-warning-accent:active{color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-color-warning-accent,body[data-theme-mode=light] .border-color-hover-warning-accent:hover,body[data-theme-mode=light] .border-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-accent:focus,body[data-theme-mode=light] .border-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .border-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-accent:active,html body .theme-override-light .border-color-warning-accent,html body .theme-override-light .border-color-hover-warning-accent:hover,html body .theme-override-light .border-color-focus-warning-accent[data-focused=true],html body .theme-override-light .border-color-focus-warning-accent:focus,html body .theme-override-light .border-color-focus-warning-accent:focus-within,html body .theme-override-light .border-color-active-warning-accent[data-selected=true],html body .theme-override-light .border-color-active-warning-accent:active{border-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-top-color-warning-accent,body[data-theme-mode=light] .border-top-color-hover-warning-accent:hover,body[data-theme-mode=light] .border-top-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-accent:focus,body[data-theme-mode=light] .border-top-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-accent:active,html body .theme-override-light .border-top-color-warning-accent,html body .theme-override-light .border-top-color-hover-warning-accent:hover,html body .theme-override-light .border-top-color-focus-warning-accent[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-accent:focus,html body .theme-override-light .border-top-color-focus-warning-accent:focus-within,html body .theme-override-light .border-top-color-active-warning-accent[data-selected=true],html body .theme-override-light .border-top-color-active-warning-accent:active{border-top-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-bottom-color-warning-accent,body[data-theme-mode=light] .border-bottom-color-hover-warning-accent:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-accent:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-accent:active,html body .theme-override-light .border-bottom-color-warning-accent,html body .theme-override-light .border-bottom-color-hover-warning-accent:hover,html body .theme-override-light .border-bottom-color-focus-warning-accent[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-accent:focus,html body .theme-override-light .border-bottom-color-focus-warning-accent:focus-within,html body .theme-override-light .border-bottom-color-active-warning-accent[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-accent:active{border-bottom-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-left-color-warning-accent,body[data-theme-mode=light] .border-left-color-hover-warning-accent:hover,body[data-theme-mode=light] .border-left-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-accent:focus,body[data-theme-mode=light] .border-left-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-accent:active,html body .theme-override-light .border-left-color-warning-accent,html body .theme-override-light .border-left-color-hover-warning-accent:hover,html body .theme-override-light .border-left-color-focus-warning-accent[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-accent:focus,html body .theme-override-light .border-left-color-focus-warning-accent:focus-within,html body .theme-override-light .border-left-color-active-warning-accent[data-selected=true],html body .theme-override-light .border-left-color-active-warning-accent:active{border-left-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .border-right-color-warning-accent,body[data-theme-mode=light] .border-right-color-hover-warning-accent:hover,body[data-theme-mode=light] .border-right-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-accent:focus,body[data-theme-mode=light] .border-right-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-accent:active,html body .theme-override-light .border-right-color-warning-accent,html body .theme-override-light .border-right-color-hover-warning-accent:hover,html body .theme-override-light .border-right-color-focus-warning-accent[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-accent:focus,html body .theme-override-light .border-right-color-focus-warning-accent:focus-within,html body .theme-override-light .border-right-color-active-warning-accent[data-selected=true],html body .theme-override-light .border-right-color-active-warning-accent:active{border-right-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .fill-color-warning-accent,body[data-theme-mode=light] .fill-color-hover-warning-accent:hover,body[data-theme-mode=light] .fill-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-accent:focus,body[data-theme-mode=light] .fill-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .fill-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-accent:active,html body .theme-override-light .fill-color-warning-accent,html body .theme-override-light .fill-color-hover-warning-accent:hover,html body .theme-override-light .fill-color-focus-warning-accent[data-focused=true],html body .theme-override-light .fill-color-focus-warning-accent:focus,html body .theme-override-light .fill-color-focus-warning-accent:focus-within,html body .theme-override-light .fill-color-active-warning-accent[data-selected=true],html body .theme-override-light .fill-color-active-warning-accent:active{background-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .outline-color-warning-accent,body[data-theme-mode=light] .outline-color-hover-warning-accent:hover,body[data-theme-mode=light] .outline-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-accent:focus,body[data-theme-mode=light] .outline-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .outline-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-accent:active,html body .theme-override-light .outline-color-warning-accent,html body .theme-override-light .outline-color-hover-warning-accent:hover,html body .theme-override-light .outline-color-focus-warning-accent[data-focused=true],html body .theme-override-light .outline-color-focus-warning-accent:focus,html body .theme-override-light .outline-color-focus-warning-accent:focus-within,html body .theme-override-light .outline-color-active-warning-accent[data-selected=true],html body .theme-override-light .outline-color-active-warning-accent:active{outline-color:var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .outside-border-color-warning-accent,body[data-theme-mode=light] .outside-border-color-hover-warning-accent:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-accent[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-accent:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-accent:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-accent[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-accent:active,html body .theme-override-light .outside-border-color-warning-accent,html body .theme-override-light .outside-border-color-hover-warning-accent:hover,html body .theme-override-light .outside-border-color-focus-warning-accent[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-accent:focus,html body .theme-override-light .outside-border-color-focus-warning-accent:focus-within,html body .theme-override-light .outside-border-color-active-warning-accent[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-accent:active{--outside-border-color: var(--color-warning-accent, var(--color-light-accent))}body[data-theme-mode=light] .font-color-warning-accent-foreground,body[data-theme-mode=light] .font-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .font-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .font-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .font-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-accent-foreground:active,html body .theme-override-light .font-color-warning-accent-foreground,html body .theme-override-light .font-color-hover-warning-accent-foreground:hover,html body .theme-override-light .font-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .font-color-focus-warning-accent-foreground:focus,html body .theme-override-light .font-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .font-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .font-color-active-warning-accent-foreground:active{color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-color-warning-accent-foreground,body[data-theme-mode=light] .border-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .border-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .border-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .border-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-accent-foreground:active,html body .theme-override-light .border-color-warning-accent-foreground,html body .theme-override-light .border-color-hover-warning-accent-foreground:hover,html body .theme-override-light .border-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .border-color-focus-warning-accent-foreground:focus,html body .theme-override-light .border-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .border-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .border-color-active-warning-accent-foreground:active{border-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-top-color-warning-accent-foreground,body[data-theme-mode=light] .border-top-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .border-top-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-accent-foreground:active,html body .theme-override-light .border-top-color-warning-accent-foreground,html body .theme-override-light .border-top-color-hover-warning-accent-foreground:hover,html body .theme-override-light .border-top-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-accent-foreground:focus,html body .theme-override-light .border-top-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .border-top-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .border-top-color-active-warning-accent-foreground:active{border-top-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-bottom-color-warning-accent-foreground,body[data-theme-mode=light] .border-bottom-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-accent-foreground:active,html body .theme-override-light .border-bottom-color-warning-accent-foreground,html body .theme-override-light .border-bottom-color-hover-warning-accent-foreground:hover,html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground:focus,html body .theme-override-light .border-bottom-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .border-bottom-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-accent-foreground:active{border-bottom-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-left-color-warning-accent-foreground,body[data-theme-mode=light] .border-left-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .border-left-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-accent-foreground:active,html body .theme-override-light .border-left-color-warning-accent-foreground,html body .theme-override-light .border-left-color-hover-warning-accent-foreground:hover,html body .theme-override-light .border-left-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-accent-foreground:focus,html body .theme-override-light .border-left-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .border-left-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .border-left-color-active-warning-accent-foreground:active{border-left-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .border-right-color-warning-accent-foreground,body[data-theme-mode=light] .border-right-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .border-right-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-accent-foreground:active,html body .theme-override-light .border-right-color-warning-accent-foreground,html body .theme-override-light .border-right-color-hover-warning-accent-foreground:hover,html body .theme-override-light .border-right-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-accent-foreground:focus,html body .theme-override-light .border-right-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .border-right-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .border-right-color-active-warning-accent-foreground:active{border-right-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .fill-color-warning-accent-foreground,body[data-theme-mode=light] .fill-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .fill-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .fill-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-accent-foreground:active,html body .theme-override-light .fill-color-warning-accent-foreground,html body .theme-override-light .fill-color-hover-warning-accent-foreground:hover,html body .theme-override-light .fill-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .fill-color-focus-warning-accent-foreground:focus,html body .theme-override-light .fill-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .fill-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .fill-color-active-warning-accent-foreground:active{background-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outline-color-warning-accent-foreground,body[data-theme-mode=light] .outline-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .outline-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .outline-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-accent-foreground:active,html body .theme-override-light .outline-color-warning-accent-foreground,html body .theme-override-light .outline-color-hover-warning-accent-foreground:hover,html body .theme-override-light .outline-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .outline-color-focus-warning-accent-foreground:focus,html body .theme-override-light .outline-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .outline-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .outline-color-active-warning-accent-foreground:active{outline-color:var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .outside-border-color-warning-accent-foreground,body[data-theme-mode=light] .outside-border-color-hover-warning-accent-foreground:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-accent-foreground:active,html body .theme-override-light .outside-border-color-warning-accent-foreground,html body .theme-override-light .outside-border-color-hover-warning-accent-foreground:hover,html body .theme-override-light .outside-border-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-accent-foreground:focus,html body .theme-override-light .outside-border-color-focus-warning-accent-foreground:focus-within,html body .theme-override-light .outside-border-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-accent-foreground:active{--outside-border-color: var(--color-warning-accent-foreground, var(--color-light-accent-foreground))}body[data-theme-mode=light] .font-color-warning-background,body[data-theme-mode=light] .font-color-hover-warning-background:hover,body[data-theme-mode=light] .font-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background:focus,body[data-theme-mode=light] .font-color-focus-warning-background:focus-within,body[data-theme-mode=light] .font-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background:active,html body .theme-override-light .font-color-warning-background,html body .theme-override-light .font-color-hover-warning-background:hover,html body .theme-override-light .font-color-focus-warning-background[data-focused=true],html body .theme-override-light .font-color-focus-warning-background:focus,html body .theme-override-light .font-color-focus-warning-background:focus-within,html body .theme-override-light .font-color-active-warning-background[data-selected=true],html body .theme-override-light .font-color-active-warning-background:active{color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .border-color-warning-background,body[data-theme-mode=light] .border-color-hover-warning-background:hover,body[data-theme-mode=light] .border-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background:focus,body[data-theme-mode=light] .border-color-focus-warning-background:focus-within,body[data-theme-mode=light] .border-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background:active,html body .theme-override-light .border-color-warning-background,html body .theme-override-light .border-color-hover-warning-background:hover,html body .theme-override-light .border-color-focus-warning-background[data-focused=true],html body .theme-override-light .border-color-focus-warning-background:focus,html body .theme-override-light .border-color-focus-warning-background:focus-within,html body .theme-override-light .border-color-active-warning-background[data-selected=true],html body .theme-override-light .border-color-active-warning-background:active{border-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .border-top-color-warning-background,body[data-theme-mode=light] .border-top-color-hover-warning-background:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background:active,html body .theme-override-light .border-top-color-warning-background,html body .theme-override-light .border-top-color-hover-warning-background:hover,html body .theme-override-light .border-top-color-focus-warning-background[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background:focus,html body .theme-override-light .border-top-color-focus-warning-background:focus-within,html body .theme-override-light .border-top-color-active-warning-background[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background:active{border-top-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .border-bottom-color-warning-background,body[data-theme-mode=light] .border-bottom-color-hover-warning-background:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background:active,html body .theme-override-light .border-bottom-color-warning-background,html body .theme-override-light .border-bottom-color-hover-warning-background:hover,html body .theme-override-light .border-bottom-color-focus-warning-background[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background:focus,html body .theme-override-light .border-bottom-color-focus-warning-background:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background:active{border-bottom-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .border-left-color-warning-background,body[data-theme-mode=light] .border-left-color-hover-warning-background:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background:active,html body .theme-override-light .border-left-color-warning-background,html body .theme-override-light .border-left-color-hover-warning-background:hover,html body .theme-override-light .border-left-color-focus-warning-background[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background:focus,html body .theme-override-light .border-left-color-focus-warning-background:focus-within,html body .theme-override-light .border-left-color-active-warning-background[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background:active{border-left-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .border-right-color-warning-background,body[data-theme-mode=light] .border-right-color-hover-warning-background:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background:active,html body .theme-override-light .border-right-color-warning-background,html body .theme-override-light .border-right-color-hover-warning-background:hover,html body .theme-override-light .border-right-color-focus-warning-background[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background:focus,html body .theme-override-light .border-right-color-focus-warning-background:focus-within,html body .theme-override-light .border-right-color-active-warning-background[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background:active{border-right-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .fill-color-warning-background,body[data-theme-mode=light] .fill-color-hover-warning-background:hover,body[data-theme-mode=light] .fill-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background:focus,body[data-theme-mode=light] .fill-color-focus-warning-background:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background:active,html body .theme-override-light .fill-color-warning-background,html body .theme-override-light .fill-color-hover-warning-background:hover,html body .theme-override-light .fill-color-focus-warning-background[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background:focus,html body .theme-override-light .fill-color-focus-warning-background:focus-within,html body .theme-override-light .fill-color-active-warning-background[data-selected=true],html body .theme-override-light .fill-color-active-warning-background:active{background-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .outline-color-warning-background,body[data-theme-mode=light] .outline-color-hover-warning-background:hover,body[data-theme-mode=light] .outline-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background:focus,body[data-theme-mode=light] .outline-color-focus-warning-background:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background:active,html body .theme-override-light .outline-color-warning-background,html body .theme-override-light .outline-color-hover-warning-background:hover,html body .theme-override-light .outline-color-focus-warning-background[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background:focus,html body .theme-override-light .outline-color-focus-warning-background:focus-within,html body .theme-override-light .outline-color-active-warning-background[data-selected=true],html body .theme-override-light .outline-color-active-warning-background:active{outline-color:var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .outside-border-color-warning-background,body[data-theme-mode=light] .outside-border-color-hover-warning-background:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background:active,html body .theme-override-light .outside-border-color-warning-background,html body .theme-override-light .outside-border-color-hover-warning-background:hover,html body .theme-override-light .outside-border-color-focus-warning-background[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background:focus,html body .theme-override-light .outside-border-color-focus-warning-background:focus-within,html body .theme-override-light .outside-border-color-active-warning-background[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background:active{--outside-border-color: var(--color-warning-background, var(--color-light-background))}body[data-theme-mode=light] .font-color-warning-background-surface,body[data-theme-mode=light] .font-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .font-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .font-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-surface:active,html body .theme-override-light .font-color-warning-background-surface,html body .theme-override-light .font-color-hover-warning-background-surface:hover,html body .theme-override-light .font-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-surface:focus,html body .theme-override-light .font-color-focus-warning-background-surface:focus-within,html body .theme-override-light .font-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .font-color-active-warning-background-surface:active{color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-color-warning-background-surface,body[data-theme-mode=light] .border-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .border-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .border-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-surface:active,html body .theme-override-light .border-color-warning-background-surface,html body .theme-override-light .border-color-hover-warning-background-surface:hover,html body .theme-override-light .border-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-surface:focus,html body .theme-override-light .border-color-focus-warning-background-surface:focus-within,html body .theme-override-light .border-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .border-color-active-warning-background-surface:active{border-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-top-color-warning-background-surface,body[data-theme-mode=light] .border-top-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-surface:active,html body .theme-override-light .border-top-color-warning-background-surface,html body .theme-override-light .border-top-color-hover-warning-background-surface:hover,html body .theme-override-light .border-top-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-surface:focus,html body .theme-override-light .border-top-color-focus-warning-background-surface:focus-within,html body .theme-override-light .border-top-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-surface:active{border-top-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-bottom-color-warning-background-surface,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-surface:active,html body .theme-override-light .border-bottom-color-warning-background-surface,html body .theme-override-light .border-bottom-color-hover-warning-background-surface:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-surface:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-surface:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-surface:active{border-bottom-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-left-color-warning-background-surface,body[data-theme-mode=light] .border-left-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-surface:active,html body .theme-override-light .border-left-color-warning-background-surface,html body .theme-override-light .border-left-color-hover-warning-background-surface:hover,html body .theme-override-light .border-left-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-surface:focus,html body .theme-override-light .border-left-color-focus-warning-background-surface:focus-within,html body .theme-override-light .border-left-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-surface:active{border-left-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .border-right-color-warning-background-surface,body[data-theme-mode=light] .border-right-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-surface:active,html body .theme-override-light .border-right-color-warning-background-surface,html body .theme-override-light .border-right-color-hover-warning-background-surface:hover,html body .theme-override-light .border-right-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-surface:focus,html body .theme-override-light .border-right-color-focus-warning-background-surface:focus-within,html body .theme-override-light .border-right-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-surface:active{border-right-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .fill-color-warning-background-surface,body[data-theme-mode=light] .fill-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-surface:active,html body .theme-override-light .fill-color-warning-background-surface,html body .theme-override-light .fill-color-hover-warning-background-surface:hover,html body .theme-override-light .fill-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-surface:focus,html body .theme-override-light .fill-color-focus-warning-background-surface:focus-within,html body .theme-override-light .fill-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-surface:active{background-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outline-color-warning-background-surface,body[data-theme-mode=light] .outline-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-surface:active,html body .theme-override-light .outline-color-warning-background-surface,html body .theme-override-light .outline-color-hover-warning-background-surface:hover,html body .theme-override-light .outline-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-surface:focus,html body .theme-override-light .outline-color-focus-warning-background-surface:focus-within,html body .theme-override-light .outline-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-surface:active{outline-color:var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .outside-border-color-warning-background-surface,body[data-theme-mode=light] .outside-border-color-hover-warning-background-surface:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-surface:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-surface:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-surface:active,html body .theme-override-light .outside-border-color-warning-background-surface,html body .theme-override-light .outside-border-color-hover-warning-background-surface:hover,html body .theme-override-light .outside-border-color-focus-warning-background-surface[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-surface:focus,html body .theme-override-light .outside-border-color-focus-warning-background-surface:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-surface[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-surface:active{--outside-border-color: var(--color-warning-background-surface, var(--color-light-background-surface))}body[data-theme-mode=light] .font-color-warning-background-ghost,body[data-theme-mode=light] .font-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .font-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .font-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-ghost:active,html body .theme-override-light .font-color-warning-background-ghost,html body .theme-override-light .font-color-hover-warning-background-ghost:hover,html body .theme-override-light .font-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-ghost:focus,html body .theme-override-light .font-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .font-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .font-color-active-warning-background-ghost:active{color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-color-warning-background-ghost,body[data-theme-mode=light] .border-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .border-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .border-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-ghost:active,html body .theme-override-light .border-color-warning-background-ghost,html body .theme-override-light .border-color-hover-warning-background-ghost:hover,html body .theme-override-light .border-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-ghost:focus,html body .theme-override-light .border-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .border-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .border-color-active-warning-background-ghost:active{border-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-top-color-warning-background-ghost,body[data-theme-mode=light] .border-top-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-ghost:active,html body .theme-override-light .border-top-color-warning-background-ghost,html body .theme-override-light .border-top-color-hover-warning-background-ghost:hover,html body .theme-override-light .border-top-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-ghost:focus,html body .theme-override-light .border-top-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .border-top-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-ghost:active{border-top-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-bottom-color-warning-background-ghost,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-ghost:active,html body .theme-override-light .border-bottom-color-warning-background-ghost,html body .theme-override-light .border-bottom-color-hover-warning-background-ghost:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-ghost:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-ghost:active{border-bottom-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-left-color-warning-background-ghost,body[data-theme-mode=light] .border-left-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-ghost:active,html body .theme-override-light .border-left-color-warning-background-ghost,html body .theme-override-light .border-left-color-hover-warning-background-ghost:hover,html body .theme-override-light .border-left-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-ghost:focus,html body .theme-override-light .border-left-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .border-left-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-ghost:active{border-left-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .border-right-color-warning-background-ghost,body[data-theme-mode=light] .border-right-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-ghost:active,html body .theme-override-light .border-right-color-warning-background-ghost,html body .theme-override-light .border-right-color-hover-warning-background-ghost:hover,html body .theme-override-light .border-right-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-ghost:focus,html body .theme-override-light .border-right-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .border-right-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-ghost:active{border-right-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .fill-color-warning-background-ghost,body[data-theme-mode=light] .fill-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-ghost:active,html body .theme-override-light .fill-color-warning-background-ghost,html body .theme-override-light .fill-color-hover-warning-background-ghost:hover,html body .theme-override-light .fill-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-ghost:focus,html body .theme-override-light .fill-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .fill-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-ghost:active{background-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outline-color-warning-background-ghost,body[data-theme-mode=light] .outline-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-ghost:active,html body .theme-override-light .outline-color-warning-background-ghost,html body .theme-override-light .outline-color-hover-warning-background-ghost:hover,html body .theme-override-light .outline-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-ghost:focus,html body .theme-override-light .outline-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .outline-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-ghost:active{outline-color:var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .outside-border-color-warning-background-ghost,body[data-theme-mode=light] .outside-border-color-hover-warning-background-ghost:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-ghost:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-ghost:active,html body .theme-override-light .outside-border-color-warning-background-ghost,html body .theme-override-light .outside-border-color-hover-warning-background-ghost:hover,html body .theme-override-light .outside-border-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-ghost:focus,html body .theme-override-light .outside-border-color-focus-warning-background-ghost:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-ghost[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-ghost:active{--outside-border-color: var(--color-warning-background-ghost, var(--color-light-background-ghost))}body[data-theme-mode=light] .font-color-warning-background-flat,body[data-theme-mode=light] .font-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .font-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .font-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-flat:active,html body .theme-override-light .font-color-warning-background-flat,html body .theme-override-light .font-color-hover-warning-background-flat:hover,html body .theme-override-light .font-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-flat:focus,html body .theme-override-light .font-color-focus-warning-background-flat:focus-within,html body .theme-override-light .font-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .font-color-active-warning-background-flat:active{color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-color-warning-background-flat,body[data-theme-mode=light] .border-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .border-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .border-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-flat:active,html body .theme-override-light .border-color-warning-background-flat,html body .theme-override-light .border-color-hover-warning-background-flat:hover,html body .theme-override-light .border-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-flat:focus,html body .theme-override-light .border-color-focus-warning-background-flat:focus-within,html body .theme-override-light .border-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .border-color-active-warning-background-flat:active{border-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-top-color-warning-background-flat,body[data-theme-mode=light] .border-top-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-flat:active,html body .theme-override-light .border-top-color-warning-background-flat,html body .theme-override-light .border-top-color-hover-warning-background-flat:hover,html body .theme-override-light .border-top-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-flat:focus,html body .theme-override-light .border-top-color-focus-warning-background-flat:focus-within,html body .theme-override-light .border-top-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-flat:active{border-top-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-bottom-color-warning-background-flat,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-flat:active,html body .theme-override-light .border-bottom-color-warning-background-flat,html body .theme-override-light .border-bottom-color-hover-warning-background-flat:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-flat:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-flat:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-flat:active{border-bottom-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-left-color-warning-background-flat,body[data-theme-mode=light] .border-left-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-flat:active,html body .theme-override-light .border-left-color-warning-background-flat,html body .theme-override-light .border-left-color-hover-warning-background-flat:hover,html body .theme-override-light .border-left-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-flat:focus,html body .theme-override-light .border-left-color-focus-warning-background-flat:focus-within,html body .theme-override-light .border-left-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-flat:active{border-left-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .border-right-color-warning-background-flat,body[data-theme-mode=light] .border-right-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-flat:active,html body .theme-override-light .border-right-color-warning-background-flat,html body .theme-override-light .border-right-color-hover-warning-background-flat:hover,html body .theme-override-light .border-right-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-flat:focus,html body .theme-override-light .border-right-color-focus-warning-background-flat:focus-within,html body .theme-override-light .border-right-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-flat:active{border-right-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .fill-color-warning-background-flat,body[data-theme-mode=light] .fill-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-flat:active,html body .theme-override-light .fill-color-warning-background-flat,html body .theme-override-light .fill-color-hover-warning-background-flat:hover,html body .theme-override-light .fill-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-flat:focus,html body .theme-override-light .fill-color-focus-warning-background-flat:focus-within,html body .theme-override-light .fill-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-flat:active{background-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outline-color-warning-background-flat,body[data-theme-mode=light] .outline-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-flat:active,html body .theme-override-light .outline-color-warning-background-flat,html body .theme-override-light .outline-color-hover-warning-background-flat:hover,html body .theme-override-light .outline-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-flat:focus,html body .theme-override-light .outline-color-focus-warning-background-flat:focus-within,html body .theme-override-light .outline-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-flat:active{outline-color:var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .outside-border-color-warning-background-flat,body[data-theme-mode=light] .outside-border-color-hover-warning-background-flat:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-flat:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-flat:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-flat:active,html body .theme-override-light .outside-border-color-warning-background-flat,html body .theme-override-light .outside-border-color-hover-warning-background-flat:hover,html body .theme-override-light .outside-border-color-focus-warning-background-flat[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-flat:focus,html body .theme-override-light .outside-border-color-focus-warning-background-flat:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-flat[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-flat:active{--outside-border-color: var(--color-warning-background-flat, var(--color-light-background-flat))}body[data-theme-mode=light] .font-color-warning-background-card,body[data-theme-mode=light] .font-color-hover-warning-background-card:hover,body[data-theme-mode=light] .font-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-card:focus,body[data-theme-mode=light] .font-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-card:active,html body .theme-override-light .font-color-warning-background-card,html body .theme-override-light .font-color-hover-warning-background-card:hover,html body .theme-override-light .font-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-card:focus,html body .theme-override-light .font-color-focus-warning-background-card:focus-within,html body .theme-override-light .font-color-active-warning-background-card[data-selected=true],html body .theme-override-light .font-color-active-warning-background-card:active{color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-color-warning-background-card,body[data-theme-mode=light] .border-color-hover-warning-background-card:hover,body[data-theme-mode=light] .border-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-card:focus,body[data-theme-mode=light] .border-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-card:active,html body .theme-override-light .border-color-warning-background-card,html body .theme-override-light .border-color-hover-warning-background-card:hover,html body .theme-override-light .border-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-card:focus,html body .theme-override-light .border-color-focus-warning-background-card:focus-within,html body .theme-override-light .border-color-active-warning-background-card[data-selected=true],html body .theme-override-light .border-color-active-warning-background-card:active{border-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-top-color-warning-background-card,body[data-theme-mode=light] .border-top-color-hover-warning-background-card:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-card:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-card:active,html body .theme-override-light .border-top-color-warning-background-card,html body .theme-override-light .border-top-color-hover-warning-background-card:hover,html body .theme-override-light .border-top-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-card:focus,html body .theme-override-light .border-top-color-focus-warning-background-card:focus-within,html body .theme-override-light .border-top-color-active-warning-background-card[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-card:active{border-top-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-bottom-color-warning-background-card,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-card:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-card:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-card:active,html body .theme-override-light .border-bottom-color-warning-background-card,html body .theme-override-light .border-bottom-color-hover-warning-background-card:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-card:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-card:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-card[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-card:active{border-bottom-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-left-color-warning-background-card,body[data-theme-mode=light] .border-left-color-hover-warning-background-card:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-card:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-card:active,html body .theme-override-light .border-left-color-warning-background-card,html body .theme-override-light .border-left-color-hover-warning-background-card:hover,html body .theme-override-light .border-left-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-card:focus,html body .theme-override-light .border-left-color-focus-warning-background-card:focus-within,html body .theme-override-light .border-left-color-active-warning-background-card[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-card:active{border-left-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .border-right-color-warning-background-card,body[data-theme-mode=light] .border-right-color-hover-warning-background-card:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-card:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-card:active,html body .theme-override-light .border-right-color-warning-background-card,html body .theme-override-light .border-right-color-hover-warning-background-card:hover,html body .theme-override-light .border-right-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-card:focus,html body .theme-override-light .border-right-color-focus-warning-background-card:focus-within,html body .theme-override-light .border-right-color-active-warning-background-card[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-card:active{border-right-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .fill-color-warning-background-card,body[data-theme-mode=light] .fill-color-hover-warning-background-card:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-card:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-card:active,html body .theme-override-light .fill-color-warning-background-card,html body .theme-override-light .fill-color-hover-warning-background-card:hover,html body .theme-override-light .fill-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-card:focus,html body .theme-override-light .fill-color-focus-warning-background-card:focus-within,html body .theme-override-light .fill-color-active-warning-background-card[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-card:active{background-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outline-color-warning-background-card,body[data-theme-mode=light] .outline-color-hover-warning-background-card:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-card:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-card:active,html body .theme-override-light .outline-color-warning-background-card,html body .theme-override-light .outline-color-hover-warning-background-card:hover,html body .theme-override-light .outline-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-card:focus,html body .theme-override-light .outline-color-focus-warning-background-card:focus-within,html body .theme-override-light .outline-color-active-warning-background-card[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-card:active{outline-color:var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .outside-border-color-warning-background-card,body[data-theme-mode=light] .outside-border-color-hover-warning-background-card:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-card:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-card:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-card[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-card:active,html body .theme-override-light .outside-border-color-warning-background-card,html body .theme-override-light .outside-border-color-hover-warning-background-card:hover,html body .theme-override-light .outside-border-color-focus-warning-background-card[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-card:focus,html body .theme-override-light .outside-border-color-focus-warning-background-card:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-card[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-card:active{--outside-border-color: var(--color-warning-background-card, var(--color-light-background-card))}body[data-theme-mode=light] .font-color-warning-background-panel,body[data-theme-mode=light] .font-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .font-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .font-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-panel:active,html body .theme-override-light .font-color-warning-background-panel,html body .theme-override-light .font-color-hover-warning-background-panel:hover,html body .theme-override-light .font-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-panel:focus,html body .theme-override-light .font-color-focus-warning-background-panel:focus-within,html body .theme-override-light .font-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .font-color-active-warning-background-panel:active{color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-color-warning-background-panel,body[data-theme-mode=light] .border-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .border-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .border-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-panel:active,html body .theme-override-light .border-color-warning-background-panel,html body .theme-override-light .border-color-hover-warning-background-panel:hover,html body .theme-override-light .border-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-panel:focus,html body .theme-override-light .border-color-focus-warning-background-panel:focus-within,html body .theme-override-light .border-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .border-color-active-warning-background-panel:active{border-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-top-color-warning-background-panel,body[data-theme-mode=light] .border-top-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-panel:active,html body .theme-override-light .border-top-color-warning-background-panel,html body .theme-override-light .border-top-color-hover-warning-background-panel:hover,html body .theme-override-light .border-top-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-panel:focus,html body .theme-override-light .border-top-color-focus-warning-background-panel:focus-within,html body .theme-override-light .border-top-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-panel:active{border-top-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-bottom-color-warning-background-panel,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-panel:active,html body .theme-override-light .border-bottom-color-warning-background-panel,html body .theme-override-light .border-bottom-color-hover-warning-background-panel:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-panel:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-panel:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-panel:active{border-bottom-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-left-color-warning-background-panel,body[data-theme-mode=light] .border-left-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-panel:active,html body .theme-override-light .border-left-color-warning-background-panel,html body .theme-override-light .border-left-color-hover-warning-background-panel:hover,html body .theme-override-light .border-left-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-panel:focus,html body .theme-override-light .border-left-color-focus-warning-background-panel:focus-within,html body .theme-override-light .border-left-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-panel:active{border-left-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .border-right-color-warning-background-panel,body[data-theme-mode=light] .border-right-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-panel:active,html body .theme-override-light .border-right-color-warning-background-panel,html body .theme-override-light .border-right-color-hover-warning-background-panel:hover,html body .theme-override-light .border-right-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-panel:focus,html body .theme-override-light .border-right-color-focus-warning-background-panel:focus-within,html body .theme-override-light .border-right-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-panel:active{border-right-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .fill-color-warning-background-panel,body[data-theme-mode=light] .fill-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-panel:active,html body .theme-override-light .fill-color-warning-background-panel,html body .theme-override-light .fill-color-hover-warning-background-panel:hover,html body .theme-override-light .fill-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-panel:focus,html body .theme-override-light .fill-color-focus-warning-background-panel:focus-within,html body .theme-override-light .fill-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-panel:active{background-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outline-color-warning-background-panel,body[data-theme-mode=light] .outline-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-panel:active,html body .theme-override-light .outline-color-warning-background-panel,html body .theme-override-light .outline-color-hover-warning-background-panel:hover,html body .theme-override-light .outline-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-panel:focus,html body .theme-override-light .outline-color-focus-warning-background-panel:focus-within,html body .theme-override-light .outline-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-panel:active{outline-color:var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .outside-border-color-warning-background-panel,body[data-theme-mode=light] .outside-border-color-hover-warning-background-panel:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-panel:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-panel:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-panel:active,html body .theme-override-light .outside-border-color-warning-background-panel,html body .theme-override-light .outside-border-color-hover-warning-background-panel:hover,html body .theme-override-light .outside-border-color-focus-warning-background-panel[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-panel:focus,html body .theme-override-light .outside-border-color-focus-warning-background-panel:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-panel[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-panel:active{--outside-border-color: var(--color-warning-background-panel, var(--color-light-background-panel))}body[data-theme-mode=light] .font-color-warning-background-field,body[data-theme-mode=light] .font-color-hover-warning-background-field:hover,body[data-theme-mode=light] .font-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-background-field:focus,body[data-theme-mode=light] .font-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .font-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-background-field:active,html body .theme-override-light .font-color-warning-background-field,html body .theme-override-light .font-color-hover-warning-background-field:hover,html body .theme-override-light .font-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .font-color-focus-warning-background-field:focus,html body .theme-override-light .font-color-focus-warning-background-field:focus-within,html body .theme-override-light .font-color-active-warning-background-field[data-selected=true],html body .theme-override-light .font-color-active-warning-background-field:active{color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-color-warning-background-field,body[data-theme-mode=light] .border-color-hover-warning-background-field:hover,body[data-theme-mode=light] .border-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-background-field:focus,body[data-theme-mode=light] .border-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .border-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-background-field:active,html body .theme-override-light .border-color-warning-background-field,html body .theme-override-light .border-color-hover-warning-background-field:hover,html body .theme-override-light .border-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .border-color-focus-warning-background-field:focus,html body .theme-override-light .border-color-focus-warning-background-field:focus-within,html body .theme-override-light .border-color-active-warning-background-field[data-selected=true],html body .theme-override-light .border-color-active-warning-background-field:active{border-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-top-color-warning-background-field,body[data-theme-mode=light] .border-top-color-hover-warning-background-field:hover,body[data-theme-mode=light] .border-top-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-background-field:focus,body[data-theme-mode=light] .border-top-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-background-field:active,html body .theme-override-light .border-top-color-warning-background-field,html body .theme-override-light .border-top-color-hover-warning-background-field:hover,html body .theme-override-light .border-top-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-background-field:focus,html body .theme-override-light .border-top-color-focus-warning-background-field:focus-within,html body .theme-override-light .border-top-color-active-warning-background-field[data-selected=true],html body .theme-override-light .border-top-color-active-warning-background-field:active{border-top-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-bottom-color-warning-background-field,body[data-theme-mode=light] .border-bottom-color-hover-warning-background-field:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-background-field:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-background-field:active,html body .theme-override-light .border-bottom-color-warning-background-field,html body .theme-override-light .border-bottom-color-hover-warning-background-field:hover,html body .theme-override-light .border-bottom-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-background-field:focus,html body .theme-override-light .border-bottom-color-focus-warning-background-field:focus-within,html body .theme-override-light .border-bottom-color-active-warning-background-field[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-background-field:active{border-bottom-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-left-color-warning-background-field,body[data-theme-mode=light] .border-left-color-hover-warning-background-field:hover,body[data-theme-mode=light] .border-left-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-background-field:focus,body[data-theme-mode=light] .border-left-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-background-field:active,html body .theme-override-light .border-left-color-warning-background-field,html body .theme-override-light .border-left-color-hover-warning-background-field:hover,html body .theme-override-light .border-left-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-background-field:focus,html body .theme-override-light .border-left-color-focus-warning-background-field:focus-within,html body .theme-override-light .border-left-color-active-warning-background-field[data-selected=true],html body .theme-override-light .border-left-color-active-warning-background-field:active{border-left-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .border-right-color-warning-background-field,body[data-theme-mode=light] .border-right-color-hover-warning-background-field:hover,body[data-theme-mode=light] .border-right-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-background-field:focus,body[data-theme-mode=light] .border-right-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-background-field:active,html body .theme-override-light .border-right-color-warning-background-field,html body .theme-override-light .border-right-color-hover-warning-background-field:hover,html body .theme-override-light .border-right-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-background-field:focus,html body .theme-override-light .border-right-color-focus-warning-background-field:focus-within,html body .theme-override-light .border-right-color-active-warning-background-field[data-selected=true],html body .theme-override-light .border-right-color-active-warning-background-field:active{border-right-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .fill-color-warning-background-field,body[data-theme-mode=light] .fill-color-hover-warning-background-field:hover,body[data-theme-mode=light] .fill-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-background-field:focus,body[data-theme-mode=light] .fill-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .fill-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-background-field:active,html body .theme-override-light .fill-color-warning-background-field,html body .theme-override-light .fill-color-hover-warning-background-field:hover,html body .theme-override-light .fill-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .fill-color-focus-warning-background-field:focus,html body .theme-override-light .fill-color-focus-warning-background-field:focus-within,html body .theme-override-light .fill-color-active-warning-background-field[data-selected=true],html body .theme-override-light .fill-color-active-warning-background-field:active{background-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outline-color-warning-background-field,body[data-theme-mode=light] .outline-color-hover-warning-background-field:hover,body[data-theme-mode=light] .outline-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-background-field:focus,body[data-theme-mode=light] .outline-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .outline-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-background-field:active,html body .theme-override-light .outline-color-warning-background-field,html body .theme-override-light .outline-color-hover-warning-background-field:hover,html body .theme-override-light .outline-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .outline-color-focus-warning-background-field:focus,html body .theme-override-light .outline-color-focus-warning-background-field:focus-within,html body .theme-override-light .outline-color-active-warning-background-field[data-selected=true],html body .theme-override-light .outline-color-active-warning-background-field:active{outline-color:var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .outside-border-color-warning-background-field,body[data-theme-mode=light] .outside-border-color-hover-warning-background-field:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-background-field:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-background-field:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-background-field[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-background-field:active,html body .theme-override-light .outside-border-color-warning-background-field,html body .theme-override-light .outside-border-color-hover-warning-background-field:hover,html body .theme-override-light .outside-border-color-focus-warning-background-field[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-background-field:focus,html body .theme-override-light .outside-border-color-focus-warning-background-field:focus-within,html body .theme-override-light .outside-border-color-active-warning-background-field[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-background-field:active{--outside-border-color: var(--color-warning-background-field, var(--color-light-background-field))}body[data-theme-mode=light] .font-color-warning-font,body[data-theme-mode=light] .font-color-hover-warning-font:hover,body[data-theme-mode=light] .font-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font:focus,body[data-theme-mode=light] .font-color-focus-warning-font:focus-within,body[data-theme-mode=light] .font-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font:active,html body .theme-override-light .font-color-warning-font,html body .theme-override-light .font-color-hover-warning-font:hover,html body .theme-override-light .font-color-focus-warning-font[data-focused=true],html body .theme-override-light .font-color-focus-warning-font:focus,html body .theme-override-light .font-color-focus-warning-font:focus-within,html body .theme-override-light .font-color-active-warning-font[data-selected=true],html body .theme-override-light .font-color-active-warning-font:active{color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .border-color-warning-font,body[data-theme-mode=light] .border-color-hover-warning-font:hover,body[data-theme-mode=light] .border-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font:focus,body[data-theme-mode=light] .border-color-focus-warning-font:focus-within,body[data-theme-mode=light] .border-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font:active,html body .theme-override-light .border-color-warning-font,html body .theme-override-light .border-color-hover-warning-font:hover,html body .theme-override-light .border-color-focus-warning-font[data-focused=true],html body .theme-override-light .border-color-focus-warning-font:focus,html body .theme-override-light .border-color-focus-warning-font:focus-within,html body .theme-override-light .border-color-active-warning-font[data-selected=true],html body .theme-override-light .border-color-active-warning-font:active{border-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .border-top-color-warning-font,body[data-theme-mode=light] .border-top-color-hover-warning-font:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font:active,html body .theme-override-light .border-top-color-warning-font,html body .theme-override-light .border-top-color-hover-warning-font:hover,html body .theme-override-light .border-top-color-focus-warning-font[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font:focus,html body .theme-override-light .border-top-color-focus-warning-font:focus-within,html body .theme-override-light .border-top-color-active-warning-font[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font:active{border-top-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .border-bottom-color-warning-font,body[data-theme-mode=light] .border-bottom-color-hover-warning-font:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font:active,html body .theme-override-light .border-bottom-color-warning-font,html body .theme-override-light .border-bottom-color-hover-warning-font:hover,html body .theme-override-light .border-bottom-color-focus-warning-font[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font:focus,html body .theme-override-light .border-bottom-color-focus-warning-font:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font:active{border-bottom-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .border-left-color-warning-font,body[data-theme-mode=light] .border-left-color-hover-warning-font:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font:active,html body .theme-override-light .border-left-color-warning-font,html body .theme-override-light .border-left-color-hover-warning-font:hover,html body .theme-override-light .border-left-color-focus-warning-font[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font:focus,html body .theme-override-light .border-left-color-focus-warning-font:focus-within,html body .theme-override-light .border-left-color-active-warning-font[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font:active{border-left-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .border-right-color-warning-font,body[data-theme-mode=light] .border-right-color-hover-warning-font:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font:active,html body .theme-override-light .border-right-color-warning-font,html body .theme-override-light .border-right-color-hover-warning-font:hover,html body .theme-override-light .border-right-color-focus-warning-font[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font:focus,html body .theme-override-light .border-right-color-focus-warning-font:focus-within,html body .theme-override-light .border-right-color-active-warning-font[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font:active{border-right-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .fill-color-warning-font,body[data-theme-mode=light] .fill-color-hover-warning-font:hover,body[data-theme-mode=light] .fill-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font:focus,body[data-theme-mode=light] .fill-color-focus-warning-font:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font:active,html body .theme-override-light .fill-color-warning-font,html body .theme-override-light .fill-color-hover-warning-font:hover,html body .theme-override-light .fill-color-focus-warning-font[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font:focus,html body .theme-override-light .fill-color-focus-warning-font:focus-within,html body .theme-override-light .fill-color-active-warning-font[data-selected=true],html body .theme-override-light .fill-color-active-warning-font:active{background-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .outline-color-warning-font,body[data-theme-mode=light] .outline-color-hover-warning-font:hover,body[data-theme-mode=light] .outline-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font:focus,body[data-theme-mode=light] .outline-color-focus-warning-font:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font:active,html body .theme-override-light .outline-color-warning-font,html body .theme-override-light .outline-color-hover-warning-font:hover,html body .theme-override-light .outline-color-focus-warning-font[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font:focus,html body .theme-override-light .outline-color-focus-warning-font:focus-within,html body .theme-override-light .outline-color-active-warning-font[data-selected=true],html body .theme-override-light .outline-color-active-warning-font:active{outline-color:var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .outside-border-color-warning-font,body[data-theme-mode=light] .outside-border-color-hover-warning-font:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font:active,html body .theme-override-light .outside-border-color-warning-font,html body .theme-override-light .outside-border-color-hover-warning-font:hover,html body .theme-override-light .outside-border-color-focus-warning-font[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font:focus,html body .theme-override-light .outside-border-color-focus-warning-font:focus-within,html body .theme-override-light .outside-border-color-active-warning-font[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font:active{--outside-border-color: var(--color-warning-font, var(--color-light-font))}body[data-theme-mode=light] .font-color-warning-font-muted,body[data-theme-mode=light] .font-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .font-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .font-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-muted:active,html body .theme-override-light .font-color-warning-font-muted,html body .theme-override-light .font-color-hover-warning-font-muted:hover,html body .theme-override-light .font-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-muted:focus,html body .theme-override-light .font-color-focus-warning-font-muted:focus-within,html body .theme-override-light .font-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .font-color-active-warning-font-muted:active{color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-color-warning-font-muted,body[data-theme-mode=light] .border-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .border-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .border-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-muted:active,html body .theme-override-light .border-color-warning-font-muted,html body .theme-override-light .border-color-hover-warning-font-muted:hover,html body .theme-override-light .border-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-muted:focus,html body .theme-override-light .border-color-focus-warning-font-muted:focus-within,html body .theme-override-light .border-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .border-color-active-warning-font-muted:active{border-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-top-color-warning-font-muted,body[data-theme-mode=light] .border-top-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-muted:active,html body .theme-override-light .border-top-color-warning-font-muted,html body .theme-override-light .border-top-color-hover-warning-font-muted:hover,html body .theme-override-light .border-top-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-muted:focus,html body .theme-override-light .border-top-color-focus-warning-font-muted:focus-within,html body .theme-override-light .border-top-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-muted:active{border-top-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-bottom-color-warning-font-muted,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-muted:active,html body .theme-override-light .border-bottom-color-warning-font-muted,html body .theme-override-light .border-bottom-color-hover-warning-font-muted:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-muted:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-muted:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-muted:active{border-bottom-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-left-color-warning-font-muted,body[data-theme-mode=light] .border-left-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-muted:active,html body .theme-override-light .border-left-color-warning-font-muted,html body .theme-override-light .border-left-color-hover-warning-font-muted:hover,html body .theme-override-light .border-left-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-muted:focus,html body .theme-override-light .border-left-color-focus-warning-font-muted:focus-within,html body .theme-override-light .border-left-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-muted:active{border-left-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .border-right-color-warning-font-muted,body[data-theme-mode=light] .border-right-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-muted:active,html body .theme-override-light .border-right-color-warning-font-muted,html body .theme-override-light .border-right-color-hover-warning-font-muted:hover,html body .theme-override-light .border-right-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-muted:focus,html body .theme-override-light .border-right-color-focus-warning-font-muted:focus-within,html body .theme-override-light .border-right-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-muted:active{border-right-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .fill-color-warning-font-muted,body[data-theme-mode=light] .fill-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-muted:active,html body .theme-override-light .fill-color-warning-font-muted,html body .theme-override-light .fill-color-hover-warning-font-muted:hover,html body .theme-override-light .fill-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-muted:focus,html body .theme-override-light .fill-color-focus-warning-font-muted:focus-within,html body .theme-override-light .fill-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-muted:active{background-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outline-color-warning-font-muted,body[data-theme-mode=light] .outline-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-muted:active,html body .theme-override-light .outline-color-warning-font-muted,html body .theme-override-light .outline-color-hover-warning-font-muted:hover,html body .theme-override-light .outline-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-muted:focus,html body .theme-override-light .outline-color-focus-warning-font-muted:focus-within,html body .theme-override-light .outline-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-muted:active{outline-color:var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .outside-border-color-warning-font-muted,body[data-theme-mode=light] .outside-border-color-hover-warning-font-muted:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-muted:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-muted:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-muted:active,html body .theme-override-light .outside-border-color-warning-font-muted,html body .theme-override-light .outside-border-color-hover-warning-font-muted:hover,html body .theme-override-light .outside-border-color-focus-warning-font-muted[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-muted:focus,html body .theme-override-light .outside-border-color-focus-warning-font-muted:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-muted[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-muted:active{--outside-border-color: var(--color-warning-font-muted, var(--color-light-font-muted))}body[data-theme-mode=light] .font-color-warning-font-disabled,body[data-theme-mode=light] .font-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .font-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .font-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .font-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-font-disabled:active,html body .theme-override-light .font-color-warning-font-disabled,html body .theme-override-light .font-color-hover-warning-font-disabled:hover,html body .theme-override-light .font-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .font-color-focus-warning-font-disabled:focus,html body .theme-override-light .font-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .font-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .font-color-active-warning-font-disabled:active{color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-color-warning-font-disabled,body[data-theme-mode=light] .border-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .border-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .border-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .border-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-font-disabled:active,html body .theme-override-light .border-color-warning-font-disabled,html body .theme-override-light .border-color-hover-warning-font-disabled:hover,html body .theme-override-light .border-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .border-color-focus-warning-font-disabled:focus,html body .theme-override-light .border-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .border-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .border-color-active-warning-font-disabled:active{border-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-top-color-warning-font-disabled,body[data-theme-mode=light] .border-top-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .border-top-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .border-top-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-font-disabled:active,html body .theme-override-light .border-top-color-warning-font-disabled,html body .theme-override-light .border-top-color-hover-warning-font-disabled:hover,html body .theme-override-light .border-top-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-font-disabled:focus,html body .theme-override-light .border-top-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .border-top-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .border-top-color-active-warning-font-disabled:active{border-top-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-bottom-color-warning-font-disabled,body[data-theme-mode=light] .border-bottom-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-font-disabled:active,html body .theme-override-light .border-bottom-color-warning-font-disabled,html body .theme-override-light .border-bottom-color-hover-warning-font-disabled:hover,html body .theme-override-light .border-bottom-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-font-disabled:focus,html body .theme-override-light .border-bottom-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .border-bottom-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-font-disabled:active{border-bottom-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-left-color-warning-font-disabled,body[data-theme-mode=light] .border-left-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .border-left-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .border-left-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-font-disabled:active,html body .theme-override-light .border-left-color-warning-font-disabled,html body .theme-override-light .border-left-color-hover-warning-font-disabled:hover,html body .theme-override-light .border-left-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-font-disabled:focus,html body .theme-override-light .border-left-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .border-left-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .border-left-color-active-warning-font-disabled:active{border-left-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .border-right-color-warning-font-disabled,body[data-theme-mode=light] .border-right-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .border-right-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .border-right-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-font-disabled:active,html body .theme-override-light .border-right-color-warning-font-disabled,html body .theme-override-light .border-right-color-hover-warning-font-disabled:hover,html body .theme-override-light .border-right-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-font-disabled:focus,html body .theme-override-light .border-right-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .border-right-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .border-right-color-active-warning-font-disabled:active{border-right-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .fill-color-warning-font-disabled,body[data-theme-mode=light] .fill-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .fill-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .fill-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .fill-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-font-disabled:active,html body .theme-override-light .fill-color-warning-font-disabled,html body .theme-override-light .fill-color-hover-warning-font-disabled:hover,html body .theme-override-light .fill-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .fill-color-focus-warning-font-disabled:focus,html body .theme-override-light .fill-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .fill-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .fill-color-active-warning-font-disabled:active{background-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outline-color-warning-font-disabled,body[data-theme-mode=light] .outline-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .outline-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .outline-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .outline-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-font-disabled:active,html body .theme-override-light .outline-color-warning-font-disabled,html body .theme-override-light .outline-color-hover-warning-font-disabled:hover,html body .theme-override-light .outline-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .outline-color-focus-warning-font-disabled:focus,html body .theme-override-light .outline-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .outline-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .outline-color-active-warning-font-disabled:active{outline-color:var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .outside-border-color-warning-font-disabled,body[data-theme-mode=light] .outside-border-color-hover-warning-font-disabled:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-font-disabled:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-font-disabled:active,html body .theme-override-light .outside-border-color-warning-font-disabled,html body .theme-override-light .outside-border-color-hover-warning-font-disabled:hover,html body .theme-override-light .outside-border-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-font-disabled:focus,html body .theme-override-light .outside-border-color-focus-warning-font-disabled:focus-within,html body .theme-override-light .outside-border-color-active-warning-font-disabled[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-font-disabled:active{--outside-border-color: var(--color-warning-font-disabled, var(--color-light-font-disabled))}body[data-theme-mode=light] .font-color-warning-border,body[data-theme-mode=light] .font-color-hover-warning-border:hover,body[data-theme-mode=light] .font-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border:focus,body[data-theme-mode=light] .font-color-focus-warning-border:focus-within,body[data-theme-mode=light] .font-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border:active,html body .theme-override-light .font-color-warning-border,html body .theme-override-light .font-color-hover-warning-border:hover,html body .theme-override-light .font-color-focus-warning-border[data-focused=true],html body .theme-override-light .font-color-focus-warning-border:focus,html body .theme-override-light .font-color-focus-warning-border:focus-within,html body .theme-override-light .font-color-active-warning-border[data-selected=true],html body .theme-override-light .font-color-active-warning-border:active{color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .border-color-warning-border,body[data-theme-mode=light] .border-color-hover-warning-border:hover,body[data-theme-mode=light] .border-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border:focus,body[data-theme-mode=light] .border-color-focus-warning-border:focus-within,body[data-theme-mode=light] .border-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border:active,html body .theme-override-light .border-color-warning-border,html body .theme-override-light .border-color-hover-warning-border:hover,html body .theme-override-light .border-color-focus-warning-border[data-focused=true],html body .theme-override-light .border-color-focus-warning-border:focus,html body .theme-override-light .border-color-focus-warning-border:focus-within,html body .theme-override-light .border-color-active-warning-border[data-selected=true],html body .theme-override-light .border-color-active-warning-border:active{border-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .border-top-color-warning-border,body[data-theme-mode=light] .border-top-color-hover-warning-border:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border:active,html body .theme-override-light .border-top-color-warning-border,html body .theme-override-light .border-top-color-hover-warning-border:hover,html body .theme-override-light .border-top-color-focus-warning-border[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border:focus,html body .theme-override-light .border-top-color-focus-warning-border:focus-within,html body .theme-override-light .border-top-color-active-warning-border[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border:active{border-top-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .border-bottom-color-warning-border,body[data-theme-mode=light] .border-bottom-color-hover-warning-border:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border:active,html body .theme-override-light .border-bottom-color-warning-border,html body .theme-override-light .border-bottom-color-hover-warning-border:hover,html body .theme-override-light .border-bottom-color-focus-warning-border[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border:focus,html body .theme-override-light .border-bottom-color-focus-warning-border:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border:active{border-bottom-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .border-left-color-warning-border,body[data-theme-mode=light] .border-left-color-hover-warning-border:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border:active,html body .theme-override-light .border-left-color-warning-border,html body .theme-override-light .border-left-color-hover-warning-border:hover,html body .theme-override-light .border-left-color-focus-warning-border[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border:focus,html body .theme-override-light .border-left-color-focus-warning-border:focus-within,html body .theme-override-light .border-left-color-active-warning-border[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border:active{border-left-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .border-right-color-warning-border,body[data-theme-mode=light] .border-right-color-hover-warning-border:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border:active,html body .theme-override-light .border-right-color-warning-border,html body .theme-override-light .border-right-color-hover-warning-border:hover,html body .theme-override-light .border-right-color-focus-warning-border[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border:focus,html body .theme-override-light .border-right-color-focus-warning-border:focus-within,html body .theme-override-light .border-right-color-active-warning-border[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border:active{border-right-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .fill-color-warning-border,body[data-theme-mode=light] .fill-color-hover-warning-border:hover,body[data-theme-mode=light] .fill-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border:focus,body[data-theme-mode=light] .fill-color-focus-warning-border:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border:active,html body .theme-override-light .fill-color-warning-border,html body .theme-override-light .fill-color-hover-warning-border:hover,html body .theme-override-light .fill-color-focus-warning-border[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border:focus,html body .theme-override-light .fill-color-focus-warning-border:focus-within,html body .theme-override-light .fill-color-active-warning-border[data-selected=true],html body .theme-override-light .fill-color-active-warning-border:active{background-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .outline-color-warning-border,body[data-theme-mode=light] .outline-color-hover-warning-border:hover,body[data-theme-mode=light] .outline-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border:focus,body[data-theme-mode=light] .outline-color-focus-warning-border:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border:active,html body .theme-override-light .outline-color-warning-border,html body .theme-override-light .outline-color-hover-warning-border:hover,html body .theme-override-light .outline-color-focus-warning-border[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border:focus,html body .theme-override-light .outline-color-focus-warning-border:focus-within,html body .theme-override-light .outline-color-active-warning-border[data-selected=true],html body .theme-override-light .outline-color-active-warning-border:active{outline-color:var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .outside-border-color-warning-border,body[data-theme-mode=light] .outside-border-color-hover-warning-border:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border:active,html body .theme-override-light .outside-border-color-warning-border,html body .theme-override-light .outside-border-color-hover-warning-border:hover,html body .theme-override-light .outside-border-color-focus-warning-border[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border:focus,html body .theme-override-light .outside-border-color-focus-warning-border:focus-within,html body .theme-override-light .outside-border-color-active-warning-border[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border:active{--outside-border-color: var(--color-warning-border, var(--color-light-border))}body[data-theme-mode=light] .font-color-warning-border-light,body[data-theme-mode=light] .font-color-hover-warning-border-light:hover,body[data-theme-mode=light] .font-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-light:focus,body[data-theme-mode=light] .font-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-light:active,html body .theme-override-light .font-color-warning-border-light,html body .theme-override-light .font-color-hover-warning-border-light:hover,html body .theme-override-light .font-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-light:focus,html body .theme-override-light .font-color-focus-warning-border-light:focus-within,html body .theme-override-light .font-color-active-warning-border-light[data-selected=true],html body .theme-override-light .font-color-active-warning-border-light:active{color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-color-warning-border-light,body[data-theme-mode=light] .border-color-hover-warning-border-light:hover,body[data-theme-mode=light] .border-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-light:focus,body[data-theme-mode=light] .border-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-light:active,html body .theme-override-light .border-color-warning-border-light,html body .theme-override-light .border-color-hover-warning-border-light:hover,html body .theme-override-light .border-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-light:focus,html body .theme-override-light .border-color-focus-warning-border-light:focus-within,html body .theme-override-light .border-color-active-warning-border-light[data-selected=true],html body .theme-override-light .border-color-active-warning-border-light:active{border-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-top-color-warning-border-light,body[data-theme-mode=light] .border-top-color-hover-warning-border-light:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-light:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-light:active,html body .theme-override-light .border-top-color-warning-border-light,html body .theme-override-light .border-top-color-hover-warning-border-light:hover,html body .theme-override-light .border-top-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-light:focus,html body .theme-override-light .border-top-color-focus-warning-border-light:focus-within,html body .theme-override-light .border-top-color-active-warning-border-light[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-light:active{border-top-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-bottom-color-warning-border-light,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-light:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-light:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-light:active,html body .theme-override-light .border-bottom-color-warning-border-light,html body .theme-override-light .border-bottom-color-hover-warning-border-light:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-light:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-light:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-light[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-light:active{border-bottom-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-left-color-warning-border-light,body[data-theme-mode=light] .border-left-color-hover-warning-border-light:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-light:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-light:active,html body .theme-override-light .border-left-color-warning-border-light,html body .theme-override-light .border-left-color-hover-warning-border-light:hover,html body .theme-override-light .border-left-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-light:focus,html body .theme-override-light .border-left-color-focus-warning-border-light:focus-within,html body .theme-override-light .border-left-color-active-warning-border-light[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-light:active{border-left-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .border-right-color-warning-border-light,body[data-theme-mode=light] .border-right-color-hover-warning-border-light:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-light:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-light:active,html body .theme-override-light .border-right-color-warning-border-light,html body .theme-override-light .border-right-color-hover-warning-border-light:hover,html body .theme-override-light .border-right-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-light:focus,html body .theme-override-light .border-right-color-focus-warning-border-light:focus-within,html body .theme-override-light .border-right-color-active-warning-border-light[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-light:active{border-right-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .fill-color-warning-border-light,body[data-theme-mode=light] .fill-color-hover-warning-border-light:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-light:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-light:active,html body .theme-override-light .fill-color-warning-border-light,html body .theme-override-light .fill-color-hover-warning-border-light:hover,html body .theme-override-light .fill-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-light:focus,html body .theme-override-light .fill-color-focus-warning-border-light:focus-within,html body .theme-override-light .fill-color-active-warning-border-light[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-light:active{background-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outline-color-warning-border-light,body[data-theme-mode=light] .outline-color-hover-warning-border-light:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-light:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-light:active,html body .theme-override-light .outline-color-warning-border-light,html body .theme-override-light .outline-color-hover-warning-border-light:hover,html body .theme-override-light .outline-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-light:focus,html body .theme-override-light .outline-color-focus-warning-border-light:focus-within,html body .theme-override-light .outline-color-active-warning-border-light[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-light:active{outline-color:var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .outside-border-color-warning-border-light,body[data-theme-mode=light] .outside-border-color-hover-warning-border-light:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-light:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-light:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-light[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-light:active,html body .theme-override-light .outside-border-color-warning-border-light,html body .theme-override-light .outside-border-color-hover-warning-border-light:hover,html body .theme-override-light .outside-border-color-focus-warning-border-light[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-light:focus,html body .theme-override-light .outside-border-color-focus-warning-border-light:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-light[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-light:active{--outside-border-color: var(--color-warning-border-light, var(--color-light-border-light))}body[data-theme-mode=light] .font-color-warning-border-dark,body[data-theme-mode=light] .font-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .font-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .font-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-dark:active,html body .theme-override-light .font-color-warning-border-dark,html body .theme-override-light .font-color-hover-warning-border-dark:hover,html body .theme-override-light .font-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-dark:focus,html body .theme-override-light .font-color-focus-warning-border-dark:focus-within,html body .theme-override-light .font-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .font-color-active-warning-border-dark:active{color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-color-warning-border-dark,body[data-theme-mode=light] .border-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .border-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .border-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-dark:active,html body .theme-override-light .border-color-warning-border-dark,html body .theme-override-light .border-color-hover-warning-border-dark:hover,html body .theme-override-light .border-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-dark:focus,html body .theme-override-light .border-color-focus-warning-border-dark:focus-within,html body .theme-override-light .border-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .border-color-active-warning-border-dark:active{border-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-top-color-warning-border-dark,body[data-theme-mode=light] .border-top-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-dark:active,html body .theme-override-light .border-top-color-warning-border-dark,html body .theme-override-light .border-top-color-hover-warning-border-dark:hover,html body .theme-override-light .border-top-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-dark:focus,html body .theme-override-light .border-top-color-focus-warning-border-dark:focus-within,html body .theme-override-light .border-top-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-dark:active{border-top-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-bottom-color-warning-border-dark,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-dark:active,html body .theme-override-light .border-bottom-color-warning-border-dark,html body .theme-override-light .border-bottom-color-hover-warning-border-dark:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-dark:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-dark:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-dark:active{border-bottom-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-left-color-warning-border-dark,body[data-theme-mode=light] .border-left-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-dark:active,html body .theme-override-light .border-left-color-warning-border-dark,html body .theme-override-light .border-left-color-hover-warning-border-dark:hover,html body .theme-override-light .border-left-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-dark:focus,html body .theme-override-light .border-left-color-focus-warning-border-dark:focus-within,html body .theme-override-light .border-left-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-dark:active{border-left-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .border-right-color-warning-border-dark,body[data-theme-mode=light] .border-right-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-dark:active,html body .theme-override-light .border-right-color-warning-border-dark,html body .theme-override-light .border-right-color-hover-warning-border-dark:hover,html body .theme-override-light .border-right-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-dark:focus,html body .theme-override-light .border-right-color-focus-warning-border-dark:focus-within,html body .theme-override-light .border-right-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-dark:active{border-right-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .fill-color-warning-border-dark,body[data-theme-mode=light] .fill-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-dark:active,html body .theme-override-light .fill-color-warning-border-dark,html body .theme-override-light .fill-color-hover-warning-border-dark:hover,html body .theme-override-light .fill-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-dark:focus,html body .theme-override-light .fill-color-focus-warning-border-dark:focus-within,html body .theme-override-light .fill-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-dark:active{background-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outline-color-warning-border-dark,body[data-theme-mode=light] .outline-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-dark:active,html body .theme-override-light .outline-color-warning-border-dark,html body .theme-override-light .outline-color-hover-warning-border-dark:hover,html body .theme-override-light .outline-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-dark:focus,html body .theme-override-light .outline-color-focus-warning-border-dark:focus-within,html body .theme-override-light .outline-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-dark:active{outline-color:var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .outside-border-color-warning-border-dark,body[data-theme-mode=light] .outside-border-color-hover-warning-border-dark:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-dark:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-dark:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-dark:active,html body .theme-override-light .outside-border-color-warning-border-dark,html body .theme-override-light .outside-border-color-hover-warning-border-dark:hover,html body .theme-override-light .outside-border-color-focus-warning-border-dark[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-dark:focus,html body .theme-override-light .outside-border-color-focus-warning-border-dark:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-dark[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-dark:active{--outside-border-color: var(--color-warning-border-dark, var(--color-light-border-dark))}body[data-theme-mode=light] .font-color-warning-border-highlight,body[data-theme-mode=light] .font-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .font-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .font-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-highlight:active,html body .theme-override-light .font-color-warning-border-highlight,html body .theme-override-light .font-color-hover-warning-border-highlight:hover,html body .theme-override-light .font-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-highlight:focus,html body .theme-override-light .font-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .font-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .font-color-active-warning-border-highlight:active{color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-color-warning-border-highlight,body[data-theme-mode=light] .border-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .border-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .border-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-highlight:active,html body .theme-override-light .border-color-warning-border-highlight,html body .theme-override-light .border-color-hover-warning-border-highlight:hover,html body .theme-override-light .border-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-highlight:focus,html body .theme-override-light .border-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .border-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .border-color-active-warning-border-highlight:active{border-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-top-color-warning-border-highlight,body[data-theme-mode=light] .border-top-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-highlight:active,html body .theme-override-light .border-top-color-warning-border-highlight,html body .theme-override-light .border-top-color-hover-warning-border-highlight:hover,html body .theme-override-light .border-top-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-highlight:focus,html body .theme-override-light .border-top-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .border-top-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-highlight:active{border-top-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-bottom-color-warning-border-highlight,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-highlight:active,html body .theme-override-light .border-bottom-color-warning-border-highlight,html body .theme-override-light .border-bottom-color-hover-warning-border-highlight:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-highlight:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-highlight:active{border-bottom-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-left-color-warning-border-highlight,body[data-theme-mode=light] .border-left-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-highlight:active,html body .theme-override-light .border-left-color-warning-border-highlight,html body .theme-override-light .border-left-color-hover-warning-border-highlight:hover,html body .theme-override-light .border-left-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-highlight:focus,html body .theme-override-light .border-left-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .border-left-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-highlight:active{border-left-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .border-right-color-warning-border-highlight,body[data-theme-mode=light] .border-right-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-highlight:active,html body .theme-override-light .border-right-color-warning-border-highlight,html body .theme-override-light .border-right-color-hover-warning-border-highlight:hover,html body .theme-override-light .border-right-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-highlight:focus,html body .theme-override-light .border-right-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .border-right-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-highlight:active{border-right-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .fill-color-warning-border-highlight,body[data-theme-mode=light] .fill-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-highlight:active,html body .theme-override-light .fill-color-warning-border-highlight,html body .theme-override-light .fill-color-hover-warning-border-highlight:hover,html body .theme-override-light .fill-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-highlight:focus,html body .theme-override-light .fill-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .fill-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-highlight:active{background-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outline-color-warning-border-highlight,body[data-theme-mode=light] .outline-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-highlight:active,html body .theme-override-light .outline-color-warning-border-highlight,html body .theme-override-light .outline-color-hover-warning-border-highlight:hover,html body .theme-override-light .outline-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-highlight:focus,html body .theme-override-light .outline-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .outline-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-highlight:active{outline-color:var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .outside-border-color-warning-border-highlight,body[data-theme-mode=light] .outside-border-color-hover-warning-border-highlight:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-highlight:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-highlight:active,html body .theme-override-light .outside-border-color-warning-border-highlight,html body .theme-override-light .outside-border-color-hover-warning-border-highlight:hover,html body .theme-override-light .outside-border-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-highlight:focus,html body .theme-override-light .outside-border-color-focus-warning-border-highlight:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-highlight[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-highlight:active{--outside-border-color: var(--color-warning-border-highlight, var(--color-light-border-highlight))}body[data-theme-mode=light] .font-color-warning-border-focus,body[data-theme-mode=light] .font-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .font-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .font-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .font-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-border-focus:active,html body .theme-override-light .font-color-warning-border-focus,html body .theme-override-light .font-color-hover-warning-border-focus:hover,html body .theme-override-light .font-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .font-color-focus-warning-border-focus:focus,html body .theme-override-light .font-color-focus-warning-border-focus:focus-within,html body .theme-override-light .font-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .font-color-active-warning-border-focus:active{color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-color-warning-border-focus,body[data-theme-mode=light] .border-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .border-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .border-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .border-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-border-focus:active,html body .theme-override-light .border-color-warning-border-focus,html body .theme-override-light .border-color-hover-warning-border-focus:hover,html body .theme-override-light .border-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .border-color-focus-warning-border-focus:focus,html body .theme-override-light .border-color-focus-warning-border-focus:focus-within,html body .theme-override-light .border-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .border-color-active-warning-border-focus:active{border-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-top-color-warning-border-focus,body[data-theme-mode=light] .border-top-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .border-top-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .border-top-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-border-focus:active,html body .theme-override-light .border-top-color-warning-border-focus,html body .theme-override-light .border-top-color-hover-warning-border-focus:hover,html body .theme-override-light .border-top-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-border-focus:focus,html body .theme-override-light .border-top-color-focus-warning-border-focus:focus-within,html body .theme-override-light .border-top-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .border-top-color-active-warning-border-focus:active{border-top-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-bottom-color-warning-border-focus,body[data-theme-mode=light] .border-bottom-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-border-focus:active,html body .theme-override-light .border-bottom-color-warning-border-focus,html body .theme-override-light .border-bottom-color-hover-warning-border-focus:hover,html body .theme-override-light .border-bottom-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-border-focus:focus,html body .theme-override-light .border-bottom-color-focus-warning-border-focus:focus-within,html body .theme-override-light .border-bottom-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-border-focus:active{border-bottom-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-left-color-warning-border-focus,body[data-theme-mode=light] .border-left-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .border-left-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .border-left-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-border-focus:active,html body .theme-override-light .border-left-color-warning-border-focus,html body .theme-override-light .border-left-color-hover-warning-border-focus:hover,html body .theme-override-light .border-left-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-border-focus:focus,html body .theme-override-light .border-left-color-focus-warning-border-focus:focus-within,html body .theme-override-light .border-left-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .border-left-color-active-warning-border-focus:active{border-left-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .border-right-color-warning-border-focus,body[data-theme-mode=light] .border-right-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .border-right-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .border-right-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-border-focus:active,html body .theme-override-light .border-right-color-warning-border-focus,html body .theme-override-light .border-right-color-hover-warning-border-focus:hover,html body .theme-override-light .border-right-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-border-focus:focus,html body .theme-override-light .border-right-color-focus-warning-border-focus:focus-within,html body .theme-override-light .border-right-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .border-right-color-active-warning-border-focus:active{border-right-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .fill-color-warning-border-focus,body[data-theme-mode=light] .fill-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .fill-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .fill-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .fill-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-border-focus:active,html body .theme-override-light .fill-color-warning-border-focus,html body .theme-override-light .fill-color-hover-warning-border-focus:hover,html body .theme-override-light .fill-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .fill-color-focus-warning-border-focus:focus,html body .theme-override-light .fill-color-focus-warning-border-focus:focus-within,html body .theme-override-light .fill-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .fill-color-active-warning-border-focus:active{background-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outline-color-warning-border-focus,body[data-theme-mode=light] .outline-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .outline-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .outline-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .outline-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-border-focus:active,html body .theme-override-light .outline-color-warning-border-focus,html body .theme-override-light .outline-color-hover-warning-border-focus:hover,html body .theme-override-light .outline-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .outline-color-focus-warning-border-focus:focus,html body .theme-override-light .outline-color-focus-warning-border-focus:focus-within,html body .theme-override-light .outline-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .outline-color-active-warning-border-focus:active{outline-color:var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .outside-border-color-warning-border-focus,body[data-theme-mode=light] .outside-border-color-hover-warning-border-focus:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-border-focus:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-border-focus:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-border-focus:active,html body .theme-override-light .outside-border-color-warning-border-focus,html body .theme-override-light .outside-border-color-hover-warning-border-focus:hover,html body .theme-override-light .outside-border-color-focus-warning-border-focus[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-border-focus:focus,html body .theme-override-light .outside-border-color-focus-warning-border-focus:focus-within,html body .theme-override-light .outside-border-color-active-warning-border-focus[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-border-focus:active{--outside-border-color: var(--color-warning-border-focus, var(--color-light-border-focus))}body[data-theme-mode=light] .font-color-warning-shadow,body[data-theme-mode=light] .font-color-hover-warning-shadow:hover,body[data-theme-mode=light] .font-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .font-color-focus-warning-shadow:focus,body[data-theme-mode=light] .font-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .font-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .font-color-active-warning-shadow:active,html body .theme-override-light .font-color-warning-shadow,html body .theme-override-light .font-color-hover-warning-shadow:hover,html body .theme-override-light .font-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .font-color-focus-warning-shadow:focus,html body .theme-override-light .font-color-focus-warning-shadow:focus-within,html body .theme-override-light .font-color-active-warning-shadow[data-selected=true],html body .theme-override-light .font-color-active-warning-shadow:active{color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-color-warning-shadow,body[data-theme-mode=light] .border-color-hover-warning-shadow:hover,body[data-theme-mode=light] .border-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .border-color-focus-warning-shadow:focus,body[data-theme-mode=light] .border-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .border-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .border-color-active-warning-shadow:active,html body .theme-override-light .border-color-warning-shadow,html body .theme-override-light .border-color-hover-warning-shadow:hover,html body .theme-override-light .border-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .border-color-focus-warning-shadow:focus,html body .theme-override-light .border-color-focus-warning-shadow:focus-within,html body .theme-override-light .border-color-active-warning-shadow[data-selected=true],html body .theme-override-light .border-color-active-warning-shadow:active{border-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-top-color-warning-shadow,body[data-theme-mode=light] .border-top-color-hover-warning-shadow:hover,body[data-theme-mode=light] .border-top-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .border-top-color-focus-warning-shadow:focus,body[data-theme-mode=light] .border-top-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .border-top-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .border-top-color-active-warning-shadow:active,html body .theme-override-light .border-top-color-warning-shadow,html body .theme-override-light .border-top-color-hover-warning-shadow:hover,html body .theme-override-light .border-top-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .border-top-color-focus-warning-shadow:focus,html body .theme-override-light .border-top-color-focus-warning-shadow:focus-within,html body .theme-override-light .border-top-color-active-warning-shadow[data-selected=true],html body .theme-override-light .border-top-color-active-warning-shadow:active{border-top-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-bottom-color-warning-shadow,body[data-theme-mode=light] .border-bottom-color-hover-warning-shadow:hover,body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow:focus,body[data-theme-mode=light] .border-bottom-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .border-bottom-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .border-bottom-color-active-warning-shadow:active,html body .theme-override-light .border-bottom-color-warning-shadow,html body .theme-override-light .border-bottom-color-hover-warning-shadow:hover,html body .theme-override-light .border-bottom-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .border-bottom-color-focus-warning-shadow:focus,html body .theme-override-light .border-bottom-color-focus-warning-shadow:focus-within,html body .theme-override-light .border-bottom-color-active-warning-shadow[data-selected=true],html body .theme-override-light .border-bottom-color-active-warning-shadow:active{border-bottom-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-left-color-warning-shadow,body[data-theme-mode=light] .border-left-color-hover-warning-shadow:hover,body[data-theme-mode=light] .border-left-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .border-left-color-focus-warning-shadow:focus,body[data-theme-mode=light] .border-left-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .border-left-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .border-left-color-active-warning-shadow:active,html body .theme-override-light .border-left-color-warning-shadow,html body .theme-override-light .border-left-color-hover-warning-shadow:hover,html body .theme-override-light .border-left-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .border-left-color-focus-warning-shadow:focus,html body .theme-override-light .border-left-color-focus-warning-shadow:focus-within,html body .theme-override-light .border-left-color-active-warning-shadow[data-selected=true],html body .theme-override-light .border-left-color-active-warning-shadow:active{border-left-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .border-right-color-warning-shadow,body[data-theme-mode=light] .border-right-color-hover-warning-shadow:hover,body[data-theme-mode=light] .border-right-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .border-right-color-focus-warning-shadow:focus,body[data-theme-mode=light] .border-right-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .border-right-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .border-right-color-active-warning-shadow:active,html body .theme-override-light .border-right-color-warning-shadow,html body .theme-override-light .border-right-color-hover-warning-shadow:hover,html body .theme-override-light .border-right-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .border-right-color-focus-warning-shadow:focus,html body .theme-override-light .border-right-color-focus-warning-shadow:focus-within,html body .theme-override-light .border-right-color-active-warning-shadow[data-selected=true],html body .theme-override-light .border-right-color-active-warning-shadow:active{border-right-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .fill-color-warning-shadow,body[data-theme-mode=light] .fill-color-hover-warning-shadow:hover,body[data-theme-mode=light] .fill-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .fill-color-focus-warning-shadow:focus,body[data-theme-mode=light] .fill-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .fill-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .fill-color-active-warning-shadow:active,html body .theme-override-light .fill-color-warning-shadow,html body .theme-override-light .fill-color-hover-warning-shadow:hover,html body .theme-override-light .fill-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .fill-color-focus-warning-shadow:focus,html body .theme-override-light .fill-color-focus-warning-shadow:focus-within,html body .theme-override-light .fill-color-active-warning-shadow[data-selected=true],html body .theme-override-light .fill-color-active-warning-shadow:active{background-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outline-color-warning-shadow,body[data-theme-mode=light] .outline-color-hover-warning-shadow:hover,body[data-theme-mode=light] .outline-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .outline-color-focus-warning-shadow:focus,body[data-theme-mode=light] .outline-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .outline-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .outline-color-active-warning-shadow:active,html body .theme-override-light .outline-color-warning-shadow,html body .theme-override-light .outline-color-hover-warning-shadow:hover,html body .theme-override-light .outline-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .outline-color-focus-warning-shadow:focus,html body .theme-override-light .outline-color-focus-warning-shadow:focus-within,html body .theme-override-light .outline-color-active-warning-shadow[data-selected=true],html body .theme-override-light .outline-color-active-warning-shadow:active{outline-color:var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .outside-border-color-warning-shadow,body[data-theme-mode=light] .outside-border-color-hover-warning-shadow:hover,body[data-theme-mode=light] .outside-border-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=light] .outside-border-color-focus-warning-shadow:focus,body[data-theme-mode=light] .outside-border-color-focus-warning-shadow:focus-within,body[data-theme-mode=light] .outside-border-color-active-warning-shadow[data-selected=true],body[data-theme-mode=light] .outside-border-color-active-warning-shadow:active,html body .theme-override-light .outside-border-color-warning-shadow,html body .theme-override-light .outside-border-color-hover-warning-shadow:hover,html body .theme-override-light .outside-border-color-focus-warning-shadow[data-focused=true],html body .theme-override-light .outside-border-color-focus-warning-shadow:focus,html body .theme-override-light .outside-border-color-focus-warning-shadow:focus-within,html body .theme-override-light .outside-border-color-active-warning-shadow[data-selected=true],html body .theme-override-light .outside-border-color-active-warning-shadow:active{--outside-border-color: var(--color-warning-shadow, var(--color-light-shadow))}body[data-theme-mode=light] .color-schema-warning,html body .theme-override-light .color-schema-warning{--color-primary-0: var( --color-light-warning-primary-0, var(--color-light-primary-0) );--color-primary-foreground-0: var( --color-light-warning-primary-foreground-0, var(--color-light-primary-foreground-0) );--color-secondary-0: var( --color-light-warning-secondary-0, var(--color-light-secondary-0) );--color-secondary-foreground-0: var( --color-light-warning-secondary-foreground-0, var(--color-light-secondary-foreground-0) );--color-accent-0: var( --color-light-warning-accent-0, var(--color-light-accent-0) );--color-accent-foreground-0: var( --color-light-warning-accent-foreground-0, var(--color-light-accent-foreground-0) );--color-background-0: var( --color-light-warning-background-0, var(--color-light-background-0) );--color-background-1: var( --color-light-warning-background-1, var(--color-light-background-1) );--color-background-2: var( --color-light-warning-background-2, var(--color-light-background-2) );--color-background-3: var( --color-light-warning-background-3, var(--color-light-background-3) );--color-background-4: var( --color-light-warning-background-4, var(--color-light-background-4) );--color-background-5: var( --color-light-warning-background-5, var(--color-light-background-5) );--color-surface-0: var( --color-light-warning-surface-0, var(--color-light-surface-0) );--color-surface-1: var( --color-light-warning-surface-1, var(--color-light-surface-1) );--color-surface-2: var( --color-light-warning-surface-2, var(--color-light-surface-2) );--color-surface-3: var( --color-light-warning-surface-3, var(--color-light-surface-3) );--color-surface-4: var( --color-light-warning-surface-4, var(--color-light-surface-4) );--color-surface-5: var( --color-light-warning-surface-5, var(--color-light-surface-5) );--color-border-0: var( --color-light-warning-border-0, var(--color-light-border-0) );--color-border-1: var( --color-light-warning-border-1, var(--color-light-border-1) );--color-border-2: var( --color-light-warning-border-2, var(--color-light-border-2) );--color-border-3: var( --color-light-warning-border-3, var(--color-light-border-3) );--color-border-4: var( --color-light-warning-border-4, var(--color-light-border-4) );--color-border-5: var( --color-light-warning-border-5, var(--color-light-border-5) );--color-font-0: var( --color-light-warning-font-0, var(--color-light-font-0) );--color-font-1: var( --color-light-warning-font-1, var(--color-light-font-1) );--color-font-2: var( --color-light-warning-font-2, var(--color-light-font-2) );--color-font-3: var( --color-light-warning-font-3, var(--color-light-font-3) );--color-font-4: var( --color-light-warning-font-4, var(--color-light-font-4) );--color-font-5: var( --color-light-warning-font-5, var(--color-light-font-5) );--color-shadow-0: var( --color-light-warning-shadow-0, var(--color-light-shadow-0) );--color-primary: var( --color-light-warning-primary, var(--color-light-primary) );--color-primary-foreground: var( --color-light-warning-primary-foreground, var(--color-light-primary-foreground) );--color-secondary: var( --color-light-warning-secondary, var(--color-light-secondary) );--color-secondary-foreground: var( --color-light-warning-secondary-foreground, var(--color-light-secondary-foreground) );--color-accent: var( --color-light-warning-accent, var(--color-light-accent) );--color-accent-foreground: var( --color-light-warning-accent-foreground, var(--color-light-accent-foreground) );--color-background: var( --color-light-warning-background, var(--color-light-background) );--color-background-surface: var( --color-light-warning-background-surface, var(--color-light-background-surface) );--color-background-ghost: var( --color-light-warning-background-ghost, var(--color-light-background-ghost) );--color-background-flat: var( --color-light-warning-background-flat, var(--color-light-background-flat) );--color-background-card: var( --color-light-warning-background-card, var(--color-light-background-card) );--color-background-panel: var( --color-light-warning-background-panel, var(--color-light-background-panel) );--color-background-field: var( --color-light-warning-background-field, var(--color-light-background-field) );--color-font: var( --color-light-warning-font, var(--color-light-font) );--color-font-muted: var( --color-light-warning-font-muted, var(--color-light-font-muted) );--color-font-disabled: var( --color-light-warning-font-disabled, var(--color-light-font-disabled) );--color-border: var( --color-light-warning-border, var(--color-light-border) );--color-border-light: var( --color-light-warning-border-light, var(--color-light-border-light) );--color-border-dark: var( --color-light-warning-border-dark, var(--color-light-border-dark) );--color-border-highlight: var( --color-light-warning-border-highlight, var(--color-light-border-highlight) );--color-border-focus: var( --color-light-warning-border-focus, var(--color-light-border-focus) );--color-shadow: var( --color-light-warning-shadow, var(--color-light-shadow) )}body[data-theme-mode=dark],html body .theme-override-dark{--color-primary-0: var(--color-dark-primary-0);--color-primary-foreground-0: var(--color-dark-primary-foreground-0);--color-secondary-0: var(--color-dark-secondary-0);--color-secondary-foreground-0: var(--color-dark-secondary-foreground-0);--color-accent-0: var(--color-dark-accent-0);--color-accent-foreground-0: var(--color-dark-accent-foreground-0);--color-background-0: var(--color-dark-background-0);--color-background-1: var(--color-dark-background-1);--color-background-2: var(--color-dark-background-2);--color-background-3: var(--color-dark-background-3);--color-background-4: var(--color-dark-background-4);--color-background-5: var(--color-dark-background-5);--color-surface-0: var(--color-dark-surface-0);--color-surface-1: var(--color-dark-surface-1);--color-surface-2: var(--color-dark-surface-2);--color-surface-3: var(--color-dark-surface-3);--color-surface-4: var(--color-dark-surface-4);--color-surface-5: var(--color-dark-surface-5);--color-border-0: var(--color-dark-border-0);--color-border-1: var(--color-dark-border-1);--color-border-2: var(--color-dark-border-2);--color-border-3: var(--color-dark-border-3);--color-border-4: var(--color-dark-border-4);--color-border-5: var(--color-dark-border-5);--color-font-0: var(--color-dark-font-0);--color-font-1: var(--color-dark-font-1);--color-font-2: var(--color-dark-font-2);--color-font-3: var(--color-dark-font-3);--color-font-4: var(--color-dark-font-4);--color-font-5: var(--color-dark-font-5);--color-shadow-0: var(--color-dark-shadow-0);--color-primary: var(--color-dark-primary);--color-primary-foreground: var(--color-dark-primary-foreground);--color-secondary: var(--color-dark-secondary);--color-secondary-foreground: var(--color-dark-secondary-foreground);--color-accent: var(--color-dark-accent);--color-accent-foreground: var(--color-dark-accent-foreground);--color-background: var(--color-dark-background);--color-background-surface: var(--color-dark-background-surface);--color-background-ghost: var(--color-dark-background-ghost);--color-background-flat: var(--color-dark-background-flat);--color-background-card: var(--color-dark-background-card);--color-background-panel: var(--color-dark-background-panel);--color-background-field: var(--color-dark-background-field);--color-font: var(--color-dark-font);--color-font-muted: var(--color-dark-font-muted);--color-font-disabled: var(--color-dark-font-disabled);--color-border: var(--color-dark-border);--color-border-light: var(--color-dark-border-light);--color-border-dark: var(--color-dark-border-dark);--color-border-highlight: var(--color-dark-border-highlight);--color-border-focus: var(--color-dark-border-focus);--color-shadow: var(--color-dark-shadow);--color-success: var(--color-dark-success-primary);--color-success-primary-0: var( --color-dark-success-primary-0, var(--color-dark-primary-0) );--color-success-primary-foreground-0: var( --color-dark-success-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-success-secondary-0: var( --color-dark-success-secondary-0, var(--color-dark-secondary-0) );--color-success-secondary-foreground-0: var( --color-dark-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-success-accent-0: var( --color-dark-success-accent-0, var(--color-dark-accent-0) );--color-success-accent-foreground-0: var( --color-dark-success-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-success-background-0: var( --color-dark-success-background-0, var(--color-dark-background-0) );--color-success-background-1: var( --color-dark-success-background-1, var(--color-dark-background-1) );--color-success-background-2: var( --color-dark-success-background-2, var(--color-dark-background-2) );--color-success-background-3: var( --color-dark-success-background-3, var(--color-dark-background-3) );--color-success-background-4: var( --color-dark-success-background-4, var(--color-dark-background-4) );--color-success-background-5: var( --color-dark-success-background-5, var(--color-dark-background-5) );--color-success-surface-0: var( --color-dark-success-surface-0, var(--color-dark-surface-0) );--color-success-surface-1: var( --color-dark-success-surface-1, var(--color-dark-surface-1) );--color-success-surface-2: var( --color-dark-success-surface-2, var(--color-dark-surface-2) );--color-success-surface-3: var( --color-dark-success-surface-3, var(--color-dark-surface-3) );--color-success-surface-4: var( --color-dark-success-surface-4, var(--color-dark-surface-4) );--color-success-surface-5: var( --color-dark-success-surface-5, var(--color-dark-surface-5) );--color-success-border-0: var( --color-dark-success-border-0, var(--color-dark-border-0) );--color-success-border-1: var( --color-dark-success-border-1, var(--color-dark-border-1) );--color-success-border-2: var( --color-dark-success-border-2, var(--color-dark-border-2) );--color-success-border-3: var( --color-dark-success-border-3, var(--color-dark-border-3) );--color-success-border-4: var( --color-dark-success-border-4, var(--color-dark-border-4) );--color-success-border-5: var( --color-dark-success-border-5, var(--color-dark-border-5) );--color-success-font-0: var( --color-dark-success-font-0, var(--color-dark-font-0) );--color-success-font-1: var( --color-dark-success-font-1, var(--color-dark-font-1) );--color-success-font-2: var( --color-dark-success-font-2, var(--color-dark-font-2) );--color-success-font-3: var( --color-dark-success-font-3, var(--color-dark-font-3) );--color-success-font-4: var( --color-dark-success-font-4, var(--color-dark-font-4) );--color-success-font-5: var( --color-dark-success-font-5, var(--color-dark-font-5) );--color-success-shadow-0: var( --color-dark-success-shadow-0, var(--color-dark-shadow-0) );--color-success-primary: var( --color-dark-success-primary, var(--color-dark-primary) );--color-success-primary-foreground: var( --color-dark-success-primary-foreground, var(--color-dark-primary-foreground) );--color-success-secondary: var( --color-dark-success-secondary, var(--color-dark-secondary) );--color-success-secondary-foreground: var( --color-dark-success-secondary-foreground, var(--color-dark-secondary-foreground) );--color-success-accent: var( --color-dark-success-accent, var(--color-dark-accent) );--color-success-accent-foreground: var( --color-dark-success-accent-foreground, var(--color-dark-accent-foreground) );--color-success-background: var( --color-dark-success-background, var(--color-dark-background) );--color-success-background-surface: var( --color-dark-success-background-surface, var(--color-dark-background-surface) );--color-success-background-ghost: var( --color-dark-success-background-ghost, var(--color-dark-background-ghost) );--color-success-background-flat: var( --color-dark-success-background-flat, var(--color-dark-background-flat) );--color-success-background-card: var( --color-dark-success-background-card, var(--color-dark-background-card) );--color-success-background-panel: var( --color-dark-success-background-panel, var(--color-dark-background-panel) );--color-success-background-field: var( --color-dark-success-background-field, var(--color-dark-background-field) );--color-success-font: var( --color-dark-success-font, var(--color-dark-font) );--color-success-font-muted: var( --color-dark-success-font-muted, var(--color-dark-font-muted) );--color-success-font-disabled: var( --color-dark-success-font-disabled, var(--color-dark-font-disabled) );--color-success-border: var( --color-dark-success-border, var(--color-dark-border) );--color-success-border-light: var( --color-dark-success-border-light, var(--color-dark-border-light) );--color-success-border-dark: var( --color-dark-success-border-dark, var(--color-dark-border-dark) );--color-success-border-highlight: var( --color-dark-success-border-highlight, var(--color-dark-border-highlight) );--color-success-border-focus: var( --color-dark-success-border-focus, var(--color-dark-border-focus) );--color-success-shadow: var( --color-dark-success-shadow, var(--color-dark-shadow) );--color-danger: var(--color-dark-danger-primary);--color-danger-primary-0: var( --color-dark-danger-primary-0, var(--color-dark-primary-0) );--color-danger-primary-foreground-0: var( --color-dark-danger-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-danger-secondary-0: var( --color-dark-danger-secondary-0, var(--color-dark-secondary-0) );--color-danger-secondary-foreground-0: var( --color-dark-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-danger-accent-0: var( --color-dark-danger-accent-0, var(--color-dark-accent-0) );--color-danger-accent-foreground-0: var( --color-dark-danger-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-danger-background-0: var( --color-dark-danger-background-0, var(--color-dark-background-0) );--color-danger-background-1: var( --color-dark-danger-background-1, var(--color-dark-background-1) );--color-danger-background-2: var( --color-dark-danger-background-2, var(--color-dark-background-2) );--color-danger-background-3: var( --color-dark-danger-background-3, var(--color-dark-background-3) );--color-danger-background-4: var( --color-dark-danger-background-4, var(--color-dark-background-4) );--color-danger-background-5: var( --color-dark-danger-background-5, var(--color-dark-background-5) );--color-danger-surface-0: var( --color-dark-danger-surface-0, var(--color-dark-surface-0) );--color-danger-surface-1: var( --color-dark-danger-surface-1, var(--color-dark-surface-1) );--color-danger-surface-2: var( --color-dark-danger-surface-2, var(--color-dark-surface-2) );--color-danger-surface-3: var( --color-dark-danger-surface-3, var(--color-dark-surface-3) );--color-danger-surface-4: var( --color-dark-danger-surface-4, var(--color-dark-surface-4) );--color-danger-surface-5: var( --color-dark-danger-surface-5, var(--color-dark-surface-5) );--color-danger-border-0: var( --color-dark-danger-border-0, var(--color-dark-border-0) );--color-danger-border-1: var( --color-dark-danger-border-1, var(--color-dark-border-1) );--color-danger-border-2: var( --color-dark-danger-border-2, var(--color-dark-border-2) );--color-danger-border-3: var( --color-dark-danger-border-3, var(--color-dark-border-3) );--color-danger-border-4: var( --color-dark-danger-border-4, var(--color-dark-border-4) );--color-danger-border-5: var( --color-dark-danger-border-5, var(--color-dark-border-5) );--color-danger-font-0: var( --color-dark-danger-font-0, var(--color-dark-font-0) );--color-danger-font-1: var( --color-dark-danger-font-1, var(--color-dark-font-1) );--color-danger-font-2: var( --color-dark-danger-font-2, var(--color-dark-font-2) );--color-danger-font-3: var( --color-dark-danger-font-3, var(--color-dark-font-3) );--color-danger-font-4: var( --color-dark-danger-font-4, var(--color-dark-font-4) );--color-danger-font-5: var( --color-dark-danger-font-5, var(--color-dark-font-5) );--color-danger-shadow-0: var( --color-dark-danger-shadow-0, var(--color-dark-shadow-0) );--color-danger-primary: var( --color-dark-danger-primary, var(--color-dark-primary) );--color-danger-primary-foreground: var( --color-dark-danger-primary-foreground, var(--color-dark-primary-foreground) );--color-danger-secondary: var( --color-dark-danger-secondary, var(--color-dark-secondary) );--color-danger-secondary-foreground: var( --color-dark-danger-secondary-foreground, var(--color-dark-secondary-foreground) );--color-danger-accent: var( --color-dark-danger-accent, var(--color-dark-accent) );--color-danger-accent-foreground: var( --color-dark-danger-accent-foreground, var(--color-dark-accent-foreground) );--color-danger-background: var( --color-dark-danger-background, var(--color-dark-background) );--color-danger-background-surface: var( --color-dark-danger-background-surface, var(--color-dark-background-surface) );--color-danger-background-ghost: var( --color-dark-danger-background-ghost, var(--color-dark-background-ghost) );--color-danger-background-flat: var( --color-dark-danger-background-flat, var(--color-dark-background-flat) );--color-danger-background-card: var( --color-dark-danger-background-card, var(--color-dark-background-card) );--color-danger-background-panel: var( --color-dark-danger-background-panel, var(--color-dark-background-panel) );--color-danger-background-field: var( --color-dark-danger-background-field, var(--color-dark-background-field) );--color-danger-font: var( --color-dark-danger-font, var(--color-dark-font) );--color-danger-font-muted: var( --color-dark-danger-font-muted, var(--color-dark-font-muted) );--color-danger-font-disabled: var( --color-dark-danger-font-disabled, var(--color-dark-font-disabled) );--color-danger-border: var( --color-dark-danger-border, var(--color-dark-border) );--color-danger-border-light: var( --color-dark-danger-border-light, var(--color-dark-border-light) );--color-danger-border-dark: var( --color-dark-danger-border-dark, var(--color-dark-border-dark) );--color-danger-border-highlight: var( --color-dark-danger-border-highlight, var(--color-dark-border-highlight) );--color-danger-border-focus: var( --color-dark-danger-border-focus, var(--color-dark-border-focus) );--color-danger-shadow: var( --color-dark-danger-shadow, var(--color-dark-shadow) );--color-info: var(--color-dark-info-primary);--color-info-primary-0: var( --color-dark-info-primary-0, var(--color-dark-primary-0) );--color-info-primary-foreground-0: var( --color-dark-info-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-info-secondary-0: var( --color-dark-info-secondary-0, var(--color-dark-secondary-0) );--color-info-secondary-foreground-0: var( --color-dark-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-info-accent-0: var( --color-dark-info-accent-0, var(--color-dark-accent-0) );--color-info-accent-foreground-0: var( --color-dark-info-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-info-background-0: var( --color-dark-info-background-0, var(--color-dark-background-0) );--color-info-background-1: var( --color-dark-info-background-1, var(--color-dark-background-1) );--color-info-background-2: var( --color-dark-info-background-2, var(--color-dark-background-2) );--color-info-background-3: var( --color-dark-info-background-3, var(--color-dark-background-3) );--color-info-background-4: var( --color-dark-info-background-4, var(--color-dark-background-4) );--color-info-background-5: var( --color-dark-info-background-5, var(--color-dark-background-5) );--color-info-surface-0: var( --color-dark-info-surface-0, var(--color-dark-surface-0) );--color-info-surface-1: var( --color-dark-info-surface-1, var(--color-dark-surface-1) );--color-info-surface-2: var( --color-dark-info-surface-2, var(--color-dark-surface-2) );--color-info-surface-3: var( --color-dark-info-surface-3, var(--color-dark-surface-3) );--color-info-surface-4: var( --color-dark-info-surface-4, var(--color-dark-surface-4) );--color-info-surface-5: var( --color-dark-info-surface-5, var(--color-dark-surface-5) );--color-info-border-0: var( --color-dark-info-border-0, var(--color-dark-border-0) );--color-info-border-1: var( --color-dark-info-border-1, var(--color-dark-border-1) );--color-info-border-2: var( --color-dark-info-border-2, var(--color-dark-border-2) );--color-info-border-3: var( --color-dark-info-border-3, var(--color-dark-border-3) );--color-info-border-4: var( --color-dark-info-border-4, var(--color-dark-border-4) );--color-info-border-5: var( --color-dark-info-border-5, var(--color-dark-border-5) );--color-info-font-0: var( --color-dark-info-font-0, var(--color-dark-font-0) );--color-info-font-1: var( --color-dark-info-font-1, var(--color-dark-font-1) );--color-info-font-2: var( --color-dark-info-font-2, var(--color-dark-font-2) );--color-info-font-3: var( --color-dark-info-font-3, var(--color-dark-font-3) );--color-info-font-4: var( --color-dark-info-font-4, var(--color-dark-font-4) );--color-info-font-5: var( --color-dark-info-font-5, var(--color-dark-font-5) );--color-info-shadow-0: var( --color-dark-info-shadow-0, var(--color-dark-shadow-0) );--color-info-primary: var( --color-dark-info-primary, var(--color-dark-primary) );--color-info-primary-foreground: var( --color-dark-info-primary-foreground, var(--color-dark-primary-foreground) );--color-info-secondary: var( --color-dark-info-secondary, var(--color-dark-secondary) );--color-info-secondary-foreground: var( --color-dark-info-secondary-foreground, var(--color-dark-secondary-foreground) );--color-info-accent: var( --color-dark-info-accent, var(--color-dark-accent) );--color-info-accent-foreground: var( --color-dark-info-accent-foreground, var(--color-dark-accent-foreground) );--color-info-background: var( --color-dark-info-background, var(--color-dark-background) );--color-info-background-surface: var( --color-dark-info-background-surface, var(--color-dark-background-surface) );--color-info-background-ghost: var( --color-dark-info-background-ghost, var(--color-dark-background-ghost) );--color-info-background-flat: var( --color-dark-info-background-flat, var(--color-dark-background-flat) );--color-info-background-card: var( --color-dark-info-background-card, var(--color-dark-background-card) );--color-info-background-panel: var( --color-dark-info-background-panel, var(--color-dark-background-panel) );--color-info-background-field: var( --color-dark-info-background-field, var(--color-dark-background-field) );--color-info-font: var( --color-dark-info-font, var(--color-dark-font) );--color-info-font-muted: var( --color-dark-info-font-muted, var(--color-dark-font-muted) );--color-info-font-disabled: var( --color-dark-info-font-disabled, var(--color-dark-font-disabled) );--color-info-border: var( --color-dark-info-border, var(--color-dark-border) );--color-info-border-light: var( --color-dark-info-border-light, var(--color-dark-border-light) );--color-info-border-dark: var( --color-dark-info-border-dark, var(--color-dark-border-dark) );--color-info-border-highlight: var( --color-dark-info-border-highlight, var(--color-dark-border-highlight) );--color-info-border-focus: var( --color-dark-info-border-focus, var(--color-dark-border-focus) );--color-info-shadow: var( --color-dark-info-shadow, var(--color-dark-shadow) );--color-warning: var(--color-dark-warning-primary);--color-warning-primary-0: var( --color-dark-warning-primary-0, var(--color-dark-primary-0) );--color-warning-primary-foreground-0: var( --color-dark-warning-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-warning-secondary-0: var( --color-dark-warning-secondary-0, var(--color-dark-secondary-0) );--color-warning-secondary-foreground-0: var( --color-dark-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-warning-accent-0: var( --color-dark-warning-accent-0, var(--color-dark-accent-0) );--color-warning-accent-foreground-0: var( --color-dark-warning-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-warning-background-0: var( --color-dark-warning-background-0, var(--color-dark-background-0) );--color-warning-background-1: var( --color-dark-warning-background-1, var(--color-dark-background-1) );--color-warning-background-2: var( --color-dark-warning-background-2, var(--color-dark-background-2) );--color-warning-background-3: var( --color-dark-warning-background-3, var(--color-dark-background-3) );--color-warning-background-4: var( --color-dark-warning-background-4, var(--color-dark-background-4) );--color-warning-background-5: var( --color-dark-warning-background-5, var(--color-dark-background-5) );--color-warning-surface-0: var( --color-dark-warning-surface-0, var(--color-dark-surface-0) );--color-warning-surface-1: var( --color-dark-warning-surface-1, var(--color-dark-surface-1) );--color-warning-surface-2: var( --color-dark-warning-surface-2, var(--color-dark-surface-2) );--color-warning-surface-3: var( --color-dark-warning-surface-3, var(--color-dark-surface-3) );--color-warning-surface-4: var( --color-dark-warning-surface-4, var(--color-dark-surface-4) );--color-warning-surface-5: var( --color-dark-warning-surface-5, var(--color-dark-surface-5) );--color-warning-border-0: var( --color-dark-warning-border-0, var(--color-dark-border-0) );--color-warning-border-1: var( --color-dark-warning-border-1, var(--color-dark-border-1) );--color-warning-border-2: var( --color-dark-warning-border-2, var(--color-dark-border-2) );--color-warning-border-3: var( --color-dark-warning-border-3, var(--color-dark-border-3) );--color-warning-border-4: var( --color-dark-warning-border-4, var(--color-dark-border-4) );--color-warning-border-5: var( --color-dark-warning-border-5, var(--color-dark-border-5) );--color-warning-font-0: var( --color-dark-warning-font-0, var(--color-dark-font-0) );--color-warning-font-1: var( --color-dark-warning-font-1, var(--color-dark-font-1) );--color-warning-font-2: var( --color-dark-warning-font-2, var(--color-dark-font-2) );--color-warning-font-3: var( --color-dark-warning-font-3, var(--color-dark-font-3) );--color-warning-font-4: var( --color-dark-warning-font-4, var(--color-dark-font-4) );--color-warning-font-5: var( --color-dark-warning-font-5, var(--color-dark-font-5) );--color-warning-shadow-0: var( --color-dark-warning-shadow-0, var(--color-dark-shadow-0) );--color-warning-primary: var( --color-dark-warning-primary, var(--color-dark-primary) );--color-warning-primary-foreground: var( --color-dark-warning-primary-foreground, var(--color-dark-primary-foreground) );--color-warning-secondary: var( --color-dark-warning-secondary, var(--color-dark-secondary) );--color-warning-secondary-foreground: var( --color-dark-warning-secondary-foreground, var(--color-dark-secondary-foreground) );--color-warning-accent: var( --color-dark-warning-accent, var(--color-dark-accent) );--color-warning-accent-foreground: var( --color-dark-warning-accent-foreground, var(--color-dark-accent-foreground) );--color-warning-background: var( --color-dark-warning-background, var(--color-dark-background) );--color-warning-background-surface: var( --color-dark-warning-background-surface, var(--color-dark-background-surface) );--color-warning-background-ghost: var( --color-dark-warning-background-ghost, var(--color-dark-background-ghost) );--color-warning-background-flat: var( --color-dark-warning-background-flat, var(--color-dark-background-flat) );--color-warning-background-card: var( --color-dark-warning-background-card, var(--color-dark-background-card) );--color-warning-background-panel: var( --color-dark-warning-background-panel, var(--color-dark-background-panel) );--color-warning-background-field: var( --color-dark-warning-background-field, var(--color-dark-background-field) );--color-warning-font: var( --color-dark-warning-font, var(--color-dark-font) );--color-warning-font-muted: var( --color-dark-warning-font-muted, var(--color-dark-font-muted) );--color-warning-font-disabled: var( --color-dark-warning-font-disabled, var(--color-dark-font-disabled) );--color-warning-border: var( --color-dark-warning-border, var(--color-dark-border) );--color-warning-border-light: var( --color-dark-warning-border-light, var(--color-dark-border-light) );--color-warning-border-dark: var( --color-dark-warning-border-dark, var(--color-dark-border-dark) );--color-warning-border-highlight: var( --color-dark-warning-border-highlight, var(--color-dark-border-highlight) );--color-warning-border-focus: var( --color-dark-warning-border-focus, var(--color-dark-border-focus) );--color-warning-shadow: var( --color-dark-warning-shadow, var(--color-dark-shadow) )}body[data-theme-mode=dark] .font-color-primary-0,body[data-theme-mode=dark] .font-color-hover-primary-0:hover,body[data-theme-mode=dark] .font-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-primary-0:focus,body[data-theme-mode=dark] .font-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .font-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-primary-0:active,html body .theme-override-dark .font-color-primary-0,html body .theme-override-dark .font-color-hover-primary-0:hover,html body .theme-override-dark .font-color-focus-primary-0[data-focused=true],html body .theme-override-dark .font-color-focus-primary-0:focus,html body .theme-override-dark .font-color-focus-primary-0:focus-within,html body .theme-override-dark .font-color-active-primary-0[data-selected=true],html body .theme-override-dark .font-color-active-primary-0:active{color:var(--color-primary-0)}body[data-theme-mode=dark] .border-color-primary-0,body[data-theme-mode=dark] .border-color-hover-primary-0:hover,body[data-theme-mode=dark] .border-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-primary-0:focus,body[data-theme-mode=dark] .border-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .border-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-primary-0:active,html body .theme-override-dark .border-color-primary-0,html body .theme-override-dark .border-color-hover-primary-0:hover,html body .theme-override-dark .border-color-focus-primary-0[data-focused=true],html body .theme-override-dark .border-color-focus-primary-0:focus,html body .theme-override-dark .border-color-focus-primary-0:focus-within,html body .theme-override-dark .border-color-active-primary-0[data-selected=true],html body .theme-override-dark .border-color-active-primary-0:active{border-color:var(--color-primary-0)}body[data-theme-mode=dark] .border-top-color-primary-0,body[data-theme-mode=dark] .border-top-color-hover-primary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-primary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-primary-0:active,html body .theme-override-dark .border-top-color-primary-0,html body .theme-override-dark .border-top-color-hover-primary-0:hover,html body .theme-override-dark .border-top-color-focus-primary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-primary-0:focus,html body .theme-override-dark .border-top-color-focus-primary-0:focus-within,html body .theme-override-dark .border-top-color-active-primary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-primary-0:active{border-top-color:var(--color-primary-0)}body[data-theme-mode=dark] .border-bottom-color-primary-0,body[data-theme-mode=dark] .border-bottom-color-hover-primary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-primary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-primary-0:active,html body .theme-override-dark .border-bottom-color-primary-0,html body .theme-override-dark .border-bottom-color-hover-primary-0:hover,html body .theme-override-dark .border-bottom-color-focus-primary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-primary-0:focus,html body .theme-override-dark .border-bottom-color-focus-primary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-primary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-primary-0:active{border-bottom-color:var(--color-primary-0)}body[data-theme-mode=dark] .border-left-color-primary-0,body[data-theme-mode=dark] .border-left-color-hover-primary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-primary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-primary-0:active,html body .theme-override-dark .border-left-color-primary-0,html body .theme-override-dark .border-left-color-hover-primary-0:hover,html body .theme-override-dark .border-left-color-focus-primary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-primary-0:focus,html body .theme-override-dark .border-left-color-focus-primary-0:focus-within,html body .theme-override-dark .border-left-color-active-primary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-primary-0:active{border-left-color:var(--color-primary-0)}body[data-theme-mode=dark] .border-right-color-primary-0,body[data-theme-mode=dark] .border-right-color-hover-primary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-primary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-primary-0:active,html body .theme-override-dark .border-right-color-primary-0,html body .theme-override-dark .border-right-color-hover-primary-0:hover,html body .theme-override-dark .border-right-color-focus-primary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-primary-0:focus,html body .theme-override-dark .border-right-color-focus-primary-0:focus-within,html body .theme-override-dark .border-right-color-active-primary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-primary-0:active{border-right-color:var(--color-primary-0)}body[data-theme-mode=dark] .fill-color-primary-0,body[data-theme-mode=dark] .fill-color-hover-primary-0:hover,body[data-theme-mode=dark] .fill-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-primary-0:focus,body[data-theme-mode=dark] .fill-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-primary-0:active,html body .theme-override-dark .fill-color-primary-0,html body .theme-override-dark .fill-color-hover-primary-0:hover,html body .theme-override-dark .fill-color-focus-primary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-primary-0:focus,html body .theme-override-dark .fill-color-focus-primary-0:focus-within,html body .theme-override-dark .fill-color-active-primary-0[data-selected=true],html body .theme-override-dark .fill-color-active-primary-0:active{background-color:var(--color-primary-0)}body[data-theme-mode=dark] .outline-color-primary-0,body[data-theme-mode=dark] .outline-color-hover-primary-0:hover,body[data-theme-mode=dark] .outline-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-primary-0:focus,body[data-theme-mode=dark] .outline-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-primary-0:active,html body .theme-override-dark .outline-color-primary-0,html body .theme-override-dark .outline-color-hover-primary-0:hover,html body .theme-override-dark .outline-color-focus-primary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-primary-0:focus,html body .theme-override-dark .outline-color-focus-primary-0:focus-within,html body .theme-override-dark .outline-color-active-primary-0[data-selected=true],html body .theme-override-dark .outline-color-active-primary-0:active{outline-color:var(--color-primary-0)}body[data-theme-mode=dark] .outside-border-color-primary-0,body[data-theme-mode=dark] .outside-border-color-hover-primary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-primary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-primary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-primary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-primary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-primary-0:active,html body .theme-override-dark .outside-border-color-primary-0,html body .theme-override-dark .outside-border-color-hover-primary-0:hover,html body .theme-override-dark .outside-border-color-focus-primary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-primary-0:focus,html body .theme-override-dark .outside-border-color-focus-primary-0:focus-within,html body .theme-override-dark .outside-border-color-active-primary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-primary-0:active{--outside-border-color: var(--color-primary-0)}body[data-theme-mode=dark] .font-color-primary-foreground-0,body[data-theme-mode=dark] .font-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-primary-foreground-0:active,html body .theme-override-dark .font-color-primary-foreground-0,html body .theme-override-dark .font-color-hover-primary-foreground-0:hover,html body .theme-override-dark .font-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-primary-foreground-0:focus,html body .theme-override-dark .font-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-primary-foreground-0:active{color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .border-color-primary-foreground-0,body[data-theme-mode=dark] .border-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-primary-foreground-0:active,html body .theme-override-dark .border-color-primary-foreground-0,html body .theme-override-dark .border-color-hover-primary-foreground-0:hover,html body .theme-override-dark .border-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-primary-foreground-0:focus,html body .theme-override-dark .border-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-primary-foreground-0:active{border-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .border-top-color-primary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-primary-foreground-0:active,html body .theme-override-dark .border-top-color-primary-foreground-0,html body .theme-override-dark .border-top-color-hover-primary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-primary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-primary-foreground-0:active{border-top-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .border-bottom-color-primary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-primary-foreground-0:active,html body .theme-override-dark .border-bottom-color-primary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-primary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-primary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-primary-foreground-0:active{border-bottom-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .border-left-color-primary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-primary-foreground-0:active,html body .theme-override-dark .border-left-color-primary-foreground-0,html body .theme-override-dark .border-left-color-hover-primary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-primary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-primary-foreground-0:active{border-left-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .border-right-color-primary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-primary-foreground-0:active,html body .theme-override-dark .border-right-color-primary-foreground-0,html body .theme-override-dark .border-right-color-hover-primary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-primary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-primary-foreground-0:active{border-right-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .fill-color-primary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-primary-foreground-0:active,html body .theme-override-dark .fill-color-primary-foreground-0,html body .theme-override-dark .fill-color-hover-primary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-primary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-primary-foreground-0:active{background-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .outline-color-primary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-primary-foreground-0:active,html body .theme-override-dark .outline-color-primary-foreground-0,html body .theme-override-dark .outline-color-hover-primary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-primary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-primary-foreground-0:active{outline-color:var(--color-primary-foreground-0)}body[data-theme-mode=dark] .outside-border-color-primary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-primary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-primary-foreground-0:active,html body .theme-override-dark .outside-border-color-primary-foreground-0,html body .theme-override-dark .outside-border-color-hover-primary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-primary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-primary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-primary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-primary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-primary-foreground-0:active{--outside-border-color: var(--color-primary-foreground-0)}body[data-theme-mode=dark] .font-color-secondary-0,body[data-theme-mode=dark] .font-color-hover-secondary-0:hover,body[data-theme-mode=dark] .font-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-secondary-0:focus,body[data-theme-mode=dark] .font-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .font-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-secondary-0:active,html body .theme-override-dark .font-color-secondary-0,html body .theme-override-dark .font-color-hover-secondary-0:hover,html body .theme-override-dark .font-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .font-color-focus-secondary-0:focus,html body .theme-override-dark .font-color-focus-secondary-0:focus-within,html body .theme-override-dark .font-color-active-secondary-0[data-selected=true],html body .theme-override-dark .font-color-active-secondary-0:active{color:var(--color-secondary-0)}body[data-theme-mode=dark] .border-color-secondary-0,body[data-theme-mode=dark] .border-color-hover-secondary-0:hover,body[data-theme-mode=dark] .border-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-secondary-0:focus,body[data-theme-mode=dark] .border-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .border-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-secondary-0:active,html body .theme-override-dark .border-color-secondary-0,html body .theme-override-dark .border-color-hover-secondary-0:hover,html body .theme-override-dark .border-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .border-color-focus-secondary-0:focus,html body .theme-override-dark .border-color-focus-secondary-0:focus-within,html body .theme-override-dark .border-color-active-secondary-0[data-selected=true],html body .theme-override-dark .border-color-active-secondary-0:active{border-color:var(--color-secondary-0)}body[data-theme-mode=dark] .border-top-color-secondary-0,body[data-theme-mode=dark] .border-top-color-hover-secondary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-secondary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-secondary-0:active,html body .theme-override-dark .border-top-color-secondary-0,html body .theme-override-dark .border-top-color-hover-secondary-0:hover,html body .theme-override-dark .border-top-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-secondary-0:focus,html body .theme-override-dark .border-top-color-focus-secondary-0:focus-within,html body .theme-override-dark .border-top-color-active-secondary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-secondary-0:active{border-top-color:var(--color-secondary-0)}body[data-theme-mode=dark] .border-bottom-color-secondary-0,body[data-theme-mode=dark] .border-bottom-color-hover-secondary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-secondary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-secondary-0:active,html body .theme-override-dark .border-bottom-color-secondary-0,html body .theme-override-dark .border-bottom-color-hover-secondary-0:hover,html body .theme-override-dark .border-bottom-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-secondary-0:focus,html body .theme-override-dark .border-bottom-color-focus-secondary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-secondary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-secondary-0:active{border-bottom-color:var(--color-secondary-0)}body[data-theme-mode=dark] .border-left-color-secondary-0,body[data-theme-mode=dark] .border-left-color-hover-secondary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-secondary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-secondary-0:active,html body .theme-override-dark .border-left-color-secondary-0,html body .theme-override-dark .border-left-color-hover-secondary-0:hover,html body .theme-override-dark .border-left-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-secondary-0:focus,html body .theme-override-dark .border-left-color-focus-secondary-0:focus-within,html body .theme-override-dark .border-left-color-active-secondary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-secondary-0:active{border-left-color:var(--color-secondary-0)}body[data-theme-mode=dark] .border-right-color-secondary-0,body[data-theme-mode=dark] .border-right-color-hover-secondary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-secondary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-secondary-0:active,html body .theme-override-dark .border-right-color-secondary-0,html body .theme-override-dark .border-right-color-hover-secondary-0:hover,html body .theme-override-dark .border-right-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-secondary-0:focus,html body .theme-override-dark .border-right-color-focus-secondary-0:focus-within,html body .theme-override-dark .border-right-color-active-secondary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-secondary-0:active{border-right-color:var(--color-secondary-0)}body[data-theme-mode=dark] .fill-color-secondary-0,body[data-theme-mode=dark] .fill-color-hover-secondary-0:hover,body[data-theme-mode=dark] .fill-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-secondary-0:focus,body[data-theme-mode=dark] .fill-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-secondary-0:active,html body .theme-override-dark .fill-color-secondary-0,html body .theme-override-dark .fill-color-hover-secondary-0:hover,html body .theme-override-dark .fill-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-secondary-0:focus,html body .theme-override-dark .fill-color-focus-secondary-0:focus-within,html body .theme-override-dark .fill-color-active-secondary-0[data-selected=true],html body .theme-override-dark .fill-color-active-secondary-0:active{background-color:var(--color-secondary-0)}body[data-theme-mode=dark] .outline-color-secondary-0,body[data-theme-mode=dark] .outline-color-hover-secondary-0:hover,body[data-theme-mode=dark] .outline-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-secondary-0:focus,body[data-theme-mode=dark] .outline-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-secondary-0:active,html body .theme-override-dark .outline-color-secondary-0,html body .theme-override-dark .outline-color-hover-secondary-0:hover,html body .theme-override-dark .outline-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-secondary-0:focus,html body .theme-override-dark .outline-color-focus-secondary-0:focus-within,html body .theme-override-dark .outline-color-active-secondary-0[data-selected=true],html body .theme-override-dark .outline-color-active-secondary-0:active{outline-color:var(--color-secondary-0)}body[data-theme-mode=dark] .outside-border-color-secondary-0,body[data-theme-mode=dark] .outside-border-color-hover-secondary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-secondary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-secondary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-secondary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-secondary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-secondary-0:active,html body .theme-override-dark .outside-border-color-secondary-0,html body .theme-override-dark .outside-border-color-hover-secondary-0:hover,html body .theme-override-dark .outside-border-color-focus-secondary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-secondary-0:focus,html body .theme-override-dark .outside-border-color-focus-secondary-0:focus-within,html body .theme-override-dark .outside-border-color-active-secondary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-secondary-0:active{--outside-border-color: var(--color-secondary-0)}body[data-theme-mode=dark] .font-color-secondary-foreground-0,body[data-theme-mode=dark] .font-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-secondary-foreground-0:active,html body .theme-override-dark .font-color-secondary-foreground-0,html body .theme-override-dark .font-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .font-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .font-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-secondary-foreground-0:active{color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .border-color-secondary-foreground-0,body[data-theme-mode=dark] .border-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-secondary-foreground-0:active,html body .theme-override-dark .border-color-secondary-foreground-0,html body .theme-override-dark .border-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .border-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .border-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-secondary-foreground-0:active{border-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .border-top-color-secondary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-secondary-foreground-0:active,html body .theme-override-dark .border-top-color-secondary-foreground-0,html body .theme-override-dark .border-top-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-secondary-foreground-0:active{border-top-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .border-bottom-color-secondary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-secondary-foreground-0:active,html body .theme-override-dark .border-bottom-color-secondary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-secondary-foreground-0:active{border-bottom-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .border-left-color-secondary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-secondary-foreground-0:active,html body .theme-override-dark .border-left-color-secondary-foreground-0,html body .theme-override-dark .border-left-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-secondary-foreground-0:active{border-left-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .border-right-color-secondary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-secondary-foreground-0:active,html body .theme-override-dark .border-right-color-secondary-foreground-0,html body .theme-override-dark .border-right-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-secondary-foreground-0:active{border-right-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .fill-color-secondary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-secondary-foreground-0:active,html body .theme-override-dark .fill-color-secondary-foreground-0,html body .theme-override-dark .fill-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-secondary-foreground-0:active{background-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .outline-color-secondary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-secondary-foreground-0:active,html body .theme-override-dark .outline-color-secondary-foreground-0,html body .theme-override-dark .outline-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-secondary-foreground-0:active{outline-color:var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .outside-border-color-secondary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-secondary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-secondary-foreground-0:active,html body .theme-override-dark .outside-border-color-secondary-foreground-0,html body .theme-override-dark .outside-border-color-hover-secondary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-secondary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-secondary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-secondary-foreground-0:active{--outside-border-color: var(--color-secondary-foreground-0)}body[data-theme-mode=dark] .font-color-accent-0,body[data-theme-mode=dark] .font-color-hover-accent-0:hover,body[data-theme-mode=dark] .font-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-accent-0:focus,body[data-theme-mode=dark] .font-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .font-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-accent-0:active,html body .theme-override-dark .font-color-accent-0,html body .theme-override-dark .font-color-hover-accent-0:hover,html body .theme-override-dark .font-color-focus-accent-0[data-focused=true],html body .theme-override-dark .font-color-focus-accent-0:focus,html body .theme-override-dark .font-color-focus-accent-0:focus-within,html body .theme-override-dark .font-color-active-accent-0[data-selected=true],html body .theme-override-dark .font-color-active-accent-0:active{color:var(--color-accent-0)}body[data-theme-mode=dark] .border-color-accent-0,body[data-theme-mode=dark] .border-color-hover-accent-0:hover,body[data-theme-mode=dark] .border-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-accent-0:focus,body[data-theme-mode=dark] .border-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .border-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-accent-0:active,html body .theme-override-dark .border-color-accent-0,html body .theme-override-dark .border-color-hover-accent-0:hover,html body .theme-override-dark .border-color-focus-accent-0[data-focused=true],html body .theme-override-dark .border-color-focus-accent-0:focus,html body .theme-override-dark .border-color-focus-accent-0:focus-within,html body .theme-override-dark .border-color-active-accent-0[data-selected=true],html body .theme-override-dark .border-color-active-accent-0:active{border-color:var(--color-accent-0)}body[data-theme-mode=dark] .border-top-color-accent-0,body[data-theme-mode=dark] .border-top-color-hover-accent-0:hover,body[data-theme-mode=dark] .border-top-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-accent-0:focus,body[data-theme-mode=dark] .border-top-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-accent-0:active,html body .theme-override-dark .border-top-color-accent-0,html body .theme-override-dark .border-top-color-hover-accent-0:hover,html body .theme-override-dark .border-top-color-focus-accent-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-accent-0:focus,html body .theme-override-dark .border-top-color-focus-accent-0:focus-within,html body .theme-override-dark .border-top-color-active-accent-0[data-selected=true],html body .theme-override-dark .border-top-color-active-accent-0:active{border-top-color:var(--color-accent-0)}body[data-theme-mode=dark] .border-bottom-color-accent-0,body[data-theme-mode=dark] .border-bottom-color-hover-accent-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-accent-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-accent-0:active,html body .theme-override-dark .border-bottom-color-accent-0,html body .theme-override-dark .border-bottom-color-hover-accent-0:hover,html body .theme-override-dark .border-bottom-color-focus-accent-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-accent-0:focus,html body .theme-override-dark .border-bottom-color-focus-accent-0:focus-within,html body .theme-override-dark .border-bottom-color-active-accent-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-accent-0:active{border-bottom-color:var(--color-accent-0)}body[data-theme-mode=dark] .border-left-color-accent-0,body[data-theme-mode=dark] .border-left-color-hover-accent-0:hover,body[data-theme-mode=dark] .border-left-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-accent-0:focus,body[data-theme-mode=dark] .border-left-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-accent-0:active,html body .theme-override-dark .border-left-color-accent-0,html body .theme-override-dark .border-left-color-hover-accent-0:hover,html body .theme-override-dark .border-left-color-focus-accent-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-accent-0:focus,html body .theme-override-dark .border-left-color-focus-accent-0:focus-within,html body .theme-override-dark .border-left-color-active-accent-0[data-selected=true],html body .theme-override-dark .border-left-color-active-accent-0:active{border-left-color:var(--color-accent-0)}body[data-theme-mode=dark] .border-right-color-accent-0,body[data-theme-mode=dark] .border-right-color-hover-accent-0:hover,body[data-theme-mode=dark] .border-right-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-accent-0:focus,body[data-theme-mode=dark] .border-right-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-accent-0:active,html body .theme-override-dark .border-right-color-accent-0,html body .theme-override-dark .border-right-color-hover-accent-0:hover,html body .theme-override-dark .border-right-color-focus-accent-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-accent-0:focus,html body .theme-override-dark .border-right-color-focus-accent-0:focus-within,html body .theme-override-dark .border-right-color-active-accent-0[data-selected=true],html body .theme-override-dark .border-right-color-active-accent-0:active{border-right-color:var(--color-accent-0)}body[data-theme-mode=dark] .fill-color-accent-0,body[data-theme-mode=dark] .fill-color-hover-accent-0:hover,body[data-theme-mode=dark] .fill-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-accent-0:focus,body[data-theme-mode=dark] .fill-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .fill-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-accent-0:active,html body .theme-override-dark .fill-color-accent-0,html body .theme-override-dark .fill-color-hover-accent-0:hover,html body .theme-override-dark .fill-color-focus-accent-0[data-focused=true],html body .theme-override-dark .fill-color-focus-accent-0:focus,html body .theme-override-dark .fill-color-focus-accent-0:focus-within,html body .theme-override-dark .fill-color-active-accent-0[data-selected=true],html body .theme-override-dark .fill-color-active-accent-0:active{background-color:var(--color-accent-0)}body[data-theme-mode=dark] .outline-color-accent-0,body[data-theme-mode=dark] .outline-color-hover-accent-0:hover,body[data-theme-mode=dark] .outline-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-accent-0:focus,body[data-theme-mode=dark] .outline-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .outline-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-accent-0:active,html body .theme-override-dark .outline-color-accent-0,html body .theme-override-dark .outline-color-hover-accent-0:hover,html body .theme-override-dark .outline-color-focus-accent-0[data-focused=true],html body .theme-override-dark .outline-color-focus-accent-0:focus,html body .theme-override-dark .outline-color-focus-accent-0:focus-within,html body .theme-override-dark .outline-color-active-accent-0[data-selected=true],html body .theme-override-dark .outline-color-active-accent-0:active{outline-color:var(--color-accent-0)}body[data-theme-mode=dark] .outside-border-color-accent-0,body[data-theme-mode=dark] .outside-border-color-hover-accent-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-accent-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-accent-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-accent-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-accent-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-accent-0:active,html body .theme-override-dark .outside-border-color-accent-0,html body .theme-override-dark .outside-border-color-hover-accent-0:hover,html body .theme-override-dark .outside-border-color-focus-accent-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-accent-0:focus,html body .theme-override-dark .outside-border-color-focus-accent-0:focus-within,html body .theme-override-dark .outside-border-color-active-accent-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-accent-0:active{--outside-border-color: var(--color-accent-0)}body[data-theme-mode=dark] .font-color-accent-foreground-0,body[data-theme-mode=dark] .font-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-accent-foreground-0:active,html body .theme-override-dark .font-color-accent-foreground-0,html body .theme-override-dark .font-color-hover-accent-foreground-0:hover,html body .theme-override-dark .font-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-accent-foreground-0:focus,html body .theme-override-dark .font-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .font-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-accent-foreground-0:active{color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .border-color-accent-foreground-0,body[data-theme-mode=dark] .border-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-accent-foreground-0:active,html body .theme-override-dark .border-color-accent-foreground-0,html body .theme-override-dark .border-color-hover-accent-foreground-0:hover,html body .theme-override-dark .border-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-accent-foreground-0:focus,html body .theme-override-dark .border-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .border-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-accent-foreground-0:active{border-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .border-top-color-accent-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-accent-foreground-0:active,html body .theme-override-dark .border-top-color-accent-foreground-0,html body .theme-override-dark .border-top-color-hover-accent-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-accent-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-accent-foreground-0:active{border-top-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .border-bottom-color-accent-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-accent-foreground-0:active,html body .theme-override-dark .border-bottom-color-accent-foreground-0,html body .theme-override-dark .border-bottom-color-hover-accent-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-accent-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-accent-foreground-0:active{border-bottom-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .border-left-color-accent-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-accent-foreground-0:active,html body .theme-override-dark .border-left-color-accent-foreground-0,html body .theme-override-dark .border-left-color-hover-accent-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-accent-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-accent-foreground-0:active{border-left-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .border-right-color-accent-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-accent-foreground-0:active,html body .theme-override-dark .border-right-color-accent-foreground-0,html body .theme-override-dark .border-right-color-hover-accent-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-accent-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-accent-foreground-0:active{border-right-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .fill-color-accent-foreground-0,body[data-theme-mode=dark] .fill-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-accent-foreground-0:active,html body .theme-override-dark .fill-color-accent-foreground-0,html body .theme-override-dark .fill-color-hover-accent-foreground-0:hover,html body .theme-override-dark .fill-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-accent-foreground-0:focus,html body .theme-override-dark .fill-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-accent-foreground-0:active{background-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .outline-color-accent-foreground-0,body[data-theme-mode=dark] .outline-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-accent-foreground-0:active,html body .theme-override-dark .outline-color-accent-foreground-0,html body .theme-override-dark .outline-color-hover-accent-foreground-0:hover,html body .theme-override-dark .outline-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-accent-foreground-0:focus,html body .theme-override-dark .outline-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-accent-foreground-0:active{outline-color:var(--color-accent-foreground-0)}body[data-theme-mode=dark] .outside-border-color-accent-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-accent-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-accent-foreground-0:active,html body .theme-override-dark .outside-border-color-accent-foreground-0,html body .theme-override-dark .outside-border-color-hover-accent-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-accent-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-accent-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-accent-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-accent-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-accent-foreground-0:active{--outside-border-color: var(--color-accent-foreground-0)}body[data-theme-mode=dark] .font-color-background-0,body[data-theme-mode=dark] .font-color-hover-background-0:hover,body[data-theme-mode=dark] .font-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-0:focus,body[data-theme-mode=dark] .font-color-focus-background-0:focus-within,body[data-theme-mode=dark] .font-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-0:active,html body .theme-override-dark .font-color-background-0,html body .theme-override-dark .font-color-hover-background-0:hover,html body .theme-override-dark .font-color-focus-background-0[data-focused=true],html body .theme-override-dark .font-color-focus-background-0:focus,html body .theme-override-dark .font-color-focus-background-0:focus-within,html body .theme-override-dark .font-color-active-background-0[data-selected=true],html body .theme-override-dark .font-color-active-background-0:active{color:var(--color-background-0)}body[data-theme-mode=dark] .border-color-background-0,body[data-theme-mode=dark] .border-color-hover-background-0:hover,body[data-theme-mode=dark] .border-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-0:focus,body[data-theme-mode=dark] .border-color-focus-background-0:focus-within,body[data-theme-mode=dark] .border-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-0:active,html body .theme-override-dark .border-color-background-0,html body .theme-override-dark .border-color-hover-background-0:hover,html body .theme-override-dark .border-color-focus-background-0[data-focused=true],html body .theme-override-dark .border-color-focus-background-0:focus,html body .theme-override-dark .border-color-focus-background-0:focus-within,html body .theme-override-dark .border-color-active-background-0[data-selected=true],html body .theme-override-dark .border-color-active-background-0:active{border-color:var(--color-background-0)}body[data-theme-mode=dark] .border-top-color-background-0,body[data-theme-mode=dark] .border-top-color-hover-background-0:hover,body[data-theme-mode=dark] .border-top-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-0:focus,body[data-theme-mode=dark] .border-top-color-focus-background-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-0:active,html body .theme-override-dark .border-top-color-background-0,html body .theme-override-dark .border-top-color-hover-background-0:hover,html body .theme-override-dark .border-top-color-focus-background-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-0:focus,html body .theme-override-dark .border-top-color-focus-background-0:focus-within,html body .theme-override-dark .border-top-color-active-background-0[data-selected=true],html body .theme-override-dark .border-top-color-active-background-0:active{border-top-color:var(--color-background-0)}body[data-theme-mode=dark] .border-bottom-color-background-0,body[data-theme-mode=dark] .border-bottom-color-hover-background-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-0:active,html body .theme-override-dark .border-bottom-color-background-0,html body .theme-override-dark .border-bottom-color-hover-background-0:hover,html body .theme-override-dark .border-bottom-color-focus-background-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-0:focus,html body .theme-override-dark .border-bottom-color-focus-background-0:focus-within,html body .theme-override-dark .border-bottom-color-active-background-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-0:active{border-bottom-color:var(--color-background-0)}body[data-theme-mode=dark] .border-left-color-background-0,body[data-theme-mode=dark] .border-left-color-hover-background-0:hover,body[data-theme-mode=dark] .border-left-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-0:focus,body[data-theme-mode=dark] .border-left-color-focus-background-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-0:active,html body .theme-override-dark .border-left-color-background-0,html body .theme-override-dark .border-left-color-hover-background-0:hover,html body .theme-override-dark .border-left-color-focus-background-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-0:focus,html body .theme-override-dark .border-left-color-focus-background-0:focus-within,html body .theme-override-dark .border-left-color-active-background-0[data-selected=true],html body .theme-override-dark .border-left-color-active-background-0:active{border-left-color:var(--color-background-0)}body[data-theme-mode=dark] .border-right-color-background-0,body[data-theme-mode=dark] .border-right-color-hover-background-0:hover,body[data-theme-mode=dark] .border-right-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-0:focus,body[data-theme-mode=dark] .border-right-color-focus-background-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-0:active,html body .theme-override-dark .border-right-color-background-0,html body .theme-override-dark .border-right-color-hover-background-0:hover,html body .theme-override-dark .border-right-color-focus-background-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-0:focus,html body .theme-override-dark .border-right-color-focus-background-0:focus-within,html body .theme-override-dark .border-right-color-active-background-0[data-selected=true],html body .theme-override-dark .border-right-color-active-background-0:active{border-right-color:var(--color-background-0)}body[data-theme-mode=dark] .fill-color-background-0,body[data-theme-mode=dark] .fill-color-hover-background-0:hover,body[data-theme-mode=dark] .fill-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-0:focus,body[data-theme-mode=dark] .fill-color-focus-background-0:focus-within,body[data-theme-mode=dark] .fill-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-0:active,html body .theme-override-dark .fill-color-background-0,html body .theme-override-dark .fill-color-hover-background-0:hover,html body .theme-override-dark .fill-color-focus-background-0[data-focused=true],html body .theme-override-dark .fill-color-focus-background-0:focus,html body .theme-override-dark .fill-color-focus-background-0:focus-within,html body .theme-override-dark .fill-color-active-background-0[data-selected=true],html body .theme-override-dark .fill-color-active-background-0:active{background-color:var(--color-background-0)}body[data-theme-mode=dark] .outline-color-background-0,body[data-theme-mode=dark] .outline-color-hover-background-0:hover,body[data-theme-mode=dark] .outline-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-0:focus,body[data-theme-mode=dark] .outline-color-focus-background-0:focus-within,body[data-theme-mode=dark] .outline-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-0:active,html body .theme-override-dark .outline-color-background-0,html body .theme-override-dark .outline-color-hover-background-0:hover,html body .theme-override-dark .outline-color-focus-background-0[data-focused=true],html body .theme-override-dark .outline-color-focus-background-0:focus,html body .theme-override-dark .outline-color-focus-background-0:focus-within,html body .theme-override-dark .outline-color-active-background-0[data-selected=true],html body .theme-override-dark .outline-color-active-background-0:active{outline-color:var(--color-background-0)}body[data-theme-mode=dark] .outside-border-color-background-0,body[data-theme-mode=dark] .outside-border-color-hover-background-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-0:active,html body .theme-override-dark .outside-border-color-background-0,html body .theme-override-dark .outside-border-color-hover-background-0:hover,html body .theme-override-dark .outside-border-color-focus-background-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-0:focus,html body .theme-override-dark .outside-border-color-focus-background-0:focus-within,html body .theme-override-dark .outside-border-color-active-background-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-0:active{--outside-border-color: var(--color-background-0)}body[data-theme-mode=dark] .font-color-background-1,body[data-theme-mode=dark] .font-color-hover-background-1:hover,body[data-theme-mode=dark] .font-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-1:focus,body[data-theme-mode=dark] .font-color-focus-background-1:focus-within,body[data-theme-mode=dark] .font-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-1:active,html body .theme-override-dark .font-color-background-1,html body .theme-override-dark .font-color-hover-background-1:hover,html body .theme-override-dark .font-color-focus-background-1[data-focused=true],html body .theme-override-dark .font-color-focus-background-1:focus,html body .theme-override-dark .font-color-focus-background-1:focus-within,html body .theme-override-dark .font-color-active-background-1[data-selected=true],html body .theme-override-dark .font-color-active-background-1:active{color:var(--color-background-1)}body[data-theme-mode=dark] .border-color-background-1,body[data-theme-mode=dark] .border-color-hover-background-1:hover,body[data-theme-mode=dark] .border-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-1:focus,body[data-theme-mode=dark] .border-color-focus-background-1:focus-within,body[data-theme-mode=dark] .border-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-1:active,html body .theme-override-dark .border-color-background-1,html body .theme-override-dark .border-color-hover-background-1:hover,html body .theme-override-dark .border-color-focus-background-1[data-focused=true],html body .theme-override-dark .border-color-focus-background-1:focus,html body .theme-override-dark .border-color-focus-background-1:focus-within,html body .theme-override-dark .border-color-active-background-1[data-selected=true],html body .theme-override-dark .border-color-active-background-1:active{border-color:var(--color-background-1)}body[data-theme-mode=dark] .border-top-color-background-1,body[data-theme-mode=dark] .border-top-color-hover-background-1:hover,body[data-theme-mode=dark] .border-top-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-1:focus,body[data-theme-mode=dark] .border-top-color-focus-background-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-1:active,html body .theme-override-dark .border-top-color-background-1,html body .theme-override-dark .border-top-color-hover-background-1:hover,html body .theme-override-dark .border-top-color-focus-background-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-1:focus,html body .theme-override-dark .border-top-color-focus-background-1:focus-within,html body .theme-override-dark .border-top-color-active-background-1[data-selected=true],html body .theme-override-dark .border-top-color-active-background-1:active{border-top-color:var(--color-background-1)}body[data-theme-mode=dark] .border-bottom-color-background-1,body[data-theme-mode=dark] .border-bottom-color-hover-background-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-1:active,html body .theme-override-dark .border-bottom-color-background-1,html body .theme-override-dark .border-bottom-color-hover-background-1:hover,html body .theme-override-dark .border-bottom-color-focus-background-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-1:focus,html body .theme-override-dark .border-bottom-color-focus-background-1:focus-within,html body .theme-override-dark .border-bottom-color-active-background-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-1:active{border-bottom-color:var(--color-background-1)}body[data-theme-mode=dark] .border-left-color-background-1,body[data-theme-mode=dark] .border-left-color-hover-background-1:hover,body[data-theme-mode=dark] .border-left-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-1:focus,body[data-theme-mode=dark] .border-left-color-focus-background-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-1:active,html body .theme-override-dark .border-left-color-background-1,html body .theme-override-dark .border-left-color-hover-background-1:hover,html body .theme-override-dark .border-left-color-focus-background-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-1:focus,html body .theme-override-dark .border-left-color-focus-background-1:focus-within,html body .theme-override-dark .border-left-color-active-background-1[data-selected=true],html body .theme-override-dark .border-left-color-active-background-1:active{border-left-color:var(--color-background-1)}body[data-theme-mode=dark] .border-right-color-background-1,body[data-theme-mode=dark] .border-right-color-hover-background-1:hover,body[data-theme-mode=dark] .border-right-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-1:focus,body[data-theme-mode=dark] .border-right-color-focus-background-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-1:active,html body .theme-override-dark .border-right-color-background-1,html body .theme-override-dark .border-right-color-hover-background-1:hover,html body .theme-override-dark .border-right-color-focus-background-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-1:focus,html body .theme-override-dark .border-right-color-focus-background-1:focus-within,html body .theme-override-dark .border-right-color-active-background-1[data-selected=true],html body .theme-override-dark .border-right-color-active-background-1:active{border-right-color:var(--color-background-1)}body[data-theme-mode=dark] .fill-color-background-1,body[data-theme-mode=dark] .fill-color-hover-background-1:hover,body[data-theme-mode=dark] .fill-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-1:focus,body[data-theme-mode=dark] .fill-color-focus-background-1:focus-within,body[data-theme-mode=dark] .fill-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-1:active,html body .theme-override-dark .fill-color-background-1,html body .theme-override-dark .fill-color-hover-background-1:hover,html body .theme-override-dark .fill-color-focus-background-1[data-focused=true],html body .theme-override-dark .fill-color-focus-background-1:focus,html body .theme-override-dark .fill-color-focus-background-1:focus-within,html body .theme-override-dark .fill-color-active-background-1[data-selected=true],html body .theme-override-dark .fill-color-active-background-1:active{background-color:var(--color-background-1)}body[data-theme-mode=dark] .outline-color-background-1,body[data-theme-mode=dark] .outline-color-hover-background-1:hover,body[data-theme-mode=dark] .outline-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-1:focus,body[data-theme-mode=dark] .outline-color-focus-background-1:focus-within,body[data-theme-mode=dark] .outline-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-1:active,html body .theme-override-dark .outline-color-background-1,html body .theme-override-dark .outline-color-hover-background-1:hover,html body .theme-override-dark .outline-color-focus-background-1[data-focused=true],html body .theme-override-dark .outline-color-focus-background-1:focus,html body .theme-override-dark .outline-color-focus-background-1:focus-within,html body .theme-override-dark .outline-color-active-background-1[data-selected=true],html body .theme-override-dark .outline-color-active-background-1:active{outline-color:var(--color-background-1)}body[data-theme-mode=dark] .outside-border-color-background-1,body[data-theme-mode=dark] .outside-border-color-hover-background-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-1:active,html body .theme-override-dark .outside-border-color-background-1,html body .theme-override-dark .outside-border-color-hover-background-1:hover,html body .theme-override-dark .outside-border-color-focus-background-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-1:focus,html body .theme-override-dark .outside-border-color-focus-background-1:focus-within,html body .theme-override-dark .outside-border-color-active-background-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-1:active{--outside-border-color: var(--color-background-1)}body[data-theme-mode=dark] .font-color-background-2,body[data-theme-mode=dark] .font-color-hover-background-2:hover,body[data-theme-mode=dark] .font-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-2:focus,body[data-theme-mode=dark] .font-color-focus-background-2:focus-within,body[data-theme-mode=dark] .font-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-2:active,html body .theme-override-dark .font-color-background-2,html body .theme-override-dark .font-color-hover-background-2:hover,html body .theme-override-dark .font-color-focus-background-2[data-focused=true],html body .theme-override-dark .font-color-focus-background-2:focus,html body .theme-override-dark .font-color-focus-background-2:focus-within,html body .theme-override-dark .font-color-active-background-2[data-selected=true],html body .theme-override-dark .font-color-active-background-2:active{color:var(--color-background-2)}body[data-theme-mode=dark] .border-color-background-2,body[data-theme-mode=dark] .border-color-hover-background-2:hover,body[data-theme-mode=dark] .border-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-2:focus,body[data-theme-mode=dark] .border-color-focus-background-2:focus-within,body[data-theme-mode=dark] .border-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-2:active,html body .theme-override-dark .border-color-background-2,html body .theme-override-dark .border-color-hover-background-2:hover,html body .theme-override-dark .border-color-focus-background-2[data-focused=true],html body .theme-override-dark .border-color-focus-background-2:focus,html body .theme-override-dark .border-color-focus-background-2:focus-within,html body .theme-override-dark .border-color-active-background-2[data-selected=true],html body .theme-override-dark .border-color-active-background-2:active{border-color:var(--color-background-2)}body[data-theme-mode=dark] .border-top-color-background-2,body[data-theme-mode=dark] .border-top-color-hover-background-2:hover,body[data-theme-mode=dark] .border-top-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-2:focus,body[data-theme-mode=dark] .border-top-color-focus-background-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-2:active,html body .theme-override-dark .border-top-color-background-2,html body .theme-override-dark .border-top-color-hover-background-2:hover,html body .theme-override-dark .border-top-color-focus-background-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-2:focus,html body .theme-override-dark .border-top-color-focus-background-2:focus-within,html body .theme-override-dark .border-top-color-active-background-2[data-selected=true],html body .theme-override-dark .border-top-color-active-background-2:active{border-top-color:var(--color-background-2)}body[data-theme-mode=dark] .border-bottom-color-background-2,body[data-theme-mode=dark] .border-bottom-color-hover-background-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-2:active,html body .theme-override-dark .border-bottom-color-background-2,html body .theme-override-dark .border-bottom-color-hover-background-2:hover,html body .theme-override-dark .border-bottom-color-focus-background-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-2:focus,html body .theme-override-dark .border-bottom-color-focus-background-2:focus-within,html body .theme-override-dark .border-bottom-color-active-background-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-2:active{border-bottom-color:var(--color-background-2)}body[data-theme-mode=dark] .border-left-color-background-2,body[data-theme-mode=dark] .border-left-color-hover-background-2:hover,body[data-theme-mode=dark] .border-left-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-2:focus,body[data-theme-mode=dark] .border-left-color-focus-background-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-2:active,html body .theme-override-dark .border-left-color-background-2,html body .theme-override-dark .border-left-color-hover-background-2:hover,html body .theme-override-dark .border-left-color-focus-background-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-2:focus,html body .theme-override-dark .border-left-color-focus-background-2:focus-within,html body .theme-override-dark .border-left-color-active-background-2[data-selected=true],html body .theme-override-dark .border-left-color-active-background-2:active{border-left-color:var(--color-background-2)}body[data-theme-mode=dark] .border-right-color-background-2,body[data-theme-mode=dark] .border-right-color-hover-background-2:hover,body[data-theme-mode=dark] .border-right-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-2:focus,body[data-theme-mode=dark] .border-right-color-focus-background-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-2:active,html body .theme-override-dark .border-right-color-background-2,html body .theme-override-dark .border-right-color-hover-background-2:hover,html body .theme-override-dark .border-right-color-focus-background-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-2:focus,html body .theme-override-dark .border-right-color-focus-background-2:focus-within,html body .theme-override-dark .border-right-color-active-background-2[data-selected=true],html body .theme-override-dark .border-right-color-active-background-2:active{border-right-color:var(--color-background-2)}body[data-theme-mode=dark] .fill-color-background-2,body[data-theme-mode=dark] .fill-color-hover-background-2:hover,body[data-theme-mode=dark] .fill-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-2:focus,body[data-theme-mode=dark] .fill-color-focus-background-2:focus-within,body[data-theme-mode=dark] .fill-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-2:active,html body .theme-override-dark .fill-color-background-2,html body .theme-override-dark .fill-color-hover-background-2:hover,html body .theme-override-dark .fill-color-focus-background-2[data-focused=true],html body .theme-override-dark .fill-color-focus-background-2:focus,html body .theme-override-dark .fill-color-focus-background-2:focus-within,html body .theme-override-dark .fill-color-active-background-2[data-selected=true],html body .theme-override-dark .fill-color-active-background-2:active{background-color:var(--color-background-2)}body[data-theme-mode=dark] .outline-color-background-2,body[data-theme-mode=dark] .outline-color-hover-background-2:hover,body[data-theme-mode=dark] .outline-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-2:focus,body[data-theme-mode=dark] .outline-color-focus-background-2:focus-within,body[data-theme-mode=dark] .outline-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-2:active,html body .theme-override-dark .outline-color-background-2,html body .theme-override-dark .outline-color-hover-background-2:hover,html body .theme-override-dark .outline-color-focus-background-2[data-focused=true],html body .theme-override-dark .outline-color-focus-background-2:focus,html body .theme-override-dark .outline-color-focus-background-2:focus-within,html body .theme-override-dark .outline-color-active-background-2[data-selected=true],html body .theme-override-dark .outline-color-active-background-2:active{outline-color:var(--color-background-2)}body[data-theme-mode=dark] .outside-border-color-background-2,body[data-theme-mode=dark] .outside-border-color-hover-background-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-2:active,html body .theme-override-dark .outside-border-color-background-2,html body .theme-override-dark .outside-border-color-hover-background-2:hover,html body .theme-override-dark .outside-border-color-focus-background-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-2:focus,html body .theme-override-dark .outside-border-color-focus-background-2:focus-within,html body .theme-override-dark .outside-border-color-active-background-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-2:active{--outside-border-color: var(--color-background-2)}body[data-theme-mode=dark] .font-color-background-3,body[data-theme-mode=dark] .font-color-hover-background-3:hover,body[data-theme-mode=dark] .font-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-3:focus,body[data-theme-mode=dark] .font-color-focus-background-3:focus-within,body[data-theme-mode=dark] .font-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-3:active,html body .theme-override-dark .font-color-background-3,html body .theme-override-dark .font-color-hover-background-3:hover,html body .theme-override-dark .font-color-focus-background-3[data-focused=true],html body .theme-override-dark .font-color-focus-background-3:focus,html body .theme-override-dark .font-color-focus-background-3:focus-within,html body .theme-override-dark .font-color-active-background-3[data-selected=true],html body .theme-override-dark .font-color-active-background-3:active{color:var(--color-background-3)}body[data-theme-mode=dark] .border-color-background-3,body[data-theme-mode=dark] .border-color-hover-background-3:hover,body[data-theme-mode=dark] .border-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-3:focus,body[data-theme-mode=dark] .border-color-focus-background-3:focus-within,body[data-theme-mode=dark] .border-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-3:active,html body .theme-override-dark .border-color-background-3,html body .theme-override-dark .border-color-hover-background-3:hover,html body .theme-override-dark .border-color-focus-background-3[data-focused=true],html body .theme-override-dark .border-color-focus-background-3:focus,html body .theme-override-dark .border-color-focus-background-3:focus-within,html body .theme-override-dark .border-color-active-background-3[data-selected=true],html body .theme-override-dark .border-color-active-background-3:active{border-color:var(--color-background-3)}body[data-theme-mode=dark] .border-top-color-background-3,body[data-theme-mode=dark] .border-top-color-hover-background-3:hover,body[data-theme-mode=dark] .border-top-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-3:focus,body[data-theme-mode=dark] .border-top-color-focus-background-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-3:active,html body .theme-override-dark .border-top-color-background-3,html body .theme-override-dark .border-top-color-hover-background-3:hover,html body .theme-override-dark .border-top-color-focus-background-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-3:focus,html body .theme-override-dark .border-top-color-focus-background-3:focus-within,html body .theme-override-dark .border-top-color-active-background-3[data-selected=true],html body .theme-override-dark .border-top-color-active-background-3:active{border-top-color:var(--color-background-3)}body[data-theme-mode=dark] .border-bottom-color-background-3,body[data-theme-mode=dark] .border-bottom-color-hover-background-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-3:active,html body .theme-override-dark .border-bottom-color-background-3,html body .theme-override-dark .border-bottom-color-hover-background-3:hover,html body .theme-override-dark .border-bottom-color-focus-background-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-3:focus,html body .theme-override-dark .border-bottom-color-focus-background-3:focus-within,html body .theme-override-dark .border-bottom-color-active-background-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-3:active{border-bottom-color:var(--color-background-3)}body[data-theme-mode=dark] .border-left-color-background-3,body[data-theme-mode=dark] .border-left-color-hover-background-3:hover,body[data-theme-mode=dark] .border-left-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-3:focus,body[data-theme-mode=dark] .border-left-color-focus-background-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-3:active,html body .theme-override-dark .border-left-color-background-3,html body .theme-override-dark .border-left-color-hover-background-3:hover,html body .theme-override-dark .border-left-color-focus-background-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-3:focus,html body .theme-override-dark .border-left-color-focus-background-3:focus-within,html body .theme-override-dark .border-left-color-active-background-3[data-selected=true],html body .theme-override-dark .border-left-color-active-background-3:active{border-left-color:var(--color-background-3)}body[data-theme-mode=dark] .border-right-color-background-3,body[data-theme-mode=dark] .border-right-color-hover-background-3:hover,body[data-theme-mode=dark] .border-right-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-3:focus,body[data-theme-mode=dark] .border-right-color-focus-background-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-3:active,html body .theme-override-dark .border-right-color-background-3,html body .theme-override-dark .border-right-color-hover-background-3:hover,html body .theme-override-dark .border-right-color-focus-background-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-3:focus,html body .theme-override-dark .border-right-color-focus-background-3:focus-within,html body .theme-override-dark .border-right-color-active-background-3[data-selected=true],html body .theme-override-dark .border-right-color-active-background-3:active{border-right-color:var(--color-background-3)}body[data-theme-mode=dark] .fill-color-background-3,body[data-theme-mode=dark] .fill-color-hover-background-3:hover,body[data-theme-mode=dark] .fill-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-3:focus,body[data-theme-mode=dark] .fill-color-focus-background-3:focus-within,body[data-theme-mode=dark] .fill-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-3:active,html body .theme-override-dark .fill-color-background-3,html body .theme-override-dark .fill-color-hover-background-3:hover,html body .theme-override-dark .fill-color-focus-background-3[data-focused=true],html body .theme-override-dark .fill-color-focus-background-3:focus,html body .theme-override-dark .fill-color-focus-background-3:focus-within,html body .theme-override-dark .fill-color-active-background-3[data-selected=true],html body .theme-override-dark .fill-color-active-background-3:active{background-color:var(--color-background-3)}body[data-theme-mode=dark] .outline-color-background-3,body[data-theme-mode=dark] .outline-color-hover-background-3:hover,body[data-theme-mode=dark] .outline-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-3:focus,body[data-theme-mode=dark] .outline-color-focus-background-3:focus-within,body[data-theme-mode=dark] .outline-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-3:active,html body .theme-override-dark .outline-color-background-3,html body .theme-override-dark .outline-color-hover-background-3:hover,html body .theme-override-dark .outline-color-focus-background-3[data-focused=true],html body .theme-override-dark .outline-color-focus-background-3:focus,html body .theme-override-dark .outline-color-focus-background-3:focus-within,html body .theme-override-dark .outline-color-active-background-3[data-selected=true],html body .theme-override-dark .outline-color-active-background-3:active{outline-color:var(--color-background-3)}body[data-theme-mode=dark] .outside-border-color-background-3,body[data-theme-mode=dark] .outside-border-color-hover-background-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-3:active,html body .theme-override-dark .outside-border-color-background-3,html body .theme-override-dark .outside-border-color-hover-background-3:hover,html body .theme-override-dark .outside-border-color-focus-background-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-3:focus,html body .theme-override-dark .outside-border-color-focus-background-3:focus-within,html body .theme-override-dark .outside-border-color-active-background-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-3:active{--outside-border-color: var(--color-background-3)}body[data-theme-mode=dark] .font-color-background-4,body[data-theme-mode=dark] .font-color-hover-background-4:hover,body[data-theme-mode=dark] .font-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-4:focus,body[data-theme-mode=dark] .font-color-focus-background-4:focus-within,body[data-theme-mode=dark] .font-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-4:active,html body .theme-override-dark .font-color-background-4,html body .theme-override-dark .font-color-hover-background-4:hover,html body .theme-override-dark .font-color-focus-background-4[data-focused=true],html body .theme-override-dark .font-color-focus-background-4:focus,html body .theme-override-dark .font-color-focus-background-4:focus-within,html body .theme-override-dark .font-color-active-background-4[data-selected=true],html body .theme-override-dark .font-color-active-background-4:active{color:var(--color-background-4)}body[data-theme-mode=dark] .border-color-background-4,body[data-theme-mode=dark] .border-color-hover-background-4:hover,body[data-theme-mode=dark] .border-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-4:focus,body[data-theme-mode=dark] .border-color-focus-background-4:focus-within,body[data-theme-mode=dark] .border-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-4:active,html body .theme-override-dark .border-color-background-4,html body .theme-override-dark .border-color-hover-background-4:hover,html body .theme-override-dark .border-color-focus-background-4[data-focused=true],html body .theme-override-dark .border-color-focus-background-4:focus,html body .theme-override-dark .border-color-focus-background-4:focus-within,html body .theme-override-dark .border-color-active-background-4[data-selected=true],html body .theme-override-dark .border-color-active-background-4:active{border-color:var(--color-background-4)}body[data-theme-mode=dark] .border-top-color-background-4,body[data-theme-mode=dark] .border-top-color-hover-background-4:hover,body[data-theme-mode=dark] .border-top-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-4:focus,body[data-theme-mode=dark] .border-top-color-focus-background-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-4:active,html body .theme-override-dark .border-top-color-background-4,html body .theme-override-dark .border-top-color-hover-background-4:hover,html body .theme-override-dark .border-top-color-focus-background-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-4:focus,html body .theme-override-dark .border-top-color-focus-background-4:focus-within,html body .theme-override-dark .border-top-color-active-background-4[data-selected=true],html body .theme-override-dark .border-top-color-active-background-4:active{border-top-color:var(--color-background-4)}body[data-theme-mode=dark] .border-bottom-color-background-4,body[data-theme-mode=dark] .border-bottom-color-hover-background-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-4:active,html body .theme-override-dark .border-bottom-color-background-4,html body .theme-override-dark .border-bottom-color-hover-background-4:hover,html body .theme-override-dark .border-bottom-color-focus-background-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-4:focus,html body .theme-override-dark .border-bottom-color-focus-background-4:focus-within,html body .theme-override-dark .border-bottom-color-active-background-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-4:active{border-bottom-color:var(--color-background-4)}body[data-theme-mode=dark] .border-left-color-background-4,body[data-theme-mode=dark] .border-left-color-hover-background-4:hover,body[data-theme-mode=dark] .border-left-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-4:focus,body[data-theme-mode=dark] .border-left-color-focus-background-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-4:active,html body .theme-override-dark .border-left-color-background-4,html body .theme-override-dark .border-left-color-hover-background-4:hover,html body .theme-override-dark .border-left-color-focus-background-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-4:focus,html body .theme-override-dark .border-left-color-focus-background-4:focus-within,html body .theme-override-dark .border-left-color-active-background-4[data-selected=true],html body .theme-override-dark .border-left-color-active-background-4:active{border-left-color:var(--color-background-4)}body[data-theme-mode=dark] .border-right-color-background-4,body[data-theme-mode=dark] .border-right-color-hover-background-4:hover,body[data-theme-mode=dark] .border-right-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-4:focus,body[data-theme-mode=dark] .border-right-color-focus-background-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-4:active,html body .theme-override-dark .border-right-color-background-4,html body .theme-override-dark .border-right-color-hover-background-4:hover,html body .theme-override-dark .border-right-color-focus-background-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-4:focus,html body .theme-override-dark .border-right-color-focus-background-4:focus-within,html body .theme-override-dark .border-right-color-active-background-4[data-selected=true],html body .theme-override-dark .border-right-color-active-background-4:active{border-right-color:var(--color-background-4)}body[data-theme-mode=dark] .fill-color-background-4,body[data-theme-mode=dark] .fill-color-hover-background-4:hover,body[data-theme-mode=dark] .fill-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-4:focus,body[data-theme-mode=dark] .fill-color-focus-background-4:focus-within,body[data-theme-mode=dark] .fill-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-4:active,html body .theme-override-dark .fill-color-background-4,html body .theme-override-dark .fill-color-hover-background-4:hover,html body .theme-override-dark .fill-color-focus-background-4[data-focused=true],html body .theme-override-dark .fill-color-focus-background-4:focus,html body .theme-override-dark .fill-color-focus-background-4:focus-within,html body .theme-override-dark .fill-color-active-background-4[data-selected=true],html body .theme-override-dark .fill-color-active-background-4:active{background-color:var(--color-background-4)}body[data-theme-mode=dark] .outline-color-background-4,body[data-theme-mode=dark] .outline-color-hover-background-4:hover,body[data-theme-mode=dark] .outline-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-4:focus,body[data-theme-mode=dark] .outline-color-focus-background-4:focus-within,body[data-theme-mode=dark] .outline-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-4:active,html body .theme-override-dark .outline-color-background-4,html body .theme-override-dark .outline-color-hover-background-4:hover,html body .theme-override-dark .outline-color-focus-background-4[data-focused=true],html body .theme-override-dark .outline-color-focus-background-4:focus,html body .theme-override-dark .outline-color-focus-background-4:focus-within,html body .theme-override-dark .outline-color-active-background-4[data-selected=true],html body .theme-override-dark .outline-color-active-background-4:active{outline-color:var(--color-background-4)}body[data-theme-mode=dark] .outside-border-color-background-4,body[data-theme-mode=dark] .outside-border-color-hover-background-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-4:active,html body .theme-override-dark .outside-border-color-background-4,html body .theme-override-dark .outside-border-color-hover-background-4:hover,html body .theme-override-dark .outside-border-color-focus-background-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-4:focus,html body .theme-override-dark .outside-border-color-focus-background-4:focus-within,html body .theme-override-dark .outside-border-color-active-background-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-4:active{--outside-border-color: var(--color-background-4)}body[data-theme-mode=dark] .font-color-background-5,body[data-theme-mode=dark] .font-color-hover-background-5:hover,body[data-theme-mode=dark] .font-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-5:focus,body[data-theme-mode=dark] .font-color-focus-background-5:focus-within,body[data-theme-mode=dark] .font-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-5:active,html body .theme-override-dark .font-color-background-5,html body .theme-override-dark .font-color-hover-background-5:hover,html body .theme-override-dark .font-color-focus-background-5[data-focused=true],html body .theme-override-dark .font-color-focus-background-5:focus,html body .theme-override-dark .font-color-focus-background-5:focus-within,html body .theme-override-dark .font-color-active-background-5[data-selected=true],html body .theme-override-dark .font-color-active-background-5:active{color:var(--color-background-5)}body[data-theme-mode=dark] .border-color-background-5,body[data-theme-mode=dark] .border-color-hover-background-5:hover,body[data-theme-mode=dark] .border-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-5:focus,body[data-theme-mode=dark] .border-color-focus-background-5:focus-within,body[data-theme-mode=dark] .border-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-5:active,html body .theme-override-dark .border-color-background-5,html body .theme-override-dark .border-color-hover-background-5:hover,html body .theme-override-dark .border-color-focus-background-5[data-focused=true],html body .theme-override-dark .border-color-focus-background-5:focus,html body .theme-override-dark .border-color-focus-background-5:focus-within,html body .theme-override-dark .border-color-active-background-5[data-selected=true],html body .theme-override-dark .border-color-active-background-5:active{border-color:var(--color-background-5)}body[data-theme-mode=dark] .border-top-color-background-5,body[data-theme-mode=dark] .border-top-color-hover-background-5:hover,body[data-theme-mode=dark] .border-top-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-5:focus,body[data-theme-mode=dark] .border-top-color-focus-background-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-5:active,html body .theme-override-dark .border-top-color-background-5,html body .theme-override-dark .border-top-color-hover-background-5:hover,html body .theme-override-dark .border-top-color-focus-background-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-5:focus,html body .theme-override-dark .border-top-color-focus-background-5:focus-within,html body .theme-override-dark .border-top-color-active-background-5[data-selected=true],html body .theme-override-dark .border-top-color-active-background-5:active{border-top-color:var(--color-background-5)}body[data-theme-mode=dark] .border-bottom-color-background-5,body[data-theme-mode=dark] .border-bottom-color-hover-background-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-5:active,html body .theme-override-dark .border-bottom-color-background-5,html body .theme-override-dark .border-bottom-color-hover-background-5:hover,html body .theme-override-dark .border-bottom-color-focus-background-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-5:focus,html body .theme-override-dark .border-bottom-color-focus-background-5:focus-within,html body .theme-override-dark .border-bottom-color-active-background-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-5:active{border-bottom-color:var(--color-background-5)}body[data-theme-mode=dark] .border-left-color-background-5,body[data-theme-mode=dark] .border-left-color-hover-background-5:hover,body[data-theme-mode=dark] .border-left-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-5:focus,body[data-theme-mode=dark] .border-left-color-focus-background-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-5:active,html body .theme-override-dark .border-left-color-background-5,html body .theme-override-dark .border-left-color-hover-background-5:hover,html body .theme-override-dark .border-left-color-focus-background-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-5:focus,html body .theme-override-dark .border-left-color-focus-background-5:focus-within,html body .theme-override-dark .border-left-color-active-background-5[data-selected=true],html body .theme-override-dark .border-left-color-active-background-5:active{border-left-color:var(--color-background-5)}body[data-theme-mode=dark] .border-right-color-background-5,body[data-theme-mode=dark] .border-right-color-hover-background-5:hover,body[data-theme-mode=dark] .border-right-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-5:focus,body[data-theme-mode=dark] .border-right-color-focus-background-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-5:active,html body .theme-override-dark .border-right-color-background-5,html body .theme-override-dark .border-right-color-hover-background-5:hover,html body .theme-override-dark .border-right-color-focus-background-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-5:focus,html body .theme-override-dark .border-right-color-focus-background-5:focus-within,html body .theme-override-dark .border-right-color-active-background-5[data-selected=true],html body .theme-override-dark .border-right-color-active-background-5:active{border-right-color:var(--color-background-5)}body[data-theme-mode=dark] .fill-color-background-5,body[data-theme-mode=dark] .fill-color-hover-background-5:hover,body[data-theme-mode=dark] .fill-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-5:focus,body[data-theme-mode=dark] .fill-color-focus-background-5:focus-within,body[data-theme-mode=dark] .fill-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-5:active,html body .theme-override-dark .fill-color-background-5,html body .theme-override-dark .fill-color-hover-background-5:hover,html body .theme-override-dark .fill-color-focus-background-5[data-focused=true],html body .theme-override-dark .fill-color-focus-background-5:focus,html body .theme-override-dark .fill-color-focus-background-5:focus-within,html body .theme-override-dark .fill-color-active-background-5[data-selected=true],html body .theme-override-dark .fill-color-active-background-5:active{background-color:var(--color-background-5)}body[data-theme-mode=dark] .outline-color-background-5,body[data-theme-mode=dark] .outline-color-hover-background-5:hover,body[data-theme-mode=dark] .outline-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-5:focus,body[data-theme-mode=dark] .outline-color-focus-background-5:focus-within,body[data-theme-mode=dark] .outline-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-5:active,html body .theme-override-dark .outline-color-background-5,html body .theme-override-dark .outline-color-hover-background-5:hover,html body .theme-override-dark .outline-color-focus-background-5[data-focused=true],html body .theme-override-dark .outline-color-focus-background-5:focus,html body .theme-override-dark .outline-color-focus-background-5:focus-within,html body .theme-override-dark .outline-color-active-background-5[data-selected=true],html body .theme-override-dark .outline-color-active-background-5:active{outline-color:var(--color-background-5)}body[data-theme-mode=dark] .outside-border-color-background-5,body[data-theme-mode=dark] .outside-border-color-hover-background-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-5:active,html body .theme-override-dark .outside-border-color-background-5,html body .theme-override-dark .outside-border-color-hover-background-5:hover,html body .theme-override-dark .outside-border-color-focus-background-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-5:focus,html body .theme-override-dark .outside-border-color-focus-background-5:focus-within,html body .theme-override-dark .outside-border-color-active-background-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-5:active{--outside-border-color: var(--color-background-5)}body[data-theme-mode=dark] .font-color-surface-0,body[data-theme-mode=dark] .font-color-hover-surface-0:hover,body[data-theme-mode=dark] .font-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-0:focus,body[data-theme-mode=dark] .font-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .font-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-0:active,html body .theme-override-dark .font-color-surface-0,html body .theme-override-dark .font-color-hover-surface-0:hover,html body .theme-override-dark .font-color-focus-surface-0[data-focused=true],html body .theme-override-dark .font-color-focus-surface-0:focus,html body .theme-override-dark .font-color-focus-surface-0:focus-within,html body .theme-override-dark .font-color-active-surface-0[data-selected=true],html body .theme-override-dark .font-color-active-surface-0:active{color:var(--color-surface-0)}body[data-theme-mode=dark] .border-color-surface-0,body[data-theme-mode=dark] .border-color-hover-surface-0:hover,body[data-theme-mode=dark] .border-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-0:focus,body[data-theme-mode=dark] .border-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .border-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-0:active,html body .theme-override-dark .border-color-surface-0,html body .theme-override-dark .border-color-hover-surface-0:hover,html body .theme-override-dark .border-color-focus-surface-0[data-focused=true],html body .theme-override-dark .border-color-focus-surface-0:focus,html body .theme-override-dark .border-color-focus-surface-0:focus-within,html body .theme-override-dark .border-color-active-surface-0[data-selected=true],html body .theme-override-dark .border-color-active-surface-0:active{border-color:var(--color-surface-0)}body[data-theme-mode=dark] .border-top-color-surface-0,body[data-theme-mode=dark] .border-top-color-hover-surface-0:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-0:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-0:active,html body .theme-override-dark .border-top-color-surface-0,html body .theme-override-dark .border-top-color-hover-surface-0:hover,html body .theme-override-dark .border-top-color-focus-surface-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-0:focus,html body .theme-override-dark .border-top-color-focus-surface-0:focus-within,html body .theme-override-dark .border-top-color-active-surface-0[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-0:active{border-top-color:var(--color-surface-0)}body[data-theme-mode=dark] .border-bottom-color-surface-0,body[data-theme-mode=dark] .border-bottom-color-hover-surface-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-0:active,html body .theme-override-dark .border-bottom-color-surface-0,html body .theme-override-dark .border-bottom-color-hover-surface-0:hover,html body .theme-override-dark .border-bottom-color-focus-surface-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-0:focus,html body .theme-override-dark .border-bottom-color-focus-surface-0:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-0:active{border-bottom-color:var(--color-surface-0)}body[data-theme-mode=dark] .border-left-color-surface-0,body[data-theme-mode=dark] .border-left-color-hover-surface-0:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-0:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-0:active,html body .theme-override-dark .border-left-color-surface-0,html body .theme-override-dark .border-left-color-hover-surface-0:hover,html body .theme-override-dark .border-left-color-focus-surface-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-0:focus,html body .theme-override-dark .border-left-color-focus-surface-0:focus-within,html body .theme-override-dark .border-left-color-active-surface-0[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-0:active{border-left-color:var(--color-surface-0)}body[data-theme-mode=dark] .border-right-color-surface-0,body[data-theme-mode=dark] .border-right-color-hover-surface-0:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-0:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-0:active,html body .theme-override-dark .border-right-color-surface-0,html body .theme-override-dark .border-right-color-hover-surface-0:hover,html body .theme-override-dark .border-right-color-focus-surface-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-0:focus,html body .theme-override-dark .border-right-color-focus-surface-0:focus-within,html body .theme-override-dark .border-right-color-active-surface-0[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-0:active{border-right-color:var(--color-surface-0)}body[data-theme-mode=dark] .fill-color-surface-0,body[data-theme-mode=dark] .fill-color-hover-surface-0:hover,body[data-theme-mode=dark] .fill-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-0:focus,body[data-theme-mode=dark] .fill-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-0:active,html body .theme-override-dark .fill-color-surface-0,html body .theme-override-dark .fill-color-hover-surface-0:hover,html body .theme-override-dark .fill-color-focus-surface-0[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-0:focus,html body .theme-override-dark .fill-color-focus-surface-0:focus-within,html body .theme-override-dark .fill-color-active-surface-0[data-selected=true],html body .theme-override-dark .fill-color-active-surface-0:active{background-color:var(--color-surface-0)}body[data-theme-mode=dark] .outline-color-surface-0,body[data-theme-mode=dark] .outline-color-hover-surface-0:hover,body[data-theme-mode=dark] .outline-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-0:focus,body[data-theme-mode=dark] .outline-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-0:active,html body .theme-override-dark .outline-color-surface-0,html body .theme-override-dark .outline-color-hover-surface-0:hover,html body .theme-override-dark .outline-color-focus-surface-0[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-0:focus,html body .theme-override-dark .outline-color-focus-surface-0:focus-within,html body .theme-override-dark .outline-color-active-surface-0[data-selected=true],html body .theme-override-dark .outline-color-active-surface-0:active{outline-color:var(--color-surface-0)}body[data-theme-mode=dark] .outside-border-color-surface-0,body[data-theme-mode=dark] .outside-border-color-hover-surface-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-0:active,html body .theme-override-dark .outside-border-color-surface-0,html body .theme-override-dark .outside-border-color-hover-surface-0:hover,html body .theme-override-dark .outside-border-color-focus-surface-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-0:focus,html body .theme-override-dark .outside-border-color-focus-surface-0:focus-within,html body .theme-override-dark .outside-border-color-active-surface-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-0:active{--outside-border-color: var(--color-surface-0)}body[data-theme-mode=dark] .font-color-surface-1,body[data-theme-mode=dark] .font-color-hover-surface-1:hover,body[data-theme-mode=dark] .font-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-1:focus,body[data-theme-mode=dark] .font-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .font-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-1:active,html body .theme-override-dark .font-color-surface-1,html body .theme-override-dark .font-color-hover-surface-1:hover,html body .theme-override-dark .font-color-focus-surface-1[data-focused=true],html body .theme-override-dark .font-color-focus-surface-1:focus,html body .theme-override-dark .font-color-focus-surface-1:focus-within,html body .theme-override-dark .font-color-active-surface-1[data-selected=true],html body .theme-override-dark .font-color-active-surface-1:active{color:var(--color-surface-1)}body[data-theme-mode=dark] .border-color-surface-1,body[data-theme-mode=dark] .border-color-hover-surface-1:hover,body[data-theme-mode=dark] .border-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-1:focus,body[data-theme-mode=dark] .border-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .border-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-1:active,html body .theme-override-dark .border-color-surface-1,html body .theme-override-dark .border-color-hover-surface-1:hover,html body .theme-override-dark .border-color-focus-surface-1[data-focused=true],html body .theme-override-dark .border-color-focus-surface-1:focus,html body .theme-override-dark .border-color-focus-surface-1:focus-within,html body .theme-override-dark .border-color-active-surface-1[data-selected=true],html body .theme-override-dark .border-color-active-surface-1:active{border-color:var(--color-surface-1)}body[data-theme-mode=dark] .border-top-color-surface-1,body[data-theme-mode=dark] .border-top-color-hover-surface-1:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-1:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-1:active,html body .theme-override-dark .border-top-color-surface-1,html body .theme-override-dark .border-top-color-hover-surface-1:hover,html body .theme-override-dark .border-top-color-focus-surface-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-1:focus,html body .theme-override-dark .border-top-color-focus-surface-1:focus-within,html body .theme-override-dark .border-top-color-active-surface-1[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-1:active{border-top-color:var(--color-surface-1)}body[data-theme-mode=dark] .border-bottom-color-surface-1,body[data-theme-mode=dark] .border-bottom-color-hover-surface-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-1:active,html body .theme-override-dark .border-bottom-color-surface-1,html body .theme-override-dark .border-bottom-color-hover-surface-1:hover,html body .theme-override-dark .border-bottom-color-focus-surface-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-1:focus,html body .theme-override-dark .border-bottom-color-focus-surface-1:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-1:active{border-bottom-color:var(--color-surface-1)}body[data-theme-mode=dark] .border-left-color-surface-1,body[data-theme-mode=dark] .border-left-color-hover-surface-1:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-1:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-1:active,html body .theme-override-dark .border-left-color-surface-1,html body .theme-override-dark .border-left-color-hover-surface-1:hover,html body .theme-override-dark .border-left-color-focus-surface-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-1:focus,html body .theme-override-dark .border-left-color-focus-surface-1:focus-within,html body .theme-override-dark .border-left-color-active-surface-1[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-1:active{border-left-color:var(--color-surface-1)}body[data-theme-mode=dark] .border-right-color-surface-1,body[data-theme-mode=dark] .border-right-color-hover-surface-1:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-1:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-1:active,html body .theme-override-dark .border-right-color-surface-1,html body .theme-override-dark .border-right-color-hover-surface-1:hover,html body .theme-override-dark .border-right-color-focus-surface-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-1:focus,html body .theme-override-dark .border-right-color-focus-surface-1:focus-within,html body .theme-override-dark .border-right-color-active-surface-1[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-1:active{border-right-color:var(--color-surface-1)}body[data-theme-mode=dark] .fill-color-surface-1,body[data-theme-mode=dark] .fill-color-hover-surface-1:hover,body[data-theme-mode=dark] .fill-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-1:focus,body[data-theme-mode=dark] .fill-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-1:active,html body .theme-override-dark .fill-color-surface-1,html body .theme-override-dark .fill-color-hover-surface-1:hover,html body .theme-override-dark .fill-color-focus-surface-1[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-1:focus,html body .theme-override-dark .fill-color-focus-surface-1:focus-within,html body .theme-override-dark .fill-color-active-surface-1[data-selected=true],html body .theme-override-dark .fill-color-active-surface-1:active{background-color:var(--color-surface-1)}body[data-theme-mode=dark] .outline-color-surface-1,body[data-theme-mode=dark] .outline-color-hover-surface-1:hover,body[data-theme-mode=dark] .outline-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-1:focus,body[data-theme-mode=dark] .outline-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-1:active,html body .theme-override-dark .outline-color-surface-1,html body .theme-override-dark .outline-color-hover-surface-1:hover,html body .theme-override-dark .outline-color-focus-surface-1[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-1:focus,html body .theme-override-dark .outline-color-focus-surface-1:focus-within,html body .theme-override-dark .outline-color-active-surface-1[data-selected=true],html body .theme-override-dark .outline-color-active-surface-1:active{outline-color:var(--color-surface-1)}body[data-theme-mode=dark] .outside-border-color-surface-1,body[data-theme-mode=dark] .outside-border-color-hover-surface-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-1:active,html body .theme-override-dark .outside-border-color-surface-1,html body .theme-override-dark .outside-border-color-hover-surface-1:hover,html body .theme-override-dark .outside-border-color-focus-surface-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-1:focus,html body .theme-override-dark .outside-border-color-focus-surface-1:focus-within,html body .theme-override-dark .outside-border-color-active-surface-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-1:active{--outside-border-color: var(--color-surface-1)}body[data-theme-mode=dark] .font-color-surface-2,body[data-theme-mode=dark] .font-color-hover-surface-2:hover,body[data-theme-mode=dark] .font-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-2:focus,body[data-theme-mode=dark] .font-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .font-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-2:active,html body .theme-override-dark .font-color-surface-2,html body .theme-override-dark .font-color-hover-surface-2:hover,html body .theme-override-dark .font-color-focus-surface-2[data-focused=true],html body .theme-override-dark .font-color-focus-surface-2:focus,html body .theme-override-dark .font-color-focus-surface-2:focus-within,html body .theme-override-dark .font-color-active-surface-2[data-selected=true],html body .theme-override-dark .font-color-active-surface-2:active{color:var(--color-surface-2)}body[data-theme-mode=dark] .border-color-surface-2,body[data-theme-mode=dark] .border-color-hover-surface-2:hover,body[data-theme-mode=dark] .border-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-2:focus,body[data-theme-mode=dark] .border-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .border-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-2:active,html body .theme-override-dark .border-color-surface-2,html body .theme-override-dark .border-color-hover-surface-2:hover,html body .theme-override-dark .border-color-focus-surface-2[data-focused=true],html body .theme-override-dark .border-color-focus-surface-2:focus,html body .theme-override-dark .border-color-focus-surface-2:focus-within,html body .theme-override-dark .border-color-active-surface-2[data-selected=true],html body .theme-override-dark .border-color-active-surface-2:active{border-color:var(--color-surface-2)}body[data-theme-mode=dark] .border-top-color-surface-2,body[data-theme-mode=dark] .border-top-color-hover-surface-2:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-2:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-2:active,html body .theme-override-dark .border-top-color-surface-2,html body .theme-override-dark .border-top-color-hover-surface-2:hover,html body .theme-override-dark .border-top-color-focus-surface-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-2:focus,html body .theme-override-dark .border-top-color-focus-surface-2:focus-within,html body .theme-override-dark .border-top-color-active-surface-2[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-2:active{border-top-color:var(--color-surface-2)}body[data-theme-mode=dark] .border-bottom-color-surface-2,body[data-theme-mode=dark] .border-bottom-color-hover-surface-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-2:active,html body .theme-override-dark .border-bottom-color-surface-2,html body .theme-override-dark .border-bottom-color-hover-surface-2:hover,html body .theme-override-dark .border-bottom-color-focus-surface-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-2:focus,html body .theme-override-dark .border-bottom-color-focus-surface-2:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-2:active{border-bottom-color:var(--color-surface-2)}body[data-theme-mode=dark] .border-left-color-surface-2,body[data-theme-mode=dark] .border-left-color-hover-surface-2:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-2:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-2:active,html body .theme-override-dark .border-left-color-surface-2,html body .theme-override-dark .border-left-color-hover-surface-2:hover,html body .theme-override-dark .border-left-color-focus-surface-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-2:focus,html body .theme-override-dark .border-left-color-focus-surface-2:focus-within,html body .theme-override-dark .border-left-color-active-surface-2[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-2:active{border-left-color:var(--color-surface-2)}body[data-theme-mode=dark] .border-right-color-surface-2,body[data-theme-mode=dark] .border-right-color-hover-surface-2:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-2:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-2:active,html body .theme-override-dark .border-right-color-surface-2,html body .theme-override-dark .border-right-color-hover-surface-2:hover,html body .theme-override-dark .border-right-color-focus-surface-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-2:focus,html body .theme-override-dark .border-right-color-focus-surface-2:focus-within,html body .theme-override-dark .border-right-color-active-surface-2[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-2:active{border-right-color:var(--color-surface-2)}body[data-theme-mode=dark] .fill-color-surface-2,body[data-theme-mode=dark] .fill-color-hover-surface-2:hover,body[data-theme-mode=dark] .fill-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-2:focus,body[data-theme-mode=dark] .fill-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-2:active,html body .theme-override-dark .fill-color-surface-2,html body .theme-override-dark .fill-color-hover-surface-2:hover,html body .theme-override-dark .fill-color-focus-surface-2[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-2:focus,html body .theme-override-dark .fill-color-focus-surface-2:focus-within,html body .theme-override-dark .fill-color-active-surface-2[data-selected=true],html body .theme-override-dark .fill-color-active-surface-2:active{background-color:var(--color-surface-2)}body[data-theme-mode=dark] .outline-color-surface-2,body[data-theme-mode=dark] .outline-color-hover-surface-2:hover,body[data-theme-mode=dark] .outline-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-2:focus,body[data-theme-mode=dark] .outline-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-2:active,html body .theme-override-dark .outline-color-surface-2,html body .theme-override-dark .outline-color-hover-surface-2:hover,html body .theme-override-dark .outline-color-focus-surface-2[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-2:focus,html body .theme-override-dark .outline-color-focus-surface-2:focus-within,html body .theme-override-dark .outline-color-active-surface-2[data-selected=true],html body .theme-override-dark .outline-color-active-surface-2:active{outline-color:var(--color-surface-2)}body[data-theme-mode=dark] .outside-border-color-surface-2,body[data-theme-mode=dark] .outside-border-color-hover-surface-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-2:active,html body .theme-override-dark .outside-border-color-surface-2,html body .theme-override-dark .outside-border-color-hover-surface-2:hover,html body .theme-override-dark .outside-border-color-focus-surface-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-2:focus,html body .theme-override-dark .outside-border-color-focus-surface-2:focus-within,html body .theme-override-dark .outside-border-color-active-surface-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-2:active{--outside-border-color: var(--color-surface-2)}body[data-theme-mode=dark] .font-color-surface-3,body[data-theme-mode=dark] .font-color-hover-surface-3:hover,body[data-theme-mode=dark] .font-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-3:focus,body[data-theme-mode=dark] .font-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .font-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-3:active,html body .theme-override-dark .font-color-surface-3,html body .theme-override-dark .font-color-hover-surface-3:hover,html body .theme-override-dark .font-color-focus-surface-3[data-focused=true],html body .theme-override-dark .font-color-focus-surface-3:focus,html body .theme-override-dark .font-color-focus-surface-3:focus-within,html body .theme-override-dark .font-color-active-surface-3[data-selected=true],html body .theme-override-dark .font-color-active-surface-3:active{color:var(--color-surface-3)}body[data-theme-mode=dark] .border-color-surface-3,body[data-theme-mode=dark] .border-color-hover-surface-3:hover,body[data-theme-mode=dark] .border-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-3:focus,body[data-theme-mode=dark] .border-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .border-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-3:active,html body .theme-override-dark .border-color-surface-3,html body .theme-override-dark .border-color-hover-surface-3:hover,html body .theme-override-dark .border-color-focus-surface-3[data-focused=true],html body .theme-override-dark .border-color-focus-surface-3:focus,html body .theme-override-dark .border-color-focus-surface-3:focus-within,html body .theme-override-dark .border-color-active-surface-3[data-selected=true],html body .theme-override-dark .border-color-active-surface-3:active{border-color:var(--color-surface-3)}body[data-theme-mode=dark] .border-top-color-surface-3,body[data-theme-mode=dark] .border-top-color-hover-surface-3:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-3:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-3:active,html body .theme-override-dark .border-top-color-surface-3,html body .theme-override-dark .border-top-color-hover-surface-3:hover,html body .theme-override-dark .border-top-color-focus-surface-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-3:focus,html body .theme-override-dark .border-top-color-focus-surface-3:focus-within,html body .theme-override-dark .border-top-color-active-surface-3[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-3:active{border-top-color:var(--color-surface-3)}body[data-theme-mode=dark] .border-bottom-color-surface-3,body[data-theme-mode=dark] .border-bottom-color-hover-surface-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-3:active,html body .theme-override-dark .border-bottom-color-surface-3,html body .theme-override-dark .border-bottom-color-hover-surface-3:hover,html body .theme-override-dark .border-bottom-color-focus-surface-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-3:focus,html body .theme-override-dark .border-bottom-color-focus-surface-3:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-3:active{border-bottom-color:var(--color-surface-3)}body[data-theme-mode=dark] .border-left-color-surface-3,body[data-theme-mode=dark] .border-left-color-hover-surface-3:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-3:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-3:active,html body .theme-override-dark .border-left-color-surface-3,html body .theme-override-dark .border-left-color-hover-surface-3:hover,html body .theme-override-dark .border-left-color-focus-surface-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-3:focus,html body .theme-override-dark .border-left-color-focus-surface-3:focus-within,html body .theme-override-dark .border-left-color-active-surface-3[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-3:active{border-left-color:var(--color-surface-3)}body[data-theme-mode=dark] .border-right-color-surface-3,body[data-theme-mode=dark] .border-right-color-hover-surface-3:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-3:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-3:active,html body .theme-override-dark .border-right-color-surface-3,html body .theme-override-dark .border-right-color-hover-surface-3:hover,html body .theme-override-dark .border-right-color-focus-surface-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-3:focus,html body .theme-override-dark .border-right-color-focus-surface-3:focus-within,html body .theme-override-dark .border-right-color-active-surface-3[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-3:active{border-right-color:var(--color-surface-3)}body[data-theme-mode=dark] .fill-color-surface-3,body[data-theme-mode=dark] .fill-color-hover-surface-3:hover,body[data-theme-mode=dark] .fill-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-3:focus,body[data-theme-mode=dark] .fill-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-3:active,html body .theme-override-dark .fill-color-surface-3,html body .theme-override-dark .fill-color-hover-surface-3:hover,html body .theme-override-dark .fill-color-focus-surface-3[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-3:focus,html body .theme-override-dark .fill-color-focus-surface-3:focus-within,html body .theme-override-dark .fill-color-active-surface-3[data-selected=true],html body .theme-override-dark .fill-color-active-surface-3:active{background-color:var(--color-surface-3)}body[data-theme-mode=dark] .outline-color-surface-3,body[data-theme-mode=dark] .outline-color-hover-surface-3:hover,body[data-theme-mode=dark] .outline-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-3:focus,body[data-theme-mode=dark] .outline-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-3:active,html body .theme-override-dark .outline-color-surface-3,html body .theme-override-dark .outline-color-hover-surface-3:hover,html body .theme-override-dark .outline-color-focus-surface-3[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-3:focus,html body .theme-override-dark .outline-color-focus-surface-3:focus-within,html body .theme-override-dark .outline-color-active-surface-3[data-selected=true],html body .theme-override-dark .outline-color-active-surface-3:active{outline-color:var(--color-surface-3)}body[data-theme-mode=dark] .outside-border-color-surface-3,body[data-theme-mode=dark] .outside-border-color-hover-surface-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-3:active,html body .theme-override-dark .outside-border-color-surface-3,html body .theme-override-dark .outside-border-color-hover-surface-3:hover,html body .theme-override-dark .outside-border-color-focus-surface-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-3:focus,html body .theme-override-dark .outside-border-color-focus-surface-3:focus-within,html body .theme-override-dark .outside-border-color-active-surface-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-3:active{--outside-border-color: var(--color-surface-3)}body[data-theme-mode=dark] .font-color-surface-4,body[data-theme-mode=dark] .font-color-hover-surface-4:hover,body[data-theme-mode=dark] .font-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-4:focus,body[data-theme-mode=dark] .font-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .font-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-4:active,html body .theme-override-dark .font-color-surface-4,html body .theme-override-dark .font-color-hover-surface-4:hover,html body .theme-override-dark .font-color-focus-surface-4[data-focused=true],html body .theme-override-dark .font-color-focus-surface-4:focus,html body .theme-override-dark .font-color-focus-surface-4:focus-within,html body .theme-override-dark .font-color-active-surface-4[data-selected=true],html body .theme-override-dark .font-color-active-surface-4:active{color:var(--color-surface-4)}body[data-theme-mode=dark] .border-color-surface-4,body[data-theme-mode=dark] .border-color-hover-surface-4:hover,body[data-theme-mode=dark] .border-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-4:focus,body[data-theme-mode=dark] .border-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .border-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-4:active,html body .theme-override-dark .border-color-surface-4,html body .theme-override-dark .border-color-hover-surface-4:hover,html body .theme-override-dark .border-color-focus-surface-4[data-focused=true],html body .theme-override-dark .border-color-focus-surface-4:focus,html body .theme-override-dark .border-color-focus-surface-4:focus-within,html body .theme-override-dark .border-color-active-surface-4[data-selected=true],html body .theme-override-dark .border-color-active-surface-4:active{border-color:var(--color-surface-4)}body[data-theme-mode=dark] .border-top-color-surface-4,body[data-theme-mode=dark] .border-top-color-hover-surface-4:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-4:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-4:active,html body .theme-override-dark .border-top-color-surface-4,html body .theme-override-dark .border-top-color-hover-surface-4:hover,html body .theme-override-dark .border-top-color-focus-surface-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-4:focus,html body .theme-override-dark .border-top-color-focus-surface-4:focus-within,html body .theme-override-dark .border-top-color-active-surface-4[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-4:active{border-top-color:var(--color-surface-4)}body[data-theme-mode=dark] .border-bottom-color-surface-4,body[data-theme-mode=dark] .border-bottom-color-hover-surface-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-4:active,html body .theme-override-dark .border-bottom-color-surface-4,html body .theme-override-dark .border-bottom-color-hover-surface-4:hover,html body .theme-override-dark .border-bottom-color-focus-surface-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-4:focus,html body .theme-override-dark .border-bottom-color-focus-surface-4:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-4:active{border-bottom-color:var(--color-surface-4)}body[data-theme-mode=dark] .border-left-color-surface-4,body[data-theme-mode=dark] .border-left-color-hover-surface-4:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-4:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-4:active,html body .theme-override-dark .border-left-color-surface-4,html body .theme-override-dark .border-left-color-hover-surface-4:hover,html body .theme-override-dark .border-left-color-focus-surface-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-4:focus,html body .theme-override-dark .border-left-color-focus-surface-4:focus-within,html body .theme-override-dark .border-left-color-active-surface-4[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-4:active{border-left-color:var(--color-surface-4)}body[data-theme-mode=dark] .border-right-color-surface-4,body[data-theme-mode=dark] .border-right-color-hover-surface-4:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-4:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-4:active,html body .theme-override-dark .border-right-color-surface-4,html body .theme-override-dark .border-right-color-hover-surface-4:hover,html body .theme-override-dark .border-right-color-focus-surface-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-4:focus,html body .theme-override-dark .border-right-color-focus-surface-4:focus-within,html body .theme-override-dark .border-right-color-active-surface-4[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-4:active{border-right-color:var(--color-surface-4)}body[data-theme-mode=dark] .fill-color-surface-4,body[data-theme-mode=dark] .fill-color-hover-surface-4:hover,body[data-theme-mode=dark] .fill-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-4:focus,body[data-theme-mode=dark] .fill-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-4:active,html body .theme-override-dark .fill-color-surface-4,html body .theme-override-dark .fill-color-hover-surface-4:hover,html body .theme-override-dark .fill-color-focus-surface-4[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-4:focus,html body .theme-override-dark .fill-color-focus-surface-4:focus-within,html body .theme-override-dark .fill-color-active-surface-4[data-selected=true],html body .theme-override-dark .fill-color-active-surface-4:active{background-color:var(--color-surface-4)}body[data-theme-mode=dark] .outline-color-surface-4,body[data-theme-mode=dark] .outline-color-hover-surface-4:hover,body[data-theme-mode=dark] .outline-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-4:focus,body[data-theme-mode=dark] .outline-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-4:active,html body .theme-override-dark .outline-color-surface-4,html body .theme-override-dark .outline-color-hover-surface-4:hover,html body .theme-override-dark .outline-color-focus-surface-4[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-4:focus,html body .theme-override-dark .outline-color-focus-surface-4:focus-within,html body .theme-override-dark .outline-color-active-surface-4[data-selected=true],html body .theme-override-dark .outline-color-active-surface-4:active{outline-color:var(--color-surface-4)}body[data-theme-mode=dark] .outside-border-color-surface-4,body[data-theme-mode=dark] .outside-border-color-hover-surface-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-4:active,html body .theme-override-dark .outside-border-color-surface-4,html body .theme-override-dark .outside-border-color-hover-surface-4:hover,html body .theme-override-dark .outside-border-color-focus-surface-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-4:focus,html body .theme-override-dark .outside-border-color-focus-surface-4:focus-within,html body .theme-override-dark .outside-border-color-active-surface-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-4:active{--outside-border-color: var(--color-surface-4)}body[data-theme-mode=dark] .font-color-surface-5,body[data-theme-mode=dark] .font-color-hover-surface-5:hover,body[data-theme-mode=dark] .font-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-surface-5:focus,body[data-theme-mode=dark] .font-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .font-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-surface-5:active,html body .theme-override-dark .font-color-surface-5,html body .theme-override-dark .font-color-hover-surface-5:hover,html body .theme-override-dark .font-color-focus-surface-5[data-focused=true],html body .theme-override-dark .font-color-focus-surface-5:focus,html body .theme-override-dark .font-color-focus-surface-5:focus-within,html body .theme-override-dark .font-color-active-surface-5[data-selected=true],html body .theme-override-dark .font-color-active-surface-5:active{color:var(--color-surface-5)}body[data-theme-mode=dark] .border-color-surface-5,body[data-theme-mode=dark] .border-color-hover-surface-5:hover,body[data-theme-mode=dark] .border-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-surface-5:focus,body[data-theme-mode=dark] .border-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .border-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-surface-5:active,html body .theme-override-dark .border-color-surface-5,html body .theme-override-dark .border-color-hover-surface-5:hover,html body .theme-override-dark .border-color-focus-surface-5[data-focused=true],html body .theme-override-dark .border-color-focus-surface-5:focus,html body .theme-override-dark .border-color-focus-surface-5:focus-within,html body .theme-override-dark .border-color-active-surface-5[data-selected=true],html body .theme-override-dark .border-color-active-surface-5:active{border-color:var(--color-surface-5)}body[data-theme-mode=dark] .border-top-color-surface-5,body[data-theme-mode=dark] .border-top-color-hover-surface-5:hover,body[data-theme-mode=dark] .border-top-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-surface-5:focus,body[data-theme-mode=dark] .border-top-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-surface-5:active,html body .theme-override-dark .border-top-color-surface-5,html body .theme-override-dark .border-top-color-hover-surface-5:hover,html body .theme-override-dark .border-top-color-focus-surface-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-surface-5:focus,html body .theme-override-dark .border-top-color-focus-surface-5:focus-within,html body .theme-override-dark .border-top-color-active-surface-5[data-selected=true],html body .theme-override-dark .border-top-color-active-surface-5:active{border-top-color:var(--color-surface-5)}body[data-theme-mode=dark] .border-bottom-color-surface-5,body[data-theme-mode=dark] .border-bottom-color-hover-surface-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-surface-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-surface-5:active,html body .theme-override-dark .border-bottom-color-surface-5,html body .theme-override-dark .border-bottom-color-hover-surface-5:hover,html body .theme-override-dark .border-bottom-color-focus-surface-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-surface-5:focus,html body .theme-override-dark .border-bottom-color-focus-surface-5:focus-within,html body .theme-override-dark .border-bottom-color-active-surface-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-surface-5:active{border-bottom-color:var(--color-surface-5)}body[data-theme-mode=dark] .border-left-color-surface-5,body[data-theme-mode=dark] .border-left-color-hover-surface-5:hover,body[data-theme-mode=dark] .border-left-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-surface-5:focus,body[data-theme-mode=dark] .border-left-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-surface-5:active,html body .theme-override-dark .border-left-color-surface-5,html body .theme-override-dark .border-left-color-hover-surface-5:hover,html body .theme-override-dark .border-left-color-focus-surface-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-surface-5:focus,html body .theme-override-dark .border-left-color-focus-surface-5:focus-within,html body .theme-override-dark .border-left-color-active-surface-5[data-selected=true],html body .theme-override-dark .border-left-color-active-surface-5:active{border-left-color:var(--color-surface-5)}body[data-theme-mode=dark] .border-right-color-surface-5,body[data-theme-mode=dark] .border-right-color-hover-surface-5:hover,body[data-theme-mode=dark] .border-right-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-surface-5:focus,body[data-theme-mode=dark] .border-right-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-surface-5:active,html body .theme-override-dark .border-right-color-surface-5,html body .theme-override-dark .border-right-color-hover-surface-5:hover,html body .theme-override-dark .border-right-color-focus-surface-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-surface-5:focus,html body .theme-override-dark .border-right-color-focus-surface-5:focus-within,html body .theme-override-dark .border-right-color-active-surface-5[data-selected=true],html body .theme-override-dark .border-right-color-active-surface-5:active{border-right-color:var(--color-surface-5)}body[data-theme-mode=dark] .fill-color-surface-5,body[data-theme-mode=dark] .fill-color-hover-surface-5:hover,body[data-theme-mode=dark] .fill-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-surface-5:focus,body[data-theme-mode=dark] .fill-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .fill-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-surface-5:active,html body .theme-override-dark .fill-color-surface-5,html body .theme-override-dark .fill-color-hover-surface-5:hover,html body .theme-override-dark .fill-color-focus-surface-5[data-focused=true],html body .theme-override-dark .fill-color-focus-surface-5:focus,html body .theme-override-dark .fill-color-focus-surface-5:focus-within,html body .theme-override-dark .fill-color-active-surface-5[data-selected=true],html body .theme-override-dark .fill-color-active-surface-5:active{background-color:var(--color-surface-5)}body[data-theme-mode=dark] .outline-color-surface-5,body[data-theme-mode=dark] .outline-color-hover-surface-5:hover,body[data-theme-mode=dark] .outline-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-surface-5:focus,body[data-theme-mode=dark] .outline-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .outline-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-surface-5:active,html body .theme-override-dark .outline-color-surface-5,html body .theme-override-dark .outline-color-hover-surface-5:hover,html body .theme-override-dark .outline-color-focus-surface-5[data-focused=true],html body .theme-override-dark .outline-color-focus-surface-5:focus,html body .theme-override-dark .outline-color-focus-surface-5:focus-within,html body .theme-override-dark .outline-color-active-surface-5[data-selected=true],html body .theme-override-dark .outline-color-active-surface-5:active{outline-color:var(--color-surface-5)}body[data-theme-mode=dark] .outside-border-color-surface-5,body[data-theme-mode=dark] .outside-border-color-hover-surface-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-surface-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-surface-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-surface-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-surface-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-surface-5:active,html body .theme-override-dark .outside-border-color-surface-5,html body .theme-override-dark .outside-border-color-hover-surface-5:hover,html body .theme-override-dark .outside-border-color-focus-surface-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-surface-5:focus,html body .theme-override-dark .outside-border-color-focus-surface-5:focus-within,html body .theme-override-dark .outside-border-color-active-surface-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-surface-5:active{--outside-border-color: var(--color-surface-5)}body[data-theme-mode=dark] .font-color-border-0,body[data-theme-mode=dark] .font-color-hover-border-0:hover,body[data-theme-mode=dark] .font-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-0:focus,body[data-theme-mode=dark] .font-color-focus-border-0:focus-within,body[data-theme-mode=dark] .font-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-0:active,html body .theme-override-dark .font-color-border-0,html body .theme-override-dark .font-color-hover-border-0:hover,html body .theme-override-dark .font-color-focus-border-0[data-focused=true],html body .theme-override-dark .font-color-focus-border-0:focus,html body .theme-override-dark .font-color-focus-border-0:focus-within,html body .theme-override-dark .font-color-active-border-0[data-selected=true],html body .theme-override-dark .font-color-active-border-0:active{color:var(--color-border-0)}body[data-theme-mode=dark] .border-color-border-0,body[data-theme-mode=dark] .border-color-hover-border-0:hover,body[data-theme-mode=dark] .border-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-0:focus,body[data-theme-mode=dark] .border-color-focus-border-0:focus-within,body[data-theme-mode=dark] .border-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-0:active,html body .theme-override-dark .border-color-border-0,html body .theme-override-dark .border-color-hover-border-0:hover,html body .theme-override-dark .border-color-focus-border-0[data-focused=true],html body .theme-override-dark .border-color-focus-border-0:focus,html body .theme-override-dark .border-color-focus-border-0:focus-within,html body .theme-override-dark .border-color-active-border-0[data-selected=true],html body .theme-override-dark .border-color-active-border-0:active{border-color:var(--color-border-0)}body[data-theme-mode=dark] .border-top-color-border-0,body[data-theme-mode=dark] .border-top-color-hover-border-0:hover,body[data-theme-mode=dark] .border-top-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-0:focus,body[data-theme-mode=dark] .border-top-color-focus-border-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-0:active,html body .theme-override-dark .border-top-color-border-0,html body .theme-override-dark .border-top-color-hover-border-0:hover,html body .theme-override-dark .border-top-color-focus-border-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-0:focus,html body .theme-override-dark .border-top-color-focus-border-0:focus-within,html body .theme-override-dark .border-top-color-active-border-0[data-selected=true],html body .theme-override-dark .border-top-color-active-border-0:active{border-top-color:var(--color-border-0)}body[data-theme-mode=dark] .border-bottom-color-border-0,body[data-theme-mode=dark] .border-bottom-color-hover-border-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-0:active,html body .theme-override-dark .border-bottom-color-border-0,html body .theme-override-dark .border-bottom-color-hover-border-0:hover,html body .theme-override-dark .border-bottom-color-focus-border-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-0:focus,html body .theme-override-dark .border-bottom-color-focus-border-0:focus-within,html body .theme-override-dark .border-bottom-color-active-border-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-0:active{border-bottom-color:var(--color-border-0)}body[data-theme-mode=dark] .border-left-color-border-0,body[data-theme-mode=dark] .border-left-color-hover-border-0:hover,body[data-theme-mode=dark] .border-left-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-0:focus,body[data-theme-mode=dark] .border-left-color-focus-border-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-0:active,html body .theme-override-dark .border-left-color-border-0,html body .theme-override-dark .border-left-color-hover-border-0:hover,html body .theme-override-dark .border-left-color-focus-border-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-0:focus,html body .theme-override-dark .border-left-color-focus-border-0:focus-within,html body .theme-override-dark .border-left-color-active-border-0[data-selected=true],html body .theme-override-dark .border-left-color-active-border-0:active{border-left-color:var(--color-border-0)}body[data-theme-mode=dark] .border-right-color-border-0,body[data-theme-mode=dark] .border-right-color-hover-border-0:hover,body[data-theme-mode=dark] .border-right-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-0:focus,body[data-theme-mode=dark] .border-right-color-focus-border-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-0:active,html body .theme-override-dark .border-right-color-border-0,html body .theme-override-dark .border-right-color-hover-border-0:hover,html body .theme-override-dark .border-right-color-focus-border-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-0:focus,html body .theme-override-dark .border-right-color-focus-border-0:focus-within,html body .theme-override-dark .border-right-color-active-border-0[data-selected=true],html body .theme-override-dark .border-right-color-active-border-0:active{border-right-color:var(--color-border-0)}body[data-theme-mode=dark] .fill-color-border-0,body[data-theme-mode=dark] .fill-color-hover-border-0:hover,body[data-theme-mode=dark] .fill-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-0:focus,body[data-theme-mode=dark] .fill-color-focus-border-0:focus-within,body[data-theme-mode=dark] .fill-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-0:active,html body .theme-override-dark .fill-color-border-0,html body .theme-override-dark .fill-color-hover-border-0:hover,html body .theme-override-dark .fill-color-focus-border-0[data-focused=true],html body .theme-override-dark .fill-color-focus-border-0:focus,html body .theme-override-dark .fill-color-focus-border-0:focus-within,html body .theme-override-dark .fill-color-active-border-0[data-selected=true],html body .theme-override-dark .fill-color-active-border-0:active{background-color:var(--color-border-0)}body[data-theme-mode=dark] .outline-color-border-0,body[data-theme-mode=dark] .outline-color-hover-border-0:hover,body[data-theme-mode=dark] .outline-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-0:focus,body[data-theme-mode=dark] .outline-color-focus-border-0:focus-within,body[data-theme-mode=dark] .outline-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-0:active,html body .theme-override-dark .outline-color-border-0,html body .theme-override-dark .outline-color-hover-border-0:hover,html body .theme-override-dark .outline-color-focus-border-0[data-focused=true],html body .theme-override-dark .outline-color-focus-border-0:focus,html body .theme-override-dark .outline-color-focus-border-0:focus-within,html body .theme-override-dark .outline-color-active-border-0[data-selected=true],html body .theme-override-dark .outline-color-active-border-0:active{outline-color:var(--color-border-0)}body[data-theme-mode=dark] .outside-border-color-border-0,body[data-theme-mode=dark] .outside-border-color-hover-border-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-0:active,html body .theme-override-dark .outside-border-color-border-0,html body .theme-override-dark .outside-border-color-hover-border-0:hover,html body .theme-override-dark .outside-border-color-focus-border-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-0:focus,html body .theme-override-dark .outside-border-color-focus-border-0:focus-within,html body .theme-override-dark .outside-border-color-active-border-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-0:active{--outside-border-color: var(--color-border-0)}body[data-theme-mode=dark] .font-color-border-1,body[data-theme-mode=dark] .font-color-hover-border-1:hover,body[data-theme-mode=dark] .font-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-1:focus,body[data-theme-mode=dark] .font-color-focus-border-1:focus-within,body[data-theme-mode=dark] .font-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-1:active,html body .theme-override-dark .font-color-border-1,html body .theme-override-dark .font-color-hover-border-1:hover,html body .theme-override-dark .font-color-focus-border-1[data-focused=true],html body .theme-override-dark .font-color-focus-border-1:focus,html body .theme-override-dark .font-color-focus-border-1:focus-within,html body .theme-override-dark .font-color-active-border-1[data-selected=true],html body .theme-override-dark .font-color-active-border-1:active{color:var(--color-border-1)}body[data-theme-mode=dark] .border-color-border-1,body[data-theme-mode=dark] .border-color-hover-border-1:hover,body[data-theme-mode=dark] .border-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-1:focus,body[data-theme-mode=dark] .border-color-focus-border-1:focus-within,body[data-theme-mode=dark] .border-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-1:active,html body .theme-override-dark .border-color-border-1,html body .theme-override-dark .border-color-hover-border-1:hover,html body .theme-override-dark .border-color-focus-border-1[data-focused=true],html body .theme-override-dark .border-color-focus-border-1:focus,html body .theme-override-dark .border-color-focus-border-1:focus-within,html body .theme-override-dark .border-color-active-border-1[data-selected=true],html body .theme-override-dark .border-color-active-border-1:active{border-color:var(--color-border-1)}body[data-theme-mode=dark] .border-top-color-border-1,body[data-theme-mode=dark] .border-top-color-hover-border-1:hover,body[data-theme-mode=dark] .border-top-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-1:focus,body[data-theme-mode=dark] .border-top-color-focus-border-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-1:active,html body .theme-override-dark .border-top-color-border-1,html body .theme-override-dark .border-top-color-hover-border-1:hover,html body .theme-override-dark .border-top-color-focus-border-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-1:focus,html body .theme-override-dark .border-top-color-focus-border-1:focus-within,html body .theme-override-dark .border-top-color-active-border-1[data-selected=true],html body .theme-override-dark .border-top-color-active-border-1:active{border-top-color:var(--color-border-1)}body[data-theme-mode=dark] .border-bottom-color-border-1,body[data-theme-mode=dark] .border-bottom-color-hover-border-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-1:active,html body .theme-override-dark .border-bottom-color-border-1,html body .theme-override-dark .border-bottom-color-hover-border-1:hover,html body .theme-override-dark .border-bottom-color-focus-border-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-1:focus,html body .theme-override-dark .border-bottom-color-focus-border-1:focus-within,html body .theme-override-dark .border-bottom-color-active-border-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-1:active{border-bottom-color:var(--color-border-1)}body[data-theme-mode=dark] .border-left-color-border-1,body[data-theme-mode=dark] .border-left-color-hover-border-1:hover,body[data-theme-mode=dark] .border-left-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-1:focus,body[data-theme-mode=dark] .border-left-color-focus-border-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-1:active,html body .theme-override-dark .border-left-color-border-1,html body .theme-override-dark .border-left-color-hover-border-1:hover,html body .theme-override-dark .border-left-color-focus-border-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-1:focus,html body .theme-override-dark .border-left-color-focus-border-1:focus-within,html body .theme-override-dark .border-left-color-active-border-1[data-selected=true],html body .theme-override-dark .border-left-color-active-border-1:active{border-left-color:var(--color-border-1)}body[data-theme-mode=dark] .border-right-color-border-1,body[data-theme-mode=dark] .border-right-color-hover-border-1:hover,body[data-theme-mode=dark] .border-right-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-1:focus,body[data-theme-mode=dark] .border-right-color-focus-border-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-1:active,html body .theme-override-dark .border-right-color-border-1,html body .theme-override-dark .border-right-color-hover-border-1:hover,html body .theme-override-dark .border-right-color-focus-border-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-1:focus,html body .theme-override-dark .border-right-color-focus-border-1:focus-within,html body .theme-override-dark .border-right-color-active-border-1[data-selected=true],html body .theme-override-dark .border-right-color-active-border-1:active{border-right-color:var(--color-border-1)}body[data-theme-mode=dark] .fill-color-border-1,body[data-theme-mode=dark] .fill-color-hover-border-1:hover,body[data-theme-mode=dark] .fill-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-1:focus,body[data-theme-mode=dark] .fill-color-focus-border-1:focus-within,body[data-theme-mode=dark] .fill-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-1:active,html body .theme-override-dark .fill-color-border-1,html body .theme-override-dark .fill-color-hover-border-1:hover,html body .theme-override-dark .fill-color-focus-border-1[data-focused=true],html body .theme-override-dark .fill-color-focus-border-1:focus,html body .theme-override-dark .fill-color-focus-border-1:focus-within,html body .theme-override-dark .fill-color-active-border-1[data-selected=true],html body .theme-override-dark .fill-color-active-border-1:active{background-color:var(--color-border-1)}body[data-theme-mode=dark] .outline-color-border-1,body[data-theme-mode=dark] .outline-color-hover-border-1:hover,body[data-theme-mode=dark] .outline-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-1:focus,body[data-theme-mode=dark] .outline-color-focus-border-1:focus-within,body[data-theme-mode=dark] .outline-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-1:active,html body .theme-override-dark .outline-color-border-1,html body .theme-override-dark .outline-color-hover-border-1:hover,html body .theme-override-dark .outline-color-focus-border-1[data-focused=true],html body .theme-override-dark .outline-color-focus-border-1:focus,html body .theme-override-dark .outline-color-focus-border-1:focus-within,html body .theme-override-dark .outline-color-active-border-1[data-selected=true],html body .theme-override-dark .outline-color-active-border-1:active{outline-color:var(--color-border-1)}body[data-theme-mode=dark] .outside-border-color-border-1,body[data-theme-mode=dark] .outside-border-color-hover-border-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-1:active,html body .theme-override-dark .outside-border-color-border-1,html body .theme-override-dark .outside-border-color-hover-border-1:hover,html body .theme-override-dark .outside-border-color-focus-border-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-1:focus,html body .theme-override-dark .outside-border-color-focus-border-1:focus-within,html body .theme-override-dark .outside-border-color-active-border-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-1:active{--outside-border-color: var(--color-border-1)}body[data-theme-mode=dark] .font-color-border-2,body[data-theme-mode=dark] .font-color-hover-border-2:hover,body[data-theme-mode=dark] .font-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-2:focus,body[data-theme-mode=dark] .font-color-focus-border-2:focus-within,body[data-theme-mode=dark] .font-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-2:active,html body .theme-override-dark .font-color-border-2,html body .theme-override-dark .font-color-hover-border-2:hover,html body .theme-override-dark .font-color-focus-border-2[data-focused=true],html body .theme-override-dark .font-color-focus-border-2:focus,html body .theme-override-dark .font-color-focus-border-2:focus-within,html body .theme-override-dark .font-color-active-border-2[data-selected=true],html body .theme-override-dark .font-color-active-border-2:active{color:var(--color-border-2)}body[data-theme-mode=dark] .border-color-border-2,body[data-theme-mode=dark] .border-color-hover-border-2:hover,body[data-theme-mode=dark] .border-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-2:focus,body[data-theme-mode=dark] .border-color-focus-border-2:focus-within,body[data-theme-mode=dark] .border-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-2:active,html body .theme-override-dark .border-color-border-2,html body .theme-override-dark .border-color-hover-border-2:hover,html body .theme-override-dark .border-color-focus-border-2[data-focused=true],html body .theme-override-dark .border-color-focus-border-2:focus,html body .theme-override-dark .border-color-focus-border-2:focus-within,html body .theme-override-dark .border-color-active-border-2[data-selected=true],html body .theme-override-dark .border-color-active-border-2:active{border-color:var(--color-border-2)}body[data-theme-mode=dark] .border-top-color-border-2,body[data-theme-mode=dark] .border-top-color-hover-border-2:hover,body[data-theme-mode=dark] .border-top-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-2:focus,body[data-theme-mode=dark] .border-top-color-focus-border-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-2:active,html body .theme-override-dark .border-top-color-border-2,html body .theme-override-dark .border-top-color-hover-border-2:hover,html body .theme-override-dark .border-top-color-focus-border-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-2:focus,html body .theme-override-dark .border-top-color-focus-border-2:focus-within,html body .theme-override-dark .border-top-color-active-border-2[data-selected=true],html body .theme-override-dark .border-top-color-active-border-2:active{border-top-color:var(--color-border-2)}body[data-theme-mode=dark] .border-bottom-color-border-2,body[data-theme-mode=dark] .border-bottom-color-hover-border-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-2:active,html body .theme-override-dark .border-bottom-color-border-2,html body .theme-override-dark .border-bottom-color-hover-border-2:hover,html body .theme-override-dark .border-bottom-color-focus-border-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-2:focus,html body .theme-override-dark .border-bottom-color-focus-border-2:focus-within,html body .theme-override-dark .border-bottom-color-active-border-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-2:active{border-bottom-color:var(--color-border-2)}body[data-theme-mode=dark] .border-left-color-border-2,body[data-theme-mode=dark] .border-left-color-hover-border-2:hover,body[data-theme-mode=dark] .border-left-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-2:focus,body[data-theme-mode=dark] .border-left-color-focus-border-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-2:active,html body .theme-override-dark .border-left-color-border-2,html body .theme-override-dark .border-left-color-hover-border-2:hover,html body .theme-override-dark .border-left-color-focus-border-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-2:focus,html body .theme-override-dark .border-left-color-focus-border-2:focus-within,html body .theme-override-dark .border-left-color-active-border-2[data-selected=true],html body .theme-override-dark .border-left-color-active-border-2:active{border-left-color:var(--color-border-2)}body[data-theme-mode=dark] .border-right-color-border-2,body[data-theme-mode=dark] .border-right-color-hover-border-2:hover,body[data-theme-mode=dark] .border-right-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-2:focus,body[data-theme-mode=dark] .border-right-color-focus-border-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-2:active,html body .theme-override-dark .border-right-color-border-2,html body .theme-override-dark .border-right-color-hover-border-2:hover,html body .theme-override-dark .border-right-color-focus-border-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-2:focus,html body .theme-override-dark .border-right-color-focus-border-2:focus-within,html body .theme-override-dark .border-right-color-active-border-2[data-selected=true],html body .theme-override-dark .border-right-color-active-border-2:active{border-right-color:var(--color-border-2)}body[data-theme-mode=dark] .fill-color-border-2,body[data-theme-mode=dark] .fill-color-hover-border-2:hover,body[data-theme-mode=dark] .fill-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-2:focus,body[data-theme-mode=dark] .fill-color-focus-border-2:focus-within,body[data-theme-mode=dark] .fill-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-2:active,html body .theme-override-dark .fill-color-border-2,html body .theme-override-dark .fill-color-hover-border-2:hover,html body .theme-override-dark .fill-color-focus-border-2[data-focused=true],html body .theme-override-dark .fill-color-focus-border-2:focus,html body .theme-override-dark .fill-color-focus-border-2:focus-within,html body .theme-override-dark .fill-color-active-border-2[data-selected=true],html body .theme-override-dark .fill-color-active-border-2:active{background-color:var(--color-border-2)}body[data-theme-mode=dark] .outline-color-border-2,body[data-theme-mode=dark] .outline-color-hover-border-2:hover,body[data-theme-mode=dark] .outline-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-2:focus,body[data-theme-mode=dark] .outline-color-focus-border-2:focus-within,body[data-theme-mode=dark] .outline-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-2:active,html body .theme-override-dark .outline-color-border-2,html body .theme-override-dark .outline-color-hover-border-2:hover,html body .theme-override-dark .outline-color-focus-border-2[data-focused=true],html body .theme-override-dark .outline-color-focus-border-2:focus,html body .theme-override-dark .outline-color-focus-border-2:focus-within,html body .theme-override-dark .outline-color-active-border-2[data-selected=true],html body .theme-override-dark .outline-color-active-border-2:active{outline-color:var(--color-border-2)}body[data-theme-mode=dark] .outside-border-color-border-2,body[data-theme-mode=dark] .outside-border-color-hover-border-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-2:active,html body .theme-override-dark .outside-border-color-border-2,html body .theme-override-dark .outside-border-color-hover-border-2:hover,html body .theme-override-dark .outside-border-color-focus-border-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-2:focus,html body .theme-override-dark .outside-border-color-focus-border-2:focus-within,html body .theme-override-dark .outside-border-color-active-border-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-2:active{--outside-border-color: var(--color-border-2)}body[data-theme-mode=dark] .font-color-border-3,body[data-theme-mode=dark] .font-color-hover-border-3:hover,body[data-theme-mode=dark] .font-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-3:focus,body[data-theme-mode=dark] .font-color-focus-border-3:focus-within,body[data-theme-mode=dark] .font-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-3:active,html body .theme-override-dark .font-color-border-3,html body .theme-override-dark .font-color-hover-border-3:hover,html body .theme-override-dark .font-color-focus-border-3[data-focused=true],html body .theme-override-dark .font-color-focus-border-3:focus,html body .theme-override-dark .font-color-focus-border-3:focus-within,html body .theme-override-dark .font-color-active-border-3[data-selected=true],html body .theme-override-dark .font-color-active-border-3:active{color:var(--color-border-3)}body[data-theme-mode=dark] .border-color-border-3,body[data-theme-mode=dark] .border-color-hover-border-3:hover,body[data-theme-mode=dark] .border-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-3:focus,body[data-theme-mode=dark] .border-color-focus-border-3:focus-within,body[data-theme-mode=dark] .border-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-3:active,html body .theme-override-dark .border-color-border-3,html body .theme-override-dark .border-color-hover-border-3:hover,html body .theme-override-dark .border-color-focus-border-3[data-focused=true],html body .theme-override-dark .border-color-focus-border-3:focus,html body .theme-override-dark .border-color-focus-border-3:focus-within,html body .theme-override-dark .border-color-active-border-3[data-selected=true],html body .theme-override-dark .border-color-active-border-3:active{border-color:var(--color-border-3)}body[data-theme-mode=dark] .border-top-color-border-3,body[data-theme-mode=dark] .border-top-color-hover-border-3:hover,body[data-theme-mode=dark] .border-top-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-3:focus,body[data-theme-mode=dark] .border-top-color-focus-border-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-3:active,html body .theme-override-dark .border-top-color-border-3,html body .theme-override-dark .border-top-color-hover-border-3:hover,html body .theme-override-dark .border-top-color-focus-border-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-3:focus,html body .theme-override-dark .border-top-color-focus-border-3:focus-within,html body .theme-override-dark .border-top-color-active-border-3[data-selected=true],html body .theme-override-dark .border-top-color-active-border-3:active{border-top-color:var(--color-border-3)}body[data-theme-mode=dark] .border-bottom-color-border-3,body[data-theme-mode=dark] .border-bottom-color-hover-border-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-3:active,html body .theme-override-dark .border-bottom-color-border-3,html body .theme-override-dark .border-bottom-color-hover-border-3:hover,html body .theme-override-dark .border-bottom-color-focus-border-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-3:focus,html body .theme-override-dark .border-bottom-color-focus-border-3:focus-within,html body .theme-override-dark .border-bottom-color-active-border-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-3:active{border-bottom-color:var(--color-border-3)}body[data-theme-mode=dark] .border-left-color-border-3,body[data-theme-mode=dark] .border-left-color-hover-border-3:hover,body[data-theme-mode=dark] .border-left-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-3:focus,body[data-theme-mode=dark] .border-left-color-focus-border-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-3:active,html body .theme-override-dark .border-left-color-border-3,html body .theme-override-dark .border-left-color-hover-border-3:hover,html body .theme-override-dark .border-left-color-focus-border-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-3:focus,html body .theme-override-dark .border-left-color-focus-border-3:focus-within,html body .theme-override-dark .border-left-color-active-border-3[data-selected=true],html body .theme-override-dark .border-left-color-active-border-3:active{border-left-color:var(--color-border-3)}body[data-theme-mode=dark] .border-right-color-border-3,body[data-theme-mode=dark] .border-right-color-hover-border-3:hover,body[data-theme-mode=dark] .border-right-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-3:focus,body[data-theme-mode=dark] .border-right-color-focus-border-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-3:active,html body .theme-override-dark .border-right-color-border-3,html body .theme-override-dark .border-right-color-hover-border-3:hover,html body .theme-override-dark .border-right-color-focus-border-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-3:focus,html body .theme-override-dark .border-right-color-focus-border-3:focus-within,html body .theme-override-dark .border-right-color-active-border-3[data-selected=true],html body .theme-override-dark .border-right-color-active-border-3:active{border-right-color:var(--color-border-3)}body[data-theme-mode=dark] .fill-color-border-3,body[data-theme-mode=dark] .fill-color-hover-border-3:hover,body[data-theme-mode=dark] .fill-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-3:focus,body[data-theme-mode=dark] .fill-color-focus-border-3:focus-within,body[data-theme-mode=dark] .fill-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-3:active,html body .theme-override-dark .fill-color-border-3,html body .theme-override-dark .fill-color-hover-border-3:hover,html body .theme-override-dark .fill-color-focus-border-3[data-focused=true],html body .theme-override-dark .fill-color-focus-border-3:focus,html body .theme-override-dark .fill-color-focus-border-3:focus-within,html body .theme-override-dark .fill-color-active-border-3[data-selected=true],html body .theme-override-dark .fill-color-active-border-3:active{background-color:var(--color-border-3)}body[data-theme-mode=dark] .outline-color-border-3,body[data-theme-mode=dark] .outline-color-hover-border-3:hover,body[data-theme-mode=dark] .outline-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-3:focus,body[data-theme-mode=dark] .outline-color-focus-border-3:focus-within,body[data-theme-mode=dark] .outline-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-3:active,html body .theme-override-dark .outline-color-border-3,html body .theme-override-dark .outline-color-hover-border-3:hover,html body .theme-override-dark .outline-color-focus-border-3[data-focused=true],html body .theme-override-dark .outline-color-focus-border-3:focus,html body .theme-override-dark .outline-color-focus-border-3:focus-within,html body .theme-override-dark .outline-color-active-border-3[data-selected=true],html body .theme-override-dark .outline-color-active-border-3:active{outline-color:var(--color-border-3)}body[data-theme-mode=dark] .outside-border-color-border-3,body[data-theme-mode=dark] .outside-border-color-hover-border-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-3:active,html body .theme-override-dark .outside-border-color-border-3,html body .theme-override-dark .outside-border-color-hover-border-3:hover,html body .theme-override-dark .outside-border-color-focus-border-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-3:focus,html body .theme-override-dark .outside-border-color-focus-border-3:focus-within,html body .theme-override-dark .outside-border-color-active-border-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-3:active{--outside-border-color: var(--color-border-3)}body[data-theme-mode=dark] .font-color-border-4,body[data-theme-mode=dark] .font-color-hover-border-4:hover,body[data-theme-mode=dark] .font-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-4:focus,body[data-theme-mode=dark] .font-color-focus-border-4:focus-within,body[data-theme-mode=dark] .font-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-4:active,html body .theme-override-dark .font-color-border-4,html body .theme-override-dark .font-color-hover-border-4:hover,html body .theme-override-dark .font-color-focus-border-4[data-focused=true],html body .theme-override-dark .font-color-focus-border-4:focus,html body .theme-override-dark .font-color-focus-border-4:focus-within,html body .theme-override-dark .font-color-active-border-4[data-selected=true],html body .theme-override-dark .font-color-active-border-4:active{color:var(--color-border-4)}body[data-theme-mode=dark] .border-color-border-4,body[data-theme-mode=dark] .border-color-hover-border-4:hover,body[data-theme-mode=dark] .border-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-4:focus,body[data-theme-mode=dark] .border-color-focus-border-4:focus-within,body[data-theme-mode=dark] .border-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-4:active,html body .theme-override-dark .border-color-border-4,html body .theme-override-dark .border-color-hover-border-4:hover,html body .theme-override-dark .border-color-focus-border-4[data-focused=true],html body .theme-override-dark .border-color-focus-border-4:focus,html body .theme-override-dark .border-color-focus-border-4:focus-within,html body .theme-override-dark .border-color-active-border-4[data-selected=true],html body .theme-override-dark .border-color-active-border-4:active{border-color:var(--color-border-4)}body[data-theme-mode=dark] .border-top-color-border-4,body[data-theme-mode=dark] .border-top-color-hover-border-4:hover,body[data-theme-mode=dark] .border-top-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-4:focus,body[data-theme-mode=dark] .border-top-color-focus-border-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-4:active,html body .theme-override-dark .border-top-color-border-4,html body .theme-override-dark .border-top-color-hover-border-4:hover,html body .theme-override-dark .border-top-color-focus-border-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-4:focus,html body .theme-override-dark .border-top-color-focus-border-4:focus-within,html body .theme-override-dark .border-top-color-active-border-4[data-selected=true],html body .theme-override-dark .border-top-color-active-border-4:active{border-top-color:var(--color-border-4)}body[data-theme-mode=dark] .border-bottom-color-border-4,body[data-theme-mode=dark] .border-bottom-color-hover-border-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-4:active,html body .theme-override-dark .border-bottom-color-border-4,html body .theme-override-dark .border-bottom-color-hover-border-4:hover,html body .theme-override-dark .border-bottom-color-focus-border-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-4:focus,html body .theme-override-dark .border-bottom-color-focus-border-4:focus-within,html body .theme-override-dark .border-bottom-color-active-border-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-4:active{border-bottom-color:var(--color-border-4)}body[data-theme-mode=dark] .border-left-color-border-4,body[data-theme-mode=dark] .border-left-color-hover-border-4:hover,body[data-theme-mode=dark] .border-left-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-4:focus,body[data-theme-mode=dark] .border-left-color-focus-border-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-4:active,html body .theme-override-dark .border-left-color-border-4,html body .theme-override-dark .border-left-color-hover-border-4:hover,html body .theme-override-dark .border-left-color-focus-border-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-4:focus,html body .theme-override-dark .border-left-color-focus-border-4:focus-within,html body .theme-override-dark .border-left-color-active-border-4[data-selected=true],html body .theme-override-dark .border-left-color-active-border-4:active{border-left-color:var(--color-border-4)}body[data-theme-mode=dark] .border-right-color-border-4,body[data-theme-mode=dark] .border-right-color-hover-border-4:hover,body[data-theme-mode=dark] .border-right-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-4:focus,body[data-theme-mode=dark] .border-right-color-focus-border-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-4:active,html body .theme-override-dark .border-right-color-border-4,html body .theme-override-dark .border-right-color-hover-border-4:hover,html body .theme-override-dark .border-right-color-focus-border-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-4:focus,html body .theme-override-dark .border-right-color-focus-border-4:focus-within,html body .theme-override-dark .border-right-color-active-border-4[data-selected=true],html body .theme-override-dark .border-right-color-active-border-4:active{border-right-color:var(--color-border-4)}body[data-theme-mode=dark] .fill-color-border-4,body[data-theme-mode=dark] .fill-color-hover-border-4:hover,body[data-theme-mode=dark] .fill-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-4:focus,body[data-theme-mode=dark] .fill-color-focus-border-4:focus-within,body[data-theme-mode=dark] .fill-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-4:active,html body .theme-override-dark .fill-color-border-4,html body .theme-override-dark .fill-color-hover-border-4:hover,html body .theme-override-dark .fill-color-focus-border-4[data-focused=true],html body .theme-override-dark .fill-color-focus-border-4:focus,html body .theme-override-dark .fill-color-focus-border-4:focus-within,html body .theme-override-dark .fill-color-active-border-4[data-selected=true],html body .theme-override-dark .fill-color-active-border-4:active{background-color:var(--color-border-4)}body[data-theme-mode=dark] .outline-color-border-4,body[data-theme-mode=dark] .outline-color-hover-border-4:hover,body[data-theme-mode=dark] .outline-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-4:focus,body[data-theme-mode=dark] .outline-color-focus-border-4:focus-within,body[data-theme-mode=dark] .outline-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-4:active,html body .theme-override-dark .outline-color-border-4,html body .theme-override-dark .outline-color-hover-border-4:hover,html body .theme-override-dark .outline-color-focus-border-4[data-focused=true],html body .theme-override-dark .outline-color-focus-border-4:focus,html body .theme-override-dark .outline-color-focus-border-4:focus-within,html body .theme-override-dark .outline-color-active-border-4[data-selected=true],html body .theme-override-dark .outline-color-active-border-4:active{outline-color:var(--color-border-4)}body[data-theme-mode=dark] .outside-border-color-border-4,body[data-theme-mode=dark] .outside-border-color-hover-border-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-4:active,html body .theme-override-dark .outside-border-color-border-4,html body .theme-override-dark .outside-border-color-hover-border-4:hover,html body .theme-override-dark .outside-border-color-focus-border-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-4:focus,html body .theme-override-dark .outside-border-color-focus-border-4:focus-within,html body .theme-override-dark .outside-border-color-active-border-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-4:active{--outside-border-color: var(--color-border-4)}body[data-theme-mode=dark] .font-color-border-5,body[data-theme-mode=dark] .font-color-hover-border-5:hover,body[data-theme-mode=dark] .font-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-5:focus,body[data-theme-mode=dark] .font-color-focus-border-5:focus-within,body[data-theme-mode=dark] .font-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-5:active,html body .theme-override-dark .font-color-border-5,html body .theme-override-dark .font-color-hover-border-5:hover,html body .theme-override-dark .font-color-focus-border-5[data-focused=true],html body .theme-override-dark .font-color-focus-border-5:focus,html body .theme-override-dark .font-color-focus-border-5:focus-within,html body .theme-override-dark .font-color-active-border-5[data-selected=true],html body .theme-override-dark .font-color-active-border-5:active{color:var(--color-border-5)}body[data-theme-mode=dark] .border-color-border-5,body[data-theme-mode=dark] .border-color-hover-border-5:hover,body[data-theme-mode=dark] .border-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-5:focus,body[data-theme-mode=dark] .border-color-focus-border-5:focus-within,body[data-theme-mode=dark] .border-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-5:active,html body .theme-override-dark .border-color-border-5,html body .theme-override-dark .border-color-hover-border-5:hover,html body .theme-override-dark .border-color-focus-border-5[data-focused=true],html body .theme-override-dark .border-color-focus-border-5:focus,html body .theme-override-dark .border-color-focus-border-5:focus-within,html body .theme-override-dark .border-color-active-border-5[data-selected=true],html body .theme-override-dark .border-color-active-border-5:active{border-color:var(--color-border-5)}body[data-theme-mode=dark] .border-top-color-border-5,body[data-theme-mode=dark] .border-top-color-hover-border-5:hover,body[data-theme-mode=dark] .border-top-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-5:focus,body[data-theme-mode=dark] .border-top-color-focus-border-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-5:active,html body .theme-override-dark .border-top-color-border-5,html body .theme-override-dark .border-top-color-hover-border-5:hover,html body .theme-override-dark .border-top-color-focus-border-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-5:focus,html body .theme-override-dark .border-top-color-focus-border-5:focus-within,html body .theme-override-dark .border-top-color-active-border-5[data-selected=true],html body .theme-override-dark .border-top-color-active-border-5:active{border-top-color:var(--color-border-5)}body[data-theme-mode=dark] .border-bottom-color-border-5,body[data-theme-mode=dark] .border-bottom-color-hover-border-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-5:active,html body .theme-override-dark .border-bottom-color-border-5,html body .theme-override-dark .border-bottom-color-hover-border-5:hover,html body .theme-override-dark .border-bottom-color-focus-border-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-5:focus,html body .theme-override-dark .border-bottom-color-focus-border-5:focus-within,html body .theme-override-dark .border-bottom-color-active-border-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-5:active{border-bottom-color:var(--color-border-5)}body[data-theme-mode=dark] .border-left-color-border-5,body[data-theme-mode=dark] .border-left-color-hover-border-5:hover,body[data-theme-mode=dark] .border-left-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-5:focus,body[data-theme-mode=dark] .border-left-color-focus-border-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-5:active,html body .theme-override-dark .border-left-color-border-5,html body .theme-override-dark .border-left-color-hover-border-5:hover,html body .theme-override-dark .border-left-color-focus-border-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-5:focus,html body .theme-override-dark .border-left-color-focus-border-5:focus-within,html body .theme-override-dark .border-left-color-active-border-5[data-selected=true],html body .theme-override-dark .border-left-color-active-border-5:active{border-left-color:var(--color-border-5)}body[data-theme-mode=dark] .border-right-color-border-5,body[data-theme-mode=dark] .border-right-color-hover-border-5:hover,body[data-theme-mode=dark] .border-right-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-5:focus,body[data-theme-mode=dark] .border-right-color-focus-border-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-5:active,html body .theme-override-dark .border-right-color-border-5,html body .theme-override-dark .border-right-color-hover-border-5:hover,html body .theme-override-dark .border-right-color-focus-border-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-5:focus,html body .theme-override-dark .border-right-color-focus-border-5:focus-within,html body .theme-override-dark .border-right-color-active-border-5[data-selected=true],html body .theme-override-dark .border-right-color-active-border-5:active{border-right-color:var(--color-border-5)}body[data-theme-mode=dark] .fill-color-border-5,body[data-theme-mode=dark] .fill-color-hover-border-5:hover,body[data-theme-mode=dark] .fill-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-5:focus,body[data-theme-mode=dark] .fill-color-focus-border-5:focus-within,body[data-theme-mode=dark] .fill-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-5:active,html body .theme-override-dark .fill-color-border-5,html body .theme-override-dark .fill-color-hover-border-5:hover,html body .theme-override-dark .fill-color-focus-border-5[data-focused=true],html body .theme-override-dark .fill-color-focus-border-5:focus,html body .theme-override-dark .fill-color-focus-border-5:focus-within,html body .theme-override-dark .fill-color-active-border-5[data-selected=true],html body .theme-override-dark .fill-color-active-border-5:active{background-color:var(--color-border-5)}body[data-theme-mode=dark] .outline-color-border-5,body[data-theme-mode=dark] .outline-color-hover-border-5:hover,body[data-theme-mode=dark] .outline-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-5:focus,body[data-theme-mode=dark] .outline-color-focus-border-5:focus-within,body[data-theme-mode=dark] .outline-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-5:active,html body .theme-override-dark .outline-color-border-5,html body .theme-override-dark .outline-color-hover-border-5:hover,html body .theme-override-dark .outline-color-focus-border-5[data-focused=true],html body .theme-override-dark .outline-color-focus-border-5:focus,html body .theme-override-dark .outline-color-focus-border-5:focus-within,html body .theme-override-dark .outline-color-active-border-5[data-selected=true],html body .theme-override-dark .outline-color-active-border-5:active{outline-color:var(--color-border-5)}body[data-theme-mode=dark] .outside-border-color-border-5,body[data-theme-mode=dark] .outside-border-color-hover-border-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-5:active,html body .theme-override-dark .outside-border-color-border-5,html body .theme-override-dark .outside-border-color-hover-border-5:hover,html body .theme-override-dark .outside-border-color-focus-border-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-5:focus,html body .theme-override-dark .outside-border-color-focus-border-5:focus-within,html body .theme-override-dark .outside-border-color-active-border-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-5:active{--outside-border-color: var(--color-border-5)}body[data-theme-mode=dark] .font-color-font-0,body[data-theme-mode=dark] .font-color-hover-font-0:hover,body[data-theme-mode=dark] .font-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-0:focus,body[data-theme-mode=dark] .font-color-focus-font-0:focus-within,body[data-theme-mode=dark] .font-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-0:active,html body .theme-override-dark .font-color-font-0,html body .theme-override-dark .font-color-hover-font-0:hover,html body .theme-override-dark .font-color-focus-font-0[data-focused=true],html body .theme-override-dark .font-color-focus-font-0:focus,html body .theme-override-dark .font-color-focus-font-0:focus-within,html body .theme-override-dark .font-color-active-font-0[data-selected=true],html body .theme-override-dark .font-color-active-font-0:active{color:var(--color-font-0)}body[data-theme-mode=dark] .border-color-font-0,body[data-theme-mode=dark] .border-color-hover-font-0:hover,body[data-theme-mode=dark] .border-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-0:focus,body[data-theme-mode=dark] .border-color-focus-font-0:focus-within,body[data-theme-mode=dark] .border-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-0:active,html body .theme-override-dark .border-color-font-0,html body .theme-override-dark .border-color-hover-font-0:hover,html body .theme-override-dark .border-color-focus-font-0[data-focused=true],html body .theme-override-dark .border-color-focus-font-0:focus,html body .theme-override-dark .border-color-focus-font-0:focus-within,html body .theme-override-dark .border-color-active-font-0[data-selected=true],html body .theme-override-dark .border-color-active-font-0:active{border-color:var(--color-font-0)}body[data-theme-mode=dark] .border-top-color-font-0,body[data-theme-mode=dark] .border-top-color-hover-font-0:hover,body[data-theme-mode=dark] .border-top-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-0:focus,body[data-theme-mode=dark] .border-top-color-focus-font-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-0:active,html body .theme-override-dark .border-top-color-font-0,html body .theme-override-dark .border-top-color-hover-font-0:hover,html body .theme-override-dark .border-top-color-focus-font-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-0:focus,html body .theme-override-dark .border-top-color-focus-font-0:focus-within,html body .theme-override-dark .border-top-color-active-font-0[data-selected=true],html body .theme-override-dark .border-top-color-active-font-0:active{border-top-color:var(--color-font-0)}body[data-theme-mode=dark] .border-bottom-color-font-0,body[data-theme-mode=dark] .border-bottom-color-hover-font-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-0:active,html body .theme-override-dark .border-bottom-color-font-0,html body .theme-override-dark .border-bottom-color-hover-font-0:hover,html body .theme-override-dark .border-bottom-color-focus-font-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-0:focus,html body .theme-override-dark .border-bottom-color-focus-font-0:focus-within,html body .theme-override-dark .border-bottom-color-active-font-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-0:active{border-bottom-color:var(--color-font-0)}body[data-theme-mode=dark] .border-left-color-font-0,body[data-theme-mode=dark] .border-left-color-hover-font-0:hover,body[data-theme-mode=dark] .border-left-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-0:focus,body[data-theme-mode=dark] .border-left-color-focus-font-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-0:active,html body .theme-override-dark .border-left-color-font-0,html body .theme-override-dark .border-left-color-hover-font-0:hover,html body .theme-override-dark .border-left-color-focus-font-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-0:focus,html body .theme-override-dark .border-left-color-focus-font-0:focus-within,html body .theme-override-dark .border-left-color-active-font-0[data-selected=true],html body .theme-override-dark .border-left-color-active-font-0:active{border-left-color:var(--color-font-0)}body[data-theme-mode=dark] .border-right-color-font-0,body[data-theme-mode=dark] .border-right-color-hover-font-0:hover,body[data-theme-mode=dark] .border-right-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-0:focus,body[data-theme-mode=dark] .border-right-color-focus-font-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-0:active,html body .theme-override-dark .border-right-color-font-0,html body .theme-override-dark .border-right-color-hover-font-0:hover,html body .theme-override-dark .border-right-color-focus-font-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-0:focus,html body .theme-override-dark .border-right-color-focus-font-0:focus-within,html body .theme-override-dark .border-right-color-active-font-0[data-selected=true],html body .theme-override-dark .border-right-color-active-font-0:active{border-right-color:var(--color-font-0)}body[data-theme-mode=dark] .fill-color-font-0,body[data-theme-mode=dark] .fill-color-hover-font-0:hover,body[data-theme-mode=dark] .fill-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-0:focus,body[data-theme-mode=dark] .fill-color-focus-font-0:focus-within,body[data-theme-mode=dark] .fill-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-0:active,html body .theme-override-dark .fill-color-font-0,html body .theme-override-dark .fill-color-hover-font-0:hover,html body .theme-override-dark .fill-color-focus-font-0[data-focused=true],html body .theme-override-dark .fill-color-focus-font-0:focus,html body .theme-override-dark .fill-color-focus-font-0:focus-within,html body .theme-override-dark .fill-color-active-font-0[data-selected=true],html body .theme-override-dark .fill-color-active-font-0:active{background-color:var(--color-font-0)}body[data-theme-mode=dark] .outline-color-font-0,body[data-theme-mode=dark] .outline-color-hover-font-0:hover,body[data-theme-mode=dark] .outline-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-0:focus,body[data-theme-mode=dark] .outline-color-focus-font-0:focus-within,body[data-theme-mode=dark] .outline-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-0:active,html body .theme-override-dark .outline-color-font-0,html body .theme-override-dark .outline-color-hover-font-0:hover,html body .theme-override-dark .outline-color-focus-font-0[data-focused=true],html body .theme-override-dark .outline-color-focus-font-0:focus,html body .theme-override-dark .outline-color-focus-font-0:focus-within,html body .theme-override-dark .outline-color-active-font-0[data-selected=true],html body .theme-override-dark .outline-color-active-font-0:active{outline-color:var(--color-font-0)}body[data-theme-mode=dark] .outside-border-color-font-0,body[data-theme-mode=dark] .outside-border-color-hover-font-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-0:active,html body .theme-override-dark .outside-border-color-font-0,html body .theme-override-dark .outside-border-color-hover-font-0:hover,html body .theme-override-dark .outside-border-color-focus-font-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-0:focus,html body .theme-override-dark .outside-border-color-focus-font-0:focus-within,html body .theme-override-dark .outside-border-color-active-font-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-0:active{--outside-border-color: var(--color-font-0)}body[data-theme-mode=dark] .font-color-font-1,body[data-theme-mode=dark] .font-color-hover-font-1:hover,body[data-theme-mode=dark] .font-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-1:focus,body[data-theme-mode=dark] .font-color-focus-font-1:focus-within,body[data-theme-mode=dark] .font-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-1:active,html body .theme-override-dark .font-color-font-1,html body .theme-override-dark .font-color-hover-font-1:hover,html body .theme-override-dark .font-color-focus-font-1[data-focused=true],html body .theme-override-dark .font-color-focus-font-1:focus,html body .theme-override-dark .font-color-focus-font-1:focus-within,html body .theme-override-dark .font-color-active-font-1[data-selected=true],html body .theme-override-dark .font-color-active-font-1:active{color:var(--color-font-1)}body[data-theme-mode=dark] .border-color-font-1,body[data-theme-mode=dark] .border-color-hover-font-1:hover,body[data-theme-mode=dark] .border-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-1:focus,body[data-theme-mode=dark] .border-color-focus-font-1:focus-within,body[data-theme-mode=dark] .border-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-1:active,html body .theme-override-dark .border-color-font-1,html body .theme-override-dark .border-color-hover-font-1:hover,html body .theme-override-dark .border-color-focus-font-1[data-focused=true],html body .theme-override-dark .border-color-focus-font-1:focus,html body .theme-override-dark .border-color-focus-font-1:focus-within,html body .theme-override-dark .border-color-active-font-1[data-selected=true],html body .theme-override-dark .border-color-active-font-1:active{border-color:var(--color-font-1)}body[data-theme-mode=dark] .border-top-color-font-1,body[data-theme-mode=dark] .border-top-color-hover-font-1:hover,body[data-theme-mode=dark] .border-top-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-1:focus,body[data-theme-mode=dark] .border-top-color-focus-font-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-1:active,html body .theme-override-dark .border-top-color-font-1,html body .theme-override-dark .border-top-color-hover-font-1:hover,html body .theme-override-dark .border-top-color-focus-font-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-1:focus,html body .theme-override-dark .border-top-color-focus-font-1:focus-within,html body .theme-override-dark .border-top-color-active-font-1[data-selected=true],html body .theme-override-dark .border-top-color-active-font-1:active{border-top-color:var(--color-font-1)}body[data-theme-mode=dark] .border-bottom-color-font-1,body[data-theme-mode=dark] .border-bottom-color-hover-font-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-1:active,html body .theme-override-dark .border-bottom-color-font-1,html body .theme-override-dark .border-bottom-color-hover-font-1:hover,html body .theme-override-dark .border-bottom-color-focus-font-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-1:focus,html body .theme-override-dark .border-bottom-color-focus-font-1:focus-within,html body .theme-override-dark .border-bottom-color-active-font-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-1:active{border-bottom-color:var(--color-font-1)}body[data-theme-mode=dark] .border-left-color-font-1,body[data-theme-mode=dark] .border-left-color-hover-font-1:hover,body[data-theme-mode=dark] .border-left-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-1:focus,body[data-theme-mode=dark] .border-left-color-focus-font-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-1:active,html body .theme-override-dark .border-left-color-font-1,html body .theme-override-dark .border-left-color-hover-font-1:hover,html body .theme-override-dark .border-left-color-focus-font-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-1:focus,html body .theme-override-dark .border-left-color-focus-font-1:focus-within,html body .theme-override-dark .border-left-color-active-font-1[data-selected=true],html body .theme-override-dark .border-left-color-active-font-1:active{border-left-color:var(--color-font-1)}body[data-theme-mode=dark] .border-right-color-font-1,body[data-theme-mode=dark] .border-right-color-hover-font-1:hover,body[data-theme-mode=dark] .border-right-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-1:focus,body[data-theme-mode=dark] .border-right-color-focus-font-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-1:active,html body .theme-override-dark .border-right-color-font-1,html body .theme-override-dark .border-right-color-hover-font-1:hover,html body .theme-override-dark .border-right-color-focus-font-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-1:focus,html body .theme-override-dark .border-right-color-focus-font-1:focus-within,html body .theme-override-dark .border-right-color-active-font-1[data-selected=true],html body .theme-override-dark .border-right-color-active-font-1:active{border-right-color:var(--color-font-1)}body[data-theme-mode=dark] .fill-color-font-1,body[data-theme-mode=dark] .fill-color-hover-font-1:hover,body[data-theme-mode=dark] .fill-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-1:focus,body[data-theme-mode=dark] .fill-color-focus-font-1:focus-within,body[data-theme-mode=dark] .fill-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-1:active,html body .theme-override-dark .fill-color-font-1,html body .theme-override-dark .fill-color-hover-font-1:hover,html body .theme-override-dark .fill-color-focus-font-1[data-focused=true],html body .theme-override-dark .fill-color-focus-font-1:focus,html body .theme-override-dark .fill-color-focus-font-1:focus-within,html body .theme-override-dark .fill-color-active-font-1[data-selected=true],html body .theme-override-dark .fill-color-active-font-1:active{background-color:var(--color-font-1)}body[data-theme-mode=dark] .outline-color-font-1,body[data-theme-mode=dark] .outline-color-hover-font-1:hover,body[data-theme-mode=dark] .outline-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-1:focus,body[data-theme-mode=dark] .outline-color-focus-font-1:focus-within,body[data-theme-mode=dark] .outline-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-1:active,html body .theme-override-dark .outline-color-font-1,html body .theme-override-dark .outline-color-hover-font-1:hover,html body .theme-override-dark .outline-color-focus-font-1[data-focused=true],html body .theme-override-dark .outline-color-focus-font-1:focus,html body .theme-override-dark .outline-color-focus-font-1:focus-within,html body .theme-override-dark .outline-color-active-font-1[data-selected=true],html body .theme-override-dark .outline-color-active-font-1:active{outline-color:var(--color-font-1)}body[data-theme-mode=dark] .outside-border-color-font-1,body[data-theme-mode=dark] .outside-border-color-hover-font-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-1:active,html body .theme-override-dark .outside-border-color-font-1,html body .theme-override-dark .outside-border-color-hover-font-1:hover,html body .theme-override-dark .outside-border-color-focus-font-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-1:focus,html body .theme-override-dark .outside-border-color-focus-font-1:focus-within,html body .theme-override-dark .outside-border-color-active-font-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-1:active{--outside-border-color: var(--color-font-1)}body[data-theme-mode=dark] .font-color-font-2,body[data-theme-mode=dark] .font-color-hover-font-2:hover,body[data-theme-mode=dark] .font-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-2:focus,body[data-theme-mode=dark] .font-color-focus-font-2:focus-within,body[data-theme-mode=dark] .font-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-2:active,html body .theme-override-dark .font-color-font-2,html body .theme-override-dark .font-color-hover-font-2:hover,html body .theme-override-dark .font-color-focus-font-2[data-focused=true],html body .theme-override-dark .font-color-focus-font-2:focus,html body .theme-override-dark .font-color-focus-font-2:focus-within,html body .theme-override-dark .font-color-active-font-2[data-selected=true],html body .theme-override-dark .font-color-active-font-2:active{color:var(--color-font-2)}body[data-theme-mode=dark] .border-color-font-2,body[data-theme-mode=dark] .border-color-hover-font-2:hover,body[data-theme-mode=dark] .border-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-2:focus,body[data-theme-mode=dark] .border-color-focus-font-2:focus-within,body[data-theme-mode=dark] .border-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-2:active,html body .theme-override-dark .border-color-font-2,html body .theme-override-dark .border-color-hover-font-2:hover,html body .theme-override-dark .border-color-focus-font-2[data-focused=true],html body .theme-override-dark .border-color-focus-font-2:focus,html body .theme-override-dark .border-color-focus-font-2:focus-within,html body .theme-override-dark .border-color-active-font-2[data-selected=true],html body .theme-override-dark .border-color-active-font-2:active{border-color:var(--color-font-2)}body[data-theme-mode=dark] .border-top-color-font-2,body[data-theme-mode=dark] .border-top-color-hover-font-2:hover,body[data-theme-mode=dark] .border-top-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-2:focus,body[data-theme-mode=dark] .border-top-color-focus-font-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-2:active,html body .theme-override-dark .border-top-color-font-2,html body .theme-override-dark .border-top-color-hover-font-2:hover,html body .theme-override-dark .border-top-color-focus-font-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-2:focus,html body .theme-override-dark .border-top-color-focus-font-2:focus-within,html body .theme-override-dark .border-top-color-active-font-2[data-selected=true],html body .theme-override-dark .border-top-color-active-font-2:active{border-top-color:var(--color-font-2)}body[data-theme-mode=dark] .border-bottom-color-font-2,body[data-theme-mode=dark] .border-bottom-color-hover-font-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-2:active,html body .theme-override-dark .border-bottom-color-font-2,html body .theme-override-dark .border-bottom-color-hover-font-2:hover,html body .theme-override-dark .border-bottom-color-focus-font-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-2:focus,html body .theme-override-dark .border-bottom-color-focus-font-2:focus-within,html body .theme-override-dark .border-bottom-color-active-font-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-2:active{border-bottom-color:var(--color-font-2)}body[data-theme-mode=dark] .border-left-color-font-2,body[data-theme-mode=dark] .border-left-color-hover-font-2:hover,body[data-theme-mode=dark] .border-left-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-2:focus,body[data-theme-mode=dark] .border-left-color-focus-font-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-2:active,html body .theme-override-dark .border-left-color-font-2,html body .theme-override-dark .border-left-color-hover-font-2:hover,html body .theme-override-dark .border-left-color-focus-font-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-2:focus,html body .theme-override-dark .border-left-color-focus-font-2:focus-within,html body .theme-override-dark .border-left-color-active-font-2[data-selected=true],html body .theme-override-dark .border-left-color-active-font-2:active{border-left-color:var(--color-font-2)}body[data-theme-mode=dark] .border-right-color-font-2,body[data-theme-mode=dark] .border-right-color-hover-font-2:hover,body[data-theme-mode=dark] .border-right-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-2:focus,body[data-theme-mode=dark] .border-right-color-focus-font-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-2:active,html body .theme-override-dark .border-right-color-font-2,html body .theme-override-dark .border-right-color-hover-font-2:hover,html body .theme-override-dark .border-right-color-focus-font-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-2:focus,html body .theme-override-dark .border-right-color-focus-font-2:focus-within,html body .theme-override-dark .border-right-color-active-font-2[data-selected=true],html body .theme-override-dark .border-right-color-active-font-2:active{border-right-color:var(--color-font-2)}body[data-theme-mode=dark] .fill-color-font-2,body[data-theme-mode=dark] .fill-color-hover-font-2:hover,body[data-theme-mode=dark] .fill-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-2:focus,body[data-theme-mode=dark] .fill-color-focus-font-2:focus-within,body[data-theme-mode=dark] .fill-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-2:active,html body .theme-override-dark .fill-color-font-2,html body .theme-override-dark .fill-color-hover-font-2:hover,html body .theme-override-dark .fill-color-focus-font-2[data-focused=true],html body .theme-override-dark .fill-color-focus-font-2:focus,html body .theme-override-dark .fill-color-focus-font-2:focus-within,html body .theme-override-dark .fill-color-active-font-2[data-selected=true],html body .theme-override-dark .fill-color-active-font-2:active{background-color:var(--color-font-2)}body[data-theme-mode=dark] .outline-color-font-2,body[data-theme-mode=dark] .outline-color-hover-font-2:hover,body[data-theme-mode=dark] .outline-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-2:focus,body[data-theme-mode=dark] .outline-color-focus-font-2:focus-within,body[data-theme-mode=dark] .outline-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-2:active,html body .theme-override-dark .outline-color-font-2,html body .theme-override-dark .outline-color-hover-font-2:hover,html body .theme-override-dark .outline-color-focus-font-2[data-focused=true],html body .theme-override-dark .outline-color-focus-font-2:focus,html body .theme-override-dark .outline-color-focus-font-2:focus-within,html body .theme-override-dark .outline-color-active-font-2[data-selected=true],html body .theme-override-dark .outline-color-active-font-2:active{outline-color:var(--color-font-2)}body[data-theme-mode=dark] .outside-border-color-font-2,body[data-theme-mode=dark] .outside-border-color-hover-font-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-2:active,html body .theme-override-dark .outside-border-color-font-2,html body .theme-override-dark .outside-border-color-hover-font-2:hover,html body .theme-override-dark .outside-border-color-focus-font-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-2:focus,html body .theme-override-dark .outside-border-color-focus-font-2:focus-within,html body .theme-override-dark .outside-border-color-active-font-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-2:active{--outside-border-color: var(--color-font-2)}body[data-theme-mode=dark] .font-color-font-3,body[data-theme-mode=dark] .font-color-hover-font-3:hover,body[data-theme-mode=dark] .font-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-3:focus,body[data-theme-mode=dark] .font-color-focus-font-3:focus-within,body[data-theme-mode=dark] .font-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-3:active,html body .theme-override-dark .font-color-font-3,html body .theme-override-dark .font-color-hover-font-3:hover,html body .theme-override-dark .font-color-focus-font-3[data-focused=true],html body .theme-override-dark .font-color-focus-font-3:focus,html body .theme-override-dark .font-color-focus-font-3:focus-within,html body .theme-override-dark .font-color-active-font-3[data-selected=true],html body .theme-override-dark .font-color-active-font-3:active{color:var(--color-font-3)}body[data-theme-mode=dark] .border-color-font-3,body[data-theme-mode=dark] .border-color-hover-font-3:hover,body[data-theme-mode=dark] .border-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-3:focus,body[data-theme-mode=dark] .border-color-focus-font-3:focus-within,body[data-theme-mode=dark] .border-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-3:active,html body .theme-override-dark .border-color-font-3,html body .theme-override-dark .border-color-hover-font-3:hover,html body .theme-override-dark .border-color-focus-font-3[data-focused=true],html body .theme-override-dark .border-color-focus-font-3:focus,html body .theme-override-dark .border-color-focus-font-3:focus-within,html body .theme-override-dark .border-color-active-font-3[data-selected=true],html body .theme-override-dark .border-color-active-font-3:active{border-color:var(--color-font-3)}body[data-theme-mode=dark] .border-top-color-font-3,body[data-theme-mode=dark] .border-top-color-hover-font-3:hover,body[data-theme-mode=dark] .border-top-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-3:focus,body[data-theme-mode=dark] .border-top-color-focus-font-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-3:active,html body .theme-override-dark .border-top-color-font-3,html body .theme-override-dark .border-top-color-hover-font-3:hover,html body .theme-override-dark .border-top-color-focus-font-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-3:focus,html body .theme-override-dark .border-top-color-focus-font-3:focus-within,html body .theme-override-dark .border-top-color-active-font-3[data-selected=true],html body .theme-override-dark .border-top-color-active-font-3:active{border-top-color:var(--color-font-3)}body[data-theme-mode=dark] .border-bottom-color-font-3,body[data-theme-mode=dark] .border-bottom-color-hover-font-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-3:active,html body .theme-override-dark .border-bottom-color-font-3,html body .theme-override-dark .border-bottom-color-hover-font-3:hover,html body .theme-override-dark .border-bottom-color-focus-font-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-3:focus,html body .theme-override-dark .border-bottom-color-focus-font-3:focus-within,html body .theme-override-dark .border-bottom-color-active-font-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-3:active{border-bottom-color:var(--color-font-3)}body[data-theme-mode=dark] .border-left-color-font-3,body[data-theme-mode=dark] .border-left-color-hover-font-3:hover,body[data-theme-mode=dark] .border-left-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-3:focus,body[data-theme-mode=dark] .border-left-color-focus-font-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-3:active,html body .theme-override-dark .border-left-color-font-3,html body .theme-override-dark .border-left-color-hover-font-3:hover,html body .theme-override-dark .border-left-color-focus-font-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-3:focus,html body .theme-override-dark .border-left-color-focus-font-3:focus-within,html body .theme-override-dark .border-left-color-active-font-3[data-selected=true],html body .theme-override-dark .border-left-color-active-font-3:active{border-left-color:var(--color-font-3)}body[data-theme-mode=dark] .border-right-color-font-3,body[data-theme-mode=dark] .border-right-color-hover-font-3:hover,body[data-theme-mode=dark] .border-right-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-3:focus,body[data-theme-mode=dark] .border-right-color-focus-font-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-3:active,html body .theme-override-dark .border-right-color-font-3,html body .theme-override-dark .border-right-color-hover-font-3:hover,html body .theme-override-dark .border-right-color-focus-font-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-3:focus,html body .theme-override-dark .border-right-color-focus-font-3:focus-within,html body .theme-override-dark .border-right-color-active-font-3[data-selected=true],html body .theme-override-dark .border-right-color-active-font-3:active{border-right-color:var(--color-font-3)}body[data-theme-mode=dark] .fill-color-font-3,body[data-theme-mode=dark] .fill-color-hover-font-3:hover,body[data-theme-mode=dark] .fill-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-3:focus,body[data-theme-mode=dark] .fill-color-focus-font-3:focus-within,body[data-theme-mode=dark] .fill-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-3:active,html body .theme-override-dark .fill-color-font-3,html body .theme-override-dark .fill-color-hover-font-3:hover,html body .theme-override-dark .fill-color-focus-font-3[data-focused=true],html body .theme-override-dark .fill-color-focus-font-3:focus,html body .theme-override-dark .fill-color-focus-font-3:focus-within,html body .theme-override-dark .fill-color-active-font-3[data-selected=true],html body .theme-override-dark .fill-color-active-font-3:active{background-color:var(--color-font-3)}body[data-theme-mode=dark] .outline-color-font-3,body[data-theme-mode=dark] .outline-color-hover-font-3:hover,body[data-theme-mode=dark] .outline-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-3:focus,body[data-theme-mode=dark] .outline-color-focus-font-3:focus-within,body[data-theme-mode=dark] .outline-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-3:active,html body .theme-override-dark .outline-color-font-3,html body .theme-override-dark .outline-color-hover-font-3:hover,html body .theme-override-dark .outline-color-focus-font-3[data-focused=true],html body .theme-override-dark .outline-color-focus-font-3:focus,html body .theme-override-dark .outline-color-focus-font-3:focus-within,html body .theme-override-dark .outline-color-active-font-3[data-selected=true],html body .theme-override-dark .outline-color-active-font-3:active{outline-color:var(--color-font-3)}body[data-theme-mode=dark] .outside-border-color-font-3,body[data-theme-mode=dark] .outside-border-color-hover-font-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-3:active,html body .theme-override-dark .outside-border-color-font-3,html body .theme-override-dark .outside-border-color-hover-font-3:hover,html body .theme-override-dark .outside-border-color-focus-font-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-3:focus,html body .theme-override-dark .outside-border-color-focus-font-3:focus-within,html body .theme-override-dark .outside-border-color-active-font-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-3:active{--outside-border-color: var(--color-font-3)}body[data-theme-mode=dark] .font-color-font-4,body[data-theme-mode=dark] .font-color-hover-font-4:hover,body[data-theme-mode=dark] .font-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-4:focus,body[data-theme-mode=dark] .font-color-focus-font-4:focus-within,body[data-theme-mode=dark] .font-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-4:active,html body .theme-override-dark .font-color-font-4,html body .theme-override-dark .font-color-hover-font-4:hover,html body .theme-override-dark .font-color-focus-font-4[data-focused=true],html body .theme-override-dark .font-color-focus-font-4:focus,html body .theme-override-dark .font-color-focus-font-4:focus-within,html body .theme-override-dark .font-color-active-font-4[data-selected=true],html body .theme-override-dark .font-color-active-font-4:active{color:var(--color-font-4)}body[data-theme-mode=dark] .border-color-font-4,body[data-theme-mode=dark] .border-color-hover-font-4:hover,body[data-theme-mode=dark] .border-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-4:focus,body[data-theme-mode=dark] .border-color-focus-font-4:focus-within,body[data-theme-mode=dark] .border-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-4:active,html body .theme-override-dark .border-color-font-4,html body .theme-override-dark .border-color-hover-font-4:hover,html body .theme-override-dark .border-color-focus-font-4[data-focused=true],html body .theme-override-dark .border-color-focus-font-4:focus,html body .theme-override-dark .border-color-focus-font-4:focus-within,html body .theme-override-dark .border-color-active-font-4[data-selected=true],html body .theme-override-dark .border-color-active-font-4:active{border-color:var(--color-font-4)}body[data-theme-mode=dark] .border-top-color-font-4,body[data-theme-mode=dark] .border-top-color-hover-font-4:hover,body[data-theme-mode=dark] .border-top-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-4:focus,body[data-theme-mode=dark] .border-top-color-focus-font-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-4:active,html body .theme-override-dark .border-top-color-font-4,html body .theme-override-dark .border-top-color-hover-font-4:hover,html body .theme-override-dark .border-top-color-focus-font-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-4:focus,html body .theme-override-dark .border-top-color-focus-font-4:focus-within,html body .theme-override-dark .border-top-color-active-font-4[data-selected=true],html body .theme-override-dark .border-top-color-active-font-4:active{border-top-color:var(--color-font-4)}body[data-theme-mode=dark] .border-bottom-color-font-4,body[data-theme-mode=dark] .border-bottom-color-hover-font-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-4:active,html body .theme-override-dark .border-bottom-color-font-4,html body .theme-override-dark .border-bottom-color-hover-font-4:hover,html body .theme-override-dark .border-bottom-color-focus-font-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-4:focus,html body .theme-override-dark .border-bottom-color-focus-font-4:focus-within,html body .theme-override-dark .border-bottom-color-active-font-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-4:active{border-bottom-color:var(--color-font-4)}body[data-theme-mode=dark] .border-left-color-font-4,body[data-theme-mode=dark] .border-left-color-hover-font-4:hover,body[data-theme-mode=dark] .border-left-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-4:focus,body[data-theme-mode=dark] .border-left-color-focus-font-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-4:active,html body .theme-override-dark .border-left-color-font-4,html body .theme-override-dark .border-left-color-hover-font-4:hover,html body .theme-override-dark .border-left-color-focus-font-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-4:focus,html body .theme-override-dark .border-left-color-focus-font-4:focus-within,html body .theme-override-dark .border-left-color-active-font-4[data-selected=true],html body .theme-override-dark .border-left-color-active-font-4:active{border-left-color:var(--color-font-4)}body[data-theme-mode=dark] .border-right-color-font-4,body[data-theme-mode=dark] .border-right-color-hover-font-4:hover,body[data-theme-mode=dark] .border-right-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-4:focus,body[data-theme-mode=dark] .border-right-color-focus-font-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-4:active,html body .theme-override-dark .border-right-color-font-4,html body .theme-override-dark .border-right-color-hover-font-4:hover,html body .theme-override-dark .border-right-color-focus-font-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-4:focus,html body .theme-override-dark .border-right-color-focus-font-4:focus-within,html body .theme-override-dark .border-right-color-active-font-4[data-selected=true],html body .theme-override-dark .border-right-color-active-font-4:active{border-right-color:var(--color-font-4)}body[data-theme-mode=dark] .fill-color-font-4,body[data-theme-mode=dark] .fill-color-hover-font-4:hover,body[data-theme-mode=dark] .fill-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-4:focus,body[data-theme-mode=dark] .fill-color-focus-font-4:focus-within,body[data-theme-mode=dark] .fill-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-4:active,html body .theme-override-dark .fill-color-font-4,html body .theme-override-dark .fill-color-hover-font-4:hover,html body .theme-override-dark .fill-color-focus-font-4[data-focused=true],html body .theme-override-dark .fill-color-focus-font-4:focus,html body .theme-override-dark .fill-color-focus-font-4:focus-within,html body .theme-override-dark .fill-color-active-font-4[data-selected=true],html body .theme-override-dark .fill-color-active-font-4:active{background-color:var(--color-font-4)}body[data-theme-mode=dark] .outline-color-font-4,body[data-theme-mode=dark] .outline-color-hover-font-4:hover,body[data-theme-mode=dark] .outline-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-4:focus,body[data-theme-mode=dark] .outline-color-focus-font-4:focus-within,body[data-theme-mode=dark] .outline-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-4:active,html body .theme-override-dark .outline-color-font-4,html body .theme-override-dark .outline-color-hover-font-4:hover,html body .theme-override-dark .outline-color-focus-font-4[data-focused=true],html body .theme-override-dark .outline-color-focus-font-4:focus,html body .theme-override-dark .outline-color-focus-font-4:focus-within,html body .theme-override-dark .outline-color-active-font-4[data-selected=true],html body .theme-override-dark .outline-color-active-font-4:active{outline-color:var(--color-font-4)}body[data-theme-mode=dark] .outside-border-color-font-4,body[data-theme-mode=dark] .outside-border-color-hover-font-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-4:active,html body .theme-override-dark .outside-border-color-font-4,html body .theme-override-dark .outside-border-color-hover-font-4:hover,html body .theme-override-dark .outside-border-color-focus-font-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-4:focus,html body .theme-override-dark .outside-border-color-focus-font-4:focus-within,html body .theme-override-dark .outside-border-color-active-font-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-4:active{--outside-border-color: var(--color-font-4)}body[data-theme-mode=dark] .font-color-font-5,body[data-theme-mode=dark] .font-color-hover-font-5:hover,body[data-theme-mode=dark] .font-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-5:focus,body[data-theme-mode=dark] .font-color-focus-font-5:focus-within,body[data-theme-mode=dark] .font-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-5:active,html body .theme-override-dark .font-color-font-5,html body .theme-override-dark .font-color-hover-font-5:hover,html body .theme-override-dark .font-color-focus-font-5[data-focused=true],html body .theme-override-dark .font-color-focus-font-5:focus,html body .theme-override-dark .font-color-focus-font-5:focus-within,html body .theme-override-dark .font-color-active-font-5[data-selected=true],html body .theme-override-dark .font-color-active-font-5:active{color:var(--color-font-5)}body[data-theme-mode=dark] .border-color-font-5,body[data-theme-mode=dark] .border-color-hover-font-5:hover,body[data-theme-mode=dark] .border-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-5:focus,body[data-theme-mode=dark] .border-color-focus-font-5:focus-within,body[data-theme-mode=dark] .border-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-5:active,html body .theme-override-dark .border-color-font-5,html body .theme-override-dark .border-color-hover-font-5:hover,html body .theme-override-dark .border-color-focus-font-5[data-focused=true],html body .theme-override-dark .border-color-focus-font-5:focus,html body .theme-override-dark .border-color-focus-font-5:focus-within,html body .theme-override-dark .border-color-active-font-5[data-selected=true],html body .theme-override-dark .border-color-active-font-5:active{border-color:var(--color-font-5)}body[data-theme-mode=dark] .border-top-color-font-5,body[data-theme-mode=dark] .border-top-color-hover-font-5:hover,body[data-theme-mode=dark] .border-top-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-5:focus,body[data-theme-mode=dark] .border-top-color-focus-font-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-5:active,html body .theme-override-dark .border-top-color-font-5,html body .theme-override-dark .border-top-color-hover-font-5:hover,html body .theme-override-dark .border-top-color-focus-font-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-5:focus,html body .theme-override-dark .border-top-color-focus-font-5:focus-within,html body .theme-override-dark .border-top-color-active-font-5[data-selected=true],html body .theme-override-dark .border-top-color-active-font-5:active{border-top-color:var(--color-font-5)}body[data-theme-mode=dark] .border-bottom-color-font-5,body[data-theme-mode=dark] .border-bottom-color-hover-font-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-5:active,html body .theme-override-dark .border-bottom-color-font-5,html body .theme-override-dark .border-bottom-color-hover-font-5:hover,html body .theme-override-dark .border-bottom-color-focus-font-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-5:focus,html body .theme-override-dark .border-bottom-color-focus-font-5:focus-within,html body .theme-override-dark .border-bottom-color-active-font-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-5:active{border-bottom-color:var(--color-font-5)}body[data-theme-mode=dark] .border-left-color-font-5,body[data-theme-mode=dark] .border-left-color-hover-font-5:hover,body[data-theme-mode=dark] .border-left-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-5:focus,body[data-theme-mode=dark] .border-left-color-focus-font-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-5:active,html body .theme-override-dark .border-left-color-font-5,html body .theme-override-dark .border-left-color-hover-font-5:hover,html body .theme-override-dark .border-left-color-focus-font-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-5:focus,html body .theme-override-dark .border-left-color-focus-font-5:focus-within,html body .theme-override-dark .border-left-color-active-font-5[data-selected=true],html body .theme-override-dark .border-left-color-active-font-5:active{border-left-color:var(--color-font-5)}body[data-theme-mode=dark] .border-right-color-font-5,body[data-theme-mode=dark] .border-right-color-hover-font-5:hover,body[data-theme-mode=dark] .border-right-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-5:focus,body[data-theme-mode=dark] .border-right-color-focus-font-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-5:active,html body .theme-override-dark .border-right-color-font-5,html body .theme-override-dark .border-right-color-hover-font-5:hover,html body .theme-override-dark .border-right-color-focus-font-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-5:focus,html body .theme-override-dark .border-right-color-focus-font-5:focus-within,html body .theme-override-dark .border-right-color-active-font-5[data-selected=true],html body .theme-override-dark .border-right-color-active-font-5:active{border-right-color:var(--color-font-5)}body[data-theme-mode=dark] .fill-color-font-5,body[data-theme-mode=dark] .fill-color-hover-font-5:hover,body[data-theme-mode=dark] .fill-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-5:focus,body[data-theme-mode=dark] .fill-color-focus-font-5:focus-within,body[data-theme-mode=dark] .fill-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-5:active,html body .theme-override-dark .fill-color-font-5,html body .theme-override-dark .fill-color-hover-font-5:hover,html body .theme-override-dark .fill-color-focus-font-5[data-focused=true],html body .theme-override-dark .fill-color-focus-font-5:focus,html body .theme-override-dark .fill-color-focus-font-5:focus-within,html body .theme-override-dark .fill-color-active-font-5[data-selected=true],html body .theme-override-dark .fill-color-active-font-5:active{background-color:var(--color-font-5)}body[data-theme-mode=dark] .outline-color-font-5,body[data-theme-mode=dark] .outline-color-hover-font-5:hover,body[data-theme-mode=dark] .outline-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-5:focus,body[data-theme-mode=dark] .outline-color-focus-font-5:focus-within,body[data-theme-mode=dark] .outline-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-5:active,html body .theme-override-dark .outline-color-font-5,html body .theme-override-dark .outline-color-hover-font-5:hover,html body .theme-override-dark .outline-color-focus-font-5[data-focused=true],html body .theme-override-dark .outline-color-focus-font-5:focus,html body .theme-override-dark .outline-color-focus-font-5:focus-within,html body .theme-override-dark .outline-color-active-font-5[data-selected=true],html body .theme-override-dark .outline-color-active-font-5:active{outline-color:var(--color-font-5)}body[data-theme-mode=dark] .outside-border-color-font-5,body[data-theme-mode=dark] .outside-border-color-hover-font-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-5:active,html body .theme-override-dark .outside-border-color-font-5,html body .theme-override-dark .outside-border-color-hover-font-5:hover,html body .theme-override-dark .outside-border-color-focus-font-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-5:focus,html body .theme-override-dark .outside-border-color-focus-font-5:focus-within,html body .theme-override-dark .outside-border-color-active-font-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-5:active{--outside-border-color: var(--color-font-5)}body[data-theme-mode=dark] .font-color-shadow-0,body[data-theme-mode=dark] .font-color-hover-shadow-0:hover,body[data-theme-mode=dark] .font-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-shadow-0:focus,body[data-theme-mode=dark] .font-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .font-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-shadow-0:active,html body .theme-override-dark .font-color-shadow-0,html body .theme-override-dark .font-color-hover-shadow-0:hover,html body .theme-override-dark .font-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .font-color-focus-shadow-0:focus,html body .theme-override-dark .font-color-focus-shadow-0:focus-within,html body .theme-override-dark .font-color-active-shadow-0[data-selected=true],html body .theme-override-dark .font-color-active-shadow-0:active{color:var(--color-shadow-0)}body[data-theme-mode=dark] .border-color-shadow-0,body[data-theme-mode=dark] .border-color-hover-shadow-0:hover,body[data-theme-mode=dark] .border-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-shadow-0:focus,body[data-theme-mode=dark] .border-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .border-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-shadow-0:active,html body .theme-override-dark .border-color-shadow-0,html body .theme-override-dark .border-color-hover-shadow-0:hover,html body .theme-override-dark .border-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .border-color-focus-shadow-0:focus,html body .theme-override-dark .border-color-focus-shadow-0:focus-within,html body .theme-override-dark .border-color-active-shadow-0[data-selected=true],html body .theme-override-dark .border-color-active-shadow-0:active{border-color:var(--color-shadow-0)}body[data-theme-mode=dark] .border-top-color-shadow-0,body[data-theme-mode=dark] .border-top-color-hover-shadow-0:hover,body[data-theme-mode=dark] .border-top-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-shadow-0:focus,body[data-theme-mode=dark] .border-top-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-shadow-0:active,html body .theme-override-dark .border-top-color-shadow-0,html body .theme-override-dark .border-top-color-hover-shadow-0:hover,html body .theme-override-dark .border-top-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-shadow-0:focus,html body .theme-override-dark .border-top-color-focus-shadow-0:focus-within,html body .theme-override-dark .border-top-color-active-shadow-0[data-selected=true],html body .theme-override-dark .border-top-color-active-shadow-0:active{border-top-color:var(--color-shadow-0)}body[data-theme-mode=dark] .border-bottom-color-shadow-0,body[data-theme-mode=dark] .border-bottom-color-hover-shadow-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-shadow-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-shadow-0:active,html body .theme-override-dark .border-bottom-color-shadow-0,html body .theme-override-dark .border-bottom-color-hover-shadow-0:hover,html body .theme-override-dark .border-bottom-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-shadow-0:focus,html body .theme-override-dark .border-bottom-color-focus-shadow-0:focus-within,html body .theme-override-dark .border-bottom-color-active-shadow-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-shadow-0:active{border-bottom-color:var(--color-shadow-0)}body[data-theme-mode=dark] .border-left-color-shadow-0,body[data-theme-mode=dark] .border-left-color-hover-shadow-0:hover,body[data-theme-mode=dark] .border-left-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-shadow-0:focus,body[data-theme-mode=dark] .border-left-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-shadow-0:active,html body .theme-override-dark .border-left-color-shadow-0,html body .theme-override-dark .border-left-color-hover-shadow-0:hover,html body .theme-override-dark .border-left-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-shadow-0:focus,html body .theme-override-dark .border-left-color-focus-shadow-0:focus-within,html body .theme-override-dark .border-left-color-active-shadow-0[data-selected=true],html body .theme-override-dark .border-left-color-active-shadow-0:active{border-left-color:var(--color-shadow-0)}body[data-theme-mode=dark] .border-right-color-shadow-0,body[data-theme-mode=dark] .border-right-color-hover-shadow-0:hover,body[data-theme-mode=dark] .border-right-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-shadow-0:focus,body[data-theme-mode=dark] .border-right-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-shadow-0:active,html body .theme-override-dark .border-right-color-shadow-0,html body .theme-override-dark .border-right-color-hover-shadow-0:hover,html body .theme-override-dark .border-right-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-shadow-0:focus,html body .theme-override-dark .border-right-color-focus-shadow-0:focus-within,html body .theme-override-dark .border-right-color-active-shadow-0[data-selected=true],html body .theme-override-dark .border-right-color-active-shadow-0:active{border-right-color:var(--color-shadow-0)}body[data-theme-mode=dark] .fill-color-shadow-0,body[data-theme-mode=dark] .fill-color-hover-shadow-0:hover,body[data-theme-mode=dark] .fill-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-shadow-0:focus,body[data-theme-mode=dark] .fill-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .fill-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-shadow-0:active,html body .theme-override-dark .fill-color-shadow-0,html body .theme-override-dark .fill-color-hover-shadow-0:hover,html body .theme-override-dark .fill-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .fill-color-focus-shadow-0:focus,html body .theme-override-dark .fill-color-focus-shadow-0:focus-within,html body .theme-override-dark .fill-color-active-shadow-0[data-selected=true],html body .theme-override-dark .fill-color-active-shadow-0:active{background-color:var(--color-shadow-0)}body[data-theme-mode=dark] .outline-color-shadow-0,body[data-theme-mode=dark] .outline-color-hover-shadow-0:hover,body[data-theme-mode=dark] .outline-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-shadow-0:focus,body[data-theme-mode=dark] .outline-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .outline-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-shadow-0:active,html body .theme-override-dark .outline-color-shadow-0,html body .theme-override-dark .outline-color-hover-shadow-0:hover,html body .theme-override-dark .outline-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .outline-color-focus-shadow-0:focus,html body .theme-override-dark .outline-color-focus-shadow-0:focus-within,html body .theme-override-dark .outline-color-active-shadow-0[data-selected=true],html body .theme-override-dark .outline-color-active-shadow-0:active{outline-color:var(--color-shadow-0)}body[data-theme-mode=dark] .outside-border-color-shadow-0,body[data-theme-mode=dark] .outside-border-color-hover-shadow-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-shadow-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-shadow-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-shadow-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-shadow-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-shadow-0:active,html body .theme-override-dark .outside-border-color-shadow-0,html body .theme-override-dark .outside-border-color-hover-shadow-0:hover,html body .theme-override-dark .outside-border-color-focus-shadow-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-shadow-0:focus,html body .theme-override-dark .outside-border-color-focus-shadow-0:focus-within,html body .theme-override-dark .outside-border-color-active-shadow-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-shadow-0:active{--outside-border-color: var(--color-shadow-0)}body[data-theme-mode=dark] .font-color-primary,body[data-theme-mode=dark] .font-color-hover-primary:hover,body[data-theme-mode=dark] .font-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-primary:focus,body[data-theme-mode=dark] .font-color-focus-primary:focus-within,body[data-theme-mode=dark] .font-color-active-primary[data-selected=true],body[data-theme-mode=dark] .font-color-active-primary:active,html body .theme-override-dark .font-color-primary,html body .theme-override-dark .font-color-hover-primary:hover,html body .theme-override-dark .font-color-focus-primary[data-focused=true],html body .theme-override-dark .font-color-focus-primary:focus,html body .theme-override-dark .font-color-focus-primary:focus-within,html body .theme-override-dark .font-color-active-primary[data-selected=true],html body .theme-override-dark .font-color-active-primary:active{color:var(--color-primary)}body[data-theme-mode=dark] .border-color-primary,body[data-theme-mode=dark] .border-color-hover-primary:hover,body[data-theme-mode=dark] .border-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-primary:focus,body[data-theme-mode=dark] .border-color-focus-primary:focus-within,body[data-theme-mode=dark] .border-color-active-primary[data-selected=true],body[data-theme-mode=dark] .border-color-active-primary:active,html body .theme-override-dark .border-color-primary,html body .theme-override-dark .border-color-hover-primary:hover,html body .theme-override-dark .border-color-focus-primary[data-focused=true],html body .theme-override-dark .border-color-focus-primary:focus,html body .theme-override-dark .border-color-focus-primary:focus-within,html body .theme-override-dark .border-color-active-primary[data-selected=true],html body .theme-override-dark .border-color-active-primary:active{border-color:var(--color-primary)}body[data-theme-mode=dark] .border-top-color-primary,body[data-theme-mode=dark] .border-top-color-hover-primary:hover,body[data-theme-mode=dark] .border-top-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-primary:focus,body[data-theme-mode=dark] .border-top-color-focus-primary:focus-within,body[data-theme-mode=dark] .border-top-color-active-primary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-primary:active,html body .theme-override-dark .border-top-color-primary,html body .theme-override-dark .border-top-color-hover-primary:hover,html body .theme-override-dark .border-top-color-focus-primary[data-focused=true],html body .theme-override-dark .border-top-color-focus-primary:focus,html body .theme-override-dark .border-top-color-focus-primary:focus-within,html body .theme-override-dark .border-top-color-active-primary[data-selected=true],html body .theme-override-dark .border-top-color-active-primary:active{border-top-color:var(--color-primary)}body[data-theme-mode=dark] .border-bottom-color-primary,body[data-theme-mode=dark] .border-bottom-color-hover-primary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-primary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-primary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-primary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-primary:active,html body .theme-override-dark .border-bottom-color-primary,html body .theme-override-dark .border-bottom-color-hover-primary:hover,html body .theme-override-dark .border-bottom-color-focus-primary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-primary:focus,html body .theme-override-dark .border-bottom-color-focus-primary:focus-within,html body .theme-override-dark .border-bottom-color-active-primary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-primary:active{border-bottom-color:var(--color-primary)}body[data-theme-mode=dark] .border-left-color-primary,body[data-theme-mode=dark] .border-left-color-hover-primary:hover,body[data-theme-mode=dark] .border-left-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-primary:focus,body[data-theme-mode=dark] .border-left-color-focus-primary:focus-within,body[data-theme-mode=dark] .border-left-color-active-primary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-primary:active,html body .theme-override-dark .border-left-color-primary,html body .theme-override-dark .border-left-color-hover-primary:hover,html body .theme-override-dark .border-left-color-focus-primary[data-focused=true],html body .theme-override-dark .border-left-color-focus-primary:focus,html body .theme-override-dark .border-left-color-focus-primary:focus-within,html body .theme-override-dark .border-left-color-active-primary[data-selected=true],html body .theme-override-dark .border-left-color-active-primary:active{border-left-color:var(--color-primary)}body[data-theme-mode=dark] .border-right-color-primary,body[data-theme-mode=dark] .border-right-color-hover-primary:hover,body[data-theme-mode=dark] .border-right-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-primary:focus,body[data-theme-mode=dark] .border-right-color-focus-primary:focus-within,body[data-theme-mode=dark] .border-right-color-active-primary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-primary:active,html body .theme-override-dark .border-right-color-primary,html body .theme-override-dark .border-right-color-hover-primary:hover,html body .theme-override-dark .border-right-color-focus-primary[data-focused=true],html body .theme-override-dark .border-right-color-focus-primary:focus,html body .theme-override-dark .border-right-color-focus-primary:focus-within,html body .theme-override-dark .border-right-color-active-primary[data-selected=true],html body .theme-override-dark .border-right-color-active-primary:active{border-right-color:var(--color-primary)}body[data-theme-mode=dark] .fill-color-primary,body[data-theme-mode=dark] .fill-color-hover-primary:hover,body[data-theme-mode=dark] .fill-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-primary:focus,body[data-theme-mode=dark] .fill-color-focus-primary:focus-within,body[data-theme-mode=dark] .fill-color-active-primary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-primary:active,html body .theme-override-dark .fill-color-primary,html body .theme-override-dark .fill-color-hover-primary:hover,html body .theme-override-dark .fill-color-focus-primary[data-focused=true],html body .theme-override-dark .fill-color-focus-primary:focus,html body .theme-override-dark .fill-color-focus-primary:focus-within,html body .theme-override-dark .fill-color-active-primary[data-selected=true],html body .theme-override-dark .fill-color-active-primary:active{background-color:var(--color-primary)}body[data-theme-mode=dark] .outline-color-primary,body[data-theme-mode=dark] .outline-color-hover-primary:hover,body[data-theme-mode=dark] .outline-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-primary:focus,body[data-theme-mode=dark] .outline-color-focus-primary:focus-within,body[data-theme-mode=dark] .outline-color-active-primary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-primary:active,html body .theme-override-dark .outline-color-primary,html body .theme-override-dark .outline-color-hover-primary:hover,html body .theme-override-dark .outline-color-focus-primary[data-focused=true],html body .theme-override-dark .outline-color-focus-primary:focus,html body .theme-override-dark .outline-color-focus-primary:focus-within,html body .theme-override-dark .outline-color-active-primary[data-selected=true],html body .theme-override-dark .outline-color-active-primary:active{outline-color:var(--color-primary)}body[data-theme-mode=dark] .outside-border-color-primary,body[data-theme-mode=dark] .outside-border-color-hover-primary:hover,body[data-theme-mode=dark] .outside-border-color-focus-primary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-primary:focus,body[data-theme-mode=dark] .outside-border-color-focus-primary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-primary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-primary:active,html body .theme-override-dark .outside-border-color-primary,html body .theme-override-dark .outside-border-color-hover-primary:hover,html body .theme-override-dark .outside-border-color-focus-primary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-primary:focus,html body .theme-override-dark .outside-border-color-focus-primary:focus-within,html body .theme-override-dark .outside-border-color-active-primary[data-selected=true],html body .theme-override-dark .outside-border-color-active-primary:active{--outside-border-color: var(--color-primary)}body[data-theme-mode=dark] .font-color-primary-foreground,body[data-theme-mode=dark] .font-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-primary-foreground:active,html body .theme-override-dark .font-color-primary-foreground,html body .theme-override-dark .font-color-hover-primary-foreground:hover,html body .theme-override-dark .font-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-primary-foreground:focus,html body .theme-override-dark .font-color-focus-primary-foreground:focus-within,html body .theme-override-dark .font-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-primary-foreground:active{color:var(--color-primary-foreground)}body[data-theme-mode=dark] .border-color-primary-foreground,body[data-theme-mode=dark] .border-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-primary-foreground:active,html body .theme-override-dark .border-color-primary-foreground,html body .theme-override-dark .border-color-hover-primary-foreground:hover,html body .theme-override-dark .border-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-primary-foreground:focus,html body .theme-override-dark .border-color-focus-primary-foreground:focus-within,html body .theme-override-dark .border-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-primary-foreground:active{border-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .border-top-color-primary-foreground,body[data-theme-mode=dark] .border-top-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-primary-foreground:active,html body .theme-override-dark .border-top-color-primary-foreground,html body .theme-override-dark .border-top-color-hover-primary-foreground:hover,html body .theme-override-dark .border-top-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-primary-foreground:focus,html body .theme-override-dark .border-top-color-focus-primary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-primary-foreground:active{border-top-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .border-bottom-color-primary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-primary-foreground:active,html body .theme-override-dark .border-bottom-color-primary-foreground,html body .theme-override-dark .border-bottom-color-hover-primary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-primary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-primary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-primary-foreground:active{border-bottom-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .border-left-color-primary-foreground,body[data-theme-mode=dark] .border-left-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-primary-foreground:active,html body .theme-override-dark .border-left-color-primary-foreground,html body .theme-override-dark .border-left-color-hover-primary-foreground:hover,html body .theme-override-dark .border-left-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-primary-foreground:focus,html body .theme-override-dark .border-left-color-focus-primary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-primary-foreground:active{border-left-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .border-right-color-primary-foreground,body[data-theme-mode=dark] .border-right-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-primary-foreground:active,html body .theme-override-dark .border-right-color-primary-foreground,html body .theme-override-dark .border-right-color-hover-primary-foreground:hover,html body .theme-override-dark .border-right-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-primary-foreground:focus,html body .theme-override-dark .border-right-color-focus-primary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-primary-foreground:active{border-right-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .fill-color-primary-foreground,body[data-theme-mode=dark] .fill-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-primary-foreground:active,html body .theme-override-dark .fill-color-primary-foreground,html body .theme-override-dark .fill-color-hover-primary-foreground:hover,html body .theme-override-dark .fill-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-primary-foreground:focus,html body .theme-override-dark .fill-color-focus-primary-foreground:focus-within,html body .theme-override-dark .fill-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-primary-foreground:active{background-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .outline-color-primary-foreground,body[data-theme-mode=dark] .outline-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-primary-foreground:active,html body .theme-override-dark .outline-color-primary-foreground,html body .theme-override-dark .outline-color-hover-primary-foreground:hover,html body .theme-override-dark .outline-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-primary-foreground:focus,html body .theme-override-dark .outline-color-focus-primary-foreground:focus-within,html body .theme-override-dark .outline-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-primary-foreground:active{outline-color:var(--color-primary-foreground)}body[data-theme-mode=dark] .outside-border-color-primary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-primary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-primary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-primary-foreground:active,html body .theme-override-dark .outside-border-color-primary-foreground,html body .theme-override-dark .outside-border-color-hover-primary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-primary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-primary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-primary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-primary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-primary-foreground:active{--outside-border-color: var(--color-primary-foreground)}body[data-theme-mode=dark] .font-color-secondary,body[data-theme-mode=dark] .font-color-hover-secondary:hover,body[data-theme-mode=dark] .font-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-secondary:focus,body[data-theme-mode=dark] .font-color-focus-secondary:focus-within,body[data-theme-mode=dark] .font-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .font-color-active-secondary:active,html body .theme-override-dark .font-color-secondary,html body .theme-override-dark .font-color-hover-secondary:hover,html body .theme-override-dark .font-color-focus-secondary[data-focused=true],html body .theme-override-dark .font-color-focus-secondary:focus,html body .theme-override-dark .font-color-focus-secondary:focus-within,html body .theme-override-dark .font-color-active-secondary[data-selected=true],html body .theme-override-dark .font-color-active-secondary:active{color:var(--color-secondary)}body[data-theme-mode=dark] .border-color-secondary,body[data-theme-mode=dark] .border-color-hover-secondary:hover,body[data-theme-mode=dark] .border-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-secondary:focus,body[data-theme-mode=dark] .border-color-focus-secondary:focus-within,body[data-theme-mode=dark] .border-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .border-color-active-secondary:active,html body .theme-override-dark .border-color-secondary,html body .theme-override-dark .border-color-hover-secondary:hover,html body .theme-override-dark .border-color-focus-secondary[data-focused=true],html body .theme-override-dark .border-color-focus-secondary:focus,html body .theme-override-dark .border-color-focus-secondary:focus-within,html body .theme-override-dark .border-color-active-secondary[data-selected=true],html body .theme-override-dark .border-color-active-secondary:active{border-color:var(--color-secondary)}body[data-theme-mode=dark] .border-top-color-secondary,body[data-theme-mode=dark] .border-top-color-hover-secondary:hover,body[data-theme-mode=dark] .border-top-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-secondary:focus,body[data-theme-mode=dark] .border-top-color-focus-secondary:focus-within,body[data-theme-mode=dark] .border-top-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-secondary:active,html body .theme-override-dark .border-top-color-secondary,html body .theme-override-dark .border-top-color-hover-secondary:hover,html body .theme-override-dark .border-top-color-focus-secondary[data-focused=true],html body .theme-override-dark .border-top-color-focus-secondary:focus,html body .theme-override-dark .border-top-color-focus-secondary:focus-within,html body .theme-override-dark .border-top-color-active-secondary[data-selected=true],html body .theme-override-dark .border-top-color-active-secondary:active{border-top-color:var(--color-secondary)}body[data-theme-mode=dark] .border-bottom-color-secondary,body[data-theme-mode=dark] .border-bottom-color-hover-secondary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-secondary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-secondary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-secondary:active,html body .theme-override-dark .border-bottom-color-secondary,html body .theme-override-dark .border-bottom-color-hover-secondary:hover,html body .theme-override-dark .border-bottom-color-focus-secondary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-secondary:focus,html body .theme-override-dark .border-bottom-color-focus-secondary:focus-within,html body .theme-override-dark .border-bottom-color-active-secondary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-secondary:active{border-bottom-color:var(--color-secondary)}body[data-theme-mode=dark] .border-left-color-secondary,body[data-theme-mode=dark] .border-left-color-hover-secondary:hover,body[data-theme-mode=dark] .border-left-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-secondary:focus,body[data-theme-mode=dark] .border-left-color-focus-secondary:focus-within,body[data-theme-mode=dark] .border-left-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-secondary:active,html body .theme-override-dark .border-left-color-secondary,html body .theme-override-dark .border-left-color-hover-secondary:hover,html body .theme-override-dark .border-left-color-focus-secondary[data-focused=true],html body .theme-override-dark .border-left-color-focus-secondary:focus,html body .theme-override-dark .border-left-color-focus-secondary:focus-within,html body .theme-override-dark .border-left-color-active-secondary[data-selected=true],html body .theme-override-dark .border-left-color-active-secondary:active{border-left-color:var(--color-secondary)}body[data-theme-mode=dark] .border-right-color-secondary,body[data-theme-mode=dark] .border-right-color-hover-secondary:hover,body[data-theme-mode=dark] .border-right-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-secondary:focus,body[data-theme-mode=dark] .border-right-color-focus-secondary:focus-within,body[data-theme-mode=dark] .border-right-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-secondary:active,html body .theme-override-dark .border-right-color-secondary,html body .theme-override-dark .border-right-color-hover-secondary:hover,html body .theme-override-dark .border-right-color-focus-secondary[data-focused=true],html body .theme-override-dark .border-right-color-focus-secondary:focus,html body .theme-override-dark .border-right-color-focus-secondary:focus-within,html body .theme-override-dark .border-right-color-active-secondary[data-selected=true],html body .theme-override-dark .border-right-color-active-secondary:active{border-right-color:var(--color-secondary)}body[data-theme-mode=dark] .fill-color-secondary,body[data-theme-mode=dark] .fill-color-hover-secondary:hover,body[data-theme-mode=dark] .fill-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-secondary:focus,body[data-theme-mode=dark] .fill-color-focus-secondary:focus-within,body[data-theme-mode=dark] .fill-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-secondary:active,html body .theme-override-dark .fill-color-secondary,html body .theme-override-dark .fill-color-hover-secondary:hover,html body .theme-override-dark .fill-color-focus-secondary[data-focused=true],html body .theme-override-dark .fill-color-focus-secondary:focus,html body .theme-override-dark .fill-color-focus-secondary:focus-within,html body .theme-override-dark .fill-color-active-secondary[data-selected=true],html body .theme-override-dark .fill-color-active-secondary:active{background-color:var(--color-secondary)}body[data-theme-mode=dark] .outline-color-secondary,body[data-theme-mode=dark] .outline-color-hover-secondary:hover,body[data-theme-mode=dark] .outline-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-secondary:focus,body[data-theme-mode=dark] .outline-color-focus-secondary:focus-within,body[data-theme-mode=dark] .outline-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-secondary:active,html body .theme-override-dark .outline-color-secondary,html body .theme-override-dark .outline-color-hover-secondary:hover,html body .theme-override-dark .outline-color-focus-secondary[data-focused=true],html body .theme-override-dark .outline-color-focus-secondary:focus,html body .theme-override-dark .outline-color-focus-secondary:focus-within,html body .theme-override-dark .outline-color-active-secondary[data-selected=true],html body .theme-override-dark .outline-color-active-secondary:active{outline-color:var(--color-secondary)}body[data-theme-mode=dark] .outside-border-color-secondary,body[data-theme-mode=dark] .outside-border-color-hover-secondary:hover,body[data-theme-mode=dark] .outside-border-color-focus-secondary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-secondary:focus,body[data-theme-mode=dark] .outside-border-color-focus-secondary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-secondary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-secondary:active,html body .theme-override-dark .outside-border-color-secondary,html body .theme-override-dark .outside-border-color-hover-secondary:hover,html body .theme-override-dark .outside-border-color-focus-secondary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-secondary:focus,html body .theme-override-dark .outside-border-color-focus-secondary:focus-within,html body .theme-override-dark .outside-border-color-active-secondary[data-selected=true],html body .theme-override-dark .outside-border-color-active-secondary:active{--outside-border-color: var(--color-secondary)}body[data-theme-mode=dark] .font-color-secondary-foreground,body[data-theme-mode=dark] .font-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-secondary-foreground:active,html body .theme-override-dark .font-color-secondary-foreground,html body .theme-override-dark .font-color-hover-secondary-foreground:hover,html body .theme-override-dark .font-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-secondary-foreground:focus,html body .theme-override-dark .font-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .font-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-secondary-foreground:active{color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .border-color-secondary-foreground,body[data-theme-mode=dark] .border-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-secondary-foreground:active,html body .theme-override-dark .border-color-secondary-foreground,html body .theme-override-dark .border-color-hover-secondary-foreground:hover,html body .theme-override-dark .border-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-secondary-foreground:focus,html body .theme-override-dark .border-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .border-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-secondary-foreground:active{border-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .border-top-color-secondary-foreground,body[data-theme-mode=dark] .border-top-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-secondary-foreground:active,html body .theme-override-dark .border-top-color-secondary-foreground,html body .theme-override-dark .border-top-color-hover-secondary-foreground:hover,html body .theme-override-dark .border-top-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-secondary-foreground:focus,html body .theme-override-dark .border-top-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-secondary-foreground:active{border-top-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .border-bottom-color-secondary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-secondary-foreground:active,html body .theme-override-dark .border-bottom-color-secondary-foreground,html body .theme-override-dark .border-bottom-color-hover-secondary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-secondary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-secondary-foreground:active{border-bottom-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .border-left-color-secondary-foreground,body[data-theme-mode=dark] .border-left-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-secondary-foreground:active,html body .theme-override-dark .border-left-color-secondary-foreground,html body .theme-override-dark .border-left-color-hover-secondary-foreground:hover,html body .theme-override-dark .border-left-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-secondary-foreground:focus,html body .theme-override-dark .border-left-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-secondary-foreground:active{border-left-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .border-right-color-secondary-foreground,body[data-theme-mode=dark] .border-right-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-secondary-foreground:active,html body .theme-override-dark .border-right-color-secondary-foreground,html body .theme-override-dark .border-right-color-hover-secondary-foreground:hover,html body .theme-override-dark .border-right-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-secondary-foreground:focus,html body .theme-override-dark .border-right-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-secondary-foreground:active{border-right-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .fill-color-secondary-foreground,body[data-theme-mode=dark] .fill-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-secondary-foreground:active,html body .theme-override-dark .fill-color-secondary-foreground,html body .theme-override-dark .fill-color-hover-secondary-foreground:hover,html body .theme-override-dark .fill-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-secondary-foreground:focus,html body .theme-override-dark .fill-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .fill-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-secondary-foreground:active{background-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .outline-color-secondary-foreground,body[data-theme-mode=dark] .outline-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-secondary-foreground:active,html body .theme-override-dark .outline-color-secondary-foreground,html body .theme-override-dark .outline-color-hover-secondary-foreground:hover,html body .theme-override-dark .outline-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-secondary-foreground:focus,html body .theme-override-dark .outline-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .outline-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-secondary-foreground:active{outline-color:var(--color-secondary-foreground)}body[data-theme-mode=dark] .outside-border-color-secondary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-secondary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-secondary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-secondary-foreground:active,html body .theme-override-dark .outside-border-color-secondary-foreground,html body .theme-override-dark .outside-border-color-hover-secondary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-secondary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-secondary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-secondary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-secondary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-secondary-foreground:active{--outside-border-color: var(--color-secondary-foreground)}body[data-theme-mode=dark] .font-color-accent,body[data-theme-mode=dark] .font-color-hover-accent:hover,body[data-theme-mode=dark] .font-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .font-color-focus-accent:focus,body[data-theme-mode=dark] .font-color-focus-accent:focus-within,body[data-theme-mode=dark] .font-color-active-accent[data-selected=true],body[data-theme-mode=dark] .font-color-active-accent:active,html body .theme-override-dark .font-color-accent,html body .theme-override-dark .font-color-hover-accent:hover,html body .theme-override-dark .font-color-focus-accent[data-focused=true],html body .theme-override-dark .font-color-focus-accent:focus,html body .theme-override-dark .font-color-focus-accent:focus-within,html body .theme-override-dark .font-color-active-accent[data-selected=true],html body .theme-override-dark .font-color-active-accent:active{color:var(--color-accent)}body[data-theme-mode=dark] .border-color-accent,body[data-theme-mode=dark] .border-color-hover-accent:hover,body[data-theme-mode=dark] .border-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .border-color-focus-accent:focus,body[data-theme-mode=dark] .border-color-focus-accent:focus-within,body[data-theme-mode=dark] .border-color-active-accent[data-selected=true],body[data-theme-mode=dark] .border-color-active-accent:active,html body .theme-override-dark .border-color-accent,html body .theme-override-dark .border-color-hover-accent:hover,html body .theme-override-dark .border-color-focus-accent[data-focused=true],html body .theme-override-dark .border-color-focus-accent:focus,html body .theme-override-dark .border-color-focus-accent:focus-within,html body .theme-override-dark .border-color-active-accent[data-selected=true],html body .theme-override-dark .border-color-active-accent:active{border-color:var(--color-accent)}body[data-theme-mode=dark] .border-top-color-accent,body[data-theme-mode=dark] .border-top-color-hover-accent:hover,body[data-theme-mode=dark] .border-top-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-accent:focus,body[data-theme-mode=dark] .border-top-color-focus-accent:focus-within,body[data-theme-mode=dark] .border-top-color-active-accent[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-accent:active,html body .theme-override-dark .border-top-color-accent,html body .theme-override-dark .border-top-color-hover-accent:hover,html body .theme-override-dark .border-top-color-focus-accent[data-focused=true],html body .theme-override-dark .border-top-color-focus-accent:focus,html body .theme-override-dark .border-top-color-focus-accent:focus-within,html body .theme-override-dark .border-top-color-active-accent[data-selected=true],html body .theme-override-dark .border-top-color-active-accent:active{border-top-color:var(--color-accent)}body[data-theme-mode=dark] .border-bottom-color-accent,body[data-theme-mode=dark] .border-bottom-color-hover-accent:hover,body[data-theme-mode=dark] .border-bottom-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-accent:focus,body[data-theme-mode=dark] .border-bottom-color-focus-accent:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-accent[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-accent:active,html body .theme-override-dark .border-bottom-color-accent,html body .theme-override-dark .border-bottom-color-hover-accent:hover,html body .theme-override-dark .border-bottom-color-focus-accent[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-accent:focus,html body .theme-override-dark .border-bottom-color-focus-accent:focus-within,html body .theme-override-dark .border-bottom-color-active-accent[data-selected=true],html body .theme-override-dark .border-bottom-color-active-accent:active{border-bottom-color:var(--color-accent)}body[data-theme-mode=dark] .border-left-color-accent,body[data-theme-mode=dark] .border-left-color-hover-accent:hover,body[data-theme-mode=dark] .border-left-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-accent:focus,body[data-theme-mode=dark] .border-left-color-focus-accent:focus-within,body[data-theme-mode=dark] .border-left-color-active-accent[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-accent:active,html body .theme-override-dark .border-left-color-accent,html body .theme-override-dark .border-left-color-hover-accent:hover,html body .theme-override-dark .border-left-color-focus-accent[data-focused=true],html body .theme-override-dark .border-left-color-focus-accent:focus,html body .theme-override-dark .border-left-color-focus-accent:focus-within,html body .theme-override-dark .border-left-color-active-accent[data-selected=true],html body .theme-override-dark .border-left-color-active-accent:active{border-left-color:var(--color-accent)}body[data-theme-mode=dark] .border-right-color-accent,body[data-theme-mode=dark] .border-right-color-hover-accent:hover,body[data-theme-mode=dark] .border-right-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-accent:focus,body[data-theme-mode=dark] .border-right-color-focus-accent:focus-within,body[data-theme-mode=dark] .border-right-color-active-accent[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-accent:active,html body .theme-override-dark .border-right-color-accent,html body .theme-override-dark .border-right-color-hover-accent:hover,html body .theme-override-dark .border-right-color-focus-accent[data-focused=true],html body .theme-override-dark .border-right-color-focus-accent:focus,html body .theme-override-dark .border-right-color-focus-accent:focus-within,html body .theme-override-dark .border-right-color-active-accent[data-selected=true],html body .theme-override-dark .border-right-color-active-accent:active{border-right-color:var(--color-accent)}body[data-theme-mode=dark] .fill-color-accent,body[data-theme-mode=dark] .fill-color-hover-accent:hover,body[data-theme-mode=dark] .fill-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-accent:focus,body[data-theme-mode=dark] .fill-color-focus-accent:focus-within,body[data-theme-mode=dark] .fill-color-active-accent[data-selected=true],body[data-theme-mode=dark] .fill-color-active-accent:active,html body .theme-override-dark .fill-color-accent,html body .theme-override-dark .fill-color-hover-accent:hover,html body .theme-override-dark .fill-color-focus-accent[data-focused=true],html body .theme-override-dark .fill-color-focus-accent:focus,html body .theme-override-dark .fill-color-focus-accent:focus-within,html body .theme-override-dark .fill-color-active-accent[data-selected=true],html body .theme-override-dark .fill-color-active-accent:active{background-color:var(--color-accent)}body[data-theme-mode=dark] .outline-color-accent,body[data-theme-mode=dark] .outline-color-hover-accent:hover,body[data-theme-mode=dark] .outline-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-accent:focus,body[data-theme-mode=dark] .outline-color-focus-accent:focus-within,body[data-theme-mode=dark] .outline-color-active-accent[data-selected=true],body[data-theme-mode=dark] .outline-color-active-accent:active,html body .theme-override-dark .outline-color-accent,html body .theme-override-dark .outline-color-hover-accent:hover,html body .theme-override-dark .outline-color-focus-accent[data-focused=true],html body .theme-override-dark .outline-color-focus-accent:focus,html body .theme-override-dark .outline-color-focus-accent:focus-within,html body .theme-override-dark .outline-color-active-accent[data-selected=true],html body .theme-override-dark .outline-color-active-accent:active{outline-color:var(--color-accent)}body[data-theme-mode=dark] .outside-border-color-accent,body[data-theme-mode=dark] .outside-border-color-hover-accent:hover,body[data-theme-mode=dark] .outside-border-color-focus-accent[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-accent:focus,body[data-theme-mode=dark] .outside-border-color-focus-accent:focus-within,body[data-theme-mode=dark] .outside-border-color-active-accent[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-accent:active,html body .theme-override-dark .outside-border-color-accent,html body .theme-override-dark .outside-border-color-hover-accent:hover,html body .theme-override-dark .outside-border-color-focus-accent[data-focused=true],html body .theme-override-dark .outside-border-color-focus-accent:focus,html body .theme-override-dark .outside-border-color-focus-accent:focus-within,html body .theme-override-dark .outside-border-color-active-accent[data-selected=true],html body .theme-override-dark .outside-border-color-active-accent:active{--outside-border-color: var(--color-accent)}body[data-theme-mode=dark] .font-color-accent-foreground,body[data-theme-mode=dark] .font-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .font-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .font-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-accent-foreground:active,html body .theme-override-dark .font-color-accent-foreground,html body .theme-override-dark .font-color-hover-accent-foreground:hover,html body .theme-override-dark .font-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-accent-foreground:focus,html body .theme-override-dark .font-color-focus-accent-foreground:focus-within,html body .theme-override-dark .font-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .font-color-active-accent-foreground:active{color:var(--color-accent-foreground)}body[data-theme-mode=dark] .border-color-accent-foreground,body[data-theme-mode=dark] .border-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .border-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .border-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-accent-foreground:active,html body .theme-override-dark .border-color-accent-foreground,html body .theme-override-dark .border-color-hover-accent-foreground:hover,html body .theme-override-dark .border-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-accent-foreground:focus,html body .theme-override-dark .border-color-focus-accent-foreground:focus-within,html body .theme-override-dark .border-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .border-color-active-accent-foreground:active{border-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .border-top-color-accent-foreground,body[data-theme-mode=dark] .border-top-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-accent-foreground:active,html body .theme-override-dark .border-top-color-accent-foreground,html body .theme-override-dark .border-top-color-hover-accent-foreground:hover,html body .theme-override-dark .border-top-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-accent-foreground:focus,html body .theme-override-dark .border-top-color-focus-accent-foreground:focus-within,html body .theme-override-dark .border-top-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-accent-foreground:active{border-top-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .border-bottom-color-accent-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-accent-foreground:active,html body .theme-override-dark .border-bottom-color-accent-foreground,html body .theme-override-dark .border-bottom-color-hover-accent-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-accent-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-accent-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-accent-foreground:active{border-bottom-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .border-left-color-accent-foreground,body[data-theme-mode=dark] .border-left-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-accent-foreground:active,html body .theme-override-dark .border-left-color-accent-foreground,html body .theme-override-dark .border-left-color-hover-accent-foreground:hover,html body .theme-override-dark .border-left-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-accent-foreground:focus,html body .theme-override-dark .border-left-color-focus-accent-foreground:focus-within,html body .theme-override-dark .border-left-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-accent-foreground:active{border-left-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .border-right-color-accent-foreground,body[data-theme-mode=dark] .border-right-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-accent-foreground:active,html body .theme-override-dark .border-right-color-accent-foreground,html body .theme-override-dark .border-right-color-hover-accent-foreground:hover,html body .theme-override-dark .border-right-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-accent-foreground:focus,html body .theme-override-dark .border-right-color-focus-accent-foreground:focus-within,html body .theme-override-dark .border-right-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-accent-foreground:active{border-right-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .fill-color-accent-foreground,body[data-theme-mode=dark] .fill-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-accent-foreground:active,html body .theme-override-dark .fill-color-accent-foreground,html body .theme-override-dark .fill-color-hover-accent-foreground:hover,html body .theme-override-dark .fill-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-accent-foreground:focus,html body .theme-override-dark .fill-color-focus-accent-foreground:focus-within,html body .theme-override-dark .fill-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-accent-foreground:active{background-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .outline-color-accent-foreground,body[data-theme-mode=dark] .outline-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-accent-foreground:active,html body .theme-override-dark .outline-color-accent-foreground,html body .theme-override-dark .outline-color-hover-accent-foreground:hover,html body .theme-override-dark .outline-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-accent-foreground:focus,html body .theme-override-dark .outline-color-focus-accent-foreground:focus-within,html body .theme-override-dark .outline-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-accent-foreground:active{outline-color:var(--color-accent-foreground)}body[data-theme-mode=dark] .outside-border-color-accent-foreground,body[data-theme-mode=dark] .outside-border-color-hover-accent-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-accent-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-accent-foreground:active,html body .theme-override-dark .outside-border-color-accent-foreground,html body .theme-override-dark .outside-border-color-hover-accent-foreground:hover,html body .theme-override-dark .outside-border-color-focus-accent-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-accent-foreground:focus,html body .theme-override-dark .outside-border-color-focus-accent-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-accent-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-accent-foreground:active{--outside-border-color: var(--color-accent-foreground)}body[data-theme-mode=dark] .font-color-background,body[data-theme-mode=dark] .font-color-hover-background:hover,body[data-theme-mode=dark] .font-color-focus-background[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background:focus,body[data-theme-mode=dark] .font-color-focus-background:focus-within,body[data-theme-mode=dark] .font-color-active-background[data-selected=true],body[data-theme-mode=dark] .font-color-active-background:active,html body .theme-override-dark .font-color-background,html body .theme-override-dark .font-color-hover-background:hover,html body .theme-override-dark .font-color-focus-background[data-focused=true],html body .theme-override-dark .font-color-focus-background:focus,html body .theme-override-dark .font-color-focus-background:focus-within,html body .theme-override-dark .font-color-active-background[data-selected=true],html body .theme-override-dark .font-color-active-background:active{color:var(--color-background)}body[data-theme-mode=dark] .border-color-background,body[data-theme-mode=dark] .border-color-hover-background:hover,body[data-theme-mode=dark] .border-color-focus-background[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background:focus,body[data-theme-mode=dark] .border-color-focus-background:focus-within,body[data-theme-mode=dark] .border-color-active-background[data-selected=true],body[data-theme-mode=dark] .border-color-active-background:active,html body .theme-override-dark .border-color-background,html body .theme-override-dark .border-color-hover-background:hover,html body .theme-override-dark .border-color-focus-background[data-focused=true],html body .theme-override-dark .border-color-focus-background:focus,html body .theme-override-dark .border-color-focus-background:focus-within,html body .theme-override-dark .border-color-active-background[data-selected=true],html body .theme-override-dark .border-color-active-background:active{border-color:var(--color-background)}body[data-theme-mode=dark] .border-top-color-background,body[data-theme-mode=dark] .border-top-color-hover-background:hover,body[data-theme-mode=dark] .border-top-color-focus-background[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background:focus,body[data-theme-mode=dark] .border-top-color-focus-background:focus-within,body[data-theme-mode=dark] .border-top-color-active-background[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background:active,html body .theme-override-dark .border-top-color-background,html body .theme-override-dark .border-top-color-hover-background:hover,html body .theme-override-dark .border-top-color-focus-background[data-focused=true],html body .theme-override-dark .border-top-color-focus-background:focus,html body .theme-override-dark .border-top-color-focus-background:focus-within,html body .theme-override-dark .border-top-color-active-background[data-selected=true],html body .theme-override-dark .border-top-color-active-background:active{border-top-color:var(--color-background)}body[data-theme-mode=dark] .border-bottom-color-background,body[data-theme-mode=dark] .border-bottom-color-hover-background:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background:active,html body .theme-override-dark .border-bottom-color-background,html body .theme-override-dark .border-bottom-color-hover-background:hover,html body .theme-override-dark .border-bottom-color-focus-background[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background:focus,html body .theme-override-dark .border-bottom-color-focus-background:focus-within,html body .theme-override-dark .border-bottom-color-active-background[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background:active{border-bottom-color:var(--color-background)}body[data-theme-mode=dark] .border-left-color-background,body[data-theme-mode=dark] .border-left-color-hover-background:hover,body[data-theme-mode=dark] .border-left-color-focus-background[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background:focus,body[data-theme-mode=dark] .border-left-color-focus-background:focus-within,body[data-theme-mode=dark] .border-left-color-active-background[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background:active,html body .theme-override-dark .border-left-color-background,html body .theme-override-dark .border-left-color-hover-background:hover,html body .theme-override-dark .border-left-color-focus-background[data-focused=true],html body .theme-override-dark .border-left-color-focus-background:focus,html body .theme-override-dark .border-left-color-focus-background:focus-within,html body .theme-override-dark .border-left-color-active-background[data-selected=true],html body .theme-override-dark .border-left-color-active-background:active{border-left-color:var(--color-background)}body[data-theme-mode=dark] .border-right-color-background,body[data-theme-mode=dark] .border-right-color-hover-background:hover,body[data-theme-mode=dark] .border-right-color-focus-background[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background:focus,body[data-theme-mode=dark] .border-right-color-focus-background:focus-within,body[data-theme-mode=dark] .border-right-color-active-background[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background:active,html body .theme-override-dark .border-right-color-background,html body .theme-override-dark .border-right-color-hover-background:hover,html body .theme-override-dark .border-right-color-focus-background[data-focused=true],html body .theme-override-dark .border-right-color-focus-background:focus,html body .theme-override-dark .border-right-color-focus-background:focus-within,html body .theme-override-dark .border-right-color-active-background[data-selected=true],html body .theme-override-dark .border-right-color-active-background:active{border-right-color:var(--color-background)}body[data-theme-mode=dark] .fill-color-background,body[data-theme-mode=dark] .fill-color-hover-background:hover,body[data-theme-mode=dark] .fill-color-focus-background[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background:focus,body[data-theme-mode=dark] .fill-color-focus-background:focus-within,body[data-theme-mode=dark] .fill-color-active-background[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background:active,html body .theme-override-dark .fill-color-background,html body .theme-override-dark .fill-color-hover-background:hover,html body .theme-override-dark .fill-color-focus-background[data-focused=true],html body .theme-override-dark .fill-color-focus-background:focus,html body .theme-override-dark .fill-color-focus-background:focus-within,html body .theme-override-dark .fill-color-active-background[data-selected=true],html body .theme-override-dark .fill-color-active-background:active{background-color:var(--color-background)}body[data-theme-mode=dark] .outline-color-background,body[data-theme-mode=dark] .outline-color-hover-background:hover,body[data-theme-mode=dark] .outline-color-focus-background[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background:focus,body[data-theme-mode=dark] .outline-color-focus-background:focus-within,body[data-theme-mode=dark] .outline-color-active-background[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background:active,html body .theme-override-dark .outline-color-background,html body .theme-override-dark .outline-color-hover-background:hover,html body .theme-override-dark .outline-color-focus-background[data-focused=true],html body .theme-override-dark .outline-color-focus-background:focus,html body .theme-override-dark .outline-color-focus-background:focus-within,html body .theme-override-dark .outline-color-active-background[data-selected=true],html body .theme-override-dark .outline-color-active-background:active{outline-color:var(--color-background)}body[data-theme-mode=dark] .outside-border-color-background,body[data-theme-mode=dark] .outside-border-color-hover-background:hover,body[data-theme-mode=dark] .outside-border-color-focus-background[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background:focus,body[data-theme-mode=dark] .outside-border-color-focus-background:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background:active,html body .theme-override-dark .outside-border-color-background,html body .theme-override-dark .outside-border-color-hover-background:hover,html body .theme-override-dark .outside-border-color-focus-background[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background:focus,html body .theme-override-dark .outside-border-color-focus-background:focus-within,html body .theme-override-dark .outside-border-color-active-background[data-selected=true],html body .theme-override-dark .outside-border-color-active-background:active{--outside-border-color: var(--color-background)}body[data-theme-mode=dark] .font-color-background-surface,body[data-theme-mode=dark] .font-color-hover-background-surface:hover,body[data-theme-mode=dark] .font-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-surface:focus,body[data-theme-mode=dark] .font-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .font-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-surface:active,html body .theme-override-dark .font-color-background-surface,html body .theme-override-dark .font-color-hover-background-surface:hover,html body .theme-override-dark .font-color-focus-background-surface[data-focused=true],html body .theme-override-dark .font-color-focus-background-surface:focus,html body .theme-override-dark .font-color-focus-background-surface:focus-within,html body .theme-override-dark .font-color-active-background-surface[data-selected=true],html body .theme-override-dark .font-color-active-background-surface:active{color:var(--color-background-surface)}body[data-theme-mode=dark] .border-color-background-surface,body[data-theme-mode=dark] .border-color-hover-background-surface:hover,body[data-theme-mode=dark] .border-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-surface:focus,body[data-theme-mode=dark] .border-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .border-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-surface:active,html body .theme-override-dark .border-color-background-surface,html body .theme-override-dark .border-color-hover-background-surface:hover,html body .theme-override-dark .border-color-focus-background-surface[data-focused=true],html body .theme-override-dark .border-color-focus-background-surface:focus,html body .theme-override-dark .border-color-focus-background-surface:focus-within,html body .theme-override-dark .border-color-active-background-surface[data-selected=true],html body .theme-override-dark .border-color-active-background-surface:active{border-color:var(--color-background-surface)}body[data-theme-mode=dark] .border-top-color-background-surface,body[data-theme-mode=dark] .border-top-color-hover-background-surface:hover,body[data-theme-mode=dark] .border-top-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-surface:focus,body[data-theme-mode=dark] .border-top-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-surface:active,html body .theme-override-dark .border-top-color-background-surface,html body .theme-override-dark .border-top-color-hover-background-surface:hover,html body .theme-override-dark .border-top-color-focus-background-surface[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-surface:focus,html body .theme-override-dark .border-top-color-focus-background-surface:focus-within,html body .theme-override-dark .border-top-color-active-background-surface[data-selected=true],html body .theme-override-dark .border-top-color-active-background-surface:active{border-top-color:var(--color-background-surface)}body[data-theme-mode=dark] .border-bottom-color-background-surface,body[data-theme-mode=dark] .border-bottom-color-hover-background-surface:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-surface:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-surface:active,html body .theme-override-dark .border-bottom-color-background-surface,html body .theme-override-dark .border-bottom-color-hover-background-surface:hover,html body .theme-override-dark .border-bottom-color-focus-background-surface[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-surface:focus,html body .theme-override-dark .border-bottom-color-focus-background-surface:focus-within,html body .theme-override-dark .border-bottom-color-active-background-surface[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-surface:active{border-bottom-color:var(--color-background-surface)}body[data-theme-mode=dark] .border-left-color-background-surface,body[data-theme-mode=dark] .border-left-color-hover-background-surface:hover,body[data-theme-mode=dark] .border-left-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-surface:focus,body[data-theme-mode=dark] .border-left-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-surface:active,html body .theme-override-dark .border-left-color-background-surface,html body .theme-override-dark .border-left-color-hover-background-surface:hover,html body .theme-override-dark .border-left-color-focus-background-surface[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-surface:focus,html body .theme-override-dark .border-left-color-focus-background-surface:focus-within,html body .theme-override-dark .border-left-color-active-background-surface[data-selected=true],html body .theme-override-dark .border-left-color-active-background-surface:active{border-left-color:var(--color-background-surface)}body[data-theme-mode=dark] .border-right-color-background-surface,body[data-theme-mode=dark] .border-right-color-hover-background-surface:hover,body[data-theme-mode=dark] .border-right-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-surface:focus,body[data-theme-mode=dark] .border-right-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-surface:active,html body .theme-override-dark .border-right-color-background-surface,html body .theme-override-dark .border-right-color-hover-background-surface:hover,html body .theme-override-dark .border-right-color-focus-background-surface[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-surface:focus,html body .theme-override-dark .border-right-color-focus-background-surface:focus-within,html body .theme-override-dark .border-right-color-active-background-surface[data-selected=true],html body .theme-override-dark .border-right-color-active-background-surface:active{border-right-color:var(--color-background-surface)}body[data-theme-mode=dark] .fill-color-background-surface,body[data-theme-mode=dark] .fill-color-hover-background-surface:hover,body[data-theme-mode=dark] .fill-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-surface:focus,body[data-theme-mode=dark] .fill-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .fill-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-surface:active,html body .theme-override-dark .fill-color-background-surface,html body .theme-override-dark .fill-color-hover-background-surface:hover,html body .theme-override-dark .fill-color-focus-background-surface[data-focused=true],html body .theme-override-dark .fill-color-focus-background-surface:focus,html body .theme-override-dark .fill-color-focus-background-surface:focus-within,html body .theme-override-dark .fill-color-active-background-surface[data-selected=true],html body .theme-override-dark .fill-color-active-background-surface:active{background-color:var(--color-background-surface)}body[data-theme-mode=dark] .outline-color-background-surface,body[data-theme-mode=dark] .outline-color-hover-background-surface:hover,body[data-theme-mode=dark] .outline-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-surface:focus,body[data-theme-mode=dark] .outline-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .outline-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-surface:active,html body .theme-override-dark .outline-color-background-surface,html body .theme-override-dark .outline-color-hover-background-surface:hover,html body .theme-override-dark .outline-color-focus-background-surface[data-focused=true],html body .theme-override-dark .outline-color-focus-background-surface:focus,html body .theme-override-dark .outline-color-focus-background-surface:focus-within,html body .theme-override-dark .outline-color-active-background-surface[data-selected=true],html body .theme-override-dark .outline-color-active-background-surface:active{outline-color:var(--color-background-surface)}body[data-theme-mode=dark] .outside-border-color-background-surface,body[data-theme-mode=dark] .outside-border-color-hover-background-surface:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-surface[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-surface:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-surface:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-surface[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-surface:active,html body .theme-override-dark .outside-border-color-background-surface,html body .theme-override-dark .outside-border-color-hover-background-surface:hover,html body .theme-override-dark .outside-border-color-focus-background-surface[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-surface:focus,html body .theme-override-dark .outside-border-color-focus-background-surface:focus-within,html body .theme-override-dark .outside-border-color-active-background-surface[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-surface:active{--outside-border-color: var(--color-background-surface)}body[data-theme-mode=dark] .font-color-background-ghost,body[data-theme-mode=dark] .font-color-hover-background-ghost:hover,body[data-theme-mode=dark] .font-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-ghost:focus,body[data-theme-mode=dark] .font-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .font-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-ghost:active,html body .theme-override-dark .font-color-background-ghost,html body .theme-override-dark .font-color-hover-background-ghost:hover,html body .theme-override-dark .font-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .font-color-focus-background-ghost:focus,html body .theme-override-dark .font-color-focus-background-ghost:focus-within,html body .theme-override-dark .font-color-active-background-ghost[data-selected=true],html body .theme-override-dark .font-color-active-background-ghost:active{color:var(--color-background-ghost)}body[data-theme-mode=dark] .border-color-background-ghost,body[data-theme-mode=dark] .border-color-hover-background-ghost:hover,body[data-theme-mode=dark] .border-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-ghost:focus,body[data-theme-mode=dark] .border-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .border-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-ghost:active,html body .theme-override-dark .border-color-background-ghost,html body .theme-override-dark .border-color-hover-background-ghost:hover,html body .theme-override-dark .border-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .border-color-focus-background-ghost:focus,html body .theme-override-dark .border-color-focus-background-ghost:focus-within,html body .theme-override-dark .border-color-active-background-ghost[data-selected=true],html body .theme-override-dark .border-color-active-background-ghost:active{border-color:var(--color-background-ghost)}body[data-theme-mode=dark] .border-top-color-background-ghost,body[data-theme-mode=dark] .border-top-color-hover-background-ghost:hover,body[data-theme-mode=dark] .border-top-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-ghost:focus,body[data-theme-mode=dark] .border-top-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-ghost:active,html body .theme-override-dark .border-top-color-background-ghost,html body .theme-override-dark .border-top-color-hover-background-ghost:hover,html body .theme-override-dark .border-top-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-ghost:focus,html body .theme-override-dark .border-top-color-focus-background-ghost:focus-within,html body .theme-override-dark .border-top-color-active-background-ghost[data-selected=true],html body .theme-override-dark .border-top-color-active-background-ghost:active{border-top-color:var(--color-background-ghost)}body[data-theme-mode=dark] .border-bottom-color-background-ghost,body[data-theme-mode=dark] .border-bottom-color-hover-background-ghost:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-ghost:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-ghost:active,html body .theme-override-dark .border-bottom-color-background-ghost,html body .theme-override-dark .border-bottom-color-hover-background-ghost:hover,html body .theme-override-dark .border-bottom-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-ghost:focus,html body .theme-override-dark .border-bottom-color-focus-background-ghost:focus-within,html body .theme-override-dark .border-bottom-color-active-background-ghost[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-ghost:active{border-bottom-color:var(--color-background-ghost)}body[data-theme-mode=dark] .border-left-color-background-ghost,body[data-theme-mode=dark] .border-left-color-hover-background-ghost:hover,body[data-theme-mode=dark] .border-left-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-ghost:focus,body[data-theme-mode=dark] .border-left-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-ghost:active,html body .theme-override-dark .border-left-color-background-ghost,html body .theme-override-dark .border-left-color-hover-background-ghost:hover,html body .theme-override-dark .border-left-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-ghost:focus,html body .theme-override-dark .border-left-color-focus-background-ghost:focus-within,html body .theme-override-dark .border-left-color-active-background-ghost[data-selected=true],html body .theme-override-dark .border-left-color-active-background-ghost:active{border-left-color:var(--color-background-ghost)}body[data-theme-mode=dark] .border-right-color-background-ghost,body[data-theme-mode=dark] .border-right-color-hover-background-ghost:hover,body[data-theme-mode=dark] .border-right-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-ghost:focus,body[data-theme-mode=dark] .border-right-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-ghost:active,html body .theme-override-dark .border-right-color-background-ghost,html body .theme-override-dark .border-right-color-hover-background-ghost:hover,html body .theme-override-dark .border-right-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-ghost:focus,html body .theme-override-dark .border-right-color-focus-background-ghost:focus-within,html body .theme-override-dark .border-right-color-active-background-ghost[data-selected=true],html body .theme-override-dark .border-right-color-active-background-ghost:active{border-right-color:var(--color-background-ghost)}body[data-theme-mode=dark] .fill-color-background-ghost,body[data-theme-mode=dark] .fill-color-hover-background-ghost:hover,body[data-theme-mode=dark] .fill-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-ghost:focus,body[data-theme-mode=dark] .fill-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .fill-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-ghost:active,html body .theme-override-dark .fill-color-background-ghost,html body .theme-override-dark .fill-color-hover-background-ghost:hover,html body .theme-override-dark .fill-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .fill-color-focus-background-ghost:focus,html body .theme-override-dark .fill-color-focus-background-ghost:focus-within,html body .theme-override-dark .fill-color-active-background-ghost[data-selected=true],html body .theme-override-dark .fill-color-active-background-ghost:active{background-color:var(--color-background-ghost)}body[data-theme-mode=dark] .outline-color-background-ghost,body[data-theme-mode=dark] .outline-color-hover-background-ghost:hover,body[data-theme-mode=dark] .outline-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-ghost:focus,body[data-theme-mode=dark] .outline-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .outline-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-ghost:active,html body .theme-override-dark .outline-color-background-ghost,html body .theme-override-dark .outline-color-hover-background-ghost:hover,html body .theme-override-dark .outline-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .outline-color-focus-background-ghost:focus,html body .theme-override-dark .outline-color-focus-background-ghost:focus-within,html body .theme-override-dark .outline-color-active-background-ghost[data-selected=true],html body .theme-override-dark .outline-color-active-background-ghost:active{outline-color:var(--color-background-ghost)}body[data-theme-mode=dark] .outside-border-color-background-ghost,body[data-theme-mode=dark] .outside-border-color-hover-background-ghost:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-ghost[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-ghost:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-ghost:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-ghost[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-ghost:active,html body .theme-override-dark .outside-border-color-background-ghost,html body .theme-override-dark .outside-border-color-hover-background-ghost:hover,html body .theme-override-dark .outside-border-color-focus-background-ghost[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-ghost:focus,html body .theme-override-dark .outside-border-color-focus-background-ghost:focus-within,html body .theme-override-dark .outside-border-color-active-background-ghost[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-ghost:active{--outside-border-color: var(--color-background-ghost)}body[data-theme-mode=dark] .font-color-background-flat,body[data-theme-mode=dark] .font-color-hover-background-flat:hover,body[data-theme-mode=dark] .font-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-flat:focus,body[data-theme-mode=dark] .font-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .font-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-flat:active,html body .theme-override-dark .font-color-background-flat,html body .theme-override-dark .font-color-hover-background-flat:hover,html body .theme-override-dark .font-color-focus-background-flat[data-focused=true],html body .theme-override-dark .font-color-focus-background-flat:focus,html body .theme-override-dark .font-color-focus-background-flat:focus-within,html body .theme-override-dark .font-color-active-background-flat[data-selected=true],html body .theme-override-dark .font-color-active-background-flat:active{color:var(--color-background-flat)}body[data-theme-mode=dark] .border-color-background-flat,body[data-theme-mode=dark] .border-color-hover-background-flat:hover,body[data-theme-mode=dark] .border-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-flat:focus,body[data-theme-mode=dark] .border-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .border-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-flat:active,html body .theme-override-dark .border-color-background-flat,html body .theme-override-dark .border-color-hover-background-flat:hover,html body .theme-override-dark .border-color-focus-background-flat[data-focused=true],html body .theme-override-dark .border-color-focus-background-flat:focus,html body .theme-override-dark .border-color-focus-background-flat:focus-within,html body .theme-override-dark .border-color-active-background-flat[data-selected=true],html body .theme-override-dark .border-color-active-background-flat:active{border-color:var(--color-background-flat)}body[data-theme-mode=dark] .border-top-color-background-flat,body[data-theme-mode=dark] .border-top-color-hover-background-flat:hover,body[data-theme-mode=dark] .border-top-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-flat:focus,body[data-theme-mode=dark] .border-top-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-flat:active,html body .theme-override-dark .border-top-color-background-flat,html body .theme-override-dark .border-top-color-hover-background-flat:hover,html body .theme-override-dark .border-top-color-focus-background-flat[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-flat:focus,html body .theme-override-dark .border-top-color-focus-background-flat:focus-within,html body .theme-override-dark .border-top-color-active-background-flat[data-selected=true],html body .theme-override-dark .border-top-color-active-background-flat:active{border-top-color:var(--color-background-flat)}body[data-theme-mode=dark] .border-bottom-color-background-flat,body[data-theme-mode=dark] .border-bottom-color-hover-background-flat:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-flat:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-flat:active,html body .theme-override-dark .border-bottom-color-background-flat,html body .theme-override-dark .border-bottom-color-hover-background-flat:hover,html body .theme-override-dark .border-bottom-color-focus-background-flat[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-flat:focus,html body .theme-override-dark .border-bottom-color-focus-background-flat:focus-within,html body .theme-override-dark .border-bottom-color-active-background-flat[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-flat:active{border-bottom-color:var(--color-background-flat)}body[data-theme-mode=dark] .border-left-color-background-flat,body[data-theme-mode=dark] .border-left-color-hover-background-flat:hover,body[data-theme-mode=dark] .border-left-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-flat:focus,body[data-theme-mode=dark] .border-left-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-flat:active,html body .theme-override-dark .border-left-color-background-flat,html body .theme-override-dark .border-left-color-hover-background-flat:hover,html body .theme-override-dark .border-left-color-focus-background-flat[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-flat:focus,html body .theme-override-dark .border-left-color-focus-background-flat:focus-within,html body .theme-override-dark .border-left-color-active-background-flat[data-selected=true],html body .theme-override-dark .border-left-color-active-background-flat:active{border-left-color:var(--color-background-flat)}body[data-theme-mode=dark] .border-right-color-background-flat,body[data-theme-mode=dark] .border-right-color-hover-background-flat:hover,body[data-theme-mode=dark] .border-right-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-flat:focus,body[data-theme-mode=dark] .border-right-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-flat:active,html body .theme-override-dark .border-right-color-background-flat,html body .theme-override-dark .border-right-color-hover-background-flat:hover,html body .theme-override-dark .border-right-color-focus-background-flat[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-flat:focus,html body .theme-override-dark .border-right-color-focus-background-flat:focus-within,html body .theme-override-dark .border-right-color-active-background-flat[data-selected=true],html body .theme-override-dark .border-right-color-active-background-flat:active{border-right-color:var(--color-background-flat)}body[data-theme-mode=dark] .fill-color-background-flat,body[data-theme-mode=dark] .fill-color-hover-background-flat:hover,body[data-theme-mode=dark] .fill-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-flat:focus,body[data-theme-mode=dark] .fill-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .fill-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-flat:active,html body .theme-override-dark .fill-color-background-flat,html body .theme-override-dark .fill-color-hover-background-flat:hover,html body .theme-override-dark .fill-color-focus-background-flat[data-focused=true],html body .theme-override-dark .fill-color-focus-background-flat:focus,html body .theme-override-dark .fill-color-focus-background-flat:focus-within,html body .theme-override-dark .fill-color-active-background-flat[data-selected=true],html body .theme-override-dark .fill-color-active-background-flat:active{background-color:var(--color-background-flat)}body[data-theme-mode=dark] .outline-color-background-flat,body[data-theme-mode=dark] .outline-color-hover-background-flat:hover,body[data-theme-mode=dark] .outline-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-flat:focus,body[data-theme-mode=dark] .outline-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .outline-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-flat:active,html body .theme-override-dark .outline-color-background-flat,html body .theme-override-dark .outline-color-hover-background-flat:hover,html body .theme-override-dark .outline-color-focus-background-flat[data-focused=true],html body .theme-override-dark .outline-color-focus-background-flat:focus,html body .theme-override-dark .outline-color-focus-background-flat:focus-within,html body .theme-override-dark .outline-color-active-background-flat[data-selected=true],html body .theme-override-dark .outline-color-active-background-flat:active{outline-color:var(--color-background-flat)}body[data-theme-mode=dark] .outside-border-color-background-flat,body[data-theme-mode=dark] .outside-border-color-hover-background-flat:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-flat[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-flat:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-flat:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-flat[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-flat:active,html body .theme-override-dark .outside-border-color-background-flat,html body .theme-override-dark .outside-border-color-hover-background-flat:hover,html body .theme-override-dark .outside-border-color-focus-background-flat[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-flat:focus,html body .theme-override-dark .outside-border-color-focus-background-flat:focus-within,html body .theme-override-dark .outside-border-color-active-background-flat[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-flat:active{--outside-border-color: var(--color-background-flat)}body[data-theme-mode=dark] .font-color-background-card,body[data-theme-mode=dark] .font-color-hover-background-card:hover,body[data-theme-mode=dark] .font-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-card:focus,body[data-theme-mode=dark] .font-color-focus-background-card:focus-within,body[data-theme-mode=dark] .font-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-card:active,html body .theme-override-dark .font-color-background-card,html body .theme-override-dark .font-color-hover-background-card:hover,html body .theme-override-dark .font-color-focus-background-card[data-focused=true],html body .theme-override-dark .font-color-focus-background-card:focus,html body .theme-override-dark .font-color-focus-background-card:focus-within,html body .theme-override-dark .font-color-active-background-card[data-selected=true],html body .theme-override-dark .font-color-active-background-card:active{color:var(--color-background-card)}body[data-theme-mode=dark] .border-color-background-card,body[data-theme-mode=dark] .border-color-hover-background-card:hover,body[data-theme-mode=dark] .border-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-card:focus,body[data-theme-mode=dark] .border-color-focus-background-card:focus-within,body[data-theme-mode=dark] .border-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-card:active,html body .theme-override-dark .border-color-background-card,html body .theme-override-dark .border-color-hover-background-card:hover,html body .theme-override-dark .border-color-focus-background-card[data-focused=true],html body .theme-override-dark .border-color-focus-background-card:focus,html body .theme-override-dark .border-color-focus-background-card:focus-within,html body .theme-override-dark .border-color-active-background-card[data-selected=true],html body .theme-override-dark .border-color-active-background-card:active{border-color:var(--color-background-card)}body[data-theme-mode=dark] .border-top-color-background-card,body[data-theme-mode=dark] .border-top-color-hover-background-card:hover,body[data-theme-mode=dark] .border-top-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-card:focus,body[data-theme-mode=dark] .border-top-color-focus-background-card:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-card:active,html body .theme-override-dark .border-top-color-background-card,html body .theme-override-dark .border-top-color-hover-background-card:hover,html body .theme-override-dark .border-top-color-focus-background-card[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-card:focus,html body .theme-override-dark .border-top-color-focus-background-card:focus-within,html body .theme-override-dark .border-top-color-active-background-card[data-selected=true],html body .theme-override-dark .border-top-color-active-background-card:active{border-top-color:var(--color-background-card)}body[data-theme-mode=dark] .border-bottom-color-background-card,body[data-theme-mode=dark] .border-bottom-color-hover-background-card:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-card:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-card:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-card:active,html body .theme-override-dark .border-bottom-color-background-card,html body .theme-override-dark .border-bottom-color-hover-background-card:hover,html body .theme-override-dark .border-bottom-color-focus-background-card[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-card:focus,html body .theme-override-dark .border-bottom-color-focus-background-card:focus-within,html body .theme-override-dark .border-bottom-color-active-background-card[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-card:active{border-bottom-color:var(--color-background-card)}body[data-theme-mode=dark] .border-left-color-background-card,body[data-theme-mode=dark] .border-left-color-hover-background-card:hover,body[data-theme-mode=dark] .border-left-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-card:focus,body[data-theme-mode=dark] .border-left-color-focus-background-card:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-card:active,html body .theme-override-dark .border-left-color-background-card,html body .theme-override-dark .border-left-color-hover-background-card:hover,html body .theme-override-dark .border-left-color-focus-background-card[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-card:focus,html body .theme-override-dark .border-left-color-focus-background-card:focus-within,html body .theme-override-dark .border-left-color-active-background-card[data-selected=true],html body .theme-override-dark .border-left-color-active-background-card:active{border-left-color:var(--color-background-card)}body[data-theme-mode=dark] .border-right-color-background-card,body[data-theme-mode=dark] .border-right-color-hover-background-card:hover,body[data-theme-mode=dark] .border-right-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-card:focus,body[data-theme-mode=dark] .border-right-color-focus-background-card:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-card:active,html body .theme-override-dark .border-right-color-background-card,html body .theme-override-dark .border-right-color-hover-background-card:hover,html body .theme-override-dark .border-right-color-focus-background-card[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-card:focus,html body .theme-override-dark .border-right-color-focus-background-card:focus-within,html body .theme-override-dark .border-right-color-active-background-card[data-selected=true],html body .theme-override-dark .border-right-color-active-background-card:active{border-right-color:var(--color-background-card)}body[data-theme-mode=dark] .fill-color-background-card,body[data-theme-mode=dark] .fill-color-hover-background-card:hover,body[data-theme-mode=dark] .fill-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-card:focus,body[data-theme-mode=dark] .fill-color-focus-background-card:focus-within,body[data-theme-mode=dark] .fill-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-card:active,html body .theme-override-dark .fill-color-background-card,html body .theme-override-dark .fill-color-hover-background-card:hover,html body .theme-override-dark .fill-color-focus-background-card[data-focused=true],html body .theme-override-dark .fill-color-focus-background-card:focus,html body .theme-override-dark .fill-color-focus-background-card:focus-within,html body .theme-override-dark .fill-color-active-background-card[data-selected=true],html body .theme-override-dark .fill-color-active-background-card:active{background-color:var(--color-background-card)}body[data-theme-mode=dark] .outline-color-background-card,body[data-theme-mode=dark] .outline-color-hover-background-card:hover,body[data-theme-mode=dark] .outline-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-card:focus,body[data-theme-mode=dark] .outline-color-focus-background-card:focus-within,body[data-theme-mode=dark] .outline-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-card:active,html body .theme-override-dark .outline-color-background-card,html body .theme-override-dark .outline-color-hover-background-card:hover,html body .theme-override-dark .outline-color-focus-background-card[data-focused=true],html body .theme-override-dark .outline-color-focus-background-card:focus,html body .theme-override-dark .outline-color-focus-background-card:focus-within,html body .theme-override-dark .outline-color-active-background-card[data-selected=true],html body .theme-override-dark .outline-color-active-background-card:active{outline-color:var(--color-background-card)}body[data-theme-mode=dark] .outside-border-color-background-card,body[data-theme-mode=dark] .outside-border-color-hover-background-card:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-card[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-card:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-card:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-card[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-card:active,html body .theme-override-dark .outside-border-color-background-card,html body .theme-override-dark .outside-border-color-hover-background-card:hover,html body .theme-override-dark .outside-border-color-focus-background-card[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-card:focus,html body .theme-override-dark .outside-border-color-focus-background-card:focus-within,html body .theme-override-dark .outside-border-color-active-background-card[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-card:active{--outside-border-color: var(--color-background-card)}body[data-theme-mode=dark] .font-color-background-panel,body[data-theme-mode=dark] .font-color-hover-background-panel:hover,body[data-theme-mode=dark] .font-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-panel:focus,body[data-theme-mode=dark] .font-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .font-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-panel:active,html body .theme-override-dark .font-color-background-panel,html body .theme-override-dark .font-color-hover-background-panel:hover,html body .theme-override-dark .font-color-focus-background-panel[data-focused=true],html body .theme-override-dark .font-color-focus-background-panel:focus,html body .theme-override-dark .font-color-focus-background-panel:focus-within,html body .theme-override-dark .font-color-active-background-panel[data-selected=true],html body .theme-override-dark .font-color-active-background-panel:active{color:var(--color-background-panel)}body[data-theme-mode=dark] .border-color-background-panel,body[data-theme-mode=dark] .border-color-hover-background-panel:hover,body[data-theme-mode=dark] .border-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-panel:focus,body[data-theme-mode=dark] .border-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .border-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-panel:active,html body .theme-override-dark .border-color-background-panel,html body .theme-override-dark .border-color-hover-background-panel:hover,html body .theme-override-dark .border-color-focus-background-panel[data-focused=true],html body .theme-override-dark .border-color-focus-background-panel:focus,html body .theme-override-dark .border-color-focus-background-panel:focus-within,html body .theme-override-dark .border-color-active-background-panel[data-selected=true],html body .theme-override-dark .border-color-active-background-panel:active{border-color:var(--color-background-panel)}body[data-theme-mode=dark] .border-top-color-background-panel,body[data-theme-mode=dark] .border-top-color-hover-background-panel:hover,body[data-theme-mode=dark] .border-top-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-panel:focus,body[data-theme-mode=dark] .border-top-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-panel:active,html body .theme-override-dark .border-top-color-background-panel,html body .theme-override-dark .border-top-color-hover-background-panel:hover,html body .theme-override-dark .border-top-color-focus-background-panel[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-panel:focus,html body .theme-override-dark .border-top-color-focus-background-panel:focus-within,html body .theme-override-dark .border-top-color-active-background-panel[data-selected=true],html body .theme-override-dark .border-top-color-active-background-panel:active{border-top-color:var(--color-background-panel)}body[data-theme-mode=dark] .border-bottom-color-background-panel,body[data-theme-mode=dark] .border-bottom-color-hover-background-panel:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-panel:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-panel:active,html body .theme-override-dark .border-bottom-color-background-panel,html body .theme-override-dark .border-bottom-color-hover-background-panel:hover,html body .theme-override-dark .border-bottom-color-focus-background-panel[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-panel:focus,html body .theme-override-dark .border-bottom-color-focus-background-panel:focus-within,html body .theme-override-dark .border-bottom-color-active-background-panel[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-panel:active{border-bottom-color:var(--color-background-panel)}body[data-theme-mode=dark] .border-left-color-background-panel,body[data-theme-mode=dark] .border-left-color-hover-background-panel:hover,body[data-theme-mode=dark] .border-left-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-panel:focus,body[data-theme-mode=dark] .border-left-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-panel:active,html body .theme-override-dark .border-left-color-background-panel,html body .theme-override-dark .border-left-color-hover-background-panel:hover,html body .theme-override-dark .border-left-color-focus-background-panel[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-panel:focus,html body .theme-override-dark .border-left-color-focus-background-panel:focus-within,html body .theme-override-dark .border-left-color-active-background-panel[data-selected=true],html body .theme-override-dark .border-left-color-active-background-panel:active{border-left-color:var(--color-background-panel)}body[data-theme-mode=dark] .border-right-color-background-panel,body[data-theme-mode=dark] .border-right-color-hover-background-panel:hover,body[data-theme-mode=dark] .border-right-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-panel:focus,body[data-theme-mode=dark] .border-right-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-panel:active,html body .theme-override-dark .border-right-color-background-panel,html body .theme-override-dark .border-right-color-hover-background-panel:hover,html body .theme-override-dark .border-right-color-focus-background-panel[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-panel:focus,html body .theme-override-dark .border-right-color-focus-background-panel:focus-within,html body .theme-override-dark .border-right-color-active-background-panel[data-selected=true],html body .theme-override-dark .border-right-color-active-background-panel:active{border-right-color:var(--color-background-panel)}body[data-theme-mode=dark] .fill-color-background-panel,body[data-theme-mode=dark] .fill-color-hover-background-panel:hover,body[data-theme-mode=dark] .fill-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-panel:focus,body[data-theme-mode=dark] .fill-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .fill-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-panel:active,html body .theme-override-dark .fill-color-background-panel,html body .theme-override-dark .fill-color-hover-background-panel:hover,html body .theme-override-dark .fill-color-focus-background-panel[data-focused=true],html body .theme-override-dark .fill-color-focus-background-panel:focus,html body .theme-override-dark .fill-color-focus-background-panel:focus-within,html body .theme-override-dark .fill-color-active-background-panel[data-selected=true],html body .theme-override-dark .fill-color-active-background-panel:active{background-color:var(--color-background-panel)}body[data-theme-mode=dark] .outline-color-background-panel,body[data-theme-mode=dark] .outline-color-hover-background-panel:hover,body[data-theme-mode=dark] .outline-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-panel:focus,body[data-theme-mode=dark] .outline-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .outline-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-panel:active,html body .theme-override-dark .outline-color-background-panel,html body .theme-override-dark .outline-color-hover-background-panel:hover,html body .theme-override-dark .outline-color-focus-background-panel[data-focused=true],html body .theme-override-dark .outline-color-focus-background-panel:focus,html body .theme-override-dark .outline-color-focus-background-panel:focus-within,html body .theme-override-dark .outline-color-active-background-panel[data-selected=true],html body .theme-override-dark .outline-color-active-background-panel:active{outline-color:var(--color-background-panel)}body[data-theme-mode=dark] .outside-border-color-background-panel,body[data-theme-mode=dark] .outside-border-color-hover-background-panel:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-panel[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-panel:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-panel:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-panel[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-panel:active,html body .theme-override-dark .outside-border-color-background-panel,html body .theme-override-dark .outside-border-color-hover-background-panel:hover,html body .theme-override-dark .outside-border-color-focus-background-panel[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-panel:focus,html body .theme-override-dark .outside-border-color-focus-background-panel:focus-within,html body .theme-override-dark .outside-border-color-active-background-panel[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-panel:active{--outside-border-color: var(--color-background-panel)}body[data-theme-mode=dark] .font-color-background-field,body[data-theme-mode=dark] .font-color-hover-background-field:hover,body[data-theme-mode=dark] .font-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .font-color-focus-background-field:focus,body[data-theme-mode=dark] .font-color-focus-background-field:focus-within,body[data-theme-mode=dark] .font-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .font-color-active-background-field:active,html body .theme-override-dark .font-color-background-field,html body .theme-override-dark .font-color-hover-background-field:hover,html body .theme-override-dark .font-color-focus-background-field[data-focused=true],html body .theme-override-dark .font-color-focus-background-field:focus,html body .theme-override-dark .font-color-focus-background-field:focus-within,html body .theme-override-dark .font-color-active-background-field[data-selected=true],html body .theme-override-dark .font-color-active-background-field:active{color:var(--color-background-field)}body[data-theme-mode=dark] .border-color-background-field,body[data-theme-mode=dark] .border-color-hover-background-field:hover,body[data-theme-mode=dark] .border-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .border-color-focus-background-field:focus,body[data-theme-mode=dark] .border-color-focus-background-field:focus-within,body[data-theme-mode=dark] .border-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .border-color-active-background-field:active,html body .theme-override-dark .border-color-background-field,html body .theme-override-dark .border-color-hover-background-field:hover,html body .theme-override-dark .border-color-focus-background-field[data-focused=true],html body .theme-override-dark .border-color-focus-background-field:focus,html body .theme-override-dark .border-color-focus-background-field:focus-within,html body .theme-override-dark .border-color-active-background-field[data-selected=true],html body .theme-override-dark .border-color-active-background-field:active{border-color:var(--color-background-field)}body[data-theme-mode=dark] .border-top-color-background-field,body[data-theme-mode=dark] .border-top-color-hover-background-field:hover,body[data-theme-mode=dark] .border-top-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-background-field:focus,body[data-theme-mode=dark] .border-top-color-focus-background-field:focus-within,body[data-theme-mode=dark] .border-top-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-background-field:active,html body .theme-override-dark .border-top-color-background-field,html body .theme-override-dark .border-top-color-hover-background-field:hover,html body .theme-override-dark .border-top-color-focus-background-field[data-focused=true],html body .theme-override-dark .border-top-color-focus-background-field:focus,html body .theme-override-dark .border-top-color-focus-background-field:focus-within,html body .theme-override-dark .border-top-color-active-background-field[data-selected=true],html body .theme-override-dark .border-top-color-active-background-field:active{border-top-color:var(--color-background-field)}body[data-theme-mode=dark] .border-bottom-color-background-field,body[data-theme-mode=dark] .border-bottom-color-hover-background-field:hover,body[data-theme-mode=dark] .border-bottom-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-background-field:focus,body[data-theme-mode=dark] .border-bottom-color-focus-background-field:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-background-field:active,html body .theme-override-dark .border-bottom-color-background-field,html body .theme-override-dark .border-bottom-color-hover-background-field:hover,html body .theme-override-dark .border-bottom-color-focus-background-field[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-background-field:focus,html body .theme-override-dark .border-bottom-color-focus-background-field:focus-within,html body .theme-override-dark .border-bottom-color-active-background-field[data-selected=true],html body .theme-override-dark .border-bottom-color-active-background-field:active{border-bottom-color:var(--color-background-field)}body[data-theme-mode=dark] .border-left-color-background-field,body[data-theme-mode=dark] .border-left-color-hover-background-field:hover,body[data-theme-mode=dark] .border-left-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-background-field:focus,body[data-theme-mode=dark] .border-left-color-focus-background-field:focus-within,body[data-theme-mode=dark] .border-left-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-background-field:active,html body .theme-override-dark .border-left-color-background-field,html body .theme-override-dark .border-left-color-hover-background-field:hover,html body .theme-override-dark .border-left-color-focus-background-field[data-focused=true],html body .theme-override-dark .border-left-color-focus-background-field:focus,html body .theme-override-dark .border-left-color-focus-background-field:focus-within,html body .theme-override-dark .border-left-color-active-background-field[data-selected=true],html body .theme-override-dark .border-left-color-active-background-field:active{border-left-color:var(--color-background-field)}body[data-theme-mode=dark] .border-right-color-background-field,body[data-theme-mode=dark] .border-right-color-hover-background-field:hover,body[data-theme-mode=dark] .border-right-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-background-field:focus,body[data-theme-mode=dark] .border-right-color-focus-background-field:focus-within,body[data-theme-mode=dark] .border-right-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-background-field:active,html body .theme-override-dark .border-right-color-background-field,html body .theme-override-dark .border-right-color-hover-background-field:hover,html body .theme-override-dark .border-right-color-focus-background-field[data-focused=true],html body .theme-override-dark .border-right-color-focus-background-field:focus,html body .theme-override-dark .border-right-color-focus-background-field:focus-within,html body .theme-override-dark .border-right-color-active-background-field[data-selected=true],html body .theme-override-dark .border-right-color-active-background-field:active{border-right-color:var(--color-background-field)}body[data-theme-mode=dark] .fill-color-background-field,body[data-theme-mode=dark] .fill-color-hover-background-field:hover,body[data-theme-mode=dark] .fill-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-background-field:focus,body[data-theme-mode=dark] .fill-color-focus-background-field:focus-within,body[data-theme-mode=dark] .fill-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .fill-color-active-background-field:active,html body .theme-override-dark .fill-color-background-field,html body .theme-override-dark .fill-color-hover-background-field:hover,html body .theme-override-dark .fill-color-focus-background-field[data-focused=true],html body .theme-override-dark .fill-color-focus-background-field:focus,html body .theme-override-dark .fill-color-focus-background-field:focus-within,html body .theme-override-dark .fill-color-active-background-field[data-selected=true],html body .theme-override-dark .fill-color-active-background-field:active{background-color:var(--color-background-field)}body[data-theme-mode=dark] .outline-color-background-field,body[data-theme-mode=dark] .outline-color-hover-background-field:hover,body[data-theme-mode=dark] .outline-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-background-field:focus,body[data-theme-mode=dark] .outline-color-focus-background-field:focus-within,body[data-theme-mode=dark] .outline-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .outline-color-active-background-field:active,html body .theme-override-dark .outline-color-background-field,html body .theme-override-dark .outline-color-hover-background-field:hover,html body .theme-override-dark .outline-color-focus-background-field[data-focused=true],html body .theme-override-dark .outline-color-focus-background-field:focus,html body .theme-override-dark .outline-color-focus-background-field:focus-within,html body .theme-override-dark .outline-color-active-background-field[data-selected=true],html body .theme-override-dark .outline-color-active-background-field:active{outline-color:var(--color-background-field)}body[data-theme-mode=dark] .outside-border-color-background-field,body[data-theme-mode=dark] .outside-border-color-hover-background-field:hover,body[data-theme-mode=dark] .outside-border-color-focus-background-field[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-background-field:focus,body[data-theme-mode=dark] .outside-border-color-focus-background-field:focus-within,body[data-theme-mode=dark] .outside-border-color-active-background-field[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-background-field:active,html body .theme-override-dark .outside-border-color-background-field,html body .theme-override-dark .outside-border-color-hover-background-field:hover,html body .theme-override-dark .outside-border-color-focus-background-field[data-focused=true],html body .theme-override-dark .outside-border-color-focus-background-field:focus,html body .theme-override-dark .outside-border-color-focus-background-field:focus-within,html body .theme-override-dark .outside-border-color-active-background-field[data-selected=true],html body .theme-override-dark .outside-border-color-active-background-field:active{--outside-border-color: var(--color-background-field)}body[data-theme-mode=dark] .font-color-font,body[data-theme-mode=dark] .font-color-hover-font:hover,body[data-theme-mode=dark] .font-color-focus-font[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font:focus,body[data-theme-mode=dark] .font-color-focus-font:focus-within,body[data-theme-mode=dark] .font-color-active-font[data-selected=true],body[data-theme-mode=dark] .font-color-active-font:active,html body .theme-override-dark .font-color-font,html body .theme-override-dark .font-color-hover-font:hover,html body .theme-override-dark .font-color-focus-font[data-focused=true],html body .theme-override-dark .font-color-focus-font:focus,html body .theme-override-dark .font-color-focus-font:focus-within,html body .theme-override-dark .font-color-active-font[data-selected=true],html body .theme-override-dark .font-color-active-font:active{color:var(--color-font)}body[data-theme-mode=dark] .border-color-font,body[data-theme-mode=dark] .border-color-hover-font:hover,body[data-theme-mode=dark] .border-color-focus-font[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font:focus,body[data-theme-mode=dark] .border-color-focus-font:focus-within,body[data-theme-mode=dark] .border-color-active-font[data-selected=true],body[data-theme-mode=dark] .border-color-active-font:active,html body .theme-override-dark .border-color-font,html body .theme-override-dark .border-color-hover-font:hover,html body .theme-override-dark .border-color-focus-font[data-focused=true],html body .theme-override-dark .border-color-focus-font:focus,html body .theme-override-dark .border-color-focus-font:focus-within,html body .theme-override-dark .border-color-active-font[data-selected=true],html body .theme-override-dark .border-color-active-font:active{border-color:var(--color-font)}body[data-theme-mode=dark] .border-top-color-font,body[data-theme-mode=dark] .border-top-color-hover-font:hover,body[data-theme-mode=dark] .border-top-color-focus-font[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font:focus,body[data-theme-mode=dark] .border-top-color-focus-font:focus-within,body[data-theme-mode=dark] .border-top-color-active-font[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font:active,html body .theme-override-dark .border-top-color-font,html body .theme-override-dark .border-top-color-hover-font:hover,html body .theme-override-dark .border-top-color-focus-font[data-focused=true],html body .theme-override-dark .border-top-color-focus-font:focus,html body .theme-override-dark .border-top-color-focus-font:focus-within,html body .theme-override-dark .border-top-color-active-font[data-selected=true],html body .theme-override-dark .border-top-color-active-font:active{border-top-color:var(--color-font)}body[data-theme-mode=dark] .border-bottom-color-font,body[data-theme-mode=dark] .border-bottom-color-hover-font:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font:active,html body .theme-override-dark .border-bottom-color-font,html body .theme-override-dark .border-bottom-color-hover-font:hover,html body .theme-override-dark .border-bottom-color-focus-font[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font:focus,html body .theme-override-dark .border-bottom-color-focus-font:focus-within,html body .theme-override-dark .border-bottom-color-active-font[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font:active{border-bottom-color:var(--color-font)}body[data-theme-mode=dark] .border-left-color-font,body[data-theme-mode=dark] .border-left-color-hover-font:hover,body[data-theme-mode=dark] .border-left-color-focus-font[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font:focus,body[data-theme-mode=dark] .border-left-color-focus-font:focus-within,body[data-theme-mode=dark] .border-left-color-active-font[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font:active,html body .theme-override-dark .border-left-color-font,html body .theme-override-dark .border-left-color-hover-font:hover,html body .theme-override-dark .border-left-color-focus-font[data-focused=true],html body .theme-override-dark .border-left-color-focus-font:focus,html body .theme-override-dark .border-left-color-focus-font:focus-within,html body .theme-override-dark .border-left-color-active-font[data-selected=true],html body .theme-override-dark .border-left-color-active-font:active{border-left-color:var(--color-font)}body[data-theme-mode=dark] .border-right-color-font,body[data-theme-mode=dark] .border-right-color-hover-font:hover,body[data-theme-mode=dark] .border-right-color-focus-font[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font:focus,body[data-theme-mode=dark] .border-right-color-focus-font:focus-within,body[data-theme-mode=dark] .border-right-color-active-font[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font:active,html body .theme-override-dark .border-right-color-font,html body .theme-override-dark .border-right-color-hover-font:hover,html body .theme-override-dark .border-right-color-focus-font[data-focused=true],html body .theme-override-dark .border-right-color-focus-font:focus,html body .theme-override-dark .border-right-color-focus-font:focus-within,html body .theme-override-dark .border-right-color-active-font[data-selected=true],html body .theme-override-dark .border-right-color-active-font:active{border-right-color:var(--color-font)}body[data-theme-mode=dark] .fill-color-font,body[data-theme-mode=dark] .fill-color-hover-font:hover,body[data-theme-mode=dark] .fill-color-focus-font[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font:focus,body[data-theme-mode=dark] .fill-color-focus-font:focus-within,body[data-theme-mode=dark] .fill-color-active-font[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font:active,html body .theme-override-dark .fill-color-font,html body .theme-override-dark .fill-color-hover-font:hover,html body .theme-override-dark .fill-color-focus-font[data-focused=true],html body .theme-override-dark .fill-color-focus-font:focus,html body .theme-override-dark .fill-color-focus-font:focus-within,html body .theme-override-dark .fill-color-active-font[data-selected=true],html body .theme-override-dark .fill-color-active-font:active{background-color:var(--color-font)}body[data-theme-mode=dark] .outline-color-font,body[data-theme-mode=dark] .outline-color-hover-font:hover,body[data-theme-mode=dark] .outline-color-focus-font[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font:focus,body[data-theme-mode=dark] .outline-color-focus-font:focus-within,body[data-theme-mode=dark] .outline-color-active-font[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font:active,html body .theme-override-dark .outline-color-font,html body .theme-override-dark .outline-color-hover-font:hover,html body .theme-override-dark .outline-color-focus-font[data-focused=true],html body .theme-override-dark .outline-color-focus-font:focus,html body .theme-override-dark .outline-color-focus-font:focus-within,html body .theme-override-dark .outline-color-active-font[data-selected=true],html body .theme-override-dark .outline-color-active-font:active{outline-color:var(--color-font)}body[data-theme-mode=dark] .outside-border-color-font,body[data-theme-mode=dark] .outside-border-color-hover-font:hover,body[data-theme-mode=dark] .outside-border-color-focus-font[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font:focus,body[data-theme-mode=dark] .outside-border-color-focus-font:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font:active,html body .theme-override-dark .outside-border-color-font,html body .theme-override-dark .outside-border-color-hover-font:hover,html body .theme-override-dark .outside-border-color-focus-font[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font:focus,html body .theme-override-dark .outside-border-color-focus-font:focus-within,html body .theme-override-dark .outside-border-color-active-font[data-selected=true],html body .theme-override-dark .outside-border-color-active-font:active{--outside-border-color: var(--color-font)}body[data-theme-mode=dark] .font-color-font-muted,body[data-theme-mode=dark] .font-color-hover-font-muted:hover,body[data-theme-mode=dark] .font-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-muted:focus,body[data-theme-mode=dark] .font-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .font-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-muted:active,html body .theme-override-dark .font-color-font-muted,html body .theme-override-dark .font-color-hover-font-muted:hover,html body .theme-override-dark .font-color-focus-font-muted[data-focused=true],html body .theme-override-dark .font-color-focus-font-muted:focus,html body .theme-override-dark .font-color-focus-font-muted:focus-within,html body .theme-override-dark .font-color-active-font-muted[data-selected=true],html body .theme-override-dark .font-color-active-font-muted:active{color:var(--color-font-muted)}body[data-theme-mode=dark] .border-color-font-muted,body[data-theme-mode=dark] .border-color-hover-font-muted:hover,body[data-theme-mode=dark] .border-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-muted:focus,body[data-theme-mode=dark] .border-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .border-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-muted:active,html body .theme-override-dark .border-color-font-muted,html body .theme-override-dark .border-color-hover-font-muted:hover,html body .theme-override-dark .border-color-focus-font-muted[data-focused=true],html body .theme-override-dark .border-color-focus-font-muted:focus,html body .theme-override-dark .border-color-focus-font-muted:focus-within,html body .theme-override-dark .border-color-active-font-muted[data-selected=true],html body .theme-override-dark .border-color-active-font-muted:active{border-color:var(--color-font-muted)}body[data-theme-mode=dark] .border-top-color-font-muted,body[data-theme-mode=dark] .border-top-color-hover-font-muted:hover,body[data-theme-mode=dark] .border-top-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-muted:focus,body[data-theme-mode=dark] .border-top-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-muted:active,html body .theme-override-dark .border-top-color-font-muted,html body .theme-override-dark .border-top-color-hover-font-muted:hover,html body .theme-override-dark .border-top-color-focus-font-muted[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-muted:focus,html body .theme-override-dark .border-top-color-focus-font-muted:focus-within,html body .theme-override-dark .border-top-color-active-font-muted[data-selected=true],html body .theme-override-dark .border-top-color-active-font-muted:active{border-top-color:var(--color-font-muted)}body[data-theme-mode=dark] .border-bottom-color-font-muted,body[data-theme-mode=dark] .border-bottom-color-hover-font-muted:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-muted:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-muted:active,html body .theme-override-dark .border-bottom-color-font-muted,html body .theme-override-dark .border-bottom-color-hover-font-muted:hover,html body .theme-override-dark .border-bottom-color-focus-font-muted[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-muted:focus,html body .theme-override-dark .border-bottom-color-focus-font-muted:focus-within,html body .theme-override-dark .border-bottom-color-active-font-muted[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-muted:active{border-bottom-color:var(--color-font-muted)}body[data-theme-mode=dark] .border-left-color-font-muted,body[data-theme-mode=dark] .border-left-color-hover-font-muted:hover,body[data-theme-mode=dark] .border-left-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-muted:focus,body[data-theme-mode=dark] .border-left-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-muted:active,html body .theme-override-dark .border-left-color-font-muted,html body .theme-override-dark .border-left-color-hover-font-muted:hover,html body .theme-override-dark .border-left-color-focus-font-muted[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-muted:focus,html body .theme-override-dark .border-left-color-focus-font-muted:focus-within,html body .theme-override-dark .border-left-color-active-font-muted[data-selected=true],html body .theme-override-dark .border-left-color-active-font-muted:active{border-left-color:var(--color-font-muted)}body[data-theme-mode=dark] .border-right-color-font-muted,body[data-theme-mode=dark] .border-right-color-hover-font-muted:hover,body[data-theme-mode=dark] .border-right-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-muted:focus,body[data-theme-mode=dark] .border-right-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-muted:active,html body .theme-override-dark .border-right-color-font-muted,html body .theme-override-dark .border-right-color-hover-font-muted:hover,html body .theme-override-dark .border-right-color-focus-font-muted[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-muted:focus,html body .theme-override-dark .border-right-color-focus-font-muted:focus-within,html body .theme-override-dark .border-right-color-active-font-muted[data-selected=true],html body .theme-override-dark .border-right-color-active-font-muted:active{border-right-color:var(--color-font-muted)}body[data-theme-mode=dark] .fill-color-font-muted,body[data-theme-mode=dark] .fill-color-hover-font-muted:hover,body[data-theme-mode=dark] .fill-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-muted:focus,body[data-theme-mode=dark] .fill-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .fill-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-muted:active,html body .theme-override-dark .fill-color-font-muted,html body .theme-override-dark .fill-color-hover-font-muted:hover,html body .theme-override-dark .fill-color-focus-font-muted[data-focused=true],html body .theme-override-dark .fill-color-focus-font-muted:focus,html body .theme-override-dark .fill-color-focus-font-muted:focus-within,html body .theme-override-dark .fill-color-active-font-muted[data-selected=true],html body .theme-override-dark .fill-color-active-font-muted:active{background-color:var(--color-font-muted)}body[data-theme-mode=dark] .outline-color-font-muted,body[data-theme-mode=dark] .outline-color-hover-font-muted:hover,body[data-theme-mode=dark] .outline-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-muted:focus,body[data-theme-mode=dark] .outline-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .outline-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-muted:active,html body .theme-override-dark .outline-color-font-muted,html body .theme-override-dark .outline-color-hover-font-muted:hover,html body .theme-override-dark .outline-color-focus-font-muted[data-focused=true],html body .theme-override-dark .outline-color-focus-font-muted:focus,html body .theme-override-dark .outline-color-focus-font-muted:focus-within,html body .theme-override-dark .outline-color-active-font-muted[data-selected=true],html body .theme-override-dark .outline-color-active-font-muted:active{outline-color:var(--color-font-muted)}body[data-theme-mode=dark] .outside-border-color-font-muted,body[data-theme-mode=dark] .outside-border-color-hover-font-muted:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-muted[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-muted:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-muted:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-muted[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-muted:active,html body .theme-override-dark .outside-border-color-font-muted,html body .theme-override-dark .outside-border-color-hover-font-muted:hover,html body .theme-override-dark .outside-border-color-focus-font-muted[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-muted:focus,html body .theme-override-dark .outside-border-color-focus-font-muted:focus-within,html body .theme-override-dark .outside-border-color-active-font-muted[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-muted:active{--outside-border-color: var(--color-font-muted)}body[data-theme-mode=dark] .font-color-font-disabled,body[data-theme-mode=dark] .font-color-hover-font-disabled:hover,body[data-theme-mode=dark] .font-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .font-color-focus-font-disabled:focus,body[data-theme-mode=dark] .font-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .font-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .font-color-active-font-disabled:active,html body .theme-override-dark .font-color-font-disabled,html body .theme-override-dark .font-color-hover-font-disabled:hover,html body .theme-override-dark .font-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .font-color-focus-font-disabled:focus,html body .theme-override-dark .font-color-focus-font-disabled:focus-within,html body .theme-override-dark .font-color-active-font-disabled[data-selected=true],html body .theme-override-dark .font-color-active-font-disabled:active{color:var(--color-font-disabled)}body[data-theme-mode=dark] .border-color-font-disabled,body[data-theme-mode=dark] .border-color-hover-font-disabled:hover,body[data-theme-mode=dark] .border-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-color-focus-font-disabled:focus,body[data-theme-mode=dark] .border-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .border-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-color-active-font-disabled:active,html body .theme-override-dark .border-color-font-disabled,html body .theme-override-dark .border-color-hover-font-disabled:hover,html body .theme-override-dark .border-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .border-color-focus-font-disabled:focus,html body .theme-override-dark .border-color-focus-font-disabled:focus-within,html body .theme-override-dark .border-color-active-font-disabled[data-selected=true],html body .theme-override-dark .border-color-active-font-disabled:active{border-color:var(--color-font-disabled)}body[data-theme-mode=dark] .border-top-color-font-disabled,body[data-theme-mode=dark] .border-top-color-hover-font-disabled:hover,body[data-theme-mode=dark] .border-top-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-font-disabled:focus,body[data-theme-mode=dark] .border-top-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .border-top-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-font-disabled:active,html body .theme-override-dark .border-top-color-font-disabled,html body .theme-override-dark .border-top-color-hover-font-disabled:hover,html body .theme-override-dark .border-top-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .border-top-color-focus-font-disabled:focus,html body .theme-override-dark .border-top-color-focus-font-disabled:focus-within,html body .theme-override-dark .border-top-color-active-font-disabled[data-selected=true],html body .theme-override-dark .border-top-color-active-font-disabled:active{border-top-color:var(--color-font-disabled)}body[data-theme-mode=dark] .border-bottom-color-font-disabled,body[data-theme-mode=dark] .border-bottom-color-hover-font-disabled:hover,body[data-theme-mode=dark] .border-bottom-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-font-disabled:focus,body[data-theme-mode=dark] .border-bottom-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-font-disabled:active,html body .theme-override-dark .border-bottom-color-font-disabled,html body .theme-override-dark .border-bottom-color-hover-font-disabled:hover,html body .theme-override-dark .border-bottom-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-font-disabled:focus,html body .theme-override-dark .border-bottom-color-focus-font-disabled:focus-within,html body .theme-override-dark .border-bottom-color-active-font-disabled[data-selected=true],html body .theme-override-dark .border-bottom-color-active-font-disabled:active{border-bottom-color:var(--color-font-disabled)}body[data-theme-mode=dark] .border-left-color-font-disabled,body[data-theme-mode=dark] .border-left-color-hover-font-disabled:hover,body[data-theme-mode=dark] .border-left-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-font-disabled:focus,body[data-theme-mode=dark] .border-left-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .border-left-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-font-disabled:active,html body .theme-override-dark .border-left-color-font-disabled,html body .theme-override-dark .border-left-color-hover-font-disabled:hover,html body .theme-override-dark .border-left-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .border-left-color-focus-font-disabled:focus,html body .theme-override-dark .border-left-color-focus-font-disabled:focus-within,html body .theme-override-dark .border-left-color-active-font-disabled[data-selected=true],html body .theme-override-dark .border-left-color-active-font-disabled:active{border-left-color:var(--color-font-disabled)}body[data-theme-mode=dark] .border-right-color-font-disabled,body[data-theme-mode=dark] .border-right-color-hover-font-disabled:hover,body[data-theme-mode=dark] .border-right-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-font-disabled:focus,body[data-theme-mode=dark] .border-right-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .border-right-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-font-disabled:active,html body .theme-override-dark .border-right-color-font-disabled,html body .theme-override-dark .border-right-color-hover-font-disabled:hover,html body .theme-override-dark .border-right-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .border-right-color-focus-font-disabled:focus,html body .theme-override-dark .border-right-color-focus-font-disabled:focus-within,html body .theme-override-dark .border-right-color-active-font-disabled[data-selected=true],html body .theme-override-dark .border-right-color-active-font-disabled:active{border-right-color:var(--color-font-disabled)}body[data-theme-mode=dark] .fill-color-font-disabled,body[data-theme-mode=dark] .fill-color-hover-font-disabled:hover,body[data-theme-mode=dark] .fill-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-font-disabled:focus,body[data-theme-mode=dark] .fill-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .fill-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .fill-color-active-font-disabled:active,html body .theme-override-dark .fill-color-font-disabled,html body .theme-override-dark .fill-color-hover-font-disabled:hover,html body .theme-override-dark .fill-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .fill-color-focus-font-disabled:focus,html body .theme-override-dark .fill-color-focus-font-disabled:focus-within,html body .theme-override-dark .fill-color-active-font-disabled[data-selected=true],html body .theme-override-dark .fill-color-active-font-disabled:active{background-color:var(--color-font-disabled)}body[data-theme-mode=dark] .outline-color-font-disabled,body[data-theme-mode=dark] .outline-color-hover-font-disabled:hover,body[data-theme-mode=dark] .outline-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-font-disabled:focus,body[data-theme-mode=dark] .outline-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .outline-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .outline-color-active-font-disabled:active,html body .theme-override-dark .outline-color-font-disabled,html body .theme-override-dark .outline-color-hover-font-disabled:hover,html body .theme-override-dark .outline-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .outline-color-focus-font-disabled:focus,html body .theme-override-dark .outline-color-focus-font-disabled:focus-within,html body .theme-override-dark .outline-color-active-font-disabled[data-selected=true],html body .theme-override-dark .outline-color-active-font-disabled:active{outline-color:var(--color-font-disabled)}body[data-theme-mode=dark] .outside-border-color-font-disabled,body[data-theme-mode=dark] .outside-border-color-hover-font-disabled:hover,body[data-theme-mode=dark] .outside-border-color-focus-font-disabled[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-font-disabled:focus,body[data-theme-mode=dark] .outside-border-color-focus-font-disabled:focus-within,body[data-theme-mode=dark] .outside-border-color-active-font-disabled[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-font-disabled:active,html body .theme-override-dark .outside-border-color-font-disabled,html body .theme-override-dark .outside-border-color-hover-font-disabled:hover,html body .theme-override-dark .outside-border-color-focus-font-disabled[data-focused=true],html body .theme-override-dark .outside-border-color-focus-font-disabled:focus,html body .theme-override-dark .outside-border-color-focus-font-disabled:focus-within,html body .theme-override-dark .outside-border-color-active-font-disabled[data-selected=true],html body .theme-override-dark .outside-border-color-active-font-disabled:active{--outside-border-color: var(--color-font-disabled)}body[data-theme-mode=dark] .font-color-border,body[data-theme-mode=dark] .font-color-hover-border:hover,body[data-theme-mode=dark] .font-color-focus-border[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border:focus,body[data-theme-mode=dark] .font-color-focus-border:focus-within,body[data-theme-mode=dark] .font-color-active-border[data-selected=true],body[data-theme-mode=dark] .font-color-active-border:active,html body .theme-override-dark .font-color-border,html body .theme-override-dark .font-color-hover-border:hover,html body .theme-override-dark .font-color-focus-border[data-focused=true],html body .theme-override-dark .font-color-focus-border:focus,html body .theme-override-dark .font-color-focus-border:focus-within,html body .theme-override-dark .font-color-active-border[data-selected=true],html body .theme-override-dark .font-color-active-border:active{color:var(--color-border)}body[data-theme-mode=dark] .border-color-border,body[data-theme-mode=dark] .border-color-hover-border:hover,body[data-theme-mode=dark] .border-color-focus-border[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border:focus,body[data-theme-mode=dark] .border-color-focus-border:focus-within,body[data-theme-mode=dark] .border-color-active-border[data-selected=true],body[data-theme-mode=dark] .border-color-active-border:active,html body .theme-override-dark .border-color-border,html body .theme-override-dark .border-color-hover-border:hover,html body .theme-override-dark .border-color-focus-border[data-focused=true],html body .theme-override-dark .border-color-focus-border:focus,html body .theme-override-dark .border-color-focus-border:focus-within,html body .theme-override-dark .border-color-active-border[data-selected=true],html body .theme-override-dark .border-color-active-border:active{border-color:var(--color-border)}body[data-theme-mode=dark] .border-top-color-border,body[data-theme-mode=dark] .border-top-color-hover-border:hover,body[data-theme-mode=dark] .border-top-color-focus-border[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border:focus,body[data-theme-mode=dark] .border-top-color-focus-border:focus-within,body[data-theme-mode=dark] .border-top-color-active-border[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border:active,html body .theme-override-dark .border-top-color-border,html body .theme-override-dark .border-top-color-hover-border:hover,html body .theme-override-dark .border-top-color-focus-border[data-focused=true],html body .theme-override-dark .border-top-color-focus-border:focus,html body .theme-override-dark .border-top-color-focus-border:focus-within,html body .theme-override-dark .border-top-color-active-border[data-selected=true],html body .theme-override-dark .border-top-color-active-border:active{border-top-color:var(--color-border)}body[data-theme-mode=dark] .border-bottom-color-border,body[data-theme-mode=dark] .border-bottom-color-hover-border:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border:active,html body .theme-override-dark .border-bottom-color-border,html body .theme-override-dark .border-bottom-color-hover-border:hover,html body .theme-override-dark .border-bottom-color-focus-border[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border:focus,html body .theme-override-dark .border-bottom-color-focus-border:focus-within,html body .theme-override-dark .border-bottom-color-active-border[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border:active{border-bottom-color:var(--color-border)}body[data-theme-mode=dark] .border-left-color-border,body[data-theme-mode=dark] .border-left-color-hover-border:hover,body[data-theme-mode=dark] .border-left-color-focus-border[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border:focus,body[data-theme-mode=dark] .border-left-color-focus-border:focus-within,body[data-theme-mode=dark] .border-left-color-active-border[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border:active,html body .theme-override-dark .border-left-color-border,html body .theme-override-dark .border-left-color-hover-border:hover,html body .theme-override-dark .border-left-color-focus-border[data-focused=true],html body .theme-override-dark .border-left-color-focus-border:focus,html body .theme-override-dark .border-left-color-focus-border:focus-within,html body .theme-override-dark .border-left-color-active-border[data-selected=true],html body .theme-override-dark .border-left-color-active-border:active{border-left-color:var(--color-border)}body[data-theme-mode=dark] .border-right-color-border,body[data-theme-mode=dark] .border-right-color-hover-border:hover,body[data-theme-mode=dark] .border-right-color-focus-border[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border:focus,body[data-theme-mode=dark] .border-right-color-focus-border:focus-within,body[data-theme-mode=dark] .border-right-color-active-border[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border:active,html body .theme-override-dark .border-right-color-border,html body .theme-override-dark .border-right-color-hover-border:hover,html body .theme-override-dark .border-right-color-focus-border[data-focused=true],html body .theme-override-dark .border-right-color-focus-border:focus,html body .theme-override-dark .border-right-color-focus-border:focus-within,html body .theme-override-dark .border-right-color-active-border[data-selected=true],html body .theme-override-dark .border-right-color-active-border:active{border-right-color:var(--color-border)}body[data-theme-mode=dark] .fill-color-border,body[data-theme-mode=dark] .fill-color-hover-border:hover,body[data-theme-mode=dark] .fill-color-focus-border[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border:focus,body[data-theme-mode=dark] .fill-color-focus-border:focus-within,body[data-theme-mode=dark] .fill-color-active-border[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border:active,html body .theme-override-dark .fill-color-border,html body .theme-override-dark .fill-color-hover-border:hover,html body .theme-override-dark .fill-color-focus-border[data-focused=true],html body .theme-override-dark .fill-color-focus-border:focus,html body .theme-override-dark .fill-color-focus-border:focus-within,html body .theme-override-dark .fill-color-active-border[data-selected=true],html body .theme-override-dark .fill-color-active-border:active{background-color:var(--color-border)}body[data-theme-mode=dark] .outline-color-border,body[data-theme-mode=dark] .outline-color-hover-border:hover,body[data-theme-mode=dark] .outline-color-focus-border[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border:focus,body[data-theme-mode=dark] .outline-color-focus-border:focus-within,body[data-theme-mode=dark] .outline-color-active-border[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border:active,html body .theme-override-dark .outline-color-border,html body .theme-override-dark .outline-color-hover-border:hover,html body .theme-override-dark .outline-color-focus-border[data-focused=true],html body .theme-override-dark .outline-color-focus-border:focus,html body .theme-override-dark .outline-color-focus-border:focus-within,html body .theme-override-dark .outline-color-active-border[data-selected=true],html body .theme-override-dark .outline-color-active-border:active{outline-color:var(--color-border)}body[data-theme-mode=dark] .outside-border-color-border,body[data-theme-mode=dark] .outside-border-color-hover-border:hover,body[data-theme-mode=dark] .outside-border-color-focus-border[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border:focus,body[data-theme-mode=dark] .outside-border-color-focus-border:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border:active,html body .theme-override-dark .outside-border-color-border,html body .theme-override-dark .outside-border-color-hover-border:hover,html body .theme-override-dark .outside-border-color-focus-border[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border:focus,html body .theme-override-dark .outside-border-color-focus-border:focus-within,html body .theme-override-dark .outside-border-color-active-border[data-selected=true],html body .theme-override-dark .outside-border-color-active-border:active{--outside-border-color: var(--color-border)}body[data-theme-mode=dark] .font-color-border-light,body[data-theme-mode=dark] .font-color-hover-border-light:hover,body[data-theme-mode=dark] .font-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-light:focus,body[data-theme-mode=dark] .font-color-focus-border-light:focus-within,body[data-theme-mode=dark] .font-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-light:active,html body .theme-override-dark .font-color-border-light,html body .theme-override-dark .font-color-hover-border-light:hover,html body .theme-override-dark .font-color-focus-border-light[data-focused=true],html body .theme-override-dark .font-color-focus-border-light:focus,html body .theme-override-dark .font-color-focus-border-light:focus-within,html body .theme-override-dark .font-color-active-border-light[data-selected=true],html body .theme-override-dark .font-color-active-border-light:active{color:var(--color-border-light)}body[data-theme-mode=dark] .border-color-border-light,body[data-theme-mode=dark] .border-color-hover-border-light:hover,body[data-theme-mode=dark] .border-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-light:focus,body[data-theme-mode=dark] .border-color-focus-border-light:focus-within,body[data-theme-mode=dark] .border-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-light:active,html body .theme-override-dark .border-color-border-light,html body .theme-override-dark .border-color-hover-border-light:hover,html body .theme-override-dark .border-color-focus-border-light[data-focused=true],html body .theme-override-dark .border-color-focus-border-light:focus,html body .theme-override-dark .border-color-focus-border-light:focus-within,html body .theme-override-dark .border-color-active-border-light[data-selected=true],html body .theme-override-dark .border-color-active-border-light:active{border-color:var(--color-border-light)}body[data-theme-mode=dark] .border-top-color-border-light,body[data-theme-mode=dark] .border-top-color-hover-border-light:hover,body[data-theme-mode=dark] .border-top-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-light:focus,body[data-theme-mode=dark] .border-top-color-focus-border-light:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-light:active,html body .theme-override-dark .border-top-color-border-light,html body .theme-override-dark .border-top-color-hover-border-light:hover,html body .theme-override-dark .border-top-color-focus-border-light[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-light:focus,html body .theme-override-dark .border-top-color-focus-border-light:focus-within,html body .theme-override-dark .border-top-color-active-border-light[data-selected=true],html body .theme-override-dark .border-top-color-active-border-light:active{border-top-color:var(--color-border-light)}body[data-theme-mode=dark] .border-bottom-color-border-light,body[data-theme-mode=dark] .border-bottom-color-hover-border-light:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-light:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-light:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-light:active,html body .theme-override-dark .border-bottom-color-border-light,html body .theme-override-dark .border-bottom-color-hover-border-light:hover,html body .theme-override-dark .border-bottom-color-focus-border-light[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-light:focus,html body .theme-override-dark .border-bottom-color-focus-border-light:focus-within,html body .theme-override-dark .border-bottom-color-active-border-light[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-light:active{border-bottom-color:var(--color-border-light)}body[data-theme-mode=dark] .border-left-color-border-light,body[data-theme-mode=dark] .border-left-color-hover-border-light:hover,body[data-theme-mode=dark] .border-left-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-light:focus,body[data-theme-mode=dark] .border-left-color-focus-border-light:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-light:active,html body .theme-override-dark .border-left-color-border-light,html body .theme-override-dark .border-left-color-hover-border-light:hover,html body .theme-override-dark .border-left-color-focus-border-light[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-light:focus,html body .theme-override-dark .border-left-color-focus-border-light:focus-within,html body .theme-override-dark .border-left-color-active-border-light[data-selected=true],html body .theme-override-dark .border-left-color-active-border-light:active{border-left-color:var(--color-border-light)}body[data-theme-mode=dark] .border-right-color-border-light,body[data-theme-mode=dark] .border-right-color-hover-border-light:hover,body[data-theme-mode=dark] .border-right-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-light:focus,body[data-theme-mode=dark] .border-right-color-focus-border-light:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-light:active,html body .theme-override-dark .border-right-color-border-light,html body .theme-override-dark .border-right-color-hover-border-light:hover,html body .theme-override-dark .border-right-color-focus-border-light[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-light:focus,html body .theme-override-dark .border-right-color-focus-border-light:focus-within,html body .theme-override-dark .border-right-color-active-border-light[data-selected=true],html body .theme-override-dark .border-right-color-active-border-light:active{border-right-color:var(--color-border-light)}body[data-theme-mode=dark] .fill-color-border-light,body[data-theme-mode=dark] .fill-color-hover-border-light:hover,body[data-theme-mode=dark] .fill-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-light:focus,body[data-theme-mode=dark] .fill-color-focus-border-light:focus-within,body[data-theme-mode=dark] .fill-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-light:active,html body .theme-override-dark .fill-color-border-light,html body .theme-override-dark .fill-color-hover-border-light:hover,html body .theme-override-dark .fill-color-focus-border-light[data-focused=true],html body .theme-override-dark .fill-color-focus-border-light:focus,html body .theme-override-dark .fill-color-focus-border-light:focus-within,html body .theme-override-dark .fill-color-active-border-light[data-selected=true],html body .theme-override-dark .fill-color-active-border-light:active{background-color:var(--color-border-light)}body[data-theme-mode=dark] .outline-color-border-light,body[data-theme-mode=dark] .outline-color-hover-border-light:hover,body[data-theme-mode=dark] .outline-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-light:focus,body[data-theme-mode=dark] .outline-color-focus-border-light:focus-within,body[data-theme-mode=dark] .outline-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-light:active,html body .theme-override-dark .outline-color-border-light,html body .theme-override-dark .outline-color-hover-border-light:hover,html body .theme-override-dark .outline-color-focus-border-light[data-focused=true],html body .theme-override-dark .outline-color-focus-border-light:focus,html body .theme-override-dark .outline-color-focus-border-light:focus-within,html body .theme-override-dark .outline-color-active-border-light[data-selected=true],html body .theme-override-dark .outline-color-active-border-light:active{outline-color:var(--color-border-light)}body[data-theme-mode=dark] .outside-border-color-border-light,body[data-theme-mode=dark] .outside-border-color-hover-border-light:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-light[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-light:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-light:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-light[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-light:active,html body .theme-override-dark .outside-border-color-border-light,html body .theme-override-dark .outside-border-color-hover-border-light:hover,html body .theme-override-dark .outside-border-color-focus-border-light[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-light:focus,html body .theme-override-dark .outside-border-color-focus-border-light:focus-within,html body .theme-override-dark .outside-border-color-active-border-light[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-light:active{--outside-border-color: var(--color-border-light)}body[data-theme-mode=dark] .font-color-border-dark,body[data-theme-mode=dark] .font-color-hover-border-dark:hover,body[data-theme-mode=dark] .font-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-dark:focus,body[data-theme-mode=dark] .font-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .font-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-dark:active,html body .theme-override-dark .font-color-border-dark,html body .theme-override-dark .font-color-hover-border-dark:hover,html body .theme-override-dark .font-color-focus-border-dark[data-focused=true],html body .theme-override-dark .font-color-focus-border-dark:focus,html body .theme-override-dark .font-color-focus-border-dark:focus-within,html body .theme-override-dark .font-color-active-border-dark[data-selected=true],html body .theme-override-dark .font-color-active-border-dark:active{color:var(--color-border-dark)}body[data-theme-mode=dark] .border-color-border-dark,body[data-theme-mode=dark] .border-color-hover-border-dark:hover,body[data-theme-mode=dark] .border-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-dark:focus,body[data-theme-mode=dark] .border-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .border-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-dark:active,html body .theme-override-dark .border-color-border-dark,html body .theme-override-dark .border-color-hover-border-dark:hover,html body .theme-override-dark .border-color-focus-border-dark[data-focused=true],html body .theme-override-dark .border-color-focus-border-dark:focus,html body .theme-override-dark .border-color-focus-border-dark:focus-within,html body .theme-override-dark .border-color-active-border-dark[data-selected=true],html body .theme-override-dark .border-color-active-border-dark:active{border-color:var(--color-border-dark)}body[data-theme-mode=dark] .border-top-color-border-dark,body[data-theme-mode=dark] .border-top-color-hover-border-dark:hover,body[data-theme-mode=dark] .border-top-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-dark:focus,body[data-theme-mode=dark] .border-top-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-dark:active,html body .theme-override-dark .border-top-color-border-dark,html body .theme-override-dark .border-top-color-hover-border-dark:hover,html body .theme-override-dark .border-top-color-focus-border-dark[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-dark:focus,html body .theme-override-dark .border-top-color-focus-border-dark:focus-within,html body .theme-override-dark .border-top-color-active-border-dark[data-selected=true],html body .theme-override-dark .border-top-color-active-border-dark:active{border-top-color:var(--color-border-dark)}body[data-theme-mode=dark] .border-bottom-color-border-dark,body[data-theme-mode=dark] .border-bottom-color-hover-border-dark:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-dark:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-dark:active,html body .theme-override-dark .border-bottom-color-border-dark,html body .theme-override-dark .border-bottom-color-hover-border-dark:hover,html body .theme-override-dark .border-bottom-color-focus-border-dark[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-dark:focus,html body .theme-override-dark .border-bottom-color-focus-border-dark:focus-within,html body .theme-override-dark .border-bottom-color-active-border-dark[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-dark:active{border-bottom-color:var(--color-border-dark)}body[data-theme-mode=dark] .border-left-color-border-dark,body[data-theme-mode=dark] .border-left-color-hover-border-dark:hover,body[data-theme-mode=dark] .border-left-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-dark:focus,body[data-theme-mode=dark] .border-left-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-dark:active,html body .theme-override-dark .border-left-color-border-dark,html body .theme-override-dark .border-left-color-hover-border-dark:hover,html body .theme-override-dark .border-left-color-focus-border-dark[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-dark:focus,html body .theme-override-dark .border-left-color-focus-border-dark:focus-within,html body .theme-override-dark .border-left-color-active-border-dark[data-selected=true],html body .theme-override-dark .border-left-color-active-border-dark:active{border-left-color:var(--color-border-dark)}body[data-theme-mode=dark] .border-right-color-border-dark,body[data-theme-mode=dark] .border-right-color-hover-border-dark:hover,body[data-theme-mode=dark] .border-right-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-dark:focus,body[data-theme-mode=dark] .border-right-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-dark:active,html body .theme-override-dark .border-right-color-border-dark,html body .theme-override-dark .border-right-color-hover-border-dark:hover,html body .theme-override-dark .border-right-color-focus-border-dark[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-dark:focus,html body .theme-override-dark .border-right-color-focus-border-dark:focus-within,html body .theme-override-dark .border-right-color-active-border-dark[data-selected=true],html body .theme-override-dark .border-right-color-active-border-dark:active{border-right-color:var(--color-border-dark)}body[data-theme-mode=dark] .fill-color-border-dark,body[data-theme-mode=dark] .fill-color-hover-border-dark:hover,body[data-theme-mode=dark] .fill-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-dark:focus,body[data-theme-mode=dark] .fill-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .fill-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-dark:active,html body .theme-override-dark .fill-color-border-dark,html body .theme-override-dark .fill-color-hover-border-dark:hover,html body .theme-override-dark .fill-color-focus-border-dark[data-focused=true],html body .theme-override-dark .fill-color-focus-border-dark:focus,html body .theme-override-dark .fill-color-focus-border-dark:focus-within,html body .theme-override-dark .fill-color-active-border-dark[data-selected=true],html body .theme-override-dark .fill-color-active-border-dark:active{background-color:var(--color-border-dark)}body[data-theme-mode=dark] .outline-color-border-dark,body[data-theme-mode=dark] .outline-color-hover-border-dark:hover,body[data-theme-mode=dark] .outline-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-dark:focus,body[data-theme-mode=dark] .outline-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .outline-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-dark:active,html body .theme-override-dark .outline-color-border-dark,html body .theme-override-dark .outline-color-hover-border-dark:hover,html body .theme-override-dark .outline-color-focus-border-dark[data-focused=true],html body .theme-override-dark .outline-color-focus-border-dark:focus,html body .theme-override-dark .outline-color-focus-border-dark:focus-within,html body .theme-override-dark .outline-color-active-border-dark[data-selected=true],html body .theme-override-dark .outline-color-active-border-dark:active{outline-color:var(--color-border-dark)}body[data-theme-mode=dark] .outside-border-color-border-dark,body[data-theme-mode=dark] .outside-border-color-hover-border-dark:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-dark[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-dark:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-dark:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-dark[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-dark:active,html body .theme-override-dark .outside-border-color-border-dark,html body .theme-override-dark .outside-border-color-hover-border-dark:hover,html body .theme-override-dark .outside-border-color-focus-border-dark[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-dark:focus,html body .theme-override-dark .outside-border-color-focus-border-dark:focus-within,html body .theme-override-dark .outside-border-color-active-border-dark[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-dark:active{--outside-border-color: var(--color-border-dark)}body[data-theme-mode=dark] .font-color-border-highlight,body[data-theme-mode=dark] .font-color-hover-border-highlight:hover,body[data-theme-mode=dark] .font-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-highlight:focus,body[data-theme-mode=dark] .font-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .font-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-highlight:active,html body .theme-override-dark .font-color-border-highlight,html body .theme-override-dark .font-color-hover-border-highlight:hover,html body .theme-override-dark .font-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .font-color-focus-border-highlight:focus,html body .theme-override-dark .font-color-focus-border-highlight:focus-within,html body .theme-override-dark .font-color-active-border-highlight[data-selected=true],html body .theme-override-dark .font-color-active-border-highlight:active{color:var(--color-border-highlight)}body[data-theme-mode=dark] .border-color-border-highlight,body[data-theme-mode=dark] .border-color-hover-border-highlight:hover,body[data-theme-mode=dark] .border-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-highlight:focus,body[data-theme-mode=dark] .border-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .border-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-highlight:active,html body .theme-override-dark .border-color-border-highlight,html body .theme-override-dark .border-color-hover-border-highlight:hover,html body .theme-override-dark .border-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .border-color-focus-border-highlight:focus,html body .theme-override-dark .border-color-focus-border-highlight:focus-within,html body .theme-override-dark .border-color-active-border-highlight[data-selected=true],html body .theme-override-dark .border-color-active-border-highlight:active{border-color:var(--color-border-highlight)}body[data-theme-mode=dark] .border-top-color-border-highlight,body[data-theme-mode=dark] .border-top-color-hover-border-highlight:hover,body[data-theme-mode=dark] .border-top-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-highlight:focus,body[data-theme-mode=dark] .border-top-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-highlight:active,html body .theme-override-dark .border-top-color-border-highlight,html body .theme-override-dark .border-top-color-hover-border-highlight:hover,html body .theme-override-dark .border-top-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-highlight:focus,html body .theme-override-dark .border-top-color-focus-border-highlight:focus-within,html body .theme-override-dark .border-top-color-active-border-highlight[data-selected=true],html body .theme-override-dark .border-top-color-active-border-highlight:active{border-top-color:var(--color-border-highlight)}body[data-theme-mode=dark] .border-bottom-color-border-highlight,body[data-theme-mode=dark] .border-bottom-color-hover-border-highlight:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-highlight:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-highlight:active,html body .theme-override-dark .border-bottom-color-border-highlight,html body .theme-override-dark .border-bottom-color-hover-border-highlight:hover,html body .theme-override-dark .border-bottom-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-highlight:focus,html body .theme-override-dark .border-bottom-color-focus-border-highlight:focus-within,html body .theme-override-dark .border-bottom-color-active-border-highlight[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-highlight:active{border-bottom-color:var(--color-border-highlight)}body[data-theme-mode=dark] .border-left-color-border-highlight,body[data-theme-mode=dark] .border-left-color-hover-border-highlight:hover,body[data-theme-mode=dark] .border-left-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-highlight:focus,body[data-theme-mode=dark] .border-left-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-highlight:active,html body .theme-override-dark .border-left-color-border-highlight,html body .theme-override-dark .border-left-color-hover-border-highlight:hover,html body .theme-override-dark .border-left-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-highlight:focus,html body .theme-override-dark .border-left-color-focus-border-highlight:focus-within,html body .theme-override-dark .border-left-color-active-border-highlight[data-selected=true],html body .theme-override-dark .border-left-color-active-border-highlight:active{border-left-color:var(--color-border-highlight)}body[data-theme-mode=dark] .border-right-color-border-highlight,body[data-theme-mode=dark] .border-right-color-hover-border-highlight:hover,body[data-theme-mode=dark] .border-right-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-highlight:focus,body[data-theme-mode=dark] .border-right-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-highlight:active,html body .theme-override-dark .border-right-color-border-highlight,html body .theme-override-dark .border-right-color-hover-border-highlight:hover,html body .theme-override-dark .border-right-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-highlight:focus,html body .theme-override-dark .border-right-color-focus-border-highlight:focus-within,html body .theme-override-dark .border-right-color-active-border-highlight[data-selected=true],html body .theme-override-dark .border-right-color-active-border-highlight:active{border-right-color:var(--color-border-highlight)}body[data-theme-mode=dark] .fill-color-border-highlight,body[data-theme-mode=dark] .fill-color-hover-border-highlight:hover,body[data-theme-mode=dark] .fill-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-highlight:focus,body[data-theme-mode=dark] .fill-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .fill-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-highlight:active,html body .theme-override-dark .fill-color-border-highlight,html body .theme-override-dark .fill-color-hover-border-highlight:hover,html body .theme-override-dark .fill-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .fill-color-focus-border-highlight:focus,html body .theme-override-dark .fill-color-focus-border-highlight:focus-within,html body .theme-override-dark .fill-color-active-border-highlight[data-selected=true],html body .theme-override-dark .fill-color-active-border-highlight:active{background-color:var(--color-border-highlight)}body[data-theme-mode=dark] .outline-color-border-highlight,body[data-theme-mode=dark] .outline-color-hover-border-highlight:hover,body[data-theme-mode=dark] .outline-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-highlight:focus,body[data-theme-mode=dark] .outline-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .outline-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-highlight:active,html body .theme-override-dark .outline-color-border-highlight,html body .theme-override-dark .outline-color-hover-border-highlight:hover,html body .theme-override-dark .outline-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .outline-color-focus-border-highlight:focus,html body .theme-override-dark .outline-color-focus-border-highlight:focus-within,html body .theme-override-dark .outline-color-active-border-highlight[data-selected=true],html body .theme-override-dark .outline-color-active-border-highlight:active{outline-color:var(--color-border-highlight)}body[data-theme-mode=dark] .outside-border-color-border-highlight,body[data-theme-mode=dark] .outside-border-color-hover-border-highlight:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-highlight[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-highlight:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-highlight:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-highlight[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-highlight:active,html body .theme-override-dark .outside-border-color-border-highlight,html body .theme-override-dark .outside-border-color-hover-border-highlight:hover,html body .theme-override-dark .outside-border-color-focus-border-highlight[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-highlight:focus,html body .theme-override-dark .outside-border-color-focus-border-highlight:focus-within,html body .theme-override-dark .outside-border-color-active-border-highlight[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-highlight:active{--outside-border-color: var(--color-border-highlight)}body[data-theme-mode=dark] .font-color-border-focus,body[data-theme-mode=dark] .font-color-hover-border-focus:hover,body[data-theme-mode=dark] .font-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .font-color-focus-border-focus:focus,body[data-theme-mode=dark] .font-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .font-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .font-color-active-border-focus:active,html body .theme-override-dark .font-color-border-focus,html body .theme-override-dark .font-color-hover-border-focus:hover,html body .theme-override-dark .font-color-focus-border-focus[data-focused=true],html body .theme-override-dark .font-color-focus-border-focus:focus,html body .theme-override-dark .font-color-focus-border-focus:focus-within,html body .theme-override-dark .font-color-active-border-focus[data-selected=true],html body .theme-override-dark .font-color-active-border-focus:active{color:var(--color-border-focus)}body[data-theme-mode=dark] .border-color-border-focus,body[data-theme-mode=dark] .border-color-hover-border-focus:hover,body[data-theme-mode=dark] .border-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .border-color-focus-border-focus:focus,body[data-theme-mode=dark] .border-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .border-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .border-color-active-border-focus:active,html body .theme-override-dark .border-color-border-focus,html body .theme-override-dark .border-color-hover-border-focus:hover,html body .theme-override-dark .border-color-focus-border-focus[data-focused=true],html body .theme-override-dark .border-color-focus-border-focus:focus,html body .theme-override-dark .border-color-focus-border-focus:focus-within,html body .theme-override-dark .border-color-active-border-focus[data-selected=true],html body .theme-override-dark .border-color-active-border-focus:active{border-color:var(--color-border-focus)}body[data-theme-mode=dark] .border-top-color-border-focus,body[data-theme-mode=dark] .border-top-color-hover-border-focus:hover,body[data-theme-mode=dark] .border-top-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-border-focus:focus,body[data-theme-mode=dark] .border-top-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .border-top-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-border-focus:active,html body .theme-override-dark .border-top-color-border-focus,html body .theme-override-dark .border-top-color-hover-border-focus:hover,html body .theme-override-dark .border-top-color-focus-border-focus[data-focused=true],html body .theme-override-dark .border-top-color-focus-border-focus:focus,html body .theme-override-dark .border-top-color-focus-border-focus:focus-within,html body .theme-override-dark .border-top-color-active-border-focus[data-selected=true],html body .theme-override-dark .border-top-color-active-border-focus:active{border-top-color:var(--color-border-focus)}body[data-theme-mode=dark] .border-bottom-color-border-focus,body[data-theme-mode=dark] .border-bottom-color-hover-border-focus:hover,body[data-theme-mode=dark] .border-bottom-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-border-focus:focus,body[data-theme-mode=dark] .border-bottom-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-border-focus:active,html body .theme-override-dark .border-bottom-color-border-focus,html body .theme-override-dark .border-bottom-color-hover-border-focus:hover,html body .theme-override-dark .border-bottom-color-focus-border-focus[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-border-focus:focus,html body .theme-override-dark .border-bottom-color-focus-border-focus:focus-within,html body .theme-override-dark .border-bottom-color-active-border-focus[data-selected=true],html body .theme-override-dark .border-bottom-color-active-border-focus:active{border-bottom-color:var(--color-border-focus)}body[data-theme-mode=dark] .border-left-color-border-focus,body[data-theme-mode=dark] .border-left-color-hover-border-focus:hover,body[data-theme-mode=dark] .border-left-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-border-focus:focus,body[data-theme-mode=dark] .border-left-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .border-left-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-border-focus:active,html body .theme-override-dark .border-left-color-border-focus,html body .theme-override-dark .border-left-color-hover-border-focus:hover,html body .theme-override-dark .border-left-color-focus-border-focus[data-focused=true],html body .theme-override-dark .border-left-color-focus-border-focus:focus,html body .theme-override-dark .border-left-color-focus-border-focus:focus-within,html body .theme-override-dark .border-left-color-active-border-focus[data-selected=true],html body .theme-override-dark .border-left-color-active-border-focus:active{border-left-color:var(--color-border-focus)}body[data-theme-mode=dark] .border-right-color-border-focus,body[data-theme-mode=dark] .border-right-color-hover-border-focus:hover,body[data-theme-mode=dark] .border-right-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-border-focus:focus,body[data-theme-mode=dark] .border-right-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .border-right-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-border-focus:active,html body .theme-override-dark .border-right-color-border-focus,html body .theme-override-dark .border-right-color-hover-border-focus:hover,html body .theme-override-dark .border-right-color-focus-border-focus[data-focused=true],html body .theme-override-dark .border-right-color-focus-border-focus:focus,html body .theme-override-dark .border-right-color-focus-border-focus:focus-within,html body .theme-override-dark .border-right-color-active-border-focus[data-selected=true],html body .theme-override-dark .border-right-color-active-border-focus:active{border-right-color:var(--color-border-focus)}body[data-theme-mode=dark] .fill-color-border-focus,body[data-theme-mode=dark] .fill-color-hover-border-focus:hover,body[data-theme-mode=dark] .fill-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-border-focus:focus,body[data-theme-mode=dark] .fill-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .fill-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .fill-color-active-border-focus:active,html body .theme-override-dark .fill-color-border-focus,html body .theme-override-dark .fill-color-hover-border-focus:hover,html body .theme-override-dark .fill-color-focus-border-focus[data-focused=true],html body .theme-override-dark .fill-color-focus-border-focus:focus,html body .theme-override-dark .fill-color-focus-border-focus:focus-within,html body .theme-override-dark .fill-color-active-border-focus[data-selected=true],html body .theme-override-dark .fill-color-active-border-focus:active{background-color:var(--color-border-focus)}body[data-theme-mode=dark] .outline-color-border-focus,body[data-theme-mode=dark] .outline-color-hover-border-focus:hover,body[data-theme-mode=dark] .outline-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-border-focus:focus,body[data-theme-mode=dark] .outline-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .outline-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .outline-color-active-border-focus:active,html body .theme-override-dark .outline-color-border-focus,html body .theme-override-dark .outline-color-hover-border-focus:hover,html body .theme-override-dark .outline-color-focus-border-focus[data-focused=true],html body .theme-override-dark .outline-color-focus-border-focus:focus,html body .theme-override-dark .outline-color-focus-border-focus:focus-within,html body .theme-override-dark .outline-color-active-border-focus[data-selected=true],html body .theme-override-dark .outline-color-active-border-focus:active{outline-color:var(--color-border-focus)}body[data-theme-mode=dark] .outside-border-color-border-focus,body[data-theme-mode=dark] .outside-border-color-hover-border-focus:hover,body[data-theme-mode=dark] .outside-border-color-focus-border-focus[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-border-focus:focus,body[data-theme-mode=dark] .outside-border-color-focus-border-focus:focus-within,body[data-theme-mode=dark] .outside-border-color-active-border-focus[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-border-focus:active,html body .theme-override-dark .outside-border-color-border-focus,html body .theme-override-dark .outside-border-color-hover-border-focus:hover,html body .theme-override-dark .outside-border-color-focus-border-focus[data-focused=true],html body .theme-override-dark .outside-border-color-focus-border-focus:focus,html body .theme-override-dark .outside-border-color-focus-border-focus:focus-within,html body .theme-override-dark .outside-border-color-active-border-focus[data-selected=true],html body .theme-override-dark .outside-border-color-active-border-focus:active{--outside-border-color: var(--color-border-focus)}body[data-theme-mode=dark] .font-color-shadow,body[data-theme-mode=dark] .font-color-hover-shadow:hover,body[data-theme-mode=dark] .font-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .font-color-focus-shadow:focus,body[data-theme-mode=dark] .font-color-focus-shadow:focus-within,body[data-theme-mode=dark] .font-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .font-color-active-shadow:active,html body .theme-override-dark .font-color-shadow,html body .theme-override-dark .font-color-hover-shadow:hover,html body .theme-override-dark .font-color-focus-shadow[data-focused=true],html body .theme-override-dark .font-color-focus-shadow:focus,html body .theme-override-dark .font-color-focus-shadow:focus-within,html body .theme-override-dark .font-color-active-shadow[data-selected=true],html body .theme-override-dark .font-color-active-shadow:active{color:var(--color-shadow)}body[data-theme-mode=dark] .border-color-shadow,body[data-theme-mode=dark] .border-color-hover-shadow:hover,body[data-theme-mode=dark] .border-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .border-color-focus-shadow:focus,body[data-theme-mode=dark] .border-color-focus-shadow:focus-within,body[data-theme-mode=dark] .border-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .border-color-active-shadow:active,html body .theme-override-dark .border-color-shadow,html body .theme-override-dark .border-color-hover-shadow:hover,html body .theme-override-dark .border-color-focus-shadow[data-focused=true],html body .theme-override-dark .border-color-focus-shadow:focus,html body .theme-override-dark .border-color-focus-shadow:focus-within,html body .theme-override-dark .border-color-active-shadow[data-selected=true],html body .theme-override-dark .border-color-active-shadow:active{border-color:var(--color-shadow)}body[data-theme-mode=dark] .border-top-color-shadow,body[data-theme-mode=dark] .border-top-color-hover-shadow:hover,body[data-theme-mode=dark] .border-top-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-shadow:focus,body[data-theme-mode=dark] .border-top-color-focus-shadow:focus-within,body[data-theme-mode=dark] .border-top-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-shadow:active,html body .theme-override-dark .border-top-color-shadow,html body .theme-override-dark .border-top-color-hover-shadow:hover,html body .theme-override-dark .border-top-color-focus-shadow[data-focused=true],html body .theme-override-dark .border-top-color-focus-shadow:focus,html body .theme-override-dark .border-top-color-focus-shadow:focus-within,html body .theme-override-dark .border-top-color-active-shadow[data-selected=true],html body .theme-override-dark .border-top-color-active-shadow:active{border-top-color:var(--color-shadow)}body[data-theme-mode=dark] .border-bottom-color-shadow,body[data-theme-mode=dark] .border-bottom-color-hover-shadow:hover,body[data-theme-mode=dark] .border-bottom-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-shadow:focus,body[data-theme-mode=dark] .border-bottom-color-focus-shadow:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-shadow:active,html body .theme-override-dark .border-bottom-color-shadow,html body .theme-override-dark .border-bottom-color-hover-shadow:hover,html body .theme-override-dark .border-bottom-color-focus-shadow[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-shadow:focus,html body .theme-override-dark .border-bottom-color-focus-shadow:focus-within,html body .theme-override-dark .border-bottom-color-active-shadow[data-selected=true],html body .theme-override-dark .border-bottom-color-active-shadow:active{border-bottom-color:var(--color-shadow)}body[data-theme-mode=dark] .border-left-color-shadow,body[data-theme-mode=dark] .border-left-color-hover-shadow:hover,body[data-theme-mode=dark] .border-left-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-shadow:focus,body[data-theme-mode=dark] .border-left-color-focus-shadow:focus-within,body[data-theme-mode=dark] .border-left-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-shadow:active,html body .theme-override-dark .border-left-color-shadow,html body .theme-override-dark .border-left-color-hover-shadow:hover,html body .theme-override-dark .border-left-color-focus-shadow[data-focused=true],html body .theme-override-dark .border-left-color-focus-shadow:focus,html body .theme-override-dark .border-left-color-focus-shadow:focus-within,html body .theme-override-dark .border-left-color-active-shadow[data-selected=true],html body .theme-override-dark .border-left-color-active-shadow:active{border-left-color:var(--color-shadow)}body[data-theme-mode=dark] .border-right-color-shadow,body[data-theme-mode=dark] .border-right-color-hover-shadow:hover,body[data-theme-mode=dark] .border-right-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-shadow:focus,body[data-theme-mode=dark] .border-right-color-focus-shadow:focus-within,body[data-theme-mode=dark] .border-right-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-shadow:active,html body .theme-override-dark .border-right-color-shadow,html body .theme-override-dark .border-right-color-hover-shadow:hover,html body .theme-override-dark .border-right-color-focus-shadow[data-focused=true],html body .theme-override-dark .border-right-color-focus-shadow:focus,html body .theme-override-dark .border-right-color-focus-shadow:focus-within,html body .theme-override-dark .border-right-color-active-shadow[data-selected=true],html body .theme-override-dark .border-right-color-active-shadow:active{border-right-color:var(--color-shadow)}body[data-theme-mode=dark] .fill-color-shadow,body[data-theme-mode=dark] .fill-color-hover-shadow:hover,body[data-theme-mode=dark] .fill-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-shadow:focus,body[data-theme-mode=dark] .fill-color-focus-shadow:focus-within,body[data-theme-mode=dark] .fill-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .fill-color-active-shadow:active,html body .theme-override-dark .fill-color-shadow,html body .theme-override-dark .fill-color-hover-shadow:hover,html body .theme-override-dark .fill-color-focus-shadow[data-focused=true],html body .theme-override-dark .fill-color-focus-shadow:focus,html body .theme-override-dark .fill-color-focus-shadow:focus-within,html body .theme-override-dark .fill-color-active-shadow[data-selected=true],html body .theme-override-dark .fill-color-active-shadow:active{background-color:var(--color-shadow)}body[data-theme-mode=dark] .outline-color-shadow,body[data-theme-mode=dark] .outline-color-hover-shadow:hover,body[data-theme-mode=dark] .outline-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-shadow:focus,body[data-theme-mode=dark] .outline-color-focus-shadow:focus-within,body[data-theme-mode=dark] .outline-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .outline-color-active-shadow:active,html body .theme-override-dark .outline-color-shadow,html body .theme-override-dark .outline-color-hover-shadow:hover,html body .theme-override-dark .outline-color-focus-shadow[data-focused=true],html body .theme-override-dark .outline-color-focus-shadow:focus,html body .theme-override-dark .outline-color-focus-shadow:focus-within,html body .theme-override-dark .outline-color-active-shadow[data-selected=true],html body .theme-override-dark .outline-color-active-shadow:active{outline-color:var(--color-shadow)}body[data-theme-mode=dark] .outside-border-color-shadow,body[data-theme-mode=dark] .outside-border-color-hover-shadow:hover,body[data-theme-mode=dark] .outside-border-color-focus-shadow[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-shadow:focus,body[data-theme-mode=dark] .outside-border-color-focus-shadow:focus-within,body[data-theme-mode=dark] .outside-border-color-active-shadow[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-shadow:active,html body .theme-override-dark .outside-border-color-shadow,html body .theme-override-dark .outside-border-color-hover-shadow:hover,html body .theme-override-dark .outside-border-color-focus-shadow[data-focused=true],html body .theme-override-dark .outside-border-color-focus-shadow:focus,html body .theme-override-dark .outside-border-color-focus-shadow:focus-within,html body .theme-override-dark .outside-border-color-active-shadow[data-selected=true],html body .theme-override-dark .outside-border-color-active-shadow:active{--outside-border-color: var(--color-shadow)}body[data-theme-mode=dark] .font-color-success,body[data-theme-mode=dark] .font-color-hover-success:hover,body[data-theme-mode=dark] .font-color-focus-success[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success:focus,body[data-theme-mode=dark] .font-color-focus-success:focus-within,body[data-theme-mode=dark] .font-color-active-success[data-selected=true],body[data-theme-mode=dark] .font-color-active-success:active,html body .theme-override-dark .font-color-success,html body .theme-override-dark .font-color-hover-success:hover,html body .theme-override-dark .font-color-focus-success[data-focused=true],html body .theme-override-dark .font-color-focus-success:focus,html body .theme-override-dark .font-color-focus-success:focus-within,html body .theme-override-dark .font-color-active-success[data-selected=true],html body .theme-override-dark .font-color-active-success:active{color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .border-color-success,body[data-theme-mode=dark] .border-color-hover-success:hover,body[data-theme-mode=dark] .border-color-focus-success[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success:focus,body[data-theme-mode=dark] .border-color-focus-success:focus-within,body[data-theme-mode=dark] .border-color-active-success[data-selected=true],body[data-theme-mode=dark] .border-color-active-success:active,html body .theme-override-dark .border-color-success,html body .theme-override-dark .border-color-hover-success:hover,html body .theme-override-dark .border-color-focus-success[data-focused=true],html body .theme-override-dark .border-color-focus-success:focus,html body .theme-override-dark .border-color-focus-success:focus-within,html body .theme-override-dark .border-color-active-success[data-selected=true],html body .theme-override-dark .border-color-active-success:active{border-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .border-top-color-success,body[data-theme-mode=dark] .border-top-color-hover-success:hover,body[data-theme-mode=dark] .border-top-color-focus-success[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success:focus,body[data-theme-mode=dark] .border-top-color-focus-success:focus-within,body[data-theme-mode=dark] .border-top-color-active-success[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success:active,html body .theme-override-dark .border-top-color-success,html body .theme-override-dark .border-top-color-hover-success:hover,html body .theme-override-dark .border-top-color-focus-success[data-focused=true],html body .theme-override-dark .border-top-color-focus-success:focus,html body .theme-override-dark .border-top-color-focus-success:focus-within,html body .theme-override-dark .border-top-color-active-success[data-selected=true],html body .theme-override-dark .border-top-color-active-success:active{border-top-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .border-bottom-color-success,body[data-theme-mode=dark] .border-bottom-color-hover-success:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success:active,html body .theme-override-dark .border-bottom-color-success,html body .theme-override-dark .border-bottom-color-hover-success:hover,html body .theme-override-dark .border-bottom-color-focus-success[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success:focus,html body .theme-override-dark .border-bottom-color-focus-success:focus-within,html body .theme-override-dark .border-bottom-color-active-success[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success:active{border-bottom-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .border-left-color-success,body[data-theme-mode=dark] .border-left-color-hover-success:hover,body[data-theme-mode=dark] .border-left-color-focus-success[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success:focus,body[data-theme-mode=dark] .border-left-color-focus-success:focus-within,body[data-theme-mode=dark] .border-left-color-active-success[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success:active,html body .theme-override-dark .border-left-color-success,html body .theme-override-dark .border-left-color-hover-success:hover,html body .theme-override-dark .border-left-color-focus-success[data-focused=true],html body .theme-override-dark .border-left-color-focus-success:focus,html body .theme-override-dark .border-left-color-focus-success:focus-within,html body .theme-override-dark .border-left-color-active-success[data-selected=true],html body .theme-override-dark .border-left-color-active-success:active{border-left-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .border-right-color-success,body[data-theme-mode=dark] .border-right-color-hover-success:hover,body[data-theme-mode=dark] .border-right-color-focus-success[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success:focus,body[data-theme-mode=dark] .border-right-color-focus-success:focus-within,body[data-theme-mode=dark] .border-right-color-active-success[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success:active,html body .theme-override-dark .border-right-color-success,html body .theme-override-dark .border-right-color-hover-success:hover,html body .theme-override-dark .border-right-color-focus-success[data-focused=true],html body .theme-override-dark .border-right-color-focus-success:focus,html body .theme-override-dark .border-right-color-focus-success:focus-within,html body .theme-override-dark .border-right-color-active-success[data-selected=true],html body .theme-override-dark .border-right-color-active-success:active{border-right-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .fill-color-success,body[data-theme-mode=dark] .fill-color-hover-success:hover,body[data-theme-mode=dark] .fill-color-focus-success[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success:focus,body[data-theme-mode=dark] .fill-color-focus-success:focus-within,body[data-theme-mode=dark] .fill-color-active-success[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success:active,html body .theme-override-dark .fill-color-success,html body .theme-override-dark .fill-color-hover-success:hover,html body .theme-override-dark .fill-color-focus-success[data-focused=true],html body .theme-override-dark .fill-color-focus-success:focus,html body .theme-override-dark .fill-color-focus-success:focus-within,html body .theme-override-dark .fill-color-active-success[data-selected=true],html body .theme-override-dark .fill-color-active-success:active{background-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .outline-color-success,body[data-theme-mode=dark] .outline-color-hover-success:hover,body[data-theme-mode=dark] .outline-color-focus-success[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success:focus,body[data-theme-mode=dark] .outline-color-focus-success:focus-within,body[data-theme-mode=dark] .outline-color-active-success[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success:active,html body .theme-override-dark .outline-color-success,html body .theme-override-dark .outline-color-hover-success:hover,html body .theme-override-dark .outline-color-focus-success[data-focused=true],html body .theme-override-dark .outline-color-focus-success:focus,html body .theme-override-dark .outline-color-focus-success:focus-within,html body .theme-override-dark .outline-color-active-success[data-selected=true],html body .theme-override-dark .outline-color-active-success:active{outline-color:var(--color-dark-success-primary)}body[data-theme-mode=dark] .outside-border-color-success,body[data-theme-mode=dark] .outside-border-color-hover-success:hover,body[data-theme-mode=dark] .outside-border-color-focus-success[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success:focus,body[data-theme-mode=dark] .outside-border-color-focus-success:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success:active,html body .theme-override-dark .outside-border-color-success,html body .theme-override-dark .outside-border-color-hover-success:hover,html body .theme-override-dark .outside-border-color-focus-success[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success:focus,html body .theme-override-dark .outside-border-color-focus-success:focus-within,html body .theme-override-dark .outside-border-color-active-success[data-selected=true],html body .theme-override-dark .outside-border-color-active-success:active{--outside-border-color: var(--color-dark-success-primary)}body[data-theme-mode=dark] .font-color-success-primary-0,body[data-theme-mode=dark] .font-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .font-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .font-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-primary-0:active,html body .theme-override-dark .font-color-success-primary-0,html body .theme-override-dark .font-color-hover-success-primary-0:hover,html body .theme-override-dark .font-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-primary-0:focus,html body .theme-override-dark .font-color-focus-success-primary-0:focus-within,html body .theme-override-dark .font-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .font-color-active-success-primary-0:active{color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-color-success-primary-0,body[data-theme-mode=dark] .border-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .border-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .border-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-primary-0:active,html body .theme-override-dark .border-color-success-primary-0,html body .theme-override-dark .border-color-hover-success-primary-0:hover,html body .theme-override-dark .border-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-primary-0:focus,html body .theme-override-dark .border-color-focus-success-primary-0:focus-within,html body .theme-override-dark .border-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .border-color-active-success-primary-0:active{border-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-top-color-success-primary-0,body[data-theme-mode=dark] .border-top-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-primary-0:active,html body .theme-override-dark .border-top-color-success-primary-0,html body .theme-override-dark .border-top-color-hover-success-primary-0:hover,html body .theme-override-dark .border-top-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-primary-0:focus,html body .theme-override-dark .border-top-color-focus-success-primary-0:focus-within,html body .theme-override-dark .border-top-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-primary-0:active{border-top-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-bottom-color-success-primary-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-primary-0:active,html body .theme-override-dark .border-bottom-color-success-primary-0,html body .theme-override-dark .border-bottom-color-hover-success-primary-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-primary-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-primary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-primary-0:active{border-bottom-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-left-color-success-primary-0,body[data-theme-mode=dark] .border-left-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-primary-0:active,html body .theme-override-dark .border-left-color-success-primary-0,html body .theme-override-dark .border-left-color-hover-success-primary-0:hover,html body .theme-override-dark .border-left-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-primary-0:focus,html body .theme-override-dark .border-left-color-focus-success-primary-0:focus-within,html body .theme-override-dark .border-left-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-primary-0:active{border-left-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-right-color-success-primary-0,body[data-theme-mode=dark] .border-right-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-primary-0:active,html body .theme-override-dark .border-right-color-success-primary-0,html body .theme-override-dark .border-right-color-hover-success-primary-0:hover,html body .theme-override-dark .border-right-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-primary-0:focus,html body .theme-override-dark .border-right-color-focus-success-primary-0:focus-within,html body .theme-override-dark .border-right-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-primary-0:active{border-right-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .fill-color-success-primary-0,body[data-theme-mode=dark] .fill-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-primary-0:active,html body .theme-override-dark .fill-color-success-primary-0,html body .theme-override-dark .fill-color-hover-success-primary-0:hover,html body .theme-override-dark .fill-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-primary-0:focus,html body .theme-override-dark .fill-color-focus-success-primary-0:focus-within,html body .theme-override-dark .fill-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-primary-0:active{background-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outline-color-success-primary-0,body[data-theme-mode=dark] .outline-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-primary-0:active,html body .theme-override-dark .outline-color-success-primary-0,html body .theme-override-dark .outline-color-hover-success-primary-0:hover,html body .theme-override-dark .outline-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-primary-0:focus,html body .theme-override-dark .outline-color-focus-success-primary-0:focus-within,html body .theme-override-dark .outline-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-primary-0:active{outline-color:var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outside-border-color-success-primary-0,body[data-theme-mode=dark] .outside-border-color-hover-success-primary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-primary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-primary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-primary-0:active,html body .theme-override-dark .outside-border-color-success-primary-0,html body .theme-override-dark .outside-border-color-hover-success-primary-0:hover,html body .theme-override-dark .outside-border-color-focus-success-primary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-primary-0:focus,html body .theme-override-dark .outside-border-color-focus-success-primary-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-primary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-primary-0:active{--outside-border-color: var(--color-success-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .font-color-success-primary-foreground-0,body[data-theme-mode=dark] .font-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-primary-foreground-0:active,html body .theme-override-dark .font-color-success-primary-foreground-0,html body .theme-override-dark .font-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .font-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .font-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-success-primary-foreground-0:active{color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-color-success-primary-foreground-0,body[data-theme-mode=dark] .border-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-primary-foreground-0:active,html body .theme-override-dark .border-color-success-primary-foreground-0,html body .theme-override-dark .border-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .border-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .border-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-success-primary-foreground-0:active{border-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-top-color-success-primary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-primary-foreground-0:active,html body .theme-override-dark .border-top-color-success-primary-foreground-0,html body .theme-override-dark .border-top-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-primary-foreground-0:active{border-top-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-success-primary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-primary-foreground-0:active,html body .theme-override-dark .border-bottom-color-success-primary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-primary-foreground-0:active{border-bottom-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-left-color-success-primary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-primary-foreground-0:active,html body .theme-override-dark .border-left-color-success-primary-foreground-0,html body .theme-override-dark .border-left-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-primary-foreground-0:active{border-left-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-right-color-success-primary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-primary-foreground-0:active,html body .theme-override-dark .border-right-color-success-primary-foreground-0,html body .theme-override-dark .border-right-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-primary-foreground-0:active{border-right-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .fill-color-success-primary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-primary-foreground-0:active,html body .theme-override-dark .fill-color-success-primary-foreground-0,html body .theme-override-dark .fill-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-primary-foreground-0:active{background-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outline-color-success-primary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-primary-foreground-0:active,html body .theme-override-dark .outline-color-success-primary-foreground-0,html body .theme-override-dark .outline-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-primary-foreground-0:active{outline-color:var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-success-primary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-success-primary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-primary-foreground-0:active,html body .theme-override-dark .outside-border-color-success-primary-foreground-0,html body .theme-override-dark .outside-border-color-hover-success-primary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-success-primary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-primary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-success-primary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-primary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-primary-foreground-0:active{--outside-border-color: var(--color-success-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .font-color-success-secondary-0,body[data-theme-mode=dark] .font-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .font-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .font-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-secondary-0:active,html body .theme-override-dark .font-color-success-secondary-0,html body .theme-override-dark .font-color-hover-success-secondary-0:hover,html body .theme-override-dark .font-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-secondary-0:focus,html body .theme-override-dark .font-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .font-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .font-color-active-success-secondary-0:active{color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-color-success-secondary-0,body[data-theme-mode=dark] .border-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .border-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .border-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-secondary-0:active,html body .theme-override-dark .border-color-success-secondary-0,html body .theme-override-dark .border-color-hover-success-secondary-0:hover,html body .theme-override-dark .border-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-secondary-0:focus,html body .theme-override-dark .border-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .border-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .border-color-active-success-secondary-0:active{border-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-top-color-success-secondary-0,body[data-theme-mode=dark] .border-top-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-secondary-0:active,html body .theme-override-dark .border-top-color-success-secondary-0,html body .theme-override-dark .border-top-color-hover-success-secondary-0:hover,html body .theme-override-dark .border-top-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-secondary-0:focus,html body .theme-override-dark .border-top-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .border-top-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-secondary-0:active{border-top-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-bottom-color-success-secondary-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-0:active,html body .theme-override-dark .border-bottom-color-success-secondary-0,html body .theme-override-dark .border-bottom-color-hover-success-secondary-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-secondary-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-secondary-0:active{border-bottom-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-left-color-success-secondary-0,body[data-theme-mode=dark] .border-left-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-secondary-0:active,html body .theme-override-dark .border-left-color-success-secondary-0,html body .theme-override-dark .border-left-color-hover-success-secondary-0:hover,html body .theme-override-dark .border-left-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-secondary-0:focus,html body .theme-override-dark .border-left-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .border-left-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-secondary-0:active{border-left-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-right-color-success-secondary-0,body[data-theme-mode=dark] .border-right-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-secondary-0:active,html body .theme-override-dark .border-right-color-success-secondary-0,html body .theme-override-dark .border-right-color-hover-success-secondary-0:hover,html body .theme-override-dark .border-right-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-secondary-0:focus,html body .theme-override-dark .border-right-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .border-right-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-secondary-0:active{border-right-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .fill-color-success-secondary-0,body[data-theme-mode=dark] .fill-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-secondary-0:active,html body .theme-override-dark .fill-color-success-secondary-0,html body .theme-override-dark .fill-color-hover-success-secondary-0:hover,html body .theme-override-dark .fill-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-secondary-0:focus,html body .theme-override-dark .fill-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .fill-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-secondary-0:active{background-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outline-color-success-secondary-0,body[data-theme-mode=dark] .outline-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-secondary-0:active,html body .theme-override-dark .outline-color-success-secondary-0,html body .theme-override-dark .outline-color-hover-success-secondary-0:hover,html body .theme-override-dark .outline-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-secondary-0:focus,html body .theme-override-dark .outline-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .outline-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-secondary-0:active{outline-color:var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outside-border-color-success-secondary-0,body[data-theme-mode=dark] .outside-border-color-hover-success-secondary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-secondary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-secondary-0:active,html body .theme-override-dark .outside-border-color-success-secondary-0,html body .theme-override-dark .outside-border-color-hover-success-secondary-0:hover,html body .theme-override-dark .outside-border-color-focus-success-secondary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-secondary-0:focus,html body .theme-override-dark .outside-border-color-focus-success-secondary-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-secondary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-secondary-0:active{--outside-border-color: var(--color-success-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .font-color-success-secondary-foreground-0,body[data-theme-mode=dark] .font-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .font-color-success-secondary-foreground-0,html body .theme-override-dark .font-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .font-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .font-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-success-secondary-foreground-0:active{color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-color-success-secondary-foreground-0,body[data-theme-mode=dark] .border-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .border-color-success-secondary-foreground-0,html body .theme-override-dark .border-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .border-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .border-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-success-secondary-foreground-0:active{border-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-top-color-success-secondary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .border-top-color-success-secondary-foreground-0,html body .theme-override-dark .border-top-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-secondary-foreground-0:active{border-top-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-success-secondary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .border-bottom-color-success-secondary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-secondary-foreground-0:active{border-bottom-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-left-color-success-secondary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .border-left-color-success-secondary-foreground-0,html body .theme-override-dark .border-left-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-secondary-foreground-0:active{border-left-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-right-color-success-secondary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .border-right-color-success-secondary-foreground-0,html body .theme-override-dark .border-right-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-secondary-foreground-0:active{border-right-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .fill-color-success-secondary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .fill-color-success-secondary-foreground-0,html body .theme-override-dark .fill-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-secondary-foreground-0:active{background-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outline-color-success-secondary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .outline-color-success-secondary-foreground-0,html body .theme-override-dark .outline-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-secondary-foreground-0:active{outline-color:var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-success-secondary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-success-secondary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-secondary-foreground-0:active,html body .theme-override-dark .outside-border-color-success-secondary-foreground-0,html body .theme-override-dark .outside-border-color-hover-success-secondary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-secondary-foreground-0:active{--outside-border-color: var(--color-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .font-color-success-accent-0,body[data-theme-mode=dark] .font-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .font-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .font-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-accent-0:active,html body .theme-override-dark .font-color-success-accent-0,html body .theme-override-dark .font-color-hover-success-accent-0:hover,html body .theme-override-dark .font-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-accent-0:focus,html body .theme-override-dark .font-color-focus-success-accent-0:focus-within,html body .theme-override-dark .font-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .font-color-active-success-accent-0:active{color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-color-success-accent-0,body[data-theme-mode=dark] .border-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .border-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .border-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-accent-0:active,html body .theme-override-dark .border-color-success-accent-0,html body .theme-override-dark .border-color-hover-success-accent-0:hover,html body .theme-override-dark .border-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-accent-0:focus,html body .theme-override-dark .border-color-focus-success-accent-0:focus-within,html body .theme-override-dark .border-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .border-color-active-success-accent-0:active{border-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-top-color-success-accent-0,body[data-theme-mode=dark] .border-top-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-accent-0:active,html body .theme-override-dark .border-top-color-success-accent-0,html body .theme-override-dark .border-top-color-hover-success-accent-0:hover,html body .theme-override-dark .border-top-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-accent-0:focus,html body .theme-override-dark .border-top-color-focus-success-accent-0:focus-within,html body .theme-override-dark .border-top-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-accent-0:active{border-top-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-bottom-color-success-accent-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-accent-0:active,html body .theme-override-dark .border-bottom-color-success-accent-0,html body .theme-override-dark .border-bottom-color-hover-success-accent-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-accent-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-accent-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-accent-0:active{border-bottom-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-left-color-success-accent-0,body[data-theme-mode=dark] .border-left-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-accent-0:active,html body .theme-override-dark .border-left-color-success-accent-0,html body .theme-override-dark .border-left-color-hover-success-accent-0:hover,html body .theme-override-dark .border-left-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-accent-0:focus,html body .theme-override-dark .border-left-color-focus-success-accent-0:focus-within,html body .theme-override-dark .border-left-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-accent-0:active{border-left-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-right-color-success-accent-0,body[data-theme-mode=dark] .border-right-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-accent-0:active,html body .theme-override-dark .border-right-color-success-accent-0,html body .theme-override-dark .border-right-color-hover-success-accent-0:hover,html body .theme-override-dark .border-right-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-accent-0:focus,html body .theme-override-dark .border-right-color-focus-success-accent-0:focus-within,html body .theme-override-dark .border-right-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-accent-0:active{border-right-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .fill-color-success-accent-0,body[data-theme-mode=dark] .fill-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-accent-0:active,html body .theme-override-dark .fill-color-success-accent-0,html body .theme-override-dark .fill-color-hover-success-accent-0:hover,html body .theme-override-dark .fill-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-accent-0:focus,html body .theme-override-dark .fill-color-focus-success-accent-0:focus-within,html body .theme-override-dark .fill-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-accent-0:active{background-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outline-color-success-accent-0,body[data-theme-mode=dark] .outline-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-accent-0:active,html body .theme-override-dark .outline-color-success-accent-0,html body .theme-override-dark .outline-color-hover-success-accent-0:hover,html body .theme-override-dark .outline-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-accent-0:focus,html body .theme-override-dark .outline-color-focus-success-accent-0:focus-within,html body .theme-override-dark .outline-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-accent-0:active{outline-color:var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outside-border-color-success-accent-0,body[data-theme-mode=dark] .outside-border-color-hover-success-accent-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-accent-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-accent-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-accent-0:active,html body .theme-override-dark .outside-border-color-success-accent-0,html body .theme-override-dark .outside-border-color-hover-success-accent-0:hover,html body .theme-override-dark .outside-border-color-focus-success-accent-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-accent-0:focus,html body .theme-override-dark .outside-border-color-focus-success-accent-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-accent-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-accent-0:active{--outside-border-color: var(--color-success-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .font-color-success-accent-foreground-0,body[data-theme-mode=dark] .font-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-accent-foreground-0:active,html body .theme-override-dark .font-color-success-accent-foreground-0,html body .theme-override-dark .font-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .font-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .font-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .font-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-success-accent-foreground-0:active{color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-color-success-accent-foreground-0,body[data-theme-mode=dark] .border-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-accent-foreground-0:active,html body .theme-override-dark .border-color-success-accent-foreground-0,html body .theme-override-dark .border-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .border-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .border-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .border-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-success-accent-foreground-0:active{border-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-top-color-success-accent-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-accent-foreground-0:active,html body .theme-override-dark .border-top-color-success-accent-foreground-0,html body .theme-override-dark .border-top-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-accent-foreground-0:active{border-top-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-success-accent-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-accent-foreground-0:active,html body .theme-override-dark .border-bottom-color-success-accent-foreground-0,html body .theme-override-dark .border-bottom-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-accent-foreground-0:active{border-bottom-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-left-color-success-accent-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-accent-foreground-0:active,html body .theme-override-dark .border-left-color-success-accent-foreground-0,html body .theme-override-dark .border-left-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-accent-foreground-0:active{border-left-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-right-color-success-accent-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-accent-foreground-0:active,html body .theme-override-dark .border-right-color-success-accent-foreground-0,html body .theme-override-dark .border-right-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-accent-foreground-0:active{border-right-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .fill-color-success-accent-foreground-0,body[data-theme-mode=dark] .fill-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-accent-foreground-0:active,html body .theme-override-dark .fill-color-success-accent-foreground-0,html body .theme-override-dark .fill-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .fill-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .fill-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-accent-foreground-0:active{background-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outline-color-success-accent-foreground-0,body[data-theme-mode=dark] .outline-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-accent-foreground-0:active,html body .theme-override-dark .outline-color-success-accent-foreground-0,html body .theme-override-dark .outline-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .outline-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .outline-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-accent-foreground-0:active{outline-color:var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outside-border-color-success-accent-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-success-accent-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-accent-foreground-0:active,html body .theme-override-dark .outside-border-color-success-accent-foreground-0,html body .theme-override-dark .outside-border-color-hover-success-accent-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-success-accent-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-accent-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-success-accent-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-accent-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-accent-foreground-0:active{--outside-border-color: var(--color-success-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .font-color-success-background-0,body[data-theme-mode=dark] .font-color-hover-success-background-0:hover,body[data-theme-mode=dark] .font-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-0:focus,body[data-theme-mode=dark] .font-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-0:active,html body .theme-override-dark .font-color-success-background-0,html body .theme-override-dark .font-color-hover-success-background-0:hover,html body .theme-override-dark .font-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-0:focus,html body .theme-override-dark .font-color-focus-success-background-0:focus-within,html body .theme-override-dark .font-color-active-success-background-0[data-selected=true],html body .theme-override-dark .font-color-active-success-background-0:active{color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-color-success-background-0,body[data-theme-mode=dark] .border-color-hover-success-background-0:hover,body[data-theme-mode=dark] .border-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-0:focus,body[data-theme-mode=dark] .border-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-0:active,html body .theme-override-dark .border-color-success-background-0,html body .theme-override-dark .border-color-hover-success-background-0:hover,html body .theme-override-dark .border-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-0:focus,html body .theme-override-dark .border-color-focus-success-background-0:focus-within,html body .theme-override-dark .border-color-active-success-background-0[data-selected=true],html body .theme-override-dark .border-color-active-success-background-0:active{border-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-top-color-success-background-0,body[data-theme-mode=dark] .border-top-color-hover-success-background-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-0:active,html body .theme-override-dark .border-top-color-success-background-0,html body .theme-override-dark .border-top-color-hover-success-background-0:hover,html body .theme-override-dark .border-top-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-0:focus,html body .theme-override-dark .border-top-color-focus-success-background-0:focus-within,html body .theme-override-dark .border-top-color-active-success-background-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-0:active{border-top-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-bottom-color-success-background-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-0:active,html body .theme-override-dark .border-bottom-color-success-background-0,html body .theme-override-dark .border-bottom-color-hover-success-background-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-0:active{border-bottom-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-left-color-success-background-0,body[data-theme-mode=dark] .border-left-color-hover-success-background-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-0:active,html body .theme-override-dark .border-left-color-success-background-0,html body .theme-override-dark .border-left-color-hover-success-background-0:hover,html body .theme-override-dark .border-left-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-0:focus,html body .theme-override-dark .border-left-color-focus-success-background-0:focus-within,html body .theme-override-dark .border-left-color-active-success-background-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-0:active{border-left-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-right-color-success-background-0,body[data-theme-mode=dark] .border-right-color-hover-success-background-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-0:active,html body .theme-override-dark .border-right-color-success-background-0,html body .theme-override-dark .border-right-color-hover-success-background-0:hover,html body .theme-override-dark .border-right-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-0:focus,html body .theme-override-dark .border-right-color-focus-success-background-0:focus-within,html body .theme-override-dark .border-right-color-active-success-background-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-0:active{border-right-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .fill-color-success-background-0,body[data-theme-mode=dark] .fill-color-hover-success-background-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-0:active,html body .theme-override-dark .fill-color-success-background-0,html body .theme-override-dark .fill-color-hover-success-background-0:hover,html body .theme-override-dark .fill-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-0:focus,html body .theme-override-dark .fill-color-focus-success-background-0:focus-within,html body .theme-override-dark .fill-color-active-success-background-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-0:active{background-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outline-color-success-background-0,body[data-theme-mode=dark] .outline-color-hover-success-background-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-0:active,html body .theme-override-dark .outline-color-success-background-0,html body .theme-override-dark .outline-color-hover-success-background-0:hover,html body .theme-override-dark .outline-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-0:focus,html body .theme-override-dark .outline-color-focus-success-background-0:focus-within,html body .theme-override-dark .outline-color-active-success-background-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-0:active{outline-color:var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outside-border-color-success-background-0,body[data-theme-mode=dark] .outside-border-color-hover-success-background-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-0:active,html body .theme-override-dark .outside-border-color-success-background-0,html body .theme-override-dark .outside-border-color-hover-success-background-0:hover,html body .theme-override-dark .outside-border-color-focus-success-background-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-0:focus,html body .theme-override-dark .outside-border-color-focus-success-background-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-0:active{--outside-border-color: var(--color-success-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .font-color-success-background-1,body[data-theme-mode=dark] .font-color-hover-success-background-1:hover,body[data-theme-mode=dark] .font-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-1:focus,body[data-theme-mode=dark] .font-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-1:active,html body .theme-override-dark .font-color-success-background-1,html body .theme-override-dark .font-color-hover-success-background-1:hover,html body .theme-override-dark .font-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-1:focus,html body .theme-override-dark .font-color-focus-success-background-1:focus-within,html body .theme-override-dark .font-color-active-success-background-1[data-selected=true],html body .theme-override-dark .font-color-active-success-background-1:active{color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-color-success-background-1,body[data-theme-mode=dark] .border-color-hover-success-background-1:hover,body[data-theme-mode=dark] .border-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-1:focus,body[data-theme-mode=dark] .border-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-1:active,html body .theme-override-dark .border-color-success-background-1,html body .theme-override-dark .border-color-hover-success-background-1:hover,html body .theme-override-dark .border-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-1:focus,html body .theme-override-dark .border-color-focus-success-background-1:focus-within,html body .theme-override-dark .border-color-active-success-background-1[data-selected=true],html body .theme-override-dark .border-color-active-success-background-1:active{border-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-top-color-success-background-1,body[data-theme-mode=dark] .border-top-color-hover-success-background-1:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-1:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-1:active,html body .theme-override-dark .border-top-color-success-background-1,html body .theme-override-dark .border-top-color-hover-success-background-1:hover,html body .theme-override-dark .border-top-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-1:focus,html body .theme-override-dark .border-top-color-focus-success-background-1:focus-within,html body .theme-override-dark .border-top-color-active-success-background-1[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-1:active{border-top-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-bottom-color-success-background-1,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-1:active,html body .theme-override-dark .border-bottom-color-success-background-1,html body .theme-override-dark .border-bottom-color-hover-success-background-1:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-1:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-1:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-1:active{border-bottom-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-left-color-success-background-1,body[data-theme-mode=dark] .border-left-color-hover-success-background-1:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-1:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-1:active,html body .theme-override-dark .border-left-color-success-background-1,html body .theme-override-dark .border-left-color-hover-success-background-1:hover,html body .theme-override-dark .border-left-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-1:focus,html body .theme-override-dark .border-left-color-focus-success-background-1:focus-within,html body .theme-override-dark .border-left-color-active-success-background-1[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-1:active{border-left-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-right-color-success-background-1,body[data-theme-mode=dark] .border-right-color-hover-success-background-1:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-1:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-1:active,html body .theme-override-dark .border-right-color-success-background-1,html body .theme-override-dark .border-right-color-hover-success-background-1:hover,html body .theme-override-dark .border-right-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-1:focus,html body .theme-override-dark .border-right-color-focus-success-background-1:focus-within,html body .theme-override-dark .border-right-color-active-success-background-1[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-1:active{border-right-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .fill-color-success-background-1,body[data-theme-mode=dark] .fill-color-hover-success-background-1:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-1:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-1:active,html body .theme-override-dark .fill-color-success-background-1,html body .theme-override-dark .fill-color-hover-success-background-1:hover,html body .theme-override-dark .fill-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-1:focus,html body .theme-override-dark .fill-color-focus-success-background-1:focus-within,html body .theme-override-dark .fill-color-active-success-background-1[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-1:active{background-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outline-color-success-background-1,body[data-theme-mode=dark] .outline-color-hover-success-background-1:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-1:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-1:active,html body .theme-override-dark .outline-color-success-background-1,html body .theme-override-dark .outline-color-hover-success-background-1:hover,html body .theme-override-dark .outline-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-1:focus,html body .theme-override-dark .outline-color-focus-success-background-1:focus-within,html body .theme-override-dark .outline-color-active-success-background-1[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-1:active{outline-color:var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outside-border-color-success-background-1,body[data-theme-mode=dark] .outside-border-color-hover-success-background-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-1:active,html body .theme-override-dark .outside-border-color-success-background-1,html body .theme-override-dark .outside-border-color-hover-success-background-1:hover,html body .theme-override-dark .outside-border-color-focus-success-background-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-1:focus,html body .theme-override-dark .outside-border-color-focus-success-background-1:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-1:active{--outside-border-color: var(--color-success-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .font-color-success-background-2,body[data-theme-mode=dark] .font-color-hover-success-background-2:hover,body[data-theme-mode=dark] .font-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-2:focus,body[data-theme-mode=dark] .font-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-2:active,html body .theme-override-dark .font-color-success-background-2,html body .theme-override-dark .font-color-hover-success-background-2:hover,html body .theme-override-dark .font-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-2:focus,html body .theme-override-dark .font-color-focus-success-background-2:focus-within,html body .theme-override-dark .font-color-active-success-background-2[data-selected=true],html body .theme-override-dark .font-color-active-success-background-2:active{color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-color-success-background-2,body[data-theme-mode=dark] .border-color-hover-success-background-2:hover,body[data-theme-mode=dark] .border-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-2:focus,body[data-theme-mode=dark] .border-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-2:active,html body .theme-override-dark .border-color-success-background-2,html body .theme-override-dark .border-color-hover-success-background-2:hover,html body .theme-override-dark .border-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-2:focus,html body .theme-override-dark .border-color-focus-success-background-2:focus-within,html body .theme-override-dark .border-color-active-success-background-2[data-selected=true],html body .theme-override-dark .border-color-active-success-background-2:active{border-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-top-color-success-background-2,body[data-theme-mode=dark] .border-top-color-hover-success-background-2:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-2:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-2:active,html body .theme-override-dark .border-top-color-success-background-2,html body .theme-override-dark .border-top-color-hover-success-background-2:hover,html body .theme-override-dark .border-top-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-2:focus,html body .theme-override-dark .border-top-color-focus-success-background-2:focus-within,html body .theme-override-dark .border-top-color-active-success-background-2[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-2:active{border-top-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-bottom-color-success-background-2,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-2:active,html body .theme-override-dark .border-bottom-color-success-background-2,html body .theme-override-dark .border-bottom-color-hover-success-background-2:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-2:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-2:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-2:active{border-bottom-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-left-color-success-background-2,body[data-theme-mode=dark] .border-left-color-hover-success-background-2:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-2:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-2:active,html body .theme-override-dark .border-left-color-success-background-2,html body .theme-override-dark .border-left-color-hover-success-background-2:hover,html body .theme-override-dark .border-left-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-2:focus,html body .theme-override-dark .border-left-color-focus-success-background-2:focus-within,html body .theme-override-dark .border-left-color-active-success-background-2[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-2:active{border-left-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-right-color-success-background-2,body[data-theme-mode=dark] .border-right-color-hover-success-background-2:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-2:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-2:active,html body .theme-override-dark .border-right-color-success-background-2,html body .theme-override-dark .border-right-color-hover-success-background-2:hover,html body .theme-override-dark .border-right-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-2:focus,html body .theme-override-dark .border-right-color-focus-success-background-2:focus-within,html body .theme-override-dark .border-right-color-active-success-background-2[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-2:active{border-right-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .fill-color-success-background-2,body[data-theme-mode=dark] .fill-color-hover-success-background-2:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-2:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-2:active,html body .theme-override-dark .fill-color-success-background-2,html body .theme-override-dark .fill-color-hover-success-background-2:hover,html body .theme-override-dark .fill-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-2:focus,html body .theme-override-dark .fill-color-focus-success-background-2:focus-within,html body .theme-override-dark .fill-color-active-success-background-2[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-2:active{background-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outline-color-success-background-2,body[data-theme-mode=dark] .outline-color-hover-success-background-2:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-2:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-2:active,html body .theme-override-dark .outline-color-success-background-2,html body .theme-override-dark .outline-color-hover-success-background-2:hover,html body .theme-override-dark .outline-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-2:focus,html body .theme-override-dark .outline-color-focus-success-background-2:focus-within,html body .theme-override-dark .outline-color-active-success-background-2[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-2:active{outline-color:var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outside-border-color-success-background-2,body[data-theme-mode=dark] .outside-border-color-hover-success-background-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-2:active,html body .theme-override-dark .outside-border-color-success-background-2,html body .theme-override-dark .outside-border-color-hover-success-background-2:hover,html body .theme-override-dark .outside-border-color-focus-success-background-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-2:focus,html body .theme-override-dark .outside-border-color-focus-success-background-2:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-2:active{--outside-border-color: var(--color-success-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .font-color-success-background-3,body[data-theme-mode=dark] .font-color-hover-success-background-3:hover,body[data-theme-mode=dark] .font-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-3:focus,body[data-theme-mode=dark] .font-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-3:active,html body .theme-override-dark .font-color-success-background-3,html body .theme-override-dark .font-color-hover-success-background-3:hover,html body .theme-override-dark .font-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-3:focus,html body .theme-override-dark .font-color-focus-success-background-3:focus-within,html body .theme-override-dark .font-color-active-success-background-3[data-selected=true],html body .theme-override-dark .font-color-active-success-background-3:active{color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-color-success-background-3,body[data-theme-mode=dark] .border-color-hover-success-background-3:hover,body[data-theme-mode=dark] .border-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-3:focus,body[data-theme-mode=dark] .border-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-3:active,html body .theme-override-dark .border-color-success-background-3,html body .theme-override-dark .border-color-hover-success-background-3:hover,html body .theme-override-dark .border-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-3:focus,html body .theme-override-dark .border-color-focus-success-background-3:focus-within,html body .theme-override-dark .border-color-active-success-background-3[data-selected=true],html body .theme-override-dark .border-color-active-success-background-3:active{border-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-top-color-success-background-3,body[data-theme-mode=dark] .border-top-color-hover-success-background-3:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-3:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-3:active,html body .theme-override-dark .border-top-color-success-background-3,html body .theme-override-dark .border-top-color-hover-success-background-3:hover,html body .theme-override-dark .border-top-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-3:focus,html body .theme-override-dark .border-top-color-focus-success-background-3:focus-within,html body .theme-override-dark .border-top-color-active-success-background-3[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-3:active{border-top-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-bottom-color-success-background-3,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-3:active,html body .theme-override-dark .border-bottom-color-success-background-3,html body .theme-override-dark .border-bottom-color-hover-success-background-3:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-3:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-3:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-3:active{border-bottom-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-left-color-success-background-3,body[data-theme-mode=dark] .border-left-color-hover-success-background-3:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-3:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-3:active,html body .theme-override-dark .border-left-color-success-background-3,html body .theme-override-dark .border-left-color-hover-success-background-3:hover,html body .theme-override-dark .border-left-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-3:focus,html body .theme-override-dark .border-left-color-focus-success-background-3:focus-within,html body .theme-override-dark .border-left-color-active-success-background-3[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-3:active{border-left-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-right-color-success-background-3,body[data-theme-mode=dark] .border-right-color-hover-success-background-3:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-3:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-3:active,html body .theme-override-dark .border-right-color-success-background-3,html body .theme-override-dark .border-right-color-hover-success-background-3:hover,html body .theme-override-dark .border-right-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-3:focus,html body .theme-override-dark .border-right-color-focus-success-background-3:focus-within,html body .theme-override-dark .border-right-color-active-success-background-3[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-3:active{border-right-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .fill-color-success-background-3,body[data-theme-mode=dark] .fill-color-hover-success-background-3:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-3:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-3:active,html body .theme-override-dark .fill-color-success-background-3,html body .theme-override-dark .fill-color-hover-success-background-3:hover,html body .theme-override-dark .fill-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-3:focus,html body .theme-override-dark .fill-color-focus-success-background-3:focus-within,html body .theme-override-dark .fill-color-active-success-background-3[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-3:active{background-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outline-color-success-background-3,body[data-theme-mode=dark] .outline-color-hover-success-background-3:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-3:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-3:active,html body .theme-override-dark .outline-color-success-background-3,html body .theme-override-dark .outline-color-hover-success-background-3:hover,html body .theme-override-dark .outline-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-3:focus,html body .theme-override-dark .outline-color-focus-success-background-3:focus-within,html body .theme-override-dark .outline-color-active-success-background-3[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-3:active{outline-color:var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outside-border-color-success-background-3,body[data-theme-mode=dark] .outside-border-color-hover-success-background-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-3:active,html body .theme-override-dark .outside-border-color-success-background-3,html body .theme-override-dark .outside-border-color-hover-success-background-3:hover,html body .theme-override-dark .outside-border-color-focus-success-background-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-3:focus,html body .theme-override-dark .outside-border-color-focus-success-background-3:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-3:active{--outside-border-color: var(--color-success-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .font-color-success-background-4,body[data-theme-mode=dark] .font-color-hover-success-background-4:hover,body[data-theme-mode=dark] .font-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-4:focus,body[data-theme-mode=dark] .font-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-4:active,html body .theme-override-dark .font-color-success-background-4,html body .theme-override-dark .font-color-hover-success-background-4:hover,html body .theme-override-dark .font-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-4:focus,html body .theme-override-dark .font-color-focus-success-background-4:focus-within,html body .theme-override-dark .font-color-active-success-background-4[data-selected=true],html body .theme-override-dark .font-color-active-success-background-4:active{color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-color-success-background-4,body[data-theme-mode=dark] .border-color-hover-success-background-4:hover,body[data-theme-mode=dark] .border-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-4:focus,body[data-theme-mode=dark] .border-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-4:active,html body .theme-override-dark .border-color-success-background-4,html body .theme-override-dark .border-color-hover-success-background-4:hover,html body .theme-override-dark .border-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-4:focus,html body .theme-override-dark .border-color-focus-success-background-4:focus-within,html body .theme-override-dark .border-color-active-success-background-4[data-selected=true],html body .theme-override-dark .border-color-active-success-background-4:active{border-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-top-color-success-background-4,body[data-theme-mode=dark] .border-top-color-hover-success-background-4:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-4:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-4:active,html body .theme-override-dark .border-top-color-success-background-4,html body .theme-override-dark .border-top-color-hover-success-background-4:hover,html body .theme-override-dark .border-top-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-4:focus,html body .theme-override-dark .border-top-color-focus-success-background-4:focus-within,html body .theme-override-dark .border-top-color-active-success-background-4[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-4:active{border-top-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-bottom-color-success-background-4,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-4:active,html body .theme-override-dark .border-bottom-color-success-background-4,html body .theme-override-dark .border-bottom-color-hover-success-background-4:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-4:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-4:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-4:active{border-bottom-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-left-color-success-background-4,body[data-theme-mode=dark] .border-left-color-hover-success-background-4:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-4:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-4:active,html body .theme-override-dark .border-left-color-success-background-4,html body .theme-override-dark .border-left-color-hover-success-background-4:hover,html body .theme-override-dark .border-left-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-4:focus,html body .theme-override-dark .border-left-color-focus-success-background-4:focus-within,html body .theme-override-dark .border-left-color-active-success-background-4[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-4:active{border-left-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-right-color-success-background-4,body[data-theme-mode=dark] .border-right-color-hover-success-background-4:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-4:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-4:active,html body .theme-override-dark .border-right-color-success-background-4,html body .theme-override-dark .border-right-color-hover-success-background-4:hover,html body .theme-override-dark .border-right-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-4:focus,html body .theme-override-dark .border-right-color-focus-success-background-4:focus-within,html body .theme-override-dark .border-right-color-active-success-background-4[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-4:active{border-right-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .fill-color-success-background-4,body[data-theme-mode=dark] .fill-color-hover-success-background-4:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-4:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-4:active,html body .theme-override-dark .fill-color-success-background-4,html body .theme-override-dark .fill-color-hover-success-background-4:hover,html body .theme-override-dark .fill-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-4:focus,html body .theme-override-dark .fill-color-focus-success-background-4:focus-within,html body .theme-override-dark .fill-color-active-success-background-4[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-4:active{background-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outline-color-success-background-4,body[data-theme-mode=dark] .outline-color-hover-success-background-4:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-4:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-4:active,html body .theme-override-dark .outline-color-success-background-4,html body .theme-override-dark .outline-color-hover-success-background-4:hover,html body .theme-override-dark .outline-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-4:focus,html body .theme-override-dark .outline-color-focus-success-background-4:focus-within,html body .theme-override-dark .outline-color-active-success-background-4[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-4:active{outline-color:var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outside-border-color-success-background-4,body[data-theme-mode=dark] .outside-border-color-hover-success-background-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-4:active,html body .theme-override-dark .outside-border-color-success-background-4,html body .theme-override-dark .outside-border-color-hover-success-background-4:hover,html body .theme-override-dark .outside-border-color-focus-success-background-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-4:focus,html body .theme-override-dark .outside-border-color-focus-success-background-4:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-4:active{--outside-border-color: var(--color-success-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .font-color-success-background-5,body[data-theme-mode=dark] .font-color-hover-success-background-5:hover,body[data-theme-mode=dark] .font-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-5:focus,body[data-theme-mode=dark] .font-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-5:active,html body .theme-override-dark .font-color-success-background-5,html body .theme-override-dark .font-color-hover-success-background-5:hover,html body .theme-override-dark .font-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-5:focus,html body .theme-override-dark .font-color-focus-success-background-5:focus-within,html body .theme-override-dark .font-color-active-success-background-5[data-selected=true],html body .theme-override-dark .font-color-active-success-background-5:active{color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-color-success-background-5,body[data-theme-mode=dark] .border-color-hover-success-background-5:hover,body[data-theme-mode=dark] .border-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-5:focus,body[data-theme-mode=dark] .border-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-5:active,html body .theme-override-dark .border-color-success-background-5,html body .theme-override-dark .border-color-hover-success-background-5:hover,html body .theme-override-dark .border-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-5:focus,html body .theme-override-dark .border-color-focus-success-background-5:focus-within,html body .theme-override-dark .border-color-active-success-background-5[data-selected=true],html body .theme-override-dark .border-color-active-success-background-5:active{border-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-top-color-success-background-5,body[data-theme-mode=dark] .border-top-color-hover-success-background-5:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-5:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-5:active,html body .theme-override-dark .border-top-color-success-background-5,html body .theme-override-dark .border-top-color-hover-success-background-5:hover,html body .theme-override-dark .border-top-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-5:focus,html body .theme-override-dark .border-top-color-focus-success-background-5:focus-within,html body .theme-override-dark .border-top-color-active-success-background-5[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-5:active{border-top-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-bottom-color-success-background-5,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-5:active,html body .theme-override-dark .border-bottom-color-success-background-5,html body .theme-override-dark .border-bottom-color-hover-success-background-5:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-5:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-5:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-5:active{border-bottom-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-left-color-success-background-5,body[data-theme-mode=dark] .border-left-color-hover-success-background-5:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-5:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-5:active,html body .theme-override-dark .border-left-color-success-background-5,html body .theme-override-dark .border-left-color-hover-success-background-5:hover,html body .theme-override-dark .border-left-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-5:focus,html body .theme-override-dark .border-left-color-focus-success-background-5:focus-within,html body .theme-override-dark .border-left-color-active-success-background-5[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-5:active{border-left-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-right-color-success-background-5,body[data-theme-mode=dark] .border-right-color-hover-success-background-5:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-5:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-5:active,html body .theme-override-dark .border-right-color-success-background-5,html body .theme-override-dark .border-right-color-hover-success-background-5:hover,html body .theme-override-dark .border-right-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-5:focus,html body .theme-override-dark .border-right-color-focus-success-background-5:focus-within,html body .theme-override-dark .border-right-color-active-success-background-5[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-5:active{border-right-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .fill-color-success-background-5,body[data-theme-mode=dark] .fill-color-hover-success-background-5:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-5:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-5:active,html body .theme-override-dark .fill-color-success-background-5,html body .theme-override-dark .fill-color-hover-success-background-5:hover,html body .theme-override-dark .fill-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-5:focus,html body .theme-override-dark .fill-color-focus-success-background-5:focus-within,html body .theme-override-dark .fill-color-active-success-background-5[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-5:active{background-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outline-color-success-background-5,body[data-theme-mode=dark] .outline-color-hover-success-background-5:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-5:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-5:active,html body .theme-override-dark .outline-color-success-background-5,html body .theme-override-dark .outline-color-hover-success-background-5:hover,html body .theme-override-dark .outline-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-5:focus,html body .theme-override-dark .outline-color-focus-success-background-5:focus-within,html body .theme-override-dark .outline-color-active-success-background-5[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-5:active{outline-color:var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outside-border-color-success-background-5,body[data-theme-mode=dark] .outside-border-color-hover-success-background-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-5:active,html body .theme-override-dark .outside-border-color-success-background-5,html body .theme-override-dark .outside-border-color-hover-success-background-5:hover,html body .theme-override-dark .outside-border-color-focus-success-background-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-5:focus,html body .theme-override-dark .outside-border-color-focus-success-background-5:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-5:active{--outside-border-color: var(--color-success-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .font-color-success-surface-0,body[data-theme-mode=dark] .font-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-0:active,html body .theme-override-dark .font-color-success-surface-0,html body .theme-override-dark .font-color-hover-success-surface-0:hover,html body .theme-override-dark .font-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-0:focus,html body .theme-override-dark .font-color-focus-success-surface-0:focus-within,html body .theme-override-dark .font-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-0:active{color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-color-success-surface-0,body[data-theme-mode=dark] .border-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-0:active,html body .theme-override-dark .border-color-success-surface-0,html body .theme-override-dark .border-color-hover-success-surface-0:hover,html body .theme-override-dark .border-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-0:focus,html body .theme-override-dark .border-color-focus-success-surface-0:focus-within,html body .theme-override-dark .border-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-0:active{border-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-top-color-success-surface-0,body[data-theme-mode=dark] .border-top-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-0:active,html body .theme-override-dark .border-top-color-success-surface-0,html body .theme-override-dark .border-top-color-hover-success-surface-0:hover,html body .theme-override-dark .border-top-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-0:focus,html body .theme-override-dark .border-top-color-focus-success-surface-0:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-0:active{border-top-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-bottom-color-success-surface-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-0:active,html body .theme-override-dark .border-bottom-color-success-surface-0,html body .theme-override-dark .border-bottom-color-hover-success-surface-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-0:active{border-bottom-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-left-color-success-surface-0,body[data-theme-mode=dark] .border-left-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-0:active,html body .theme-override-dark .border-left-color-success-surface-0,html body .theme-override-dark .border-left-color-hover-success-surface-0:hover,html body .theme-override-dark .border-left-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-0:focus,html body .theme-override-dark .border-left-color-focus-success-surface-0:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-0:active{border-left-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-right-color-success-surface-0,body[data-theme-mode=dark] .border-right-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-0:active,html body .theme-override-dark .border-right-color-success-surface-0,html body .theme-override-dark .border-right-color-hover-success-surface-0:hover,html body .theme-override-dark .border-right-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-0:focus,html body .theme-override-dark .border-right-color-focus-success-surface-0:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-0:active{border-right-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .fill-color-success-surface-0,body[data-theme-mode=dark] .fill-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-0:active,html body .theme-override-dark .fill-color-success-surface-0,html body .theme-override-dark .fill-color-hover-success-surface-0:hover,html body .theme-override-dark .fill-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-0:focus,html body .theme-override-dark .fill-color-focus-success-surface-0:focus-within,html body .theme-override-dark .fill-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-0:active{background-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outline-color-success-surface-0,body[data-theme-mode=dark] .outline-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-0:active,html body .theme-override-dark .outline-color-success-surface-0,html body .theme-override-dark .outline-color-hover-success-surface-0:hover,html body .theme-override-dark .outline-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-0:focus,html body .theme-override-dark .outline-color-focus-success-surface-0:focus-within,html body .theme-override-dark .outline-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-0:active{outline-color:var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outside-border-color-success-surface-0,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-0:active,html body .theme-override-dark .outside-border-color-success-surface-0,html body .theme-override-dark .outside-border-color-hover-success-surface-0:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-0:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-0:active{--outside-border-color: var(--color-success-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .font-color-success-surface-1,body[data-theme-mode=dark] .font-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-1:active,html body .theme-override-dark .font-color-success-surface-1,html body .theme-override-dark .font-color-hover-success-surface-1:hover,html body .theme-override-dark .font-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-1:focus,html body .theme-override-dark .font-color-focus-success-surface-1:focus-within,html body .theme-override-dark .font-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-1:active{color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-color-success-surface-1,body[data-theme-mode=dark] .border-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-1:active,html body .theme-override-dark .border-color-success-surface-1,html body .theme-override-dark .border-color-hover-success-surface-1:hover,html body .theme-override-dark .border-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-1:focus,html body .theme-override-dark .border-color-focus-success-surface-1:focus-within,html body .theme-override-dark .border-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-1:active{border-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-top-color-success-surface-1,body[data-theme-mode=dark] .border-top-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-1:active,html body .theme-override-dark .border-top-color-success-surface-1,html body .theme-override-dark .border-top-color-hover-success-surface-1:hover,html body .theme-override-dark .border-top-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-1:focus,html body .theme-override-dark .border-top-color-focus-success-surface-1:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-1:active{border-top-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-bottom-color-success-surface-1,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-1:active,html body .theme-override-dark .border-bottom-color-success-surface-1,html body .theme-override-dark .border-bottom-color-hover-success-surface-1:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-1:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-1:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-1:active{border-bottom-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-left-color-success-surface-1,body[data-theme-mode=dark] .border-left-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-1:active,html body .theme-override-dark .border-left-color-success-surface-1,html body .theme-override-dark .border-left-color-hover-success-surface-1:hover,html body .theme-override-dark .border-left-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-1:focus,html body .theme-override-dark .border-left-color-focus-success-surface-1:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-1:active{border-left-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-right-color-success-surface-1,body[data-theme-mode=dark] .border-right-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-1:active,html body .theme-override-dark .border-right-color-success-surface-1,html body .theme-override-dark .border-right-color-hover-success-surface-1:hover,html body .theme-override-dark .border-right-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-1:focus,html body .theme-override-dark .border-right-color-focus-success-surface-1:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-1:active{border-right-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .fill-color-success-surface-1,body[data-theme-mode=dark] .fill-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-1:active,html body .theme-override-dark .fill-color-success-surface-1,html body .theme-override-dark .fill-color-hover-success-surface-1:hover,html body .theme-override-dark .fill-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-1:focus,html body .theme-override-dark .fill-color-focus-success-surface-1:focus-within,html body .theme-override-dark .fill-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-1:active{background-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outline-color-success-surface-1,body[data-theme-mode=dark] .outline-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-1:active,html body .theme-override-dark .outline-color-success-surface-1,html body .theme-override-dark .outline-color-hover-success-surface-1:hover,html body .theme-override-dark .outline-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-1:focus,html body .theme-override-dark .outline-color-focus-success-surface-1:focus-within,html body .theme-override-dark .outline-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-1:active{outline-color:var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outside-border-color-success-surface-1,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-1:active,html body .theme-override-dark .outside-border-color-success-surface-1,html body .theme-override-dark .outside-border-color-hover-success-surface-1:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-1:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-1:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-1:active{--outside-border-color: var(--color-success-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .font-color-success-surface-2,body[data-theme-mode=dark] .font-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-2:active,html body .theme-override-dark .font-color-success-surface-2,html body .theme-override-dark .font-color-hover-success-surface-2:hover,html body .theme-override-dark .font-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-2:focus,html body .theme-override-dark .font-color-focus-success-surface-2:focus-within,html body .theme-override-dark .font-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-2:active{color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-color-success-surface-2,body[data-theme-mode=dark] .border-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-2:active,html body .theme-override-dark .border-color-success-surface-2,html body .theme-override-dark .border-color-hover-success-surface-2:hover,html body .theme-override-dark .border-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-2:focus,html body .theme-override-dark .border-color-focus-success-surface-2:focus-within,html body .theme-override-dark .border-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-2:active{border-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-top-color-success-surface-2,body[data-theme-mode=dark] .border-top-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-2:active,html body .theme-override-dark .border-top-color-success-surface-2,html body .theme-override-dark .border-top-color-hover-success-surface-2:hover,html body .theme-override-dark .border-top-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-2:focus,html body .theme-override-dark .border-top-color-focus-success-surface-2:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-2:active{border-top-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-bottom-color-success-surface-2,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-2:active,html body .theme-override-dark .border-bottom-color-success-surface-2,html body .theme-override-dark .border-bottom-color-hover-success-surface-2:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-2:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-2:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-2:active{border-bottom-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-left-color-success-surface-2,body[data-theme-mode=dark] .border-left-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-2:active,html body .theme-override-dark .border-left-color-success-surface-2,html body .theme-override-dark .border-left-color-hover-success-surface-2:hover,html body .theme-override-dark .border-left-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-2:focus,html body .theme-override-dark .border-left-color-focus-success-surface-2:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-2:active{border-left-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-right-color-success-surface-2,body[data-theme-mode=dark] .border-right-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-2:active,html body .theme-override-dark .border-right-color-success-surface-2,html body .theme-override-dark .border-right-color-hover-success-surface-2:hover,html body .theme-override-dark .border-right-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-2:focus,html body .theme-override-dark .border-right-color-focus-success-surface-2:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-2:active{border-right-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .fill-color-success-surface-2,body[data-theme-mode=dark] .fill-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-2:active,html body .theme-override-dark .fill-color-success-surface-2,html body .theme-override-dark .fill-color-hover-success-surface-2:hover,html body .theme-override-dark .fill-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-2:focus,html body .theme-override-dark .fill-color-focus-success-surface-2:focus-within,html body .theme-override-dark .fill-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-2:active{background-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outline-color-success-surface-2,body[data-theme-mode=dark] .outline-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-2:active,html body .theme-override-dark .outline-color-success-surface-2,html body .theme-override-dark .outline-color-hover-success-surface-2:hover,html body .theme-override-dark .outline-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-2:focus,html body .theme-override-dark .outline-color-focus-success-surface-2:focus-within,html body .theme-override-dark .outline-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-2:active{outline-color:var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outside-border-color-success-surface-2,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-2:active,html body .theme-override-dark .outside-border-color-success-surface-2,html body .theme-override-dark .outside-border-color-hover-success-surface-2:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-2:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-2:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-2:active{--outside-border-color: var(--color-success-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .font-color-success-surface-3,body[data-theme-mode=dark] .font-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-3:active,html body .theme-override-dark .font-color-success-surface-3,html body .theme-override-dark .font-color-hover-success-surface-3:hover,html body .theme-override-dark .font-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-3:focus,html body .theme-override-dark .font-color-focus-success-surface-3:focus-within,html body .theme-override-dark .font-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-3:active{color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-color-success-surface-3,body[data-theme-mode=dark] .border-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-3:active,html body .theme-override-dark .border-color-success-surface-3,html body .theme-override-dark .border-color-hover-success-surface-3:hover,html body .theme-override-dark .border-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-3:focus,html body .theme-override-dark .border-color-focus-success-surface-3:focus-within,html body .theme-override-dark .border-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-3:active{border-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-top-color-success-surface-3,body[data-theme-mode=dark] .border-top-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-3:active,html body .theme-override-dark .border-top-color-success-surface-3,html body .theme-override-dark .border-top-color-hover-success-surface-3:hover,html body .theme-override-dark .border-top-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-3:focus,html body .theme-override-dark .border-top-color-focus-success-surface-3:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-3:active{border-top-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-bottom-color-success-surface-3,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-3:active,html body .theme-override-dark .border-bottom-color-success-surface-3,html body .theme-override-dark .border-bottom-color-hover-success-surface-3:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-3:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-3:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-3:active{border-bottom-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-left-color-success-surface-3,body[data-theme-mode=dark] .border-left-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-3:active,html body .theme-override-dark .border-left-color-success-surface-3,html body .theme-override-dark .border-left-color-hover-success-surface-3:hover,html body .theme-override-dark .border-left-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-3:focus,html body .theme-override-dark .border-left-color-focus-success-surface-3:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-3:active{border-left-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-right-color-success-surface-3,body[data-theme-mode=dark] .border-right-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-3:active,html body .theme-override-dark .border-right-color-success-surface-3,html body .theme-override-dark .border-right-color-hover-success-surface-3:hover,html body .theme-override-dark .border-right-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-3:focus,html body .theme-override-dark .border-right-color-focus-success-surface-3:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-3:active{border-right-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .fill-color-success-surface-3,body[data-theme-mode=dark] .fill-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-3:active,html body .theme-override-dark .fill-color-success-surface-3,html body .theme-override-dark .fill-color-hover-success-surface-3:hover,html body .theme-override-dark .fill-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-3:focus,html body .theme-override-dark .fill-color-focus-success-surface-3:focus-within,html body .theme-override-dark .fill-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-3:active{background-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outline-color-success-surface-3,body[data-theme-mode=dark] .outline-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-3:active,html body .theme-override-dark .outline-color-success-surface-3,html body .theme-override-dark .outline-color-hover-success-surface-3:hover,html body .theme-override-dark .outline-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-3:focus,html body .theme-override-dark .outline-color-focus-success-surface-3:focus-within,html body .theme-override-dark .outline-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-3:active{outline-color:var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outside-border-color-success-surface-3,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-3:active,html body .theme-override-dark .outside-border-color-success-surface-3,html body .theme-override-dark .outside-border-color-hover-success-surface-3:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-3:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-3:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-3:active{--outside-border-color: var(--color-success-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .font-color-success-surface-4,body[data-theme-mode=dark] .font-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-4:active,html body .theme-override-dark .font-color-success-surface-4,html body .theme-override-dark .font-color-hover-success-surface-4:hover,html body .theme-override-dark .font-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-4:focus,html body .theme-override-dark .font-color-focus-success-surface-4:focus-within,html body .theme-override-dark .font-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-4:active{color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-color-success-surface-4,body[data-theme-mode=dark] .border-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-4:active,html body .theme-override-dark .border-color-success-surface-4,html body .theme-override-dark .border-color-hover-success-surface-4:hover,html body .theme-override-dark .border-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-4:focus,html body .theme-override-dark .border-color-focus-success-surface-4:focus-within,html body .theme-override-dark .border-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-4:active{border-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-top-color-success-surface-4,body[data-theme-mode=dark] .border-top-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-4:active,html body .theme-override-dark .border-top-color-success-surface-4,html body .theme-override-dark .border-top-color-hover-success-surface-4:hover,html body .theme-override-dark .border-top-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-4:focus,html body .theme-override-dark .border-top-color-focus-success-surface-4:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-4:active{border-top-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-bottom-color-success-surface-4,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-4:active,html body .theme-override-dark .border-bottom-color-success-surface-4,html body .theme-override-dark .border-bottom-color-hover-success-surface-4:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-4:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-4:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-4:active{border-bottom-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-left-color-success-surface-4,body[data-theme-mode=dark] .border-left-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-4:active,html body .theme-override-dark .border-left-color-success-surface-4,html body .theme-override-dark .border-left-color-hover-success-surface-4:hover,html body .theme-override-dark .border-left-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-4:focus,html body .theme-override-dark .border-left-color-focus-success-surface-4:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-4:active{border-left-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-right-color-success-surface-4,body[data-theme-mode=dark] .border-right-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-4:active,html body .theme-override-dark .border-right-color-success-surface-4,html body .theme-override-dark .border-right-color-hover-success-surface-4:hover,html body .theme-override-dark .border-right-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-4:focus,html body .theme-override-dark .border-right-color-focus-success-surface-4:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-4:active{border-right-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .fill-color-success-surface-4,body[data-theme-mode=dark] .fill-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-4:active,html body .theme-override-dark .fill-color-success-surface-4,html body .theme-override-dark .fill-color-hover-success-surface-4:hover,html body .theme-override-dark .fill-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-4:focus,html body .theme-override-dark .fill-color-focus-success-surface-4:focus-within,html body .theme-override-dark .fill-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-4:active{background-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outline-color-success-surface-4,body[data-theme-mode=dark] .outline-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-4:active,html body .theme-override-dark .outline-color-success-surface-4,html body .theme-override-dark .outline-color-hover-success-surface-4:hover,html body .theme-override-dark .outline-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-4:focus,html body .theme-override-dark .outline-color-focus-success-surface-4:focus-within,html body .theme-override-dark .outline-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-4:active{outline-color:var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outside-border-color-success-surface-4,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-4:active,html body .theme-override-dark .outside-border-color-success-surface-4,html body .theme-override-dark .outside-border-color-hover-success-surface-4:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-4:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-4:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-4:active{--outside-border-color: var(--color-success-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .font-color-success-surface-5,body[data-theme-mode=dark] .font-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .font-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .font-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .font-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-surface-5:active,html body .theme-override-dark .font-color-success-surface-5,html body .theme-override-dark .font-color-hover-success-surface-5:hover,html body .theme-override-dark .font-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .font-color-focus-success-surface-5:focus,html body .theme-override-dark .font-color-focus-success-surface-5:focus-within,html body .theme-override-dark .font-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .font-color-active-success-surface-5:active{color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-color-success-surface-5,body[data-theme-mode=dark] .border-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .border-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .border-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .border-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-surface-5:active,html body .theme-override-dark .border-color-success-surface-5,html body .theme-override-dark .border-color-hover-success-surface-5:hover,html body .theme-override-dark .border-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .border-color-focus-success-surface-5:focus,html body .theme-override-dark .border-color-focus-success-surface-5:focus-within,html body .theme-override-dark .border-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .border-color-active-success-surface-5:active{border-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-top-color-success-surface-5,body[data-theme-mode=dark] .border-top-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .border-top-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .border-top-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-surface-5:active,html body .theme-override-dark .border-top-color-success-surface-5,html body .theme-override-dark .border-top-color-hover-success-surface-5:hover,html body .theme-override-dark .border-top-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-surface-5:focus,html body .theme-override-dark .border-top-color-focus-success-surface-5:focus-within,html body .theme-override-dark .border-top-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .border-top-color-active-success-surface-5:active{border-top-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-bottom-color-success-surface-5,body[data-theme-mode=dark] .border-bottom-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-surface-5:active,html body .theme-override-dark .border-bottom-color-success-surface-5,html body .theme-override-dark .border-bottom-color-hover-success-surface-5:hover,html body .theme-override-dark .border-bottom-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-surface-5:focus,html body .theme-override-dark .border-bottom-color-focus-success-surface-5:focus-within,html body .theme-override-dark .border-bottom-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-surface-5:active{border-bottom-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-left-color-success-surface-5,body[data-theme-mode=dark] .border-left-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .border-left-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .border-left-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-surface-5:active,html body .theme-override-dark .border-left-color-success-surface-5,html body .theme-override-dark .border-left-color-hover-success-surface-5:hover,html body .theme-override-dark .border-left-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-surface-5:focus,html body .theme-override-dark .border-left-color-focus-success-surface-5:focus-within,html body .theme-override-dark .border-left-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .border-left-color-active-success-surface-5:active{border-left-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-right-color-success-surface-5,body[data-theme-mode=dark] .border-right-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .border-right-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .border-right-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-surface-5:active,html body .theme-override-dark .border-right-color-success-surface-5,html body .theme-override-dark .border-right-color-hover-success-surface-5:hover,html body .theme-override-dark .border-right-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-surface-5:focus,html body .theme-override-dark .border-right-color-focus-success-surface-5:focus-within,html body .theme-override-dark .border-right-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .border-right-color-active-success-surface-5:active{border-right-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .fill-color-success-surface-5,body[data-theme-mode=dark] .fill-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .fill-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .fill-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .fill-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-surface-5:active,html body .theme-override-dark .fill-color-success-surface-5,html body .theme-override-dark .fill-color-hover-success-surface-5:hover,html body .theme-override-dark .fill-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .fill-color-focus-success-surface-5:focus,html body .theme-override-dark .fill-color-focus-success-surface-5:focus-within,html body .theme-override-dark .fill-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .fill-color-active-success-surface-5:active{background-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outline-color-success-surface-5,body[data-theme-mode=dark] .outline-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .outline-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .outline-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .outline-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-surface-5:active,html body .theme-override-dark .outline-color-success-surface-5,html body .theme-override-dark .outline-color-hover-success-surface-5:hover,html body .theme-override-dark .outline-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .outline-color-focus-success-surface-5:focus,html body .theme-override-dark .outline-color-focus-success-surface-5:focus-within,html body .theme-override-dark .outline-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .outline-color-active-success-surface-5:active{outline-color:var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outside-border-color-success-surface-5,body[data-theme-mode=dark] .outside-border-color-hover-success-surface-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-surface-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-surface-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-surface-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-surface-5:active,html body .theme-override-dark .outside-border-color-success-surface-5,html body .theme-override-dark .outside-border-color-hover-success-surface-5:hover,html body .theme-override-dark .outside-border-color-focus-success-surface-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-surface-5:focus,html body .theme-override-dark .outside-border-color-focus-success-surface-5:focus-within,html body .theme-override-dark .outside-border-color-active-success-surface-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-surface-5:active{--outside-border-color: var(--color-success-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .font-color-success-border-0,body[data-theme-mode=dark] .font-color-hover-success-border-0:hover,body[data-theme-mode=dark] .font-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-0:focus,body[data-theme-mode=dark] .font-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-0:active,html body .theme-override-dark .font-color-success-border-0,html body .theme-override-dark .font-color-hover-success-border-0:hover,html body .theme-override-dark .font-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-0:focus,html body .theme-override-dark .font-color-focus-success-border-0:focus-within,html body .theme-override-dark .font-color-active-success-border-0[data-selected=true],html body .theme-override-dark .font-color-active-success-border-0:active{color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-color-success-border-0,body[data-theme-mode=dark] .border-color-hover-success-border-0:hover,body[data-theme-mode=dark] .border-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-0:focus,body[data-theme-mode=dark] .border-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-0:active,html body .theme-override-dark .border-color-success-border-0,html body .theme-override-dark .border-color-hover-success-border-0:hover,html body .theme-override-dark .border-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-0:focus,html body .theme-override-dark .border-color-focus-success-border-0:focus-within,html body .theme-override-dark .border-color-active-success-border-0[data-selected=true],html body .theme-override-dark .border-color-active-success-border-0:active{border-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-top-color-success-border-0,body[data-theme-mode=dark] .border-top-color-hover-success-border-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-0:active,html body .theme-override-dark .border-top-color-success-border-0,html body .theme-override-dark .border-top-color-hover-success-border-0:hover,html body .theme-override-dark .border-top-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-0:focus,html body .theme-override-dark .border-top-color-focus-success-border-0:focus-within,html body .theme-override-dark .border-top-color-active-success-border-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-0:active{border-top-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-bottom-color-success-border-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-0:active,html body .theme-override-dark .border-bottom-color-success-border-0,html body .theme-override-dark .border-bottom-color-hover-success-border-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-0:active{border-bottom-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-left-color-success-border-0,body[data-theme-mode=dark] .border-left-color-hover-success-border-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-0:active,html body .theme-override-dark .border-left-color-success-border-0,html body .theme-override-dark .border-left-color-hover-success-border-0:hover,html body .theme-override-dark .border-left-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-0:focus,html body .theme-override-dark .border-left-color-focus-success-border-0:focus-within,html body .theme-override-dark .border-left-color-active-success-border-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-0:active{border-left-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-right-color-success-border-0,body[data-theme-mode=dark] .border-right-color-hover-success-border-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-0:active,html body .theme-override-dark .border-right-color-success-border-0,html body .theme-override-dark .border-right-color-hover-success-border-0:hover,html body .theme-override-dark .border-right-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-0:focus,html body .theme-override-dark .border-right-color-focus-success-border-0:focus-within,html body .theme-override-dark .border-right-color-active-success-border-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-0:active{border-right-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .fill-color-success-border-0,body[data-theme-mode=dark] .fill-color-hover-success-border-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-0:active,html body .theme-override-dark .fill-color-success-border-0,html body .theme-override-dark .fill-color-hover-success-border-0:hover,html body .theme-override-dark .fill-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-0:focus,html body .theme-override-dark .fill-color-focus-success-border-0:focus-within,html body .theme-override-dark .fill-color-active-success-border-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-0:active{background-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outline-color-success-border-0,body[data-theme-mode=dark] .outline-color-hover-success-border-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-0:active,html body .theme-override-dark .outline-color-success-border-0,html body .theme-override-dark .outline-color-hover-success-border-0:hover,html body .theme-override-dark .outline-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-0:focus,html body .theme-override-dark .outline-color-focus-success-border-0:focus-within,html body .theme-override-dark .outline-color-active-success-border-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-0:active{outline-color:var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outside-border-color-success-border-0,body[data-theme-mode=dark] .outside-border-color-hover-success-border-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-0:active,html body .theme-override-dark .outside-border-color-success-border-0,html body .theme-override-dark .outside-border-color-hover-success-border-0:hover,html body .theme-override-dark .outside-border-color-focus-success-border-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-0:focus,html body .theme-override-dark .outside-border-color-focus-success-border-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-0:active{--outside-border-color: var(--color-success-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .font-color-success-border-1,body[data-theme-mode=dark] .font-color-hover-success-border-1:hover,body[data-theme-mode=dark] .font-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-1:focus,body[data-theme-mode=dark] .font-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-1:active,html body .theme-override-dark .font-color-success-border-1,html body .theme-override-dark .font-color-hover-success-border-1:hover,html body .theme-override-dark .font-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-1:focus,html body .theme-override-dark .font-color-focus-success-border-1:focus-within,html body .theme-override-dark .font-color-active-success-border-1[data-selected=true],html body .theme-override-dark .font-color-active-success-border-1:active{color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-color-success-border-1,body[data-theme-mode=dark] .border-color-hover-success-border-1:hover,body[data-theme-mode=dark] .border-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-1:focus,body[data-theme-mode=dark] .border-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-1:active,html body .theme-override-dark .border-color-success-border-1,html body .theme-override-dark .border-color-hover-success-border-1:hover,html body .theme-override-dark .border-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-1:focus,html body .theme-override-dark .border-color-focus-success-border-1:focus-within,html body .theme-override-dark .border-color-active-success-border-1[data-selected=true],html body .theme-override-dark .border-color-active-success-border-1:active{border-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-top-color-success-border-1,body[data-theme-mode=dark] .border-top-color-hover-success-border-1:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-1:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-1:active,html body .theme-override-dark .border-top-color-success-border-1,html body .theme-override-dark .border-top-color-hover-success-border-1:hover,html body .theme-override-dark .border-top-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-1:focus,html body .theme-override-dark .border-top-color-focus-success-border-1:focus-within,html body .theme-override-dark .border-top-color-active-success-border-1[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-1:active{border-top-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-bottom-color-success-border-1,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-1:active,html body .theme-override-dark .border-bottom-color-success-border-1,html body .theme-override-dark .border-bottom-color-hover-success-border-1:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-1:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-1:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-1:active{border-bottom-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-left-color-success-border-1,body[data-theme-mode=dark] .border-left-color-hover-success-border-1:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-1:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-1:active,html body .theme-override-dark .border-left-color-success-border-1,html body .theme-override-dark .border-left-color-hover-success-border-1:hover,html body .theme-override-dark .border-left-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-1:focus,html body .theme-override-dark .border-left-color-focus-success-border-1:focus-within,html body .theme-override-dark .border-left-color-active-success-border-1[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-1:active{border-left-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-right-color-success-border-1,body[data-theme-mode=dark] .border-right-color-hover-success-border-1:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-1:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-1:active,html body .theme-override-dark .border-right-color-success-border-1,html body .theme-override-dark .border-right-color-hover-success-border-1:hover,html body .theme-override-dark .border-right-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-1:focus,html body .theme-override-dark .border-right-color-focus-success-border-1:focus-within,html body .theme-override-dark .border-right-color-active-success-border-1[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-1:active{border-right-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .fill-color-success-border-1,body[data-theme-mode=dark] .fill-color-hover-success-border-1:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-1:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-1:active,html body .theme-override-dark .fill-color-success-border-1,html body .theme-override-dark .fill-color-hover-success-border-1:hover,html body .theme-override-dark .fill-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-1:focus,html body .theme-override-dark .fill-color-focus-success-border-1:focus-within,html body .theme-override-dark .fill-color-active-success-border-1[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-1:active{background-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outline-color-success-border-1,body[data-theme-mode=dark] .outline-color-hover-success-border-1:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-1:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-1:active,html body .theme-override-dark .outline-color-success-border-1,html body .theme-override-dark .outline-color-hover-success-border-1:hover,html body .theme-override-dark .outline-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-1:focus,html body .theme-override-dark .outline-color-focus-success-border-1:focus-within,html body .theme-override-dark .outline-color-active-success-border-1[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-1:active{outline-color:var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outside-border-color-success-border-1,body[data-theme-mode=dark] .outside-border-color-hover-success-border-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-1:active,html body .theme-override-dark .outside-border-color-success-border-1,html body .theme-override-dark .outside-border-color-hover-success-border-1:hover,html body .theme-override-dark .outside-border-color-focus-success-border-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-1:focus,html body .theme-override-dark .outside-border-color-focus-success-border-1:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-1:active{--outside-border-color: var(--color-success-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .font-color-success-border-2,body[data-theme-mode=dark] .font-color-hover-success-border-2:hover,body[data-theme-mode=dark] .font-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-2:focus,body[data-theme-mode=dark] .font-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-2:active,html body .theme-override-dark .font-color-success-border-2,html body .theme-override-dark .font-color-hover-success-border-2:hover,html body .theme-override-dark .font-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-2:focus,html body .theme-override-dark .font-color-focus-success-border-2:focus-within,html body .theme-override-dark .font-color-active-success-border-2[data-selected=true],html body .theme-override-dark .font-color-active-success-border-2:active{color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-color-success-border-2,body[data-theme-mode=dark] .border-color-hover-success-border-2:hover,body[data-theme-mode=dark] .border-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-2:focus,body[data-theme-mode=dark] .border-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-2:active,html body .theme-override-dark .border-color-success-border-2,html body .theme-override-dark .border-color-hover-success-border-2:hover,html body .theme-override-dark .border-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-2:focus,html body .theme-override-dark .border-color-focus-success-border-2:focus-within,html body .theme-override-dark .border-color-active-success-border-2[data-selected=true],html body .theme-override-dark .border-color-active-success-border-2:active{border-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-top-color-success-border-2,body[data-theme-mode=dark] .border-top-color-hover-success-border-2:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-2:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-2:active,html body .theme-override-dark .border-top-color-success-border-2,html body .theme-override-dark .border-top-color-hover-success-border-2:hover,html body .theme-override-dark .border-top-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-2:focus,html body .theme-override-dark .border-top-color-focus-success-border-2:focus-within,html body .theme-override-dark .border-top-color-active-success-border-2[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-2:active{border-top-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-bottom-color-success-border-2,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-2:active,html body .theme-override-dark .border-bottom-color-success-border-2,html body .theme-override-dark .border-bottom-color-hover-success-border-2:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-2:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-2:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-2:active{border-bottom-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-left-color-success-border-2,body[data-theme-mode=dark] .border-left-color-hover-success-border-2:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-2:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-2:active,html body .theme-override-dark .border-left-color-success-border-2,html body .theme-override-dark .border-left-color-hover-success-border-2:hover,html body .theme-override-dark .border-left-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-2:focus,html body .theme-override-dark .border-left-color-focus-success-border-2:focus-within,html body .theme-override-dark .border-left-color-active-success-border-2[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-2:active{border-left-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-right-color-success-border-2,body[data-theme-mode=dark] .border-right-color-hover-success-border-2:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-2:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-2:active,html body .theme-override-dark .border-right-color-success-border-2,html body .theme-override-dark .border-right-color-hover-success-border-2:hover,html body .theme-override-dark .border-right-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-2:focus,html body .theme-override-dark .border-right-color-focus-success-border-2:focus-within,html body .theme-override-dark .border-right-color-active-success-border-2[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-2:active{border-right-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .fill-color-success-border-2,body[data-theme-mode=dark] .fill-color-hover-success-border-2:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-2:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-2:active,html body .theme-override-dark .fill-color-success-border-2,html body .theme-override-dark .fill-color-hover-success-border-2:hover,html body .theme-override-dark .fill-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-2:focus,html body .theme-override-dark .fill-color-focus-success-border-2:focus-within,html body .theme-override-dark .fill-color-active-success-border-2[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-2:active{background-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outline-color-success-border-2,body[data-theme-mode=dark] .outline-color-hover-success-border-2:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-2:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-2:active,html body .theme-override-dark .outline-color-success-border-2,html body .theme-override-dark .outline-color-hover-success-border-2:hover,html body .theme-override-dark .outline-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-2:focus,html body .theme-override-dark .outline-color-focus-success-border-2:focus-within,html body .theme-override-dark .outline-color-active-success-border-2[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-2:active{outline-color:var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outside-border-color-success-border-2,body[data-theme-mode=dark] .outside-border-color-hover-success-border-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-2:active,html body .theme-override-dark .outside-border-color-success-border-2,html body .theme-override-dark .outside-border-color-hover-success-border-2:hover,html body .theme-override-dark .outside-border-color-focus-success-border-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-2:focus,html body .theme-override-dark .outside-border-color-focus-success-border-2:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-2:active{--outside-border-color: var(--color-success-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .font-color-success-border-3,body[data-theme-mode=dark] .font-color-hover-success-border-3:hover,body[data-theme-mode=dark] .font-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-3:focus,body[data-theme-mode=dark] .font-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-3:active,html body .theme-override-dark .font-color-success-border-3,html body .theme-override-dark .font-color-hover-success-border-3:hover,html body .theme-override-dark .font-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-3:focus,html body .theme-override-dark .font-color-focus-success-border-3:focus-within,html body .theme-override-dark .font-color-active-success-border-3[data-selected=true],html body .theme-override-dark .font-color-active-success-border-3:active{color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-color-success-border-3,body[data-theme-mode=dark] .border-color-hover-success-border-3:hover,body[data-theme-mode=dark] .border-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-3:focus,body[data-theme-mode=dark] .border-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-3:active,html body .theme-override-dark .border-color-success-border-3,html body .theme-override-dark .border-color-hover-success-border-3:hover,html body .theme-override-dark .border-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-3:focus,html body .theme-override-dark .border-color-focus-success-border-3:focus-within,html body .theme-override-dark .border-color-active-success-border-3[data-selected=true],html body .theme-override-dark .border-color-active-success-border-3:active{border-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-top-color-success-border-3,body[data-theme-mode=dark] .border-top-color-hover-success-border-3:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-3:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-3:active,html body .theme-override-dark .border-top-color-success-border-3,html body .theme-override-dark .border-top-color-hover-success-border-3:hover,html body .theme-override-dark .border-top-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-3:focus,html body .theme-override-dark .border-top-color-focus-success-border-3:focus-within,html body .theme-override-dark .border-top-color-active-success-border-3[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-3:active{border-top-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-bottom-color-success-border-3,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-3:active,html body .theme-override-dark .border-bottom-color-success-border-3,html body .theme-override-dark .border-bottom-color-hover-success-border-3:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-3:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-3:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-3:active{border-bottom-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-left-color-success-border-3,body[data-theme-mode=dark] .border-left-color-hover-success-border-3:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-3:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-3:active,html body .theme-override-dark .border-left-color-success-border-3,html body .theme-override-dark .border-left-color-hover-success-border-3:hover,html body .theme-override-dark .border-left-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-3:focus,html body .theme-override-dark .border-left-color-focus-success-border-3:focus-within,html body .theme-override-dark .border-left-color-active-success-border-3[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-3:active{border-left-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-right-color-success-border-3,body[data-theme-mode=dark] .border-right-color-hover-success-border-3:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-3:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-3:active,html body .theme-override-dark .border-right-color-success-border-3,html body .theme-override-dark .border-right-color-hover-success-border-3:hover,html body .theme-override-dark .border-right-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-3:focus,html body .theme-override-dark .border-right-color-focus-success-border-3:focus-within,html body .theme-override-dark .border-right-color-active-success-border-3[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-3:active{border-right-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .fill-color-success-border-3,body[data-theme-mode=dark] .fill-color-hover-success-border-3:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-3:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-3:active,html body .theme-override-dark .fill-color-success-border-3,html body .theme-override-dark .fill-color-hover-success-border-3:hover,html body .theme-override-dark .fill-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-3:focus,html body .theme-override-dark .fill-color-focus-success-border-3:focus-within,html body .theme-override-dark .fill-color-active-success-border-3[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-3:active{background-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outline-color-success-border-3,body[data-theme-mode=dark] .outline-color-hover-success-border-3:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-3:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-3:active,html body .theme-override-dark .outline-color-success-border-3,html body .theme-override-dark .outline-color-hover-success-border-3:hover,html body .theme-override-dark .outline-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-3:focus,html body .theme-override-dark .outline-color-focus-success-border-3:focus-within,html body .theme-override-dark .outline-color-active-success-border-3[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-3:active{outline-color:var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outside-border-color-success-border-3,body[data-theme-mode=dark] .outside-border-color-hover-success-border-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-3:active,html body .theme-override-dark .outside-border-color-success-border-3,html body .theme-override-dark .outside-border-color-hover-success-border-3:hover,html body .theme-override-dark .outside-border-color-focus-success-border-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-3:focus,html body .theme-override-dark .outside-border-color-focus-success-border-3:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-3:active{--outside-border-color: var(--color-success-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .font-color-success-border-4,body[data-theme-mode=dark] .font-color-hover-success-border-4:hover,body[data-theme-mode=dark] .font-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-4:focus,body[data-theme-mode=dark] .font-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-4:active,html body .theme-override-dark .font-color-success-border-4,html body .theme-override-dark .font-color-hover-success-border-4:hover,html body .theme-override-dark .font-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-4:focus,html body .theme-override-dark .font-color-focus-success-border-4:focus-within,html body .theme-override-dark .font-color-active-success-border-4[data-selected=true],html body .theme-override-dark .font-color-active-success-border-4:active{color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-color-success-border-4,body[data-theme-mode=dark] .border-color-hover-success-border-4:hover,body[data-theme-mode=dark] .border-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-4:focus,body[data-theme-mode=dark] .border-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-4:active,html body .theme-override-dark .border-color-success-border-4,html body .theme-override-dark .border-color-hover-success-border-4:hover,html body .theme-override-dark .border-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-4:focus,html body .theme-override-dark .border-color-focus-success-border-4:focus-within,html body .theme-override-dark .border-color-active-success-border-4[data-selected=true],html body .theme-override-dark .border-color-active-success-border-4:active{border-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-top-color-success-border-4,body[data-theme-mode=dark] .border-top-color-hover-success-border-4:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-4:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-4:active,html body .theme-override-dark .border-top-color-success-border-4,html body .theme-override-dark .border-top-color-hover-success-border-4:hover,html body .theme-override-dark .border-top-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-4:focus,html body .theme-override-dark .border-top-color-focus-success-border-4:focus-within,html body .theme-override-dark .border-top-color-active-success-border-4[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-4:active{border-top-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-bottom-color-success-border-4,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-4:active,html body .theme-override-dark .border-bottom-color-success-border-4,html body .theme-override-dark .border-bottom-color-hover-success-border-4:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-4:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-4:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-4:active{border-bottom-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-left-color-success-border-4,body[data-theme-mode=dark] .border-left-color-hover-success-border-4:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-4:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-4:active,html body .theme-override-dark .border-left-color-success-border-4,html body .theme-override-dark .border-left-color-hover-success-border-4:hover,html body .theme-override-dark .border-left-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-4:focus,html body .theme-override-dark .border-left-color-focus-success-border-4:focus-within,html body .theme-override-dark .border-left-color-active-success-border-4[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-4:active{border-left-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-right-color-success-border-4,body[data-theme-mode=dark] .border-right-color-hover-success-border-4:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-4:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-4:active,html body .theme-override-dark .border-right-color-success-border-4,html body .theme-override-dark .border-right-color-hover-success-border-4:hover,html body .theme-override-dark .border-right-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-4:focus,html body .theme-override-dark .border-right-color-focus-success-border-4:focus-within,html body .theme-override-dark .border-right-color-active-success-border-4[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-4:active{border-right-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .fill-color-success-border-4,body[data-theme-mode=dark] .fill-color-hover-success-border-4:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-4:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-4:active,html body .theme-override-dark .fill-color-success-border-4,html body .theme-override-dark .fill-color-hover-success-border-4:hover,html body .theme-override-dark .fill-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-4:focus,html body .theme-override-dark .fill-color-focus-success-border-4:focus-within,html body .theme-override-dark .fill-color-active-success-border-4[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-4:active{background-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outline-color-success-border-4,body[data-theme-mode=dark] .outline-color-hover-success-border-4:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-4:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-4:active,html body .theme-override-dark .outline-color-success-border-4,html body .theme-override-dark .outline-color-hover-success-border-4:hover,html body .theme-override-dark .outline-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-4:focus,html body .theme-override-dark .outline-color-focus-success-border-4:focus-within,html body .theme-override-dark .outline-color-active-success-border-4[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-4:active{outline-color:var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outside-border-color-success-border-4,body[data-theme-mode=dark] .outside-border-color-hover-success-border-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-4:active,html body .theme-override-dark .outside-border-color-success-border-4,html body .theme-override-dark .outside-border-color-hover-success-border-4:hover,html body .theme-override-dark .outside-border-color-focus-success-border-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-4:focus,html body .theme-override-dark .outside-border-color-focus-success-border-4:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-4:active{--outside-border-color: var(--color-success-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .font-color-success-border-5,body[data-theme-mode=dark] .font-color-hover-success-border-5:hover,body[data-theme-mode=dark] .font-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-5:focus,body[data-theme-mode=dark] .font-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-5:active,html body .theme-override-dark .font-color-success-border-5,html body .theme-override-dark .font-color-hover-success-border-5:hover,html body .theme-override-dark .font-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-5:focus,html body .theme-override-dark .font-color-focus-success-border-5:focus-within,html body .theme-override-dark .font-color-active-success-border-5[data-selected=true],html body .theme-override-dark .font-color-active-success-border-5:active{color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-color-success-border-5,body[data-theme-mode=dark] .border-color-hover-success-border-5:hover,body[data-theme-mode=dark] .border-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-5:focus,body[data-theme-mode=dark] .border-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-5:active,html body .theme-override-dark .border-color-success-border-5,html body .theme-override-dark .border-color-hover-success-border-5:hover,html body .theme-override-dark .border-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-5:focus,html body .theme-override-dark .border-color-focus-success-border-5:focus-within,html body .theme-override-dark .border-color-active-success-border-5[data-selected=true],html body .theme-override-dark .border-color-active-success-border-5:active{border-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-top-color-success-border-5,body[data-theme-mode=dark] .border-top-color-hover-success-border-5:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-5:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-5:active,html body .theme-override-dark .border-top-color-success-border-5,html body .theme-override-dark .border-top-color-hover-success-border-5:hover,html body .theme-override-dark .border-top-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-5:focus,html body .theme-override-dark .border-top-color-focus-success-border-5:focus-within,html body .theme-override-dark .border-top-color-active-success-border-5[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-5:active{border-top-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-bottom-color-success-border-5,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-5:active,html body .theme-override-dark .border-bottom-color-success-border-5,html body .theme-override-dark .border-bottom-color-hover-success-border-5:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-5:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-5:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-5:active{border-bottom-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-left-color-success-border-5,body[data-theme-mode=dark] .border-left-color-hover-success-border-5:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-5:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-5:active,html body .theme-override-dark .border-left-color-success-border-5,html body .theme-override-dark .border-left-color-hover-success-border-5:hover,html body .theme-override-dark .border-left-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-5:focus,html body .theme-override-dark .border-left-color-focus-success-border-5:focus-within,html body .theme-override-dark .border-left-color-active-success-border-5[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-5:active{border-left-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-right-color-success-border-5,body[data-theme-mode=dark] .border-right-color-hover-success-border-5:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-5:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-5:active,html body .theme-override-dark .border-right-color-success-border-5,html body .theme-override-dark .border-right-color-hover-success-border-5:hover,html body .theme-override-dark .border-right-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-5:focus,html body .theme-override-dark .border-right-color-focus-success-border-5:focus-within,html body .theme-override-dark .border-right-color-active-success-border-5[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-5:active{border-right-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .fill-color-success-border-5,body[data-theme-mode=dark] .fill-color-hover-success-border-5:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-5:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-5:active,html body .theme-override-dark .fill-color-success-border-5,html body .theme-override-dark .fill-color-hover-success-border-5:hover,html body .theme-override-dark .fill-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-5:focus,html body .theme-override-dark .fill-color-focus-success-border-5:focus-within,html body .theme-override-dark .fill-color-active-success-border-5[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-5:active{background-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outline-color-success-border-5,body[data-theme-mode=dark] .outline-color-hover-success-border-5:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-5:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-5:active,html body .theme-override-dark .outline-color-success-border-5,html body .theme-override-dark .outline-color-hover-success-border-5:hover,html body .theme-override-dark .outline-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-5:focus,html body .theme-override-dark .outline-color-focus-success-border-5:focus-within,html body .theme-override-dark .outline-color-active-success-border-5[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-5:active{outline-color:var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outside-border-color-success-border-5,body[data-theme-mode=dark] .outside-border-color-hover-success-border-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-5:active,html body .theme-override-dark .outside-border-color-success-border-5,html body .theme-override-dark .outside-border-color-hover-success-border-5:hover,html body .theme-override-dark .outside-border-color-focus-success-border-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-5:focus,html body .theme-override-dark .outside-border-color-focus-success-border-5:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-5:active{--outside-border-color: var(--color-success-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .font-color-success-font-0,body[data-theme-mode=dark] .font-color-hover-success-font-0:hover,body[data-theme-mode=dark] .font-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-0:focus,body[data-theme-mode=dark] .font-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-0:active,html body .theme-override-dark .font-color-success-font-0,html body .theme-override-dark .font-color-hover-success-font-0:hover,html body .theme-override-dark .font-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-0:focus,html body .theme-override-dark .font-color-focus-success-font-0:focus-within,html body .theme-override-dark .font-color-active-success-font-0[data-selected=true],html body .theme-override-dark .font-color-active-success-font-0:active{color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-color-success-font-0,body[data-theme-mode=dark] .border-color-hover-success-font-0:hover,body[data-theme-mode=dark] .border-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-0:focus,body[data-theme-mode=dark] .border-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-0:active,html body .theme-override-dark .border-color-success-font-0,html body .theme-override-dark .border-color-hover-success-font-0:hover,html body .theme-override-dark .border-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-0:focus,html body .theme-override-dark .border-color-focus-success-font-0:focus-within,html body .theme-override-dark .border-color-active-success-font-0[data-selected=true],html body .theme-override-dark .border-color-active-success-font-0:active{border-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-top-color-success-font-0,body[data-theme-mode=dark] .border-top-color-hover-success-font-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-0:active,html body .theme-override-dark .border-top-color-success-font-0,html body .theme-override-dark .border-top-color-hover-success-font-0:hover,html body .theme-override-dark .border-top-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-0:focus,html body .theme-override-dark .border-top-color-focus-success-font-0:focus-within,html body .theme-override-dark .border-top-color-active-success-font-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-0:active{border-top-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-bottom-color-success-font-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-0:active,html body .theme-override-dark .border-bottom-color-success-font-0,html body .theme-override-dark .border-bottom-color-hover-success-font-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-0:active{border-bottom-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-left-color-success-font-0,body[data-theme-mode=dark] .border-left-color-hover-success-font-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-0:active,html body .theme-override-dark .border-left-color-success-font-0,html body .theme-override-dark .border-left-color-hover-success-font-0:hover,html body .theme-override-dark .border-left-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-0:focus,html body .theme-override-dark .border-left-color-focus-success-font-0:focus-within,html body .theme-override-dark .border-left-color-active-success-font-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-0:active{border-left-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-right-color-success-font-0,body[data-theme-mode=dark] .border-right-color-hover-success-font-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-0:active,html body .theme-override-dark .border-right-color-success-font-0,html body .theme-override-dark .border-right-color-hover-success-font-0:hover,html body .theme-override-dark .border-right-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-0:focus,html body .theme-override-dark .border-right-color-focus-success-font-0:focus-within,html body .theme-override-dark .border-right-color-active-success-font-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-0:active{border-right-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .fill-color-success-font-0,body[data-theme-mode=dark] .fill-color-hover-success-font-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-0:active,html body .theme-override-dark .fill-color-success-font-0,html body .theme-override-dark .fill-color-hover-success-font-0:hover,html body .theme-override-dark .fill-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-0:focus,html body .theme-override-dark .fill-color-focus-success-font-0:focus-within,html body .theme-override-dark .fill-color-active-success-font-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-0:active{background-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outline-color-success-font-0,body[data-theme-mode=dark] .outline-color-hover-success-font-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-0:active,html body .theme-override-dark .outline-color-success-font-0,html body .theme-override-dark .outline-color-hover-success-font-0:hover,html body .theme-override-dark .outline-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-0:focus,html body .theme-override-dark .outline-color-focus-success-font-0:focus-within,html body .theme-override-dark .outline-color-active-success-font-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-0:active{outline-color:var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outside-border-color-success-font-0,body[data-theme-mode=dark] .outside-border-color-hover-success-font-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-0:active,html body .theme-override-dark .outside-border-color-success-font-0,html body .theme-override-dark .outside-border-color-hover-success-font-0:hover,html body .theme-override-dark .outside-border-color-focus-success-font-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-0:focus,html body .theme-override-dark .outside-border-color-focus-success-font-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-0:active{--outside-border-color: var(--color-success-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .font-color-success-font-1,body[data-theme-mode=dark] .font-color-hover-success-font-1:hover,body[data-theme-mode=dark] .font-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-1:focus,body[data-theme-mode=dark] .font-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-1:active,html body .theme-override-dark .font-color-success-font-1,html body .theme-override-dark .font-color-hover-success-font-1:hover,html body .theme-override-dark .font-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-1:focus,html body .theme-override-dark .font-color-focus-success-font-1:focus-within,html body .theme-override-dark .font-color-active-success-font-1[data-selected=true],html body .theme-override-dark .font-color-active-success-font-1:active{color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-color-success-font-1,body[data-theme-mode=dark] .border-color-hover-success-font-1:hover,body[data-theme-mode=dark] .border-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-1:focus,body[data-theme-mode=dark] .border-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-1:active,html body .theme-override-dark .border-color-success-font-1,html body .theme-override-dark .border-color-hover-success-font-1:hover,html body .theme-override-dark .border-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-1:focus,html body .theme-override-dark .border-color-focus-success-font-1:focus-within,html body .theme-override-dark .border-color-active-success-font-1[data-selected=true],html body .theme-override-dark .border-color-active-success-font-1:active{border-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-top-color-success-font-1,body[data-theme-mode=dark] .border-top-color-hover-success-font-1:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-1:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-1:active,html body .theme-override-dark .border-top-color-success-font-1,html body .theme-override-dark .border-top-color-hover-success-font-1:hover,html body .theme-override-dark .border-top-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-1:focus,html body .theme-override-dark .border-top-color-focus-success-font-1:focus-within,html body .theme-override-dark .border-top-color-active-success-font-1[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-1:active{border-top-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-bottom-color-success-font-1,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-1:active,html body .theme-override-dark .border-bottom-color-success-font-1,html body .theme-override-dark .border-bottom-color-hover-success-font-1:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-1:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-1:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-1:active{border-bottom-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-left-color-success-font-1,body[data-theme-mode=dark] .border-left-color-hover-success-font-1:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-1:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-1:active,html body .theme-override-dark .border-left-color-success-font-1,html body .theme-override-dark .border-left-color-hover-success-font-1:hover,html body .theme-override-dark .border-left-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-1:focus,html body .theme-override-dark .border-left-color-focus-success-font-1:focus-within,html body .theme-override-dark .border-left-color-active-success-font-1[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-1:active{border-left-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-right-color-success-font-1,body[data-theme-mode=dark] .border-right-color-hover-success-font-1:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-1:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-1:active,html body .theme-override-dark .border-right-color-success-font-1,html body .theme-override-dark .border-right-color-hover-success-font-1:hover,html body .theme-override-dark .border-right-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-1:focus,html body .theme-override-dark .border-right-color-focus-success-font-1:focus-within,html body .theme-override-dark .border-right-color-active-success-font-1[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-1:active{border-right-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .fill-color-success-font-1,body[data-theme-mode=dark] .fill-color-hover-success-font-1:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-1:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-1:active,html body .theme-override-dark .fill-color-success-font-1,html body .theme-override-dark .fill-color-hover-success-font-1:hover,html body .theme-override-dark .fill-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-1:focus,html body .theme-override-dark .fill-color-focus-success-font-1:focus-within,html body .theme-override-dark .fill-color-active-success-font-1[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-1:active{background-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outline-color-success-font-1,body[data-theme-mode=dark] .outline-color-hover-success-font-1:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-1:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-1:active,html body .theme-override-dark .outline-color-success-font-1,html body .theme-override-dark .outline-color-hover-success-font-1:hover,html body .theme-override-dark .outline-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-1:focus,html body .theme-override-dark .outline-color-focus-success-font-1:focus-within,html body .theme-override-dark .outline-color-active-success-font-1[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-1:active{outline-color:var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outside-border-color-success-font-1,body[data-theme-mode=dark] .outside-border-color-hover-success-font-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-1:active,html body .theme-override-dark .outside-border-color-success-font-1,html body .theme-override-dark .outside-border-color-hover-success-font-1:hover,html body .theme-override-dark .outside-border-color-focus-success-font-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-1:focus,html body .theme-override-dark .outside-border-color-focus-success-font-1:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-1:active{--outside-border-color: var(--color-success-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .font-color-success-font-2,body[data-theme-mode=dark] .font-color-hover-success-font-2:hover,body[data-theme-mode=dark] .font-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-2:focus,body[data-theme-mode=dark] .font-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-2:active,html body .theme-override-dark .font-color-success-font-2,html body .theme-override-dark .font-color-hover-success-font-2:hover,html body .theme-override-dark .font-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-2:focus,html body .theme-override-dark .font-color-focus-success-font-2:focus-within,html body .theme-override-dark .font-color-active-success-font-2[data-selected=true],html body .theme-override-dark .font-color-active-success-font-2:active{color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-color-success-font-2,body[data-theme-mode=dark] .border-color-hover-success-font-2:hover,body[data-theme-mode=dark] .border-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-2:focus,body[data-theme-mode=dark] .border-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-2:active,html body .theme-override-dark .border-color-success-font-2,html body .theme-override-dark .border-color-hover-success-font-2:hover,html body .theme-override-dark .border-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-2:focus,html body .theme-override-dark .border-color-focus-success-font-2:focus-within,html body .theme-override-dark .border-color-active-success-font-2[data-selected=true],html body .theme-override-dark .border-color-active-success-font-2:active{border-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-top-color-success-font-2,body[data-theme-mode=dark] .border-top-color-hover-success-font-2:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-2:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-2:active,html body .theme-override-dark .border-top-color-success-font-2,html body .theme-override-dark .border-top-color-hover-success-font-2:hover,html body .theme-override-dark .border-top-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-2:focus,html body .theme-override-dark .border-top-color-focus-success-font-2:focus-within,html body .theme-override-dark .border-top-color-active-success-font-2[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-2:active{border-top-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-bottom-color-success-font-2,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-2:active,html body .theme-override-dark .border-bottom-color-success-font-2,html body .theme-override-dark .border-bottom-color-hover-success-font-2:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-2:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-2:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-2:active{border-bottom-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-left-color-success-font-2,body[data-theme-mode=dark] .border-left-color-hover-success-font-2:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-2:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-2:active,html body .theme-override-dark .border-left-color-success-font-2,html body .theme-override-dark .border-left-color-hover-success-font-2:hover,html body .theme-override-dark .border-left-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-2:focus,html body .theme-override-dark .border-left-color-focus-success-font-2:focus-within,html body .theme-override-dark .border-left-color-active-success-font-2[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-2:active{border-left-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-right-color-success-font-2,body[data-theme-mode=dark] .border-right-color-hover-success-font-2:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-2:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-2:active,html body .theme-override-dark .border-right-color-success-font-2,html body .theme-override-dark .border-right-color-hover-success-font-2:hover,html body .theme-override-dark .border-right-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-2:focus,html body .theme-override-dark .border-right-color-focus-success-font-2:focus-within,html body .theme-override-dark .border-right-color-active-success-font-2[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-2:active{border-right-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .fill-color-success-font-2,body[data-theme-mode=dark] .fill-color-hover-success-font-2:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-2:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-2:active,html body .theme-override-dark .fill-color-success-font-2,html body .theme-override-dark .fill-color-hover-success-font-2:hover,html body .theme-override-dark .fill-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-2:focus,html body .theme-override-dark .fill-color-focus-success-font-2:focus-within,html body .theme-override-dark .fill-color-active-success-font-2[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-2:active{background-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outline-color-success-font-2,body[data-theme-mode=dark] .outline-color-hover-success-font-2:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-2:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-2:active,html body .theme-override-dark .outline-color-success-font-2,html body .theme-override-dark .outline-color-hover-success-font-2:hover,html body .theme-override-dark .outline-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-2:focus,html body .theme-override-dark .outline-color-focus-success-font-2:focus-within,html body .theme-override-dark .outline-color-active-success-font-2[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-2:active{outline-color:var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outside-border-color-success-font-2,body[data-theme-mode=dark] .outside-border-color-hover-success-font-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-2:active,html body .theme-override-dark .outside-border-color-success-font-2,html body .theme-override-dark .outside-border-color-hover-success-font-2:hover,html body .theme-override-dark .outside-border-color-focus-success-font-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-2:focus,html body .theme-override-dark .outside-border-color-focus-success-font-2:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-2:active{--outside-border-color: var(--color-success-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .font-color-success-font-3,body[data-theme-mode=dark] .font-color-hover-success-font-3:hover,body[data-theme-mode=dark] .font-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-3:focus,body[data-theme-mode=dark] .font-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-3:active,html body .theme-override-dark .font-color-success-font-3,html body .theme-override-dark .font-color-hover-success-font-3:hover,html body .theme-override-dark .font-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-3:focus,html body .theme-override-dark .font-color-focus-success-font-3:focus-within,html body .theme-override-dark .font-color-active-success-font-3[data-selected=true],html body .theme-override-dark .font-color-active-success-font-3:active{color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-color-success-font-3,body[data-theme-mode=dark] .border-color-hover-success-font-3:hover,body[data-theme-mode=dark] .border-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-3:focus,body[data-theme-mode=dark] .border-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-3:active,html body .theme-override-dark .border-color-success-font-3,html body .theme-override-dark .border-color-hover-success-font-3:hover,html body .theme-override-dark .border-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-3:focus,html body .theme-override-dark .border-color-focus-success-font-3:focus-within,html body .theme-override-dark .border-color-active-success-font-3[data-selected=true],html body .theme-override-dark .border-color-active-success-font-3:active{border-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-top-color-success-font-3,body[data-theme-mode=dark] .border-top-color-hover-success-font-3:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-3:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-3:active,html body .theme-override-dark .border-top-color-success-font-3,html body .theme-override-dark .border-top-color-hover-success-font-3:hover,html body .theme-override-dark .border-top-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-3:focus,html body .theme-override-dark .border-top-color-focus-success-font-3:focus-within,html body .theme-override-dark .border-top-color-active-success-font-3[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-3:active{border-top-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-bottom-color-success-font-3,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-3:active,html body .theme-override-dark .border-bottom-color-success-font-3,html body .theme-override-dark .border-bottom-color-hover-success-font-3:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-3:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-3:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-3:active{border-bottom-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-left-color-success-font-3,body[data-theme-mode=dark] .border-left-color-hover-success-font-3:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-3:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-3:active,html body .theme-override-dark .border-left-color-success-font-3,html body .theme-override-dark .border-left-color-hover-success-font-3:hover,html body .theme-override-dark .border-left-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-3:focus,html body .theme-override-dark .border-left-color-focus-success-font-3:focus-within,html body .theme-override-dark .border-left-color-active-success-font-3[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-3:active{border-left-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-right-color-success-font-3,body[data-theme-mode=dark] .border-right-color-hover-success-font-3:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-3:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-3:active,html body .theme-override-dark .border-right-color-success-font-3,html body .theme-override-dark .border-right-color-hover-success-font-3:hover,html body .theme-override-dark .border-right-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-3:focus,html body .theme-override-dark .border-right-color-focus-success-font-3:focus-within,html body .theme-override-dark .border-right-color-active-success-font-3[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-3:active{border-right-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .fill-color-success-font-3,body[data-theme-mode=dark] .fill-color-hover-success-font-3:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-3:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-3:active,html body .theme-override-dark .fill-color-success-font-3,html body .theme-override-dark .fill-color-hover-success-font-3:hover,html body .theme-override-dark .fill-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-3:focus,html body .theme-override-dark .fill-color-focus-success-font-3:focus-within,html body .theme-override-dark .fill-color-active-success-font-3[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-3:active{background-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outline-color-success-font-3,body[data-theme-mode=dark] .outline-color-hover-success-font-3:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-3:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-3:active,html body .theme-override-dark .outline-color-success-font-3,html body .theme-override-dark .outline-color-hover-success-font-3:hover,html body .theme-override-dark .outline-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-3:focus,html body .theme-override-dark .outline-color-focus-success-font-3:focus-within,html body .theme-override-dark .outline-color-active-success-font-3[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-3:active{outline-color:var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outside-border-color-success-font-3,body[data-theme-mode=dark] .outside-border-color-hover-success-font-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-3:active,html body .theme-override-dark .outside-border-color-success-font-3,html body .theme-override-dark .outside-border-color-hover-success-font-3:hover,html body .theme-override-dark .outside-border-color-focus-success-font-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-3:focus,html body .theme-override-dark .outside-border-color-focus-success-font-3:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-3:active{--outside-border-color: var(--color-success-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .font-color-success-font-4,body[data-theme-mode=dark] .font-color-hover-success-font-4:hover,body[data-theme-mode=dark] .font-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-4:focus,body[data-theme-mode=dark] .font-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-4:active,html body .theme-override-dark .font-color-success-font-4,html body .theme-override-dark .font-color-hover-success-font-4:hover,html body .theme-override-dark .font-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-4:focus,html body .theme-override-dark .font-color-focus-success-font-4:focus-within,html body .theme-override-dark .font-color-active-success-font-4[data-selected=true],html body .theme-override-dark .font-color-active-success-font-4:active{color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-color-success-font-4,body[data-theme-mode=dark] .border-color-hover-success-font-4:hover,body[data-theme-mode=dark] .border-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-4:focus,body[data-theme-mode=dark] .border-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-4:active,html body .theme-override-dark .border-color-success-font-4,html body .theme-override-dark .border-color-hover-success-font-4:hover,html body .theme-override-dark .border-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-4:focus,html body .theme-override-dark .border-color-focus-success-font-4:focus-within,html body .theme-override-dark .border-color-active-success-font-4[data-selected=true],html body .theme-override-dark .border-color-active-success-font-4:active{border-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-top-color-success-font-4,body[data-theme-mode=dark] .border-top-color-hover-success-font-4:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-4:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-4:active,html body .theme-override-dark .border-top-color-success-font-4,html body .theme-override-dark .border-top-color-hover-success-font-4:hover,html body .theme-override-dark .border-top-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-4:focus,html body .theme-override-dark .border-top-color-focus-success-font-4:focus-within,html body .theme-override-dark .border-top-color-active-success-font-4[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-4:active{border-top-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-bottom-color-success-font-4,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-4:active,html body .theme-override-dark .border-bottom-color-success-font-4,html body .theme-override-dark .border-bottom-color-hover-success-font-4:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-4:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-4:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-4:active{border-bottom-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-left-color-success-font-4,body[data-theme-mode=dark] .border-left-color-hover-success-font-4:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-4:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-4:active,html body .theme-override-dark .border-left-color-success-font-4,html body .theme-override-dark .border-left-color-hover-success-font-4:hover,html body .theme-override-dark .border-left-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-4:focus,html body .theme-override-dark .border-left-color-focus-success-font-4:focus-within,html body .theme-override-dark .border-left-color-active-success-font-4[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-4:active{border-left-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-right-color-success-font-4,body[data-theme-mode=dark] .border-right-color-hover-success-font-4:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-4:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-4:active,html body .theme-override-dark .border-right-color-success-font-4,html body .theme-override-dark .border-right-color-hover-success-font-4:hover,html body .theme-override-dark .border-right-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-4:focus,html body .theme-override-dark .border-right-color-focus-success-font-4:focus-within,html body .theme-override-dark .border-right-color-active-success-font-4[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-4:active{border-right-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .fill-color-success-font-4,body[data-theme-mode=dark] .fill-color-hover-success-font-4:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-4:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-4:active,html body .theme-override-dark .fill-color-success-font-4,html body .theme-override-dark .fill-color-hover-success-font-4:hover,html body .theme-override-dark .fill-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-4:focus,html body .theme-override-dark .fill-color-focus-success-font-4:focus-within,html body .theme-override-dark .fill-color-active-success-font-4[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-4:active{background-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outline-color-success-font-4,body[data-theme-mode=dark] .outline-color-hover-success-font-4:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-4:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-4:active,html body .theme-override-dark .outline-color-success-font-4,html body .theme-override-dark .outline-color-hover-success-font-4:hover,html body .theme-override-dark .outline-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-4:focus,html body .theme-override-dark .outline-color-focus-success-font-4:focus-within,html body .theme-override-dark .outline-color-active-success-font-4[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-4:active{outline-color:var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outside-border-color-success-font-4,body[data-theme-mode=dark] .outside-border-color-hover-success-font-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-4:active,html body .theme-override-dark .outside-border-color-success-font-4,html body .theme-override-dark .outside-border-color-hover-success-font-4:hover,html body .theme-override-dark .outside-border-color-focus-success-font-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-4:focus,html body .theme-override-dark .outside-border-color-focus-success-font-4:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-4:active{--outside-border-color: var(--color-success-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .font-color-success-font-5,body[data-theme-mode=dark] .font-color-hover-success-font-5:hover,body[data-theme-mode=dark] .font-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-5:focus,body[data-theme-mode=dark] .font-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-5:active,html body .theme-override-dark .font-color-success-font-5,html body .theme-override-dark .font-color-hover-success-font-5:hover,html body .theme-override-dark .font-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-5:focus,html body .theme-override-dark .font-color-focus-success-font-5:focus-within,html body .theme-override-dark .font-color-active-success-font-5[data-selected=true],html body .theme-override-dark .font-color-active-success-font-5:active{color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-color-success-font-5,body[data-theme-mode=dark] .border-color-hover-success-font-5:hover,body[data-theme-mode=dark] .border-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-5:focus,body[data-theme-mode=dark] .border-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-5:active,html body .theme-override-dark .border-color-success-font-5,html body .theme-override-dark .border-color-hover-success-font-5:hover,html body .theme-override-dark .border-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-5:focus,html body .theme-override-dark .border-color-focus-success-font-5:focus-within,html body .theme-override-dark .border-color-active-success-font-5[data-selected=true],html body .theme-override-dark .border-color-active-success-font-5:active{border-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-top-color-success-font-5,body[data-theme-mode=dark] .border-top-color-hover-success-font-5:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-5:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-5:active,html body .theme-override-dark .border-top-color-success-font-5,html body .theme-override-dark .border-top-color-hover-success-font-5:hover,html body .theme-override-dark .border-top-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-5:focus,html body .theme-override-dark .border-top-color-focus-success-font-5:focus-within,html body .theme-override-dark .border-top-color-active-success-font-5[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-5:active{border-top-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-bottom-color-success-font-5,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-5:active,html body .theme-override-dark .border-bottom-color-success-font-5,html body .theme-override-dark .border-bottom-color-hover-success-font-5:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-5:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-5:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-5:active{border-bottom-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-left-color-success-font-5,body[data-theme-mode=dark] .border-left-color-hover-success-font-5:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-5:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-5:active,html body .theme-override-dark .border-left-color-success-font-5,html body .theme-override-dark .border-left-color-hover-success-font-5:hover,html body .theme-override-dark .border-left-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-5:focus,html body .theme-override-dark .border-left-color-focus-success-font-5:focus-within,html body .theme-override-dark .border-left-color-active-success-font-5[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-5:active{border-left-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-right-color-success-font-5,body[data-theme-mode=dark] .border-right-color-hover-success-font-5:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-5:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-5:active,html body .theme-override-dark .border-right-color-success-font-5,html body .theme-override-dark .border-right-color-hover-success-font-5:hover,html body .theme-override-dark .border-right-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-5:focus,html body .theme-override-dark .border-right-color-focus-success-font-5:focus-within,html body .theme-override-dark .border-right-color-active-success-font-5[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-5:active{border-right-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .fill-color-success-font-5,body[data-theme-mode=dark] .fill-color-hover-success-font-5:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-5:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-5:active,html body .theme-override-dark .fill-color-success-font-5,html body .theme-override-dark .fill-color-hover-success-font-5:hover,html body .theme-override-dark .fill-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-5:focus,html body .theme-override-dark .fill-color-focus-success-font-5:focus-within,html body .theme-override-dark .fill-color-active-success-font-5[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-5:active{background-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outline-color-success-font-5,body[data-theme-mode=dark] .outline-color-hover-success-font-5:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-5:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-5:active,html body .theme-override-dark .outline-color-success-font-5,html body .theme-override-dark .outline-color-hover-success-font-5:hover,html body .theme-override-dark .outline-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-5:focus,html body .theme-override-dark .outline-color-focus-success-font-5:focus-within,html body .theme-override-dark .outline-color-active-success-font-5[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-5:active{outline-color:var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outside-border-color-success-font-5,body[data-theme-mode=dark] .outside-border-color-hover-success-font-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-5:active,html body .theme-override-dark .outside-border-color-success-font-5,html body .theme-override-dark .outside-border-color-hover-success-font-5:hover,html body .theme-override-dark .outside-border-color-focus-success-font-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-5:focus,html body .theme-override-dark .outside-border-color-focus-success-font-5:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-5:active{--outside-border-color: var(--color-success-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .font-color-success-shadow-0,body[data-theme-mode=dark] .font-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .font-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .font-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .font-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-shadow-0:active,html body .theme-override-dark .font-color-success-shadow-0,html body .theme-override-dark .font-color-hover-success-shadow-0:hover,html body .theme-override-dark .font-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .font-color-focus-success-shadow-0:focus,html body .theme-override-dark .font-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .font-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .font-color-active-success-shadow-0:active{color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-color-success-shadow-0,body[data-theme-mode=dark] .border-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .border-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .border-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .border-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-shadow-0:active,html body .theme-override-dark .border-color-success-shadow-0,html body .theme-override-dark .border-color-hover-success-shadow-0:hover,html body .theme-override-dark .border-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .border-color-focus-success-shadow-0:focus,html body .theme-override-dark .border-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .border-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .border-color-active-success-shadow-0:active{border-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-top-color-success-shadow-0,body[data-theme-mode=dark] .border-top-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .border-top-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .border-top-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-shadow-0:active,html body .theme-override-dark .border-top-color-success-shadow-0,html body .theme-override-dark .border-top-color-hover-success-shadow-0:hover,html body .theme-override-dark .border-top-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-shadow-0:focus,html body .theme-override-dark .border-top-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .border-top-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .border-top-color-active-success-shadow-0:active{border-top-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-bottom-color-success-shadow-0,body[data-theme-mode=dark] .border-bottom-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-shadow-0:active,html body .theme-override-dark .border-bottom-color-success-shadow-0,html body .theme-override-dark .border-bottom-color-hover-success-shadow-0:hover,html body .theme-override-dark .border-bottom-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-shadow-0:focus,html body .theme-override-dark .border-bottom-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .border-bottom-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-shadow-0:active{border-bottom-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-left-color-success-shadow-0,body[data-theme-mode=dark] .border-left-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .border-left-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .border-left-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-shadow-0:active,html body .theme-override-dark .border-left-color-success-shadow-0,html body .theme-override-dark .border-left-color-hover-success-shadow-0:hover,html body .theme-override-dark .border-left-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-shadow-0:focus,html body .theme-override-dark .border-left-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .border-left-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .border-left-color-active-success-shadow-0:active{border-left-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-right-color-success-shadow-0,body[data-theme-mode=dark] .border-right-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .border-right-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .border-right-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-shadow-0:active,html body .theme-override-dark .border-right-color-success-shadow-0,html body .theme-override-dark .border-right-color-hover-success-shadow-0:hover,html body .theme-override-dark .border-right-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-shadow-0:focus,html body .theme-override-dark .border-right-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .border-right-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .border-right-color-active-success-shadow-0:active{border-right-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .fill-color-success-shadow-0,body[data-theme-mode=dark] .fill-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .fill-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .fill-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .fill-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-shadow-0:active,html body .theme-override-dark .fill-color-success-shadow-0,html body .theme-override-dark .fill-color-hover-success-shadow-0:hover,html body .theme-override-dark .fill-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .fill-color-focus-success-shadow-0:focus,html body .theme-override-dark .fill-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .fill-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .fill-color-active-success-shadow-0:active{background-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outline-color-success-shadow-0,body[data-theme-mode=dark] .outline-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .outline-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .outline-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .outline-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-shadow-0:active,html body .theme-override-dark .outline-color-success-shadow-0,html body .theme-override-dark .outline-color-hover-success-shadow-0:hover,html body .theme-override-dark .outline-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .outline-color-focus-success-shadow-0:focus,html body .theme-override-dark .outline-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .outline-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .outline-color-active-success-shadow-0:active{outline-color:var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outside-border-color-success-shadow-0,body[data-theme-mode=dark] .outside-border-color-hover-success-shadow-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-shadow-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-shadow-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-shadow-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-shadow-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-shadow-0:active,html body .theme-override-dark .outside-border-color-success-shadow-0,html body .theme-override-dark .outside-border-color-hover-success-shadow-0:hover,html body .theme-override-dark .outside-border-color-focus-success-shadow-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-shadow-0:focus,html body .theme-override-dark .outside-border-color-focus-success-shadow-0:focus-within,html body .theme-override-dark .outside-border-color-active-success-shadow-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-shadow-0:active{--outside-border-color: var(--color-success-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .font-color-success-primary,body[data-theme-mode=dark] .font-color-hover-success-primary:hover,body[data-theme-mode=dark] .font-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-primary:focus,body[data-theme-mode=dark] .font-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .font-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-primary:active,html body .theme-override-dark .font-color-success-primary,html body .theme-override-dark .font-color-hover-success-primary:hover,html body .theme-override-dark .font-color-focus-success-primary[data-focused=true],html body .theme-override-dark .font-color-focus-success-primary:focus,html body .theme-override-dark .font-color-focus-success-primary:focus-within,html body .theme-override-dark .font-color-active-success-primary[data-selected=true],html body .theme-override-dark .font-color-active-success-primary:active{color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-color-success-primary,body[data-theme-mode=dark] .border-color-hover-success-primary:hover,body[data-theme-mode=dark] .border-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-primary:focus,body[data-theme-mode=dark] .border-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .border-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-primary:active,html body .theme-override-dark .border-color-success-primary,html body .theme-override-dark .border-color-hover-success-primary:hover,html body .theme-override-dark .border-color-focus-success-primary[data-focused=true],html body .theme-override-dark .border-color-focus-success-primary:focus,html body .theme-override-dark .border-color-focus-success-primary:focus-within,html body .theme-override-dark .border-color-active-success-primary[data-selected=true],html body .theme-override-dark .border-color-active-success-primary:active{border-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-top-color-success-primary,body[data-theme-mode=dark] .border-top-color-hover-success-primary:hover,body[data-theme-mode=dark] .border-top-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-primary:focus,body[data-theme-mode=dark] .border-top-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-primary:active,html body .theme-override-dark .border-top-color-success-primary,html body .theme-override-dark .border-top-color-hover-success-primary:hover,html body .theme-override-dark .border-top-color-focus-success-primary[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-primary:focus,html body .theme-override-dark .border-top-color-focus-success-primary:focus-within,html body .theme-override-dark .border-top-color-active-success-primary[data-selected=true],html body .theme-override-dark .border-top-color-active-success-primary:active{border-top-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-bottom-color-success-primary,body[data-theme-mode=dark] .border-bottom-color-hover-success-primary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-primary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-primary:active,html body .theme-override-dark .border-bottom-color-success-primary,html body .theme-override-dark .border-bottom-color-hover-success-primary:hover,html body .theme-override-dark .border-bottom-color-focus-success-primary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-primary:focus,html body .theme-override-dark .border-bottom-color-focus-success-primary:focus-within,html body .theme-override-dark .border-bottom-color-active-success-primary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-primary:active{border-bottom-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-left-color-success-primary,body[data-theme-mode=dark] .border-left-color-hover-success-primary:hover,body[data-theme-mode=dark] .border-left-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-primary:focus,body[data-theme-mode=dark] .border-left-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-primary:active,html body .theme-override-dark .border-left-color-success-primary,html body .theme-override-dark .border-left-color-hover-success-primary:hover,html body .theme-override-dark .border-left-color-focus-success-primary[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-primary:focus,html body .theme-override-dark .border-left-color-focus-success-primary:focus-within,html body .theme-override-dark .border-left-color-active-success-primary[data-selected=true],html body .theme-override-dark .border-left-color-active-success-primary:active{border-left-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-right-color-success-primary,body[data-theme-mode=dark] .border-right-color-hover-success-primary:hover,body[data-theme-mode=dark] .border-right-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-primary:focus,body[data-theme-mode=dark] .border-right-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-primary:active,html body .theme-override-dark .border-right-color-success-primary,html body .theme-override-dark .border-right-color-hover-success-primary:hover,html body .theme-override-dark .border-right-color-focus-success-primary[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-primary:focus,html body .theme-override-dark .border-right-color-focus-success-primary:focus-within,html body .theme-override-dark .border-right-color-active-success-primary[data-selected=true],html body .theme-override-dark .border-right-color-active-success-primary:active{border-right-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .fill-color-success-primary,body[data-theme-mode=dark] .fill-color-hover-success-primary:hover,body[data-theme-mode=dark] .fill-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-primary:focus,body[data-theme-mode=dark] .fill-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .fill-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-primary:active,html body .theme-override-dark .fill-color-success-primary,html body .theme-override-dark .fill-color-hover-success-primary:hover,html body .theme-override-dark .fill-color-focus-success-primary[data-focused=true],html body .theme-override-dark .fill-color-focus-success-primary:focus,html body .theme-override-dark .fill-color-focus-success-primary:focus-within,html body .theme-override-dark .fill-color-active-success-primary[data-selected=true],html body .theme-override-dark .fill-color-active-success-primary:active{background-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outline-color-success-primary,body[data-theme-mode=dark] .outline-color-hover-success-primary:hover,body[data-theme-mode=dark] .outline-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-primary:focus,body[data-theme-mode=dark] .outline-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .outline-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-primary:active,html body .theme-override-dark .outline-color-success-primary,html body .theme-override-dark .outline-color-hover-success-primary:hover,html body .theme-override-dark .outline-color-focus-success-primary[data-focused=true],html body .theme-override-dark .outline-color-focus-success-primary:focus,html body .theme-override-dark .outline-color-focus-success-primary:focus-within,html body .theme-override-dark .outline-color-active-success-primary[data-selected=true],html body .theme-override-dark .outline-color-active-success-primary:active{outline-color:var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outside-border-color-success-primary,body[data-theme-mode=dark] .outside-border-color-hover-success-primary:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-primary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-primary:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-primary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-primary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-primary:active,html body .theme-override-dark .outside-border-color-success-primary,html body .theme-override-dark .outside-border-color-hover-success-primary:hover,html body .theme-override-dark .outside-border-color-focus-success-primary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-primary:focus,html body .theme-override-dark .outside-border-color-focus-success-primary:focus-within,html body .theme-override-dark .outside-border-color-active-success-primary[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-primary:active{--outside-border-color: var(--color-success-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .font-color-success-primary-foreground,body[data-theme-mode=dark] .font-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-primary-foreground:active,html body .theme-override-dark .font-color-success-primary-foreground,html body .theme-override-dark .font-color-hover-success-primary-foreground:hover,html body .theme-override-dark .font-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-success-primary-foreground:focus,html body .theme-override-dark .font-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .font-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-success-primary-foreground:active{color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-color-success-primary-foreground,body[data-theme-mode=dark] .border-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-primary-foreground:active,html body .theme-override-dark .border-color-success-primary-foreground,html body .theme-override-dark .border-color-hover-success-primary-foreground:hover,html body .theme-override-dark .border-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-success-primary-foreground:focus,html body .theme-override-dark .border-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .border-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-success-primary-foreground:active{border-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-top-color-success-primary-foreground,body[data-theme-mode=dark] .border-top-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-primary-foreground:active,html body .theme-override-dark .border-top-color-success-primary-foreground,html body .theme-override-dark .border-top-color-hover-success-primary-foreground:hover,html body .theme-override-dark .border-top-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-primary-foreground:focus,html body .theme-override-dark .border-top-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-success-primary-foreground:active{border-top-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-bottom-color-success-primary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-primary-foreground:active,html body .theme-override-dark .border-bottom-color-success-primary-foreground,html body .theme-override-dark .border-bottom-color-hover-success-primary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-primary-foreground:active{border-bottom-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-left-color-success-primary-foreground,body[data-theme-mode=dark] .border-left-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-primary-foreground:active,html body .theme-override-dark .border-left-color-success-primary-foreground,html body .theme-override-dark .border-left-color-hover-success-primary-foreground:hover,html body .theme-override-dark .border-left-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-primary-foreground:focus,html body .theme-override-dark .border-left-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-success-primary-foreground:active{border-left-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-right-color-success-primary-foreground,body[data-theme-mode=dark] .border-right-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-primary-foreground:active,html body .theme-override-dark .border-right-color-success-primary-foreground,html body .theme-override-dark .border-right-color-hover-success-primary-foreground:hover,html body .theme-override-dark .border-right-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-primary-foreground:focus,html body .theme-override-dark .border-right-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-success-primary-foreground:active{border-right-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .fill-color-success-primary-foreground,body[data-theme-mode=dark] .fill-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-primary-foreground:active,html body .theme-override-dark .fill-color-success-primary-foreground,html body .theme-override-dark .fill-color-hover-success-primary-foreground:hover,html body .theme-override-dark .fill-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-success-primary-foreground:focus,html body .theme-override-dark .fill-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .fill-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-success-primary-foreground:active{background-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outline-color-success-primary-foreground,body[data-theme-mode=dark] .outline-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-primary-foreground:active,html body .theme-override-dark .outline-color-success-primary-foreground,html body .theme-override-dark .outline-color-hover-success-primary-foreground:hover,html body .theme-override-dark .outline-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-success-primary-foreground:focus,html body .theme-override-dark .outline-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .outline-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-success-primary-foreground:active{outline-color:var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outside-border-color-success-primary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-success-primary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-primary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-primary-foreground:active,html body .theme-override-dark .outside-border-color-success-primary-foreground,html body .theme-override-dark .outside-border-color-hover-success-primary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-success-primary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-primary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-success-primary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-success-primary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-primary-foreground:active{--outside-border-color: var(--color-success-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .font-color-success-secondary,body[data-theme-mode=dark] .font-color-hover-success-secondary:hover,body[data-theme-mode=dark] .font-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-secondary:focus,body[data-theme-mode=dark] .font-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .font-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-secondary:active,html body .theme-override-dark .font-color-success-secondary,html body .theme-override-dark .font-color-hover-success-secondary:hover,html body .theme-override-dark .font-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .font-color-focus-success-secondary:focus,html body .theme-override-dark .font-color-focus-success-secondary:focus-within,html body .theme-override-dark .font-color-active-success-secondary[data-selected=true],html body .theme-override-dark .font-color-active-success-secondary:active{color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-color-success-secondary,body[data-theme-mode=dark] .border-color-hover-success-secondary:hover,body[data-theme-mode=dark] .border-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-secondary:focus,body[data-theme-mode=dark] .border-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .border-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-secondary:active,html body .theme-override-dark .border-color-success-secondary,html body .theme-override-dark .border-color-hover-success-secondary:hover,html body .theme-override-dark .border-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .border-color-focus-success-secondary:focus,html body .theme-override-dark .border-color-focus-success-secondary:focus-within,html body .theme-override-dark .border-color-active-success-secondary[data-selected=true],html body .theme-override-dark .border-color-active-success-secondary:active{border-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-top-color-success-secondary,body[data-theme-mode=dark] .border-top-color-hover-success-secondary:hover,body[data-theme-mode=dark] .border-top-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-secondary:focus,body[data-theme-mode=dark] .border-top-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-secondary:active,html body .theme-override-dark .border-top-color-success-secondary,html body .theme-override-dark .border-top-color-hover-success-secondary:hover,html body .theme-override-dark .border-top-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-secondary:focus,html body .theme-override-dark .border-top-color-focus-success-secondary:focus-within,html body .theme-override-dark .border-top-color-active-success-secondary[data-selected=true],html body .theme-override-dark .border-top-color-active-success-secondary:active{border-top-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-bottom-color-success-secondary,body[data-theme-mode=dark] .border-bottom-color-hover-success-secondary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-secondary:active,html body .theme-override-dark .border-bottom-color-success-secondary,html body .theme-override-dark .border-bottom-color-hover-success-secondary:hover,html body .theme-override-dark .border-bottom-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-secondary:focus,html body .theme-override-dark .border-bottom-color-focus-success-secondary:focus-within,html body .theme-override-dark .border-bottom-color-active-success-secondary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-secondary:active{border-bottom-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-left-color-success-secondary,body[data-theme-mode=dark] .border-left-color-hover-success-secondary:hover,body[data-theme-mode=dark] .border-left-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-secondary:focus,body[data-theme-mode=dark] .border-left-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-secondary:active,html body .theme-override-dark .border-left-color-success-secondary,html body .theme-override-dark .border-left-color-hover-success-secondary:hover,html body .theme-override-dark .border-left-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-secondary:focus,html body .theme-override-dark .border-left-color-focus-success-secondary:focus-within,html body .theme-override-dark .border-left-color-active-success-secondary[data-selected=true],html body .theme-override-dark .border-left-color-active-success-secondary:active{border-left-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-right-color-success-secondary,body[data-theme-mode=dark] .border-right-color-hover-success-secondary:hover,body[data-theme-mode=dark] .border-right-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-secondary:focus,body[data-theme-mode=dark] .border-right-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-secondary:active,html body .theme-override-dark .border-right-color-success-secondary,html body .theme-override-dark .border-right-color-hover-success-secondary:hover,html body .theme-override-dark .border-right-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-secondary:focus,html body .theme-override-dark .border-right-color-focus-success-secondary:focus-within,html body .theme-override-dark .border-right-color-active-success-secondary[data-selected=true],html body .theme-override-dark .border-right-color-active-success-secondary:active{border-right-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .fill-color-success-secondary,body[data-theme-mode=dark] .fill-color-hover-success-secondary:hover,body[data-theme-mode=dark] .fill-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-secondary:focus,body[data-theme-mode=dark] .fill-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .fill-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-secondary:active,html body .theme-override-dark .fill-color-success-secondary,html body .theme-override-dark .fill-color-hover-success-secondary:hover,html body .theme-override-dark .fill-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .fill-color-focus-success-secondary:focus,html body .theme-override-dark .fill-color-focus-success-secondary:focus-within,html body .theme-override-dark .fill-color-active-success-secondary[data-selected=true],html body .theme-override-dark .fill-color-active-success-secondary:active{background-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outline-color-success-secondary,body[data-theme-mode=dark] .outline-color-hover-success-secondary:hover,body[data-theme-mode=dark] .outline-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-secondary:focus,body[data-theme-mode=dark] .outline-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .outline-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-secondary:active,html body .theme-override-dark .outline-color-success-secondary,html body .theme-override-dark .outline-color-hover-success-secondary:hover,html body .theme-override-dark .outline-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .outline-color-focus-success-secondary:focus,html body .theme-override-dark .outline-color-focus-success-secondary:focus-within,html body .theme-override-dark .outline-color-active-success-secondary[data-selected=true],html body .theme-override-dark .outline-color-active-success-secondary:active{outline-color:var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outside-border-color-success-secondary,body[data-theme-mode=dark] .outside-border-color-hover-success-secondary:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-secondary:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-secondary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-secondary:active,html body .theme-override-dark .outside-border-color-success-secondary,html body .theme-override-dark .outside-border-color-hover-success-secondary:hover,html body .theme-override-dark .outside-border-color-focus-success-secondary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-secondary:focus,html body .theme-override-dark .outside-border-color-focus-success-secondary:focus-within,html body .theme-override-dark .outside-border-color-active-success-secondary[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-secondary:active{--outside-border-color: var(--color-success-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .font-color-success-secondary-foreground,body[data-theme-mode=dark] .font-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-secondary-foreground:active,html body .theme-override-dark .font-color-success-secondary-foreground,html body .theme-override-dark .font-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .font-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .font-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .font-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-success-secondary-foreground:active{color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-color-success-secondary-foreground,body[data-theme-mode=dark] .border-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-secondary-foreground:active,html body .theme-override-dark .border-color-success-secondary-foreground,html body .theme-override-dark .border-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .border-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .border-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .border-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-success-secondary-foreground:active{border-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-top-color-success-secondary-foreground,body[data-theme-mode=dark] .border-top-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-secondary-foreground:active,html body .theme-override-dark .border-top-color-success-secondary-foreground,html body .theme-override-dark .border-top-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .border-top-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .border-top-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-success-secondary-foreground:active{border-top-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-bottom-color-success-secondary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-secondary-foreground:active,html body .theme-override-dark .border-bottom-color-success-secondary-foreground,html body .theme-override-dark .border-bottom-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-secondary-foreground:active{border-bottom-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-left-color-success-secondary-foreground,body[data-theme-mode=dark] .border-left-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-secondary-foreground:active,html body .theme-override-dark .border-left-color-success-secondary-foreground,html body .theme-override-dark .border-left-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .border-left-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .border-left-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-success-secondary-foreground:active{border-left-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-right-color-success-secondary-foreground,body[data-theme-mode=dark] .border-right-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-secondary-foreground:active,html body .theme-override-dark .border-right-color-success-secondary-foreground,html body .theme-override-dark .border-right-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .border-right-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .border-right-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-success-secondary-foreground:active{border-right-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .fill-color-success-secondary-foreground,body[data-theme-mode=dark] .fill-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-secondary-foreground:active,html body .theme-override-dark .fill-color-success-secondary-foreground,html body .theme-override-dark .fill-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .fill-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .fill-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .fill-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-success-secondary-foreground:active{background-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outline-color-success-secondary-foreground,body[data-theme-mode=dark] .outline-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-secondary-foreground:active,html body .theme-override-dark .outline-color-success-secondary-foreground,html body .theme-override-dark .outline-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .outline-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .outline-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .outline-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-success-secondary-foreground:active{outline-color:var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outside-border-color-success-secondary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-success-secondary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-secondary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-secondary-foreground:active,html body .theme-override-dark .outside-border-color-success-secondary-foreground,html body .theme-override-dark .outside-border-color-hover-success-secondary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-success-secondary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-success-secondary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-secondary-foreground:active{--outside-border-color: var(--color-success-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .font-color-success-accent,body[data-theme-mode=dark] .font-color-hover-success-accent:hover,body[data-theme-mode=dark] .font-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-accent:focus,body[data-theme-mode=dark] .font-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .font-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-accent:active,html body .theme-override-dark .font-color-success-accent,html body .theme-override-dark .font-color-hover-success-accent:hover,html body .theme-override-dark .font-color-focus-success-accent[data-focused=true],html body .theme-override-dark .font-color-focus-success-accent:focus,html body .theme-override-dark .font-color-focus-success-accent:focus-within,html body .theme-override-dark .font-color-active-success-accent[data-selected=true],html body .theme-override-dark .font-color-active-success-accent:active{color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-color-success-accent,body[data-theme-mode=dark] .border-color-hover-success-accent:hover,body[data-theme-mode=dark] .border-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-accent:focus,body[data-theme-mode=dark] .border-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .border-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-accent:active,html body .theme-override-dark .border-color-success-accent,html body .theme-override-dark .border-color-hover-success-accent:hover,html body .theme-override-dark .border-color-focus-success-accent[data-focused=true],html body .theme-override-dark .border-color-focus-success-accent:focus,html body .theme-override-dark .border-color-focus-success-accent:focus-within,html body .theme-override-dark .border-color-active-success-accent[data-selected=true],html body .theme-override-dark .border-color-active-success-accent:active{border-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-top-color-success-accent,body[data-theme-mode=dark] .border-top-color-hover-success-accent:hover,body[data-theme-mode=dark] .border-top-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-accent:focus,body[data-theme-mode=dark] .border-top-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-accent:active,html body .theme-override-dark .border-top-color-success-accent,html body .theme-override-dark .border-top-color-hover-success-accent:hover,html body .theme-override-dark .border-top-color-focus-success-accent[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-accent:focus,html body .theme-override-dark .border-top-color-focus-success-accent:focus-within,html body .theme-override-dark .border-top-color-active-success-accent[data-selected=true],html body .theme-override-dark .border-top-color-active-success-accent:active{border-top-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-bottom-color-success-accent,body[data-theme-mode=dark] .border-bottom-color-hover-success-accent:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-accent:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-accent:active,html body .theme-override-dark .border-bottom-color-success-accent,html body .theme-override-dark .border-bottom-color-hover-success-accent:hover,html body .theme-override-dark .border-bottom-color-focus-success-accent[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-accent:focus,html body .theme-override-dark .border-bottom-color-focus-success-accent:focus-within,html body .theme-override-dark .border-bottom-color-active-success-accent[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-accent:active{border-bottom-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-left-color-success-accent,body[data-theme-mode=dark] .border-left-color-hover-success-accent:hover,body[data-theme-mode=dark] .border-left-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-accent:focus,body[data-theme-mode=dark] .border-left-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-accent:active,html body .theme-override-dark .border-left-color-success-accent,html body .theme-override-dark .border-left-color-hover-success-accent:hover,html body .theme-override-dark .border-left-color-focus-success-accent[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-accent:focus,html body .theme-override-dark .border-left-color-focus-success-accent:focus-within,html body .theme-override-dark .border-left-color-active-success-accent[data-selected=true],html body .theme-override-dark .border-left-color-active-success-accent:active{border-left-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-right-color-success-accent,body[data-theme-mode=dark] .border-right-color-hover-success-accent:hover,body[data-theme-mode=dark] .border-right-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-accent:focus,body[data-theme-mode=dark] .border-right-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-accent:active,html body .theme-override-dark .border-right-color-success-accent,html body .theme-override-dark .border-right-color-hover-success-accent:hover,html body .theme-override-dark .border-right-color-focus-success-accent[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-accent:focus,html body .theme-override-dark .border-right-color-focus-success-accent:focus-within,html body .theme-override-dark .border-right-color-active-success-accent[data-selected=true],html body .theme-override-dark .border-right-color-active-success-accent:active{border-right-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .fill-color-success-accent,body[data-theme-mode=dark] .fill-color-hover-success-accent:hover,body[data-theme-mode=dark] .fill-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-accent:focus,body[data-theme-mode=dark] .fill-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .fill-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-accent:active,html body .theme-override-dark .fill-color-success-accent,html body .theme-override-dark .fill-color-hover-success-accent:hover,html body .theme-override-dark .fill-color-focus-success-accent[data-focused=true],html body .theme-override-dark .fill-color-focus-success-accent:focus,html body .theme-override-dark .fill-color-focus-success-accent:focus-within,html body .theme-override-dark .fill-color-active-success-accent[data-selected=true],html body .theme-override-dark .fill-color-active-success-accent:active{background-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outline-color-success-accent,body[data-theme-mode=dark] .outline-color-hover-success-accent:hover,body[data-theme-mode=dark] .outline-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-accent:focus,body[data-theme-mode=dark] .outline-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .outline-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-accent:active,html body .theme-override-dark .outline-color-success-accent,html body .theme-override-dark .outline-color-hover-success-accent:hover,html body .theme-override-dark .outline-color-focus-success-accent[data-focused=true],html body .theme-override-dark .outline-color-focus-success-accent:focus,html body .theme-override-dark .outline-color-focus-success-accent:focus-within,html body .theme-override-dark .outline-color-active-success-accent[data-selected=true],html body .theme-override-dark .outline-color-active-success-accent:active{outline-color:var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outside-border-color-success-accent,body[data-theme-mode=dark] .outside-border-color-hover-success-accent:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-accent[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-accent:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-accent:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-accent[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-accent:active,html body .theme-override-dark .outside-border-color-success-accent,html body .theme-override-dark .outside-border-color-hover-success-accent:hover,html body .theme-override-dark .outside-border-color-focus-success-accent[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-accent:focus,html body .theme-override-dark .outside-border-color-focus-success-accent:focus-within,html body .theme-override-dark .outside-border-color-active-success-accent[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-accent:active{--outside-border-color: var(--color-success-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .font-color-success-accent-foreground,body[data-theme-mode=dark] .font-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .font-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .font-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-accent-foreground:active,html body .theme-override-dark .font-color-success-accent-foreground,html body .theme-override-dark .font-color-hover-success-accent-foreground:hover,html body .theme-override-dark .font-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-success-accent-foreground:focus,html body .theme-override-dark .font-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .font-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .font-color-active-success-accent-foreground:active{color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-color-success-accent-foreground,body[data-theme-mode=dark] .border-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .border-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .border-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-accent-foreground:active,html body .theme-override-dark .border-color-success-accent-foreground,html body .theme-override-dark .border-color-hover-success-accent-foreground:hover,html body .theme-override-dark .border-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-success-accent-foreground:focus,html body .theme-override-dark .border-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .border-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .border-color-active-success-accent-foreground:active{border-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-top-color-success-accent-foreground,body[data-theme-mode=dark] .border-top-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-accent-foreground:active,html body .theme-override-dark .border-top-color-success-accent-foreground,html body .theme-override-dark .border-top-color-hover-success-accent-foreground:hover,html body .theme-override-dark .border-top-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-accent-foreground:focus,html body .theme-override-dark .border-top-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .border-top-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-success-accent-foreground:active{border-top-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-bottom-color-success-accent-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-accent-foreground:active,html body .theme-override-dark .border-bottom-color-success-accent-foreground,html body .theme-override-dark .border-bottom-color-hover-success-accent-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-accent-foreground:active{border-bottom-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-left-color-success-accent-foreground,body[data-theme-mode=dark] .border-left-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-accent-foreground:active,html body .theme-override-dark .border-left-color-success-accent-foreground,html body .theme-override-dark .border-left-color-hover-success-accent-foreground:hover,html body .theme-override-dark .border-left-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-accent-foreground:focus,html body .theme-override-dark .border-left-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .border-left-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-success-accent-foreground:active{border-left-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-right-color-success-accent-foreground,body[data-theme-mode=dark] .border-right-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-accent-foreground:active,html body .theme-override-dark .border-right-color-success-accent-foreground,html body .theme-override-dark .border-right-color-hover-success-accent-foreground:hover,html body .theme-override-dark .border-right-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-accent-foreground:focus,html body .theme-override-dark .border-right-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .border-right-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-success-accent-foreground:active{border-right-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .fill-color-success-accent-foreground,body[data-theme-mode=dark] .fill-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-accent-foreground:active,html body .theme-override-dark .fill-color-success-accent-foreground,html body .theme-override-dark .fill-color-hover-success-accent-foreground:hover,html body .theme-override-dark .fill-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-success-accent-foreground:focus,html body .theme-override-dark .fill-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .fill-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-success-accent-foreground:active{background-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outline-color-success-accent-foreground,body[data-theme-mode=dark] .outline-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-accent-foreground:active,html body .theme-override-dark .outline-color-success-accent-foreground,html body .theme-override-dark .outline-color-hover-success-accent-foreground:hover,html body .theme-override-dark .outline-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-success-accent-foreground:focus,html body .theme-override-dark .outline-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .outline-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-success-accent-foreground:active{outline-color:var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outside-border-color-success-accent-foreground,body[data-theme-mode=dark] .outside-border-color-hover-success-accent-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-accent-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-accent-foreground:active,html body .theme-override-dark .outside-border-color-success-accent-foreground,html body .theme-override-dark .outside-border-color-hover-success-accent-foreground:hover,html body .theme-override-dark .outside-border-color-focus-success-accent-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-accent-foreground:focus,html body .theme-override-dark .outside-border-color-focus-success-accent-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-success-accent-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-accent-foreground:active{--outside-border-color: var(--color-success-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .font-color-success-background,body[data-theme-mode=dark] .font-color-hover-success-background:hover,body[data-theme-mode=dark] .font-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background:focus,body[data-theme-mode=dark] .font-color-focus-success-background:focus-within,body[data-theme-mode=dark] .font-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background:active,html body .theme-override-dark .font-color-success-background,html body .theme-override-dark .font-color-hover-success-background:hover,html body .theme-override-dark .font-color-focus-success-background[data-focused=true],html body .theme-override-dark .font-color-focus-success-background:focus,html body .theme-override-dark .font-color-focus-success-background:focus-within,html body .theme-override-dark .font-color-active-success-background[data-selected=true],html body .theme-override-dark .font-color-active-success-background:active{color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-color-success-background,body[data-theme-mode=dark] .border-color-hover-success-background:hover,body[data-theme-mode=dark] .border-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background:focus,body[data-theme-mode=dark] .border-color-focus-success-background:focus-within,body[data-theme-mode=dark] .border-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background:active,html body .theme-override-dark .border-color-success-background,html body .theme-override-dark .border-color-hover-success-background:hover,html body .theme-override-dark .border-color-focus-success-background[data-focused=true],html body .theme-override-dark .border-color-focus-success-background:focus,html body .theme-override-dark .border-color-focus-success-background:focus-within,html body .theme-override-dark .border-color-active-success-background[data-selected=true],html body .theme-override-dark .border-color-active-success-background:active{border-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-top-color-success-background,body[data-theme-mode=dark] .border-top-color-hover-success-background:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background:active,html body .theme-override-dark .border-top-color-success-background,html body .theme-override-dark .border-top-color-hover-success-background:hover,html body .theme-override-dark .border-top-color-focus-success-background[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background:focus,html body .theme-override-dark .border-top-color-focus-success-background:focus-within,html body .theme-override-dark .border-top-color-active-success-background[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background:active{border-top-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-bottom-color-success-background,body[data-theme-mode=dark] .border-bottom-color-hover-success-background:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background:active,html body .theme-override-dark .border-bottom-color-success-background,html body .theme-override-dark .border-bottom-color-hover-success-background:hover,html body .theme-override-dark .border-bottom-color-focus-success-background[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background:focus,html body .theme-override-dark .border-bottom-color-focus-success-background:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background:active{border-bottom-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-left-color-success-background,body[data-theme-mode=dark] .border-left-color-hover-success-background:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background:active,html body .theme-override-dark .border-left-color-success-background,html body .theme-override-dark .border-left-color-hover-success-background:hover,html body .theme-override-dark .border-left-color-focus-success-background[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background:focus,html body .theme-override-dark .border-left-color-focus-success-background:focus-within,html body .theme-override-dark .border-left-color-active-success-background[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background:active{border-left-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-right-color-success-background,body[data-theme-mode=dark] .border-right-color-hover-success-background:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background:active,html body .theme-override-dark .border-right-color-success-background,html body .theme-override-dark .border-right-color-hover-success-background:hover,html body .theme-override-dark .border-right-color-focus-success-background[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background:focus,html body .theme-override-dark .border-right-color-focus-success-background:focus-within,html body .theme-override-dark .border-right-color-active-success-background[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background:active{border-right-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .fill-color-success-background,body[data-theme-mode=dark] .fill-color-hover-success-background:hover,body[data-theme-mode=dark] .fill-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background:focus,body[data-theme-mode=dark] .fill-color-focus-success-background:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background:active,html body .theme-override-dark .fill-color-success-background,html body .theme-override-dark .fill-color-hover-success-background:hover,html body .theme-override-dark .fill-color-focus-success-background[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background:focus,html body .theme-override-dark .fill-color-focus-success-background:focus-within,html body .theme-override-dark .fill-color-active-success-background[data-selected=true],html body .theme-override-dark .fill-color-active-success-background:active{background-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .outline-color-success-background,body[data-theme-mode=dark] .outline-color-hover-success-background:hover,body[data-theme-mode=dark] .outline-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background:focus,body[data-theme-mode=dark] .outline-color-focus-success-background:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background:active,html body .theme-override-dark .outline-color-success-background,html body .theme-override-dark .outline-color-hover-success-background:hover,html body .theme-override-dark .outline-color-focus-success-background[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background:focus,html body .theme-override-dark .outline-color-focus-success-background:focus-within,html body .theme-override-dark .outline-color-active-success-background[data-selected=true],html body .theme-override-dark .outline-color-active-success-background:active{outline-color:var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .outside-border-color-success-background,body[data-theme-mode=dark] .outside-border-color-hover-success-background:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background:active,html body .theme-override-dark .outside-border-color-success-background,html body .theme-override-dark .outside-border-color-hover-success-background:hover,html body .theme-override-dark .outside-border-color-focus-success-background[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background:focus,html body .theme-override-dark .outside-border-color-focus-success-background:focus-within,html body .theme-override-dark .outside-border-color-active-success-background[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background:active{--outside-border-color: var(--color-success-background, var(--color-dark-background))}body[data-theme-mode=dark] .font-color-success-background-surface,body[data-theme-mode=dark] .font-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .font-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .font-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-surface:active,html body .theme-override-dark .font-color-success-background-surface,html body .theme-override-dark .font-color-hover-success-background-surface:hover,html body .theme-override-dark .font-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-surface:focus,html body .theme-override-dark .font-color-focus-success-background-surface:focus-within,html body .theme-override-dark .font-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .font-color-active-success-background-surface:active{color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-color-success-background-surface,body[data-theme-mode=dark] .border-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .border-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .border-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-surface:active,html body .theme-override-dark .border-color-success-background-surface,html body .theme-override-dark .border-color-hover-success-background-surface:hover,html body .theme-override-dark .border-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-surface:focus,html body .theme-override-dark .border-color-focus-success-background-surface:focus-within,html body .theme-override-dark .border-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .border-color-active-success-background-surface:active{border-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-top-color-success-background-surface,body[data-theme-mode=dark] .border-top-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-surface:active,html body .theme-override-dark .border-top-color-success-background-surface,html body .theme-override-dark .border-top-color-hover-success-background-surface:hover,html body .theme-override-dark .border-top-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-surface:focus,html body .theme-override-dark .border-top-color-focus-success-background-surface:focus-within,html body .theme-override-dark .border-top-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-surface:active{border-top-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-bottom-color-success-background-surface,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-surface:active,html body .theme-override-dark .border-bottom-color-success-background-surface,html body .theme-override-dark .border-bottom-color-hover-success-background-surface:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-surface:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-surface:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-surface:active{border-bottom-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-left-color-success-background-surface,body[data-theme-mode=dark] .border-left-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-surface:active,html body .theme-override-dark .border-left-color-success-background-surface,html body .theme-override-dark .border-left-color-hover-success-background-surface:hover,html body .theme-override-dark .border-left-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-surface:focus,html body .theme-override-dark .border-left-color-focus-success-background-surface:focus-within,html body .theme-override-dark .border-left-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-surface:active{border-left-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-right-color-success-background-surface,body[data-theme-mode=dark] .border-right-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-surface:active,html body .theme-override-dark .border-right-color-success-background-surface,html body .theme-override-dark .border-right-color-hover-success-background-surface:hover,html body .theme-override-dark .border-right-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-surface:focus,html body .theme-override-dark .border-right-color-focus-success-background-surface:focus-within,html body .theme-override-dark .border-right-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-surface:active{border-right-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .fill-color-success-background-surface,body[data-theme-mode=dark] .fill-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-surface:active,html body .theme-override-dark .fill-color-success-background-surface,html body .theme-override-dark .fill-color-hover-success-background-surface:hover,html body .theme-override-dark .fill-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-surface:focus,html body .theme-override-dark .fill-color-focus-success-background-surface:focus-within,html body .theme-override-dark .fill-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-surface:active{background-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outline-color-success-background-surface,body[data-theme-mode=dark] .outline-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-surface:active,html body .theme-override-dark .outline-color-success-background-surface,html body .theme-override-dark .outline-color-hover-success-background-surface:hover,html body .theme-override-dark .outline-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-surface:focus,html body .theme-override-dark .outline-color-focus-success-background-surface:focus-within,html body .theme-override-dark .outline-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-surface:active{outline-color:var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outside-border-color-success-background-surface,body[data-theme-mode=dark] .outside-border-color-hover-success-background-surface:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-surface[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-surface:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-surface:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-surface[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-surface:active,html body .theme-override-dark .outside-border-color-success-background-surface,html body .theme-override-dark .outside-border-color-hover-success-background-surface:hover,html body .theme-override-dark .outside-border-color-focus-success-background-surface[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-surface:focus,html body .theme-override-dark .outside-border-color-focus-success-background-surface:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-surface[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-surface:active{--outside-border-color: var(--color-success-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .font-color-success-background-ghost,body[data-theme-mode=dark] .font-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .font-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .font-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-ghost:active,html body .theme-override-dark .font-color-success-background-ghost,html body .theme-override-dark .font-color-hover-success-background-ghost:hover,html body .theme-override-dark .font-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-ghost:focus,html body .theme-override-dark .font-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .font-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .font-color-active-success-background-ghost:active{color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-color-success-background-ghost,body[data-theme-mode=dark] .border-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .border-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .border-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-ghost:active,html body .theme-override-dark .border-color-success-background-ghost,html body .theme-override-dark .border-color-hover-success-background-ghost:hover,html body .theme-override-dark .border-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-ghost:focus,html body .theme-override-dark .border-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .border-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .border-color-active-success-background-ghost:active{border-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-top-color-success-background-ghost,body[data-theme-mode=dark] .border-top-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-ghost:active,html body .theme-override-dark .border-top-color-success-background-ghost,html body .theme-override-dark .border-top-color-hover-success-background-ghost:hover,html body .theme-override-dark .border-top-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-ghost:focus,html body .theme-override-dark .border-top-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .border-top-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-ghost:active{border-top-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-bottom-color-success-background-ghost,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-ghost:active,html body .theme-override-dark .border-bottom-color-success-background-ghost,html body .theme-override-dark .border-bottom-color-hover-success-background-ghost:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-ghost:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-ghost:active{border-bottom-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-left-color-success-background-ghost,body[data-theme-mode=dark] .border-left-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-ghost:active,html body .theme-override-dark .border-left-color-success-background-ghost,html body .theme-override-dark .border-left-color-hover-success-background-ghost:hover,html body .theme-override-dark .border-left-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-ghost:focus,html body .theme-override-dark .border-left-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .border-left-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-ghost:active{border-left-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-right-color-success-background-ghost,body[data-theme-mode=dark] .border-right-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-ghost:active,html body .theme-override-dark .border-right-color-success-background-ghost,html body .theme-override-dark .border-right-color-hover-success-background-ghost:hover,html body .theme-override-dark .border-right-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-ghost:focus,html body .theme-override-dark .border-right-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .border-right-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-ghost:active{border-right-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .fill-color-success-background-ghost,body[data-theme-mode=dark] .fill-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-ghost:active,html body .theme-override-dark .fill-color-success-background-ghost,html body .theme-override-dark .fill-color-hover-success-background-ghost:hover,html body .theme-override-dark .fill-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-ghost:focus,html body .theme-override-dark .fill-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .fill-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-ghost:active{background-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outline-color-success-background-ghost,body[data-theme-mode=dark] .outline-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-ghost:active,html body .theme-override-dark .outline-color-success-background-ghost,html body .theme-override-dark .outline-color-hover-success-background-ghost:hover,html body .theme-override-dark .outline-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-ghost:focus,html body .theme-override-dark .outline-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .outline-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-ghost:active{outline-color:var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outside-border-color-success-background-ghost,body[data-theme-mode=dark] .outside-border-color-hover-success-background-ghost:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-ghost[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-ghost:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-ghost:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-ghost[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-ghost:active,html body .theme-override-dark .outside-border-color-success-background-ghost,html body .theme-override-dark .outside-border-color-hover-success-background-ghost:hover,html body .theme-override-dark .outside-border-color-focus-success-background-ghost[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-ghost:focus,html body .theme-override-dark .outside-border-color-focus-success-background-ghost:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-ghost[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-ghost:active{--outside-border-color: var(--color-success-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .font-color-success-background-flat,body[data-theme-mode=dark] .font-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .font-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .font-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-flat:active,html body .theme-override-dark .font-color-success-background-flat,html body .theme-override-dark .font-color-hover-success-background-flat:hover,html body .theme-override-dark .font-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-flat:focus,html body .theme-override-dark .font-color-focus-success-background-flat:focus-within,html body .theme-override-dark .font-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .font-color-active-success-background-flat:active{color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-color-success-background-flat,body[data-theme-mode=dark] .border-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .border-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .border-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-flat:active,html body .theme-override-dark .border-color-success-background-flat,html body .theme-override-dark .border-color-hover-success-background-flat:hover,html body .theme-override-dark .border-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-flat:focus,html body .theme-override-dark .border-color-focus-success-background-flat:focus-within,html body .theme-override-dark .border-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .border-color-active-success-background-flat:active{border-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-top-color-success-background-flat,body[data-theme-mode=dark] .border-top-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-flat:active,html body .theme-override-dark .border-top-color-success-background-flat,html body .theme-override-dark .border-top-color-hover-success-background-flat:hover,html body .theme-override-dark .border-top-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-flat:focus,html body .theme-override-dark .border-top-color-focus-success-background-flat:focus-within,html body .theme-override-dark .border-top-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-flat:active{border-top-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-bottom-color-success-background-flat,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-flat:active,html body .theme-override-dark .border-bottom-color-success-background-flat,html body .theme-override-dark .border-bottom-color-hover-success-background-flat:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-flat:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-flat:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-flat:active{border-bottom-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-left-color-success-background-flat,body[data-theme-mode=dark] .border-left-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-flat:active,html body .theme-override-dark .border-left-color-success-background-flat,html body .theme-override-dark .border-left-color-hover-success-background-flat:hover,html body .theme-override-dark .border-left-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-flat:focus,html body .theme-override-dark .border-left-color-focus-success-background-flat:focus-within,html body .theme-override-dark .border-left-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-flat:active{border-left-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-right-color-success-background-flat,body[data-theme-mode=dark] .border-right-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-flat:active,html body .theme-override-dark .border-right-color-success-background-flat,html body .theme-override-dark .border-right-color-hover-success-background-flat:hover,html body .theme-override-dark .border-right-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-flat:focus,html body .theme-override-dark .border-right-color-focus-success-background-flat:focus-within,html body .theme-override-dark .border-right-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-flat:active{border-right-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .fill-color-success-background-flat,body[data-theme-mode=dark] .fill-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-flat:active,html body .theme-override-dark .fill-color-success-background-flat,html body .theme-override-dark .fill-color-hover-success-background-flat:hover,html body .theme-override-dark .fill-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-flat:focus,html body .theme-override-dark .fill-color-focus-success-background-flat:focus-within,html body .theme-override-dark .fill-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-flat:active{background-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outline-color-success-background-flat,body[data-theme-mode=dark] .outline-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-flat:active,html body .theme-override-dark .outline-color-success-background-flat,html body .theme-override-dark .outline-color-hover-success-background-flat:hover,html body .theme-override-dark .outline-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-flat:focus,html body .theme-override-dark .outline-color-focus-success-background-flat:focus-within,html body .theme-override-dark .outline-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-flat:active{outline-color:var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outside-border-color-success-background-flat,body[data-theme-mode=dark] .outside-border-color-hover-success-background-flat:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-flat[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-flat:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-flat:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-flat[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-flat:active,html body .theme-override-dark .outside-border-color-success-background-flat,html body .theme-override-dark .outside-border-color-hover-success-background-flat:hover,html body .theme-override-dark .outside-border-color-focus-success-background-flat[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-flat:focus,html body .theme-override-dark .outside-border-color-focus-success-background-flat:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-flat[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-flat:active{--outside-border-color: var(--color-success-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .font-color-success-background-card,body[data-theme-mode=dark] .font-color-hover-success-background-card:hover,body[data-theme-mode=dark] .font-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-card:focus,body[data-theme-mode=dark] .font-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-card:active,html body .theme-override-dark .font-color-success-background-card,html body .theme-override-dark .font-color-hover-success-background-card:hover,html body .theme-override-dark .font-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-card:focus,html body .theme-override-dark .font-color-focus-success-background-card:focus-within,html body .theme-override-dark .font-color-active-success-background-card[data-selected=true],html body .theme-override-dark .font-color-active-success-background-card:active{color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-color-success-background-card,body[data-theme-mode=dark] .border-color-hover-success-background-card:hover,body[data-theme-mode=dark] .border-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-card:focus,body[data-theme-mode=dark] .border-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-card:active,html body .theme-override-dark .border-color-success-background-card,html body .theme-override-dark .border-color-hover-success-background-card:hover,html body .theme-override-dark .border-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-card:focus,html body .theme-override-dark .border-color-focus-success-background-card:focus-within,html body .theme-override-dark .border-color-active-success-background-card[data-selected=true],html body .theme-override-dark .border-color-active-success-background-card:active{border-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-top-color-success-background-card,body[data-theme-mode=dark] .border-top-color-hover-success-background-card:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-card:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-card:active,html body .theme-override-dark .border-top-color-success-background-card,html body .theme-override-dark .border-top-color-hover-success-background-card:hover,html body .theme-override-dark .border-top-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-card:focus,html body .theme-override-dark .border-top-color-focus-success-background-card:focus-within,html body .theme-override-dark .border-top-color-active-success-background-card[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-card:active{border-top-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-bottom-color-success-background-card,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-card:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-card:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-card:active,html body .theme-override-dark .border-bottom-color-success-background-card,html body .theme-override-dark .border-bottom-color-hover-success-background-card:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-card:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-card:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-card[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-card:active{border-bottom-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-left-color-success-background-card,body[data-theme-mode=dark] .border-left-color-hover-success-background-card:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-card:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-card:active,html body .theme-override-dark .border-left-color-success-background-card,html body .theme-override-dark .border-left-color-hover-success-background-card:hover,html body .theme-override-dark .border-left-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-card:focus,html body .theme-override-dark .border-left-color-focus-success-background-card:focus-within,html body .theme-override-dark .border-left-color-active-success-background-card[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-card:active{border-left-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-right-color-success-background-card,body[data-theme-mode=dark] .border-right-color-hover-success-background-card:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-card:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-card:active,html body .theme-override-dark .border-right-color-success-background-card,html body .theme-override-dark .border-right-color-hover-success-background-card:hover,html body .theme-override-dark .border-right-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-card:focus,html body .theme-override-dark .border-right-color-focus-success-background-card:focus-within,html body .theme-override-dark .border-right-color-active-success-background-card[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-card:active{border-right-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .fill-color-success-background-card,body[data-theme-mode=dark] .fill-color-hover-success-background-card:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-card:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-card:active,html body .theme-override-dark .fill-color-success-background-card,html body .theme-override-dark .fill-color-hover-success-background-card:hover,html body .theme-override-dark .fill-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-card:focus,html body .theme-override-dark .fill-color-focus-success-background-card:focus-within,html body .theme-override-dark .fill-color-active-success-background-card[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-card:active{background-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outline-color-success-background-card,body[data-theme-mode=dark] .outline-color-hover-success-background-card:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-card:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-card:active,html body .theme-override-dark .outline-color-success-background-card,html body .theme-override-dark .outline-color-hover-success-background-card:hover,html body .theme-override-dark .outline-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-card:focus,html body .theme-override-dark .outline-color-focus-success-background-card:focus-within,html body .theme-override-dark .outline-color-active-success-background-card[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-card:active{outline-color:var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outside-border-color-success-background-card,body[data-theme-mode=dark] .outside-border-color-hover-success-background-card:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-card[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-card:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-card:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-card[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-card:active,html body .theme-override-dark .outside-border-color-success-background-card,html body .theme-override-dark .outside-border-color-hover-success-background-card:hover,html body .theme-override-dark .outside-border-color-focus-success-background-card[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-card:focus,html body .theme-override-dark .outside-border-color-focus-success-background-card:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-card[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-card:active{--outside-border-color: var(--color-success-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .font-color-success-background-panel,body[data-theme-mode=dark] .font-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .font-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .font-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-panel:active,html body .theme-override-dark .font-color-success-background-panel,html body .theme-override-dark .font-color-hover-success-background-panel:hover,html body .theme-override-dark .font-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-panel:focus,html body .theme-override-dark .font-color-focus-success-background-panel:focus-within,html body .theme-override-dark .font-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .font-color-active-success-background-panel:active{color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-color-success-background-panel,body[data-theme-mode=dark] .border-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .border-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .border-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-panel:active,html body .theme-override-dark .border-color-success-background-panel,html body .theme-override-dark .border-color-hover-success-background-panel:hover,html body .theme-override-dark .border-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-panel:focus,html body .theme-override-dark .border-color-focus-success-background-panel:focus-within,html body .theme-override-dark .border-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .border-color-active-success-background-panel:active{border-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-top-color-success-background-panel,body[data-theme-mode=dark] .border-top-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-panel:active,html body .theme-override-dark .border-top-color-success-background-panel,html body .theme-override-dark .border-top-color-hover-success-background-panel:hover,html body .theme-override-dark .border-top-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-panel:focus,html body .theme-override-dark .border-top-color-focus-success-background-panel:focus-within,html body .theme-override-dark .border-top-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-panel:active{border-top-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-bottom-color-success-background-panel,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-panel:active,html body .theme-override-dark .border-bottom-color-success-background-panel,html body .theme-override-dark .border-bottom-color-hover-success-background-panel:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-panel:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-panel:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-panel:active{border-bottom-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-left-color-success-background-panel,body[data-theme-mode=dark] .border-left-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-panel:active,html body .theme-override-dark .border-left-color-success-background-panel,html body .theme-override-dark .border-left-color-hover-success-background-panel:hover,html body .theme-override-dark .border-left-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-panel:focus,html body .theme-override-dark .border-left-color-focus-success-background-panel:focus-within,html body .theme-override-dark .border-left-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-panel:active{border-left-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-right-color-success-background-panel,body[data-theme-mode=dark] .border-right-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-panel:active,html body .theme-override-dark .border-right-color-success-background-panel,html body .theme-override-dark .border-right-color-hover-success-background-panel:hover,html body .theme-override-dark .border-right-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-panel:focus,html body .theme-override-dark .border-right-color-focus-success-background-panel:focus-within,html body .theme-override-dark .border-right-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-panel:active{border-right-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .fill-color-success-background-panel,body[data-theme-mode=dark] .fill-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-panel:active,html body .theme-override-dark .fill-color-success-background-panel,html body .theme-override-dark .fill-color-hover-success-background-panel:hover,html body .theme-override-dark .fill-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-panel:focus,html body .theme-override-dark .fill-color-focus-success-background-panel:focus-within,html body .theme-override-dark .fill-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-panel:active{background-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outline-color-success-background-panel,body[data-theme-mode=dark] .outline-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-panel:active,html body .theme-override-dark .outline-color-success-background-panel,html body .theme-override-dark .outline-color-hover-success-background-panel:hover,html body .theme-override-dark .outline-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-panel:focus,html body .theme-override-dark .outline-color-focus-success-background-panel:focus-within,html body .theme-override-dark .outline-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-panel:active{outline-color:var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outside-border-color-success-background-panel,body[data-theme-mode=dark] .outside-border-color-hover-success-background-panel:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-panel[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-panel:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-panel:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-panel[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-panel:active,html body .theme-override-dark .outside-border-color-success-background-panel,html body .theme-override-dark .outside-border-color-hover-success-background-panel:hover,html body .theme-override-dark .outside-border-color-focus-success-background-panel[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-panel:focus,html body .theme-override-dark .outside-border-color-focus-success-background-panel:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-panel[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-panel:active{--outside-border-color: var(--color-success-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .font-color-success-background-field,body[data-theme-mode=dark] .font-color-hover-success-background-field:hover,body[data-theme-mode=dark] .font-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-background-field:focus,body[data-theme-mode=dark] .font-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .font-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-background-field:active,html body .theme-override-dark .font-color-success-background-field,html body .theme-override-dark .font-color-hover-success-background-field:hover,html body .theme-override-dark .font-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .font-color-focus-success-background-field:focus,html body .theme-override-dark .font-color-focus-success-background-field:focus-within,html body .theme-override-dark .font-color-active-success-background-field[data-selected=true],html body .theme-override-dark .font-color-active-success-background-field:active{color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-color-success-background-field,body[data-theme-mode=dark] .border-color-hover-success-background-field:hover,body[data-theme-mode=dark] .border-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-background-field:focus,body[data-theme-mode=dark] .border-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .border-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-background-field:active,html body .theme-override-dark .border-color-success-background-field,html body .theme-override-dark .border-color-hover-success-background-field:hover,html body .theme-override-dark .border-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .border-color-focus-success-background-field:focus,html body .theme-override-dark .border-color-focus-success-background-field:focus-within,html body .theme-override-dark .border-color-active-success-background-field[data-selected=true],html body .theme-override-dark .border-color-active-success-background-field:active{border-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-top-color-success-background-field,body[data-theme-mode=dark] .border-top-color-hover-success-background-field:hover,body[data-theme-mode=dark] .border-top-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-background-field:focus,body[data-theme-mode=dark] .border-top-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-background-field:active,html body .theme-override-dark .border-top-color-success-background-field,html body .theme-override-dark .border-top-color-hover-success-background-field:hover,html body .theme-override-dark .border-top-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-background-field:focus,html body .theme-override-dark .border-top-color-focus-success-background-field:focus-within,html body .theme-override-dark .border-top-color-active-success-background-field[data-selected=true],html body .theme-override-dark .border-top-color-active-success-background-field:active{border-top-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-bottom-color-success-background-field,body[data-theme-mode=dark] .border-bottom-color-hover-success-background-field:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-background-field:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-background-field:active,html body .theme-override-dark .border-bottom-color-success-background-field,html body .theme-override-dark .border-bottom-color-hover-success-background-field:hover,html body .theme-override-dark .border-bottom-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-background-field:focus,html body .theme-override-dark .border-bottom-color-focus-success-background-field:focus-within,html body .theme-override-dark .border-bottom-color-active-success-background-field[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-background-field:active{border-bottom-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-left-color-success-background-field,body[data-theme-mode=dark] .border-left-color-hover-success-background-field:hover,body[data-theme-mode=dark] .border-left-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-background-field:focus,body[data-theme-mode=dark] .border-left-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-background-field:active,html body .theme-override-dark .border-left-color-success-background-field,html body .theme-override-dark .border-left-color-hover-success-background-field:hover,html body .theme-override-dark .border-left-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-background-field:focus,html body .theme-override-dark .border-left-color-focus-success-background-field:focus-within,html body .theme-override-dark .border-left-color-active-success-background-field[data-selected=true],html body .theme-override-dark .border-left-color-active-success-background-field:active{border-left-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-right-color-success-background-field,body[data-theme-mode=dark] .border-right-color-hover-success-background-field:hover,body[data-theme-mode=dark] .border-right-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-background-field:focus,body[data-theme-mode=dark] .border-right-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-background-field:active,html body .theme-override-dark .border-right-color-success-background-field,html body .theme-override-dark .border-right-color-hover-success-background-field:hover,html body .theme-override-dark .border-right-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-background-field:focus,html body .theme-override-dark .border-right-color-focus-success-background-field:focus-within,html body .theme-override-dark .border-right-color-active-success-background-field[data-selected=true],html body .theme-override-dark .border-right-color-active-success-background-field:active{border-right-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .fill-color-success-background-field,body[data-theme-mode=dark] .fill-color-hover-success-background-field:hover,body[data-theme-mode=dark] .fill-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-background-field:focus,body[data-theme-mode=dark] .fill-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .fill-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-background-field:active,html body .theme-override-dark .fill-color-success-background-field,html body .theme-override-dark .fill-color-hover-success-background-field:hover,html body .theme-override-dark .fill-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .fill-color-focus-success-background-field:focus,html body .theme-override-dark .fill-color-focus-success-background-field:focus-within,html body .theme-override-dark .fill-color-active-success-background-field[data-selected=true],html body .theme-override-dark .fill-color-active-success-background-field:active{background-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outline-color-success-background-field,body[data-theme-mode=dark] .outline-color-hover-success-background-field:hover,body[data-theme-mode=dark] .outline-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-background-field:focus,body[data-theme-mode=dark] .outline-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .outline-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-background-field:active,html body .theme-override-dark .outline-color-success-background-field,html body .theme-override-dark .outline-color-hover-success-background-field:hover,html body .theme-override-dark .outline-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .outline-color-focus-success-background-field:focus,html body .theme-override-dark .outline-color-focus-success-background-field:focus-within,html body .theme-override-dark .outline-color-active-success-background-field[data-selected=true],html body .theme-override-dark .outline-color-active-success-background-field:active{outline-color:var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outside-border-color-success-background-field,body[data-theme-mode=dark] .outside-border-color-hover-success-background-field:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-background-field[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-background-field:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-background-field:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-background-field[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-background-field:active,html body .theme-override-dark .outside-border-color-success-background-field,html body .theme-override-dark .outside-border-color-hover-success-background-field:hover,html body .theme-override-dark .outside-border-color-focus-success-background-field[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-background-field:focus,html body .theme-override-dark .outside-border-color-focus-success-background-field:focus-within,html body .theme-override-dark .outside-border-color-active-success-background-field[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-background-field:active{--outside-border-color: var(--color-success-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .font-color-success-font,body[data-theme-mode=dark] .font-color-hover-success-font:hover,body[data-theme-mode=dark] .font-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font:focus,body[data-theme-mode=dark] .font-color-focus-success-font:focus-within,body[data-theme-mode=dark] .font-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font:active,html body .theme-override-dark .font-color-success-font,html body .theme-override-dark .font-color-hover-success-font:hover,html body .theme-override-dark .font-color-focus-success-font[data-focused=true],html body .theme-override-dark .font-color-focus-success-font:focus,html body .theme-override-dark .font-color-focus-success-font:focus-within,html body .theme-override-dark .font-color-active-success-font[data-selected=true],html body .theme-override-dark .font-color-active-success-font:active{color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-color-success-font,body[data-theme-mode=dark] .border-color-hover-success-font:hover,body[data-theme-mode=dark] .border-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font:focus,body[data-theme-mode=dark] .border-color-focus-success-font:focus-within,body[data-theme-mode=dark] .border-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font:active,html body .theme-override-dark .border-color-success-font,html body .theme-override-dark .border-color-hover-success-font:hover,html body .theme-override-dark .border-color-focus-success-font[data-focused=true],html body .theme-override-dark .border-color-focus-success-font:focus,html body .theme-override-dark .border-color-focus-success-font:focus-within,html body .theme-override-dark .border-color-active-success-font[data-selected=true],html body .theme-override-dark .border-color-active-success-font:active{border-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-top-color-success-font,body[data-theme-mode=dark] .border-top-color-hover-success-font:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font:active,html body .theme-override-dark .border-top-color-success-font,html body .theme-override-dark .border-top-color-hover-success-font:hover,html body .theme-override-dark .border-top-color-focus-success-font[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font:focus,html body .theme-override-dark .border-top-color-focus-success-font:focus-within,html body .theme-override-dark .border-top-color-active-success-font[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font:active{border-top-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-bottom-color-success-font,body[data-theme-mode=dark] .border-bottom-color-hover-success-font:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font:active,html body .theme-override-dark .border-bottom-color-success-font,html body .theme-override-dark .border-bottom-color-hover-success-font:hover,html body .theme-override-dark .border-bottom-color-focus-success-font[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font:focus,html body .theme-override-dark .border-bottom-color-focus-success-font:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font:active{border-bottom-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-left-color-success-font,body[data-theme-mode=dark] .border-left-color-hover-success-font:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font:active,html body .theme-override-dark .border-left-color-success-font,html body .theme-override-dark .border-left-color-hover-success-font:hover,html body .theme-override-dark .border-left-color-focus-success-font[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font:focus,html body .theme-override-dark .border-left-color-focus-success-font:focus-within,html body .theme-override-dark .border-left-color-active-success-font[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font:active{border-left-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-right-color-success-font,body[data-theme-mode=dark] .border-right-color-hover-success-font:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font:active,html body .theme-override-dark .border-right-color-success-font,html body .theme-override-dark .border-right-color-hover-success-font:hover,html body .theme-override-dark .border-right-color-focus-success-font[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font:focus,html body .theme-override-dark .border-right-color-focus-success-font:focus-within,html body .theme-override-dark .border-right-color-active-success-font[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font:active{border-right-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .fill-color-success-font,body[data-theme-mode=dark] .fill-color-hover-success-font:hover,body[data-theme-mode=dark] .fill-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font:focus,body[data-theme-mode=dark] .fill-color-focus-success-font:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font:active,html body .theme-override-dark .fill-color-success-font,html body .theme-override-dark .fill-color-hover-success-font:hover,html body .theme-override-dark .fill-color-focus-success-font[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font:focus,html body .theme-override-dark .fill-color-focus-success-font:focus-within,html body .theme-override-dark .fill-color-active-success-font[data-selected=true],html body .theme-override-dark .fill-color-active-success-font:active{background-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .outline-color-success-font,body[data-theme-mode=dark] .outline-color-hover-success-font:hover,body[data-theme-mode=dark] .outline-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font:focus,body[data-theme-mode=dark] .outline-color-focus-success-font:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font:active,html body .theme-override-dark .outline-color-success-font,html body .theme-override-dark .outline-color-hover-success-font:hover,html body .theme-override-dark .outline-color-focus-success-font[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font:focus,html body .theme-override-dark .outline-color-focus-success-font:focus-within,html body .theme-override-dark .outline-color-active-success-font[data-selected=true],html body .theme-override-dark .outline-color-active-success-font:active{outline-color:var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .outside-border-color-success-font,body[data-theme-mode=dark] .outside-border-color-hover-success-font:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font:active,html body .theme-override-dark .outside-border-color-success-font,html body .theme-override-dark .outside-border-color-hover-success-font:hover,html body .theme-override-dark .outside-border-color-focus-success-font[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font:focus,html body .theme-override-dark .outside-border-color-focus-success-font:focus-within,html body .theme-override-dark .outside-border-color-active-success-font[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font:active{--outside-border-color: var(--color-success-font, var(--color-dark-font))}body[data-theme-mode=dark] .font-color-success-font-muted,body[data-theme-mode=dark] .font-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .font-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .font-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-muted:active,html body .theme-override-dark .font-color-success-font-muted,html body .theme-override-dark .font-color-hover-success-font-muted:hover,html body .theme-override-dark .font-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-muted:focus,html body .theme-override-dark .font-color-focus-success-font-muted:focus-within,html body .theme-override-dark .font-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .font-color-active-success-font-muted:active{color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-color-success-font-muted,body[data-theme-mode=dark] .border-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .border-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .border-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-muted:active,html body .theme-override-dark .border-color-success-font-muted,html body .theme-override-dark .border-color-hover-success-font-muted:hover,html body .theme-override-dark .border-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-muted:focus,html body .theme-override-dark .border-color-focus-success-font-muted:focus-within,html body .theme-override-dark .border-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .border-color-active-success-font-muted:active{border-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-top-color-success-font-muted,body[data-theme-mode=dark] .border-top-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-muted:active,html body .theme-override-dark .border-top-color-success-font-muted,html body .theme-override-dark .border-top-color-hover-success-font-muted:hover,html body .theme-override-dark .border-top-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-muted:focus,html body .theme-override-dark .border-top-color-focus-success-font-muted:focus-within,html body .theme-override-dark .border-top-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-muted:active{border-top-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-bottom-color-success-font-muted,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-muted:active,html body .theme-override-dark .border-bottom-color-success-font-muted,html body .theme-override-dark .border-bottom-color-hover-success-font-muted:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-muted:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-muted:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-muted:active{border-bottom-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-left-color-success-font-muted,body[data-theme-mode=dark] .border-left-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-muted:active,html body .theme-override-dark .border-left-color-success-font-muted,html body .theme-override-dark .border-left-color-hover-success-font-muted:hover,html body .theme-override-dark .border-left-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-muted:focus,html body .theme-override-dark .border-left-color-focus-success-font-muted:focus-within,html body .theme-override-dark .border-left-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-muted:active{border-left-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-right-color-success-font-muted,body[data-theme-mode=dark] .border-right-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-muted:active,html body .theme-override-dark .border-right-color-success-font-muted,html body .theme-override-dark .border-right-color-hover-success-font-muted:hover,html body .theme-override-dark .border-right-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-muted:focus,html body .theme-override-dark .border-right-color-focus-success-font-muted:focus-within,html body .theme-override-dark .border-right-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-muted:active{border-right-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .fill-color-success-font-muted,body[data-theme-mode=dark] .fill-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-muted:active,html body .theme-override-dark .fill-color-success-font-muted,html body .theme-override-dark .fill-color-hover-success-font-muted:hover,html body .theme-override-dark .fill-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-muted:focus,html body .theme-override-dark .fill-color-focus-success-font-muted:focus-within,html body .theme-override-dark .fill-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-muted:active{background-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outline-color-success-font-muted,body[data-theme-mode=dark] .outline-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-muted:active,html body .theme-override-dark .outline-color-success-font-muted,html body .theme-override-dark .outline-color-hover-success-font-muted:hover,html body .theme-override-dark .outline-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-muted:focus,html body .theme-override-dark .outline-color-focus-success-font-muted:focus-within,html body .theme-override-dark .outline-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-muted:active{outline-color:var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outside-border-color-success-font-muted,body[data-theme-mode=dark] .outside-border-color-hover-success-font-muted:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-muted[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-muted:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-muted:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-muted[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-muted:active,html body .theme-override-dark .outside-border-color-success-font-muted,html body .theme-override-dark .outside-border-color-hover-success-font-muted:hover,html body .theme-override-dark .outside-border-color-focus-success-font-muted[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-muted:focus,html body .theme-override-dark .outside-border-color-focus-success-font-muted:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-muted[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-muted:active{--outside-border-color: var(--color-success-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .font-color-success-font-disabled,body[data-theme-mode=dark] .font-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .font-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .font-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .font-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-font-disabled:active,html body .theme-override-dark .font-color-success-font-disabled,html body .theme-override-dark .font-color-hover-success-font-disabled:hover,html body .theme-override-dark .font-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .font-color-focus-success-font-disabled:focus,html body .theme-override-dark .font-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .font-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .font-color-active-success-font-disabled:active{color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-color-success-font-disabled,body[data-theme-mode=dark] .border-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .border-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .border-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .border-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-font-disabled:active,html body .theme-override-dark .border-color-success-font-disabled,html body .theme-override-dark .border-color-hover-success-font-disabled:hover,html body .theme-override-dark .border-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .border-color-focus-success-font-disabled:focus,html body .theme-override-dark .border-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .border-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .border-color-active-success-font-disabled:active{border-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-top-color-success-font-disabled,body[data-theme-mode=dark] .border-top-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .border-top-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .border-top-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-font-disabled:active,html body .theme-override-dark .border-top-color-success-font-disabled,html body .theme-override-dark .border-top-color-hover-success-font-disabled:hover,html body .theme-override-dark .border-top-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-font-disabled:focus,html body .theme-override-dark .border-top-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .border-top-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .border-top-color-active-success-font-disabled:active{border-top-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-bottom-color-success-font-disabled,body[data-theme-mode=dark] .border-bottom-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-font-disabled:active,html body .theme-override-dark .border-bottom-color-success-font-disabled,html body .theme-override-dark .border-bottom-color-hover-success-font-disabled:hover,html body .theme-override-dark .border-bottom-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-font-disabled:focus,html body .theme-override-dark .border-bottom-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .border-bottom-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-font-disabled:active{border-bottom-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-left-color-success-font-disabled,body[data-theme-mode=dark] .border-left-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .border-left-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .border-left-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-font-disabled:active,html body .theme-override-dark .border-left-color-success-font-disabled,html body .theme-override-dark .border-left-color-hover-success-font-disabled:hover,html body .theme-override-dark .border-left-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-font-disabled:focus,html body .theme-override-dark .border-left-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .border-left-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .border-left-color-active-success-font-disabled:active{border-left-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-right-color-success-font-disabled,body[data-theme-mode=dark] .border-right-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .border-right-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .border-right-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-font-disabled:active,html body .theme-override-dark .border-right-color-success-font-disabled,html body .theme-override-dark .border-right-color-hover-success-font-disabled:hover,html body .theme-override-dark .border-right-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-font-disabled:focus,html body .theme-override-dark .border-right-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .border-right-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .border-right-color-active-success-font-disabled:active{border-right-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .fill-color-success-font-disabled,body[data-theme-mode=dark] .fill-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .fill-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .fill-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .fill-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-font-disabled:active,html body .theme-override-dark .fill-color-success-font-disabled,html body .theme-override-dark .fill-color-hover-success-font-disabled:hover,html body .theme-override-dark .fill-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .fill-color-focus-success-font-disabled:focus,html body .theme-override-dark .fill-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .fill-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .fill-color-active-success-font-disabled:active{background-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outline-color-success-font-disabled,body[data-theme-mode=dark] .outline-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .outline-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .outline-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .outline-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-font-disabled:active,html body .theme-override-dark .outline-color-success-font-disabled,html body .theme-override-dark .outline-color-hover-success-font-disabled:hover,html body .theme-override-dark .outline-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .outline-color-focus-success-font-disabled:focus,html body .theme-override-dark .outline-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .outline-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .outline-color-active-success-font-disabled:active{outline-color:var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outside-border-color-success-font-disabled,body[data-theme-mode=dark] .outside-border-color-hover-success-font-disabled:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-font-disabled[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-font-disabled:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-font-disabled:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-font-disabled[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-font-disabled:active,html body .theme-override-dark .outside-border-color-success-font-disabled,html body .theme-override-dark .outside-border-color-hover-success-font-disabled:hover,html body .theme-override-dark .outside-border-color-focus-success-font-disabled[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-font-disabled:focus,html body .theme-override-dark .outside-border-color-focus-success-font-disabled:focus-within,html body .theme-override-dark .outside-border-color-active-success-font-disabled[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-font-disabled:active{--outside-border-color: var(--color-success-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .font-color-success-border,body[data-theme-mode=dark] .font-color-hover-success-border:hover,body[data-theme-mode=dark] .font-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border:focus,body[data-theme-mode=dark] .font-color-focus-success-border:focus-within,body[data-theme-mode=dark] .font-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border:active,html body .theme-override-dark .font-color-success-border,html body .theme-override-dark .font-color-hover-success-border:hover,html body .theme-override-dark .font-color-focus-success-border[data-focused=true],html body .theme-override-dark .font-color-focus-success-border:focus,html body .theme-override-dark .font-color-focus-success-border:focus-within,html body .theme-override-dark .font-color-active-success-border[data-selected=true],html body .theme-override-dark .font-color-active-success-border:active{color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-color-success-border,body[data-theme-mode=dark] .border-color-hover-success-border:hover,body[data-theme-mode=dark] .border-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border:focus,body[data-theme-mode=dark] .border-color-focus-success-border:focus-within,body[data-theme-mode=dark] .border-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border:active,html body .theme-override-dark .border-color-success-border,html body .theme-override-dark .border-color-hover-success-border:hover,html body .theme-override-dark .border-color-focus-success-border[data-focused=true],html body .theme-override-dark .border-color-focus-success-border:focus,html body .theme-override-dark .border-color-focus-success-border:focus-within,html body .theme-override-dark .border-color-active-success-border[data-selected=true],html body .theme-override-dark .border-color-active-success-border:active{border-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-top-color-success-border,body[data-theme-mode=dark] .border-top-color-hover-success-border:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border:active,html body .theme-override-dark .border-top-color-success-border,html body .theme-override-dark .border-top-color-hover-success-border:hover,html body .theme-override-dark .border-top-color-focus-success-border[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border:focus,html body .theme-override-dark .border-top-color-focus-success-border:focus-within,html body .theme-override-dark .border-top-color-active-success-border[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border:active{border-top-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-bottom-color-success-border,body[data-theme-mode=dark] .border-bottom-color-hover-success-border:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border:active,html body .theme-override-dark .border-bottom-color-success-border,html body .theme-override-dark .border-bottom-color-hover-success-border:hover,html body .theme-override-dark .border-bottom-color-focus-success-border[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border:focus,html body .theme-override-dark .border-bottom-color-focus-success-border:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border:active{border-bottom-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-left-color-success-border,body[data-theme-mode=dark] .border-left-color-hover-success-border:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border:active,html body .theme-override-dark .border-left-color-success-border,html body .theme-override-dark .border-left-color-hover-success-border:hover,html body .theme-override-dark .border-left-color-focus-success-border[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border:focus,html body .theme-override-dark .border-left-color-focus-success-border:focus-within,html body .theme-override-dark .border-left-color-active-success-border[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border:active{border-left-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-right-color-success-border,body[data-theme-mode=dark] .border-right-color-hover-success-border:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border:active,html body .theme-override-dark .border-right-color-success-border,html body .theme-override-dark .border-right-color-hover-success-border:hover,html body .theme-override-dark .border-right-color-focus-success-border[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border:focus,html body .theme-override-dark .border-right-color-focus-success-border:focus-within,html body .theme-override-dark .border-right-color-active-success-border[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border:active{border-right-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .fill-color-success-border,body[data-theme-mode=dark] .fill-color-hover-success-border:hover,body[data-theme-mode=dark] .fill-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border:focus,body[data-theme-mode=dark] .fill-color-focus-success-border:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border:active,html body .theme-override-dark .fill-color-success-border,html body .theme-override-dark .fill-color-hover-success-border:hover,html body .theme-override-dark .fill-color-focus-success-border[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border:focus,html body .theme-override-dark .fill-color-focus-success-border:focus-within,html body .theme-override-dark .fill-color-active-success-border[data-selected=true],html body .theme-override-dark .fill-color-active-success-border:active{background-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .outline-color-success-border,body[data-theme-mode=dark] .outline-color-hover-success-border:hover,body[data-theme-mode=dark] .outline-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border:focus,body[data-theme-mode=dark] .outline-color-focus-success-border:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border:active,html body .theme-override-dark .outline-color-success-border,html body .theme-override-dark .outline-color-hover-success-border:hover,html body .theme-override-dark .outline-color-focus-success-border[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border:focus,html body .theme-override-dark .outline-color-focus-success-border:focus-within,html body .theme-override-dark .outline-color-active-success-border[data-selected=true],html body .theme-override-dark .outline-color-active-success-border:active{outline-color:var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .outside-border-color-success-border,body[data-theme-mode=dark] .outside-border-color-hover-success-border:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border:active,html body .theme-override-dark .outside-border-color-success-border,html body .theme-override-dark .outside-border-color-hover-success-border:hover,html body .theme-override-dark .outside-border-color-focus-success-border[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border:focus,html body .theme-override-dark .outside-border-color-focus-success-border:focus-within,html body .theme-override-dark .outside-border-color-active-success-border[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border:active{--outside-border-color: var(--color-success-border, var(--color-dark-border))}body[data-theme-mode=dark] .font-color-success-border-light,body[data-theme-mode=dark] .font-color-hover-success-border-light:hover,body[data-theme-mode=dark] .font-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-light:focus,body[data-theme-mode=dark] .font-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-light:active,html body .theme-override-dark .font-color-success-border-light,html body .theme-override-dark .font-color-hover-success-border-light:hover,html body .theme-override-dark .font-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-light:focus,html body .theme-override-dark .font-color-focus-success-border-light:focus-within,html body .theme-override-dark .font-color-active-success-border-light[data-selected=true],html body .theme-override-dark .font-color-active-success-border-light:active{color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-color-success-border-light,body[data-theme-mode=dark] .border-color-hover-success-border-light:hover,body[data-theme-mode=dark] .border-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-light:focus,body[data-theme-mode=dark] .border-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-light:active,html body .theme-override-dark .border-color-success-border-light,html body .theme-override-dark .border-color-hover-success-border-light:hover,html body .theme-override-dark .border-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-light:focus,html body .theme-override-dark .border-color-focus-success-border-light:focus-within,html body .theme-override-dark .border-color-active-success-border-light[data-selected=true],html body .theme-override-dark .border-color-active-success-border-light:active{border-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-top-color-success-border-light,body[data-theme-mode=dark] .border-top-color-hover-success-border-light:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-light:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-light:active,html body .theme-override-dark .border-top-color-success-border-light,html body .theme-override-dark .border-top-color-hover-success-border-light:hover,html body .theme-override-dark .border-top-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-light:focus,html body .theme-override-dark .border-top-color-focus-success-border-light:focus-within,html body .theme-override-dark .border-top-color-active-success-border-light[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-light:active{border-top-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-bottom-color-success-border-light,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-light:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-light:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-light:active,html body .theme-override-dark .border-bottom-color-success-border-light,html body .theme-override-dark .border-bottom-color-hover-success-border-light:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-light:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-light:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-light[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-light:active{border-bottom-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-left-color-success-border-light,body[data-theme-mode=dark] .border-left-color-hover-success-border-light:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-light:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-light:active,html body .theme-override-dark .border-left-color-success-border-light,html body .theme-override-dark .border-left-color-hover-success-border-light:hover,html body .theme-override-dark .border-left-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-light:focus,html body .theme-override-dark .border-left-color-focus-success-border-light:focus-within,html body .theme-override-dark .border-left-color-active-success-border-light[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-light:active{border-left-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-right-color-success-border-light,body[data-theme-mode=dark] .border-right-color-hover-success-border-light:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-light:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-light:active,html body .theme-override-dark .border-right-color-success-border-light,html body .theme-override-dark .border-right-color-hover-success-border-light:hover,html body .theme-override-dark .border-right-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-light:focus,html body .theme-override-dark .border-right-color-focus-success-border-light:focus-within,html body .theme-override-dark .border-right-color-active-success-border-light[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-light:active{border-right-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .fill-color-success-border-light,body[data-theme-mode=dark] .fill-color-hover-success-border-light:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-light:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-light:active,html body .theme-override-dark .fill-color-success-border-light,html body .theme-override-dark .fill-color-hover-success-border-light:hover,html body .theme-override-dark .fill-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-light:focus,html body .theme-override-dark .fill-color-focus-success-border-light:focus-within,html body .theme-override-dark .fill-color-active-success-border-light[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-light:active{background-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outline-color-success-border-light,body[data-theme-mode=dark] .outline-color-hover-success-border-light:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-light:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-light:active,html body .theme-override-dark .outline-color-success-border-light,html body .theme-override-dark .outline-color-hover-success-border-light:hover,html body .theme-override-dark .outline-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-light:focus,html body .theme-override-dark .outline-color-focus-success-border-light:focus-within,html body .theme-override-dark .outline-color-active-success-border-light[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-light:active{outline-color:var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outside-border-color-success-border-light,body[data-theme-mode=dark] .outside-border-color-hover-success-border-light:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-light[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-light:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-light:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-light[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-light:active,html body .theme-override-dark .outside-border-color-success-border-light,html body .theme-override-dark .outside-border-color-hover-success-border-light:hover,html body .theme-override-dark .outside-border-color-focus-success-border-light[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-light:focus,html body .theme-override-dark .outside-border-color-focus-success-border-light:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-light[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-light:active{--outside-border-color: var(--color-success-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .font-color-success-border-dark,body[data-theme-mode=dark] .font-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .font-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .font-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-dark:active,html body .theme-override-dark .font-color-success-border-dark,html body .theme-override-dark .font-color-hover-success-border-dark:hover,html body .theme-override-dark .font-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-dark:focus,html body .theme-override-dark .font-color-focus-success-border-dark:focus-within,html body .theme-override-dark .font-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .font-color-active-success-border-dark:active{color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-color-success-border-dark,body[data-theme-mode=dark] .border-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .border-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .border-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-dark:active,html body .theme-override-dark .border-color-success-border-dark,html body .theme-override-dark .border-color-hover-success-border-dark:hover,html body .theme-override-dark .border-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-dark:focus,html body .theme-override-dark .border-color-focus-success-border-dark:focus-within,html body .theme-override-dark .border-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .border-color-active-success-border-dark:active{border-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-top-color-success-border-dark,body[data-theme-mode=dark] .border-top-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-dark:active,html body .theme-override-dark .border-top-color-success-border-dark,html body .theme-override-dark .border-top-color-hover-success-border-dark:hover,html body .theme-override-dark .border-top-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-dark:focus,html body .theme-override-dark .border-top-color-focus-success-border-dark:focus-within,html body .theme-override-dark .border-top-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-dark:active{border-top-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-bottom-color-success-border-dark,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-dark:active,html body .theme-override-dark .border-bottom-color-success-border-dark,html body .theme-override-dark .border-bottom-color-hover-success-border-dark:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-dark:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-dark:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-dark:active{border-bottom-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-left-color-success-border-dark,body[data-theme-mode=dark] .border-left-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-dark:active,html body .theme-override-dark .border-left-color-success-border-dark,html body .theme-override-dark .border-left-color-hover-success-border-dark:hover,html body .theme-override-dark .border-left-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-dark:focus,html body .theme-override-dark .border-left-color-focus-success-border-dark:focus-within,html body .theme-override-dark .border-left-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-dark:active{border-left-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-right-color-success-border-dark,body[data-theme-mode=dark] .border-right-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-dark:active,html body .theme-override-dark .border-right-color-success-border-dark,html body .theme-override-dark .border-right-color-hover-success-border-dark:hover,html body .theme-override-dark .border-right-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-dark:focus,html body .theme-override-dark .border-right-color-focus-success-border-dark:focus-within,html body .theme-override-dark .border-right-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-dark:active{border-right-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .fill-color-success-border-dark,body[data-theme-mode=dark] .fill-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-dark:active,html body .theme-override-dark .fill-color-success-border-dark,html body .theme-override-dark .fill-color-hover-success-border-dark:hover,html body .theme-override-dark .fill-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-dark:focus,html body .theme-override-dark .fill-color-focus-success-border-dark:focus-within,html body .theme-override-dark .fill-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-dark:active{background-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outline-color-success-border-dark,body[data-theme-mode=dark] .outline-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-dark:active,html body .theme-override-dark .outline-color-success-border-dark,html body .theme-override-dark .outline-color-hover-success-border-dark:hover,html body .theme-override-dark .outline-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-dark:focus,html body .theme-override-dark .outline-color-focus-success-border-dark:focus-within,html body .theme-override-dark .outline-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-dark:active{outline-color:var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outside-border-color-success-border-dark,body[data-theme-mode=dark] .outside-border-color-hover-success-border-dark:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-dark[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-dark:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-dark:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-dark[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-dark:active,html body .theme-override-dark .outside-border-color-success-border-dark,html body .theme-override-dark .outside-border-color-hover-success-border-dark:hover,html body .theme-override-dark .outside-border-color-focus-success-border-dark[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-dark:focus,html body .theme-override-dark .outside-border-color-focus-success-border-dark:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-dark[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-dark:active{--outside-border-color: var(--color-success-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .font-color-success-border-highlight,body[data-theme-mode=dark] .font-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .font-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .font-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-highlight:active,html body .theme-override-dark .font-color-success-border-highlight,html body .theme-override-dark .font-color-hover-success-border-highlight:hover,html body .theme-override-dark .font-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-highlight:focus,html body .theme-override-dark .font-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .font-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .font-color-active-success-border-highlight:active{color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-color-success-border-highlight,body[data-theme-mode=dark] .border-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .border-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .border-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-highlight:active,html body .theme-override-dark .border-color-success-border-highlight,html body .theme-override-dark .border-color-hover-success-border-highlight:hover,html body .theme-override-dark .border-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-highlight:focus,html body .theme-override-dark .border-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .border-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .border-color-active-success-border-highlight:active{border-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-top-color-success-border-highlight,body[data-theme-mode=dark] .border-top-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-highlight:active,html body .theme-override-dark .border-top-color-success-border-highlight,html body .theme-override-dark .border-top-color-hover-success-border-highlight:hover,html body .theme-override-dark .border-top-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-highlight:focus,html body .theme-override-dark .border-top-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .border-top-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-highlight:active{border-top-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-bottom-color-success-border-highlight,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-highlight:active,html body .theme-override-dark .border-bottom-color-success-border-highlight,html body .theme-override-dark .border-bottom-color-hover-success-border-highlight:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-highlight:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-highlight:active{border-bottom-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-left-color-success-border-highlight,body[data-theme-mode=dark] .border-left-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-highlight:active,html body .theme-override-dark .border-left-color-success-border-highlight,html body .theme-override-dark .border-left-color-hover-success-border-highlight:hover,html body .theme-override-dark .border-left-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-highlight:focus,html body .theme-override-dark .border-left-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .border-left-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-highlight:active{border-left-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-right-color-success-border-highlight,body[data-theme-mode=dark] .border-right-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-highlight:active,html body .theme-override-dark .border-right-color-success-border-highlight,html body .theme-override-dark .border-right-color-hover-success-border-highlight:hover,html body .theme-override-dark .border-right-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-highlight:focus,html body .theme-override-dark .border-right-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .border-right-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-highlight:active{border-right-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .fill-color-success-border-highlight,body[data-theme-mode=dark] .fill-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-highlight:active,html body .theme-override-dark .fill-color-success-border-highlight,html body .theme-override-dark .fill-color-hover-success-border-highlight:hover,html body .theme-override-dark .fill-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-highlight:focus,html body .theme-override-dark .fill-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .fill-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-highlight:active{background-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outline-color-success-border-highlight,body[data-theme-mode=dark] .outline-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-highlight:active,html body .theme-override-dark .outline-color-success-border-highlight,html body .theme-override-dark .outline-color-hover-success-border-highlight:hover,html body .theme-override-dark .outline-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-highlight:focus,html body .theme-override-dark .outline-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .outline-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-highlight:active{outline-color:var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outside-border-color-success-border-highlight,body[data-theme-mode=dark] .outside-border-color-hover-success-border-highlight:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-highlight[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-highlight:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-highlight:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-highlight[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-highlight:active,html body .theme-override-dark .outside-border-color-success-border-highlight,html body .theme-override-dark .outside-border-color-hover-success-border-highlight:hover,html body .theme-override-dark .outside-border-color-focus-success-border-highlight[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-highlight:focus,html body .theme-override-dark .outside-border-color-focus-success-border-highlight:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-highlight[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-highlight:active{--outside-border-color: var(--color-success-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .font-color-success-border-focus,body[data-theme-mode=dark] .font-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .font-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .font-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .font-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-border-focus:active,html body .theme-override-dark .font-color-success-border-focus,html body .theme-override-dark .font-color-hover-success-border-focus:hover,html body .theme-override-dark .font-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .font-color-focus-success-border-focus:focus,html body .theme-override-dark .font-color-focus-success-border-focus:focus-within,html body .theme-override-dark .font-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .font-color-active-success-border-focus:active{color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-color-success-border-focus,body[data-theme-mode=dark] .border-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .border-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .border-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .border-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-border-focus:active,html body .theme-override-dark .border-color-success-border-focus,html body .theme-override-dark .border-color-hover-success-border-focus:hover,html body .theme-override-dark .border-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .border-color-focus-success-border-focus:focus,html body .theme-override-dark .border-color-focus-success-border-focus:focus-within,html body .theme-override-dark .border-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .border-color-active-success-border-focus:active{border-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-top-color-success-border-focus,body[data-theme-mode=dark] .border-top-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .border-top-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .border-top-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-border-focus:active,html body .theme-override-dark .border-top-color-success-border-focus,html body .theme-override-dark .border-top-color-hover-success-border-focus:hover,html body .theme-override-dark .border-top-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-border-focus:focus,html body .theme-override-dark .border-top-color-focus-success-border-focus:focus-within,html body .theme-override-dark .border-top-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .border-top-color-active-success-border-focus:active{border-top-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-bottom-color-success-border-focus,body[data-theme-mode=dark] .border-bottom-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-border-focus:active,html body .theme-override-dark .border-bottom-color-success-border-focus,html body .theme-override-dark .border-bottom-color-hover-success-border-focus:hover,html body .theme-override-dark .border-bottom-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-border-focus:focus,html body .theme-override-dark .border-bottom-color-focus-success-border-focus:focus-within,html body .theme-override-dark .border-bottom-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-border-focus:active{border-bottom-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-left-color-success-border-focus,body[data-theme-mode=dark] .border-left-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .border-left-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .border-left-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-border-focus:active,html body .theme-override-dark .border-left-color-success-border-focus,html body .theme-override-dark .border-left-color-hover-success-border-focus:hover,html body .theme-override-dark .border-left-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-border-focus:focus,html body .theme-override-dark .border-left-color-focus-success-border-focus:focus-within,html body .theme-override-dark .border-left-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .border-left-color-active-success-border-focus:active{border-left-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-right-color-success-border-focus,body[data-theme-mode=dark] .border-right-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .border-right-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .border-right-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-border-focus:active,html body .theme-override-dark .border-right-color-success-border-focus,html body .theme-override-dark .border-right-color-hover-success-border-focus:hover,html body .theme-override-dark .border-right-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-border-focus:focus,html body .theme-override-dark .border-right-color-focus-success-border-focus:focus-within,html body .theme-override-dark .border-right-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .border-right-color-active-success-border-focus:active{border-right-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .fill-color-success-border-focus,body[data-theme-mode=dark] .fill-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .fill-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .fill-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .fill-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-border-focus:active,html body .theme-override-dark .fill-color-success-border-focus,html body .theme-override-dark .fill-color-hover-success-border-focus:hover,html body .theme-override-dark .fill-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .fill-color-focus-success-border-focus:focus,html body .theme-override-dark .fill-color-focus-success-border-focus:focus-within,html body .theme-override-dark .fill-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .fill-color-active-success-border-focus:active{background-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outline-color-success-border-focus,body[data-theme-mode=dark] .outline-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .outline-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .outline-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .outline-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-border-focus:active,html body .theme-override-dark .outline-color-success-border-focus,html body .theme-override-dark .outline-color-hover-success-border-focus:hover,html body .theme-override-dark .outline-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .outline-color-focus-success-border-focus:focus,html body .theme-override-dark .outline-color-focus-success-border-focus:focus-within,html body .theme-override-dark .outline-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .outline-color-active-success-border-focus:active{outline-color:var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outside-border-color-success-border-focus,body[data-theme-mode=dark] .outside-border-color-hover-success-border-focus:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-border-focus[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-border-focus:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-border-focus:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-border-focus[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-border-focus:active,html body .theme-override-dark .outside-border-color-success-border-focus,html body .theme-override-dark .outside-border-color-hover-success-border-focus:hover,html body .theme-override-dark .outside-border-color-focus-success-border-focus[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-border-focus:focus,html body .theme-override-dark .outside-border-color-focus-success-border-focus:focus-within,html body .theme-override-dark .outside-border-color-active-success-border-focus[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-border-focus:active{--outside-border-color: var(--color-success-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .font-color-success-shadow,body[data-theme-mode=dark] .font-color-hover-success-shadow:hover,body[data-theme-mode=dark] .font-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .font-color-focus-success-shadow:focus,body[data-theme-mode=dark] .font-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .font-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .font-color-active-success-shadow:active,html body .theme-override-dark .font-color-success-shadow,html body .theme-override-dark .font-color-hover-success-shadow:hover,html body .theme-override-dark .font-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .font-color-focus-success-shadow:focus,html body .theme-override-dark .font-color-focus-success-shadow:focus-within,html body .theme-override-dark .font-color-active-success-shadow[data-selected=true],html body .theme-override-dark .font-color-active-success-shadow:active{color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-color-success-shadow,body[data-theme-mode=dark] .border-color-hover-success-shadow:hover,body[data-theme-mode=dark] .border-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .border-color-focus-success-shadow:focus,body[data-theme-mode=dark] .border-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .border-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .border-color-active-success-shadow:active,html body .theme-override-dark .border-color-success-shadow,html body .theme-override-dark .border-color-hover-success-shadow:hover,html body .theme-override-dark .border-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .border-color-focus-success-shadow:focus,html body .theme-override-dark .border-color-focus-success-shadow:focus-within,html body .theme-override-dark .border-color-active-success-shadow[data-selected=true],html body .theme-override-dark .border-color-active-success-shadow:active{border-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-top-color-success-shadow,body[data-theme-mode=dark] .border-top-color-hover-success-shadow:hover,body[data-theme-mode=dark] .border-top-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-success-shadow:focus,body[data-theme-mode=dark] .border-top-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .border-top-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-success-shadow:active,html body .theme-override-dark .border-top-color-success-shadow,html body .theme-override-dark .border-top-color-hover-success-shadow:hover,html body .theme-override-dark .border-top-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .border-top-color-focus-success-shadow:focus,html body .theme-override-dark .border-top-color-focus-success-shadow:focus-within,html body .theme-override-dark .border-top-color-active-success-shadow[data-selected=true],html body .theme-override-dark .border-top-color-active-success-shadow:active{border-top-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-bottom-color-success-shadow,body[data-theme-mode=dark] .border-bottom-color-hover-success-shadow:hover,body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow:focus,body[data-theme-mode=dark] .border-bottom-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-success-shadow:active,html body .theme-override-dark .border-bottom-color-success-shadow,html body .theme-override-dark .border-bottom-color-hover-success-shadow:hover,html body .theme-override-dark .border-bottom-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-success-shadow:focus,html body .theme-override-dark .border-bottom-color-focus-success-shadow:focus-within,html body .theme-override-dark .border-bottom-color-active-success-shadow[data-selected=true],html body .theme-override-dark .border-bottom-color-active-success-shadow:active{border-bottom-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-left-color-success-shadow,body[data-theme-mode=dark] .border-left-color-hover-success-shadow:hover,body[data-theme-mode=dark] .border-left-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-success-shadow:focus,body[data-theme-mode=dark] .border-left-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .border-left-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-success-shadow:active,html body .theme-override-dark .border-left-color-success-shadow,html body .theme-override-dark .border-left-color-hover-success-shadow:hover,html body .theme-override-dark .border-left-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .border-left-color-focus-success-shadow:focus,html body .theme-override-dark .border-left-color-focus-success-shadow:focus-within,html body .theme-override-dark .border-left-color-active-success-shadow[data-selected=true],html body .theme-override-dark .border-left-color-active-success-shadow:active{border-left-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-right-color-success-shadow,body[data-theme-mode=dark] .border-right-color-hover-success-shadow:hover,body[data-theme-mode=dark] .border-right-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-success-shadow:focus,body[data-theme-mode=dark] .border-right-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .border-right-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-success-shadow:active,html body .theme-override-dark .border-right-color-success-shadow,html body .theme-override-dark .border-right-color-hover-success-shadow:hover,html body .theme-override-dark .border-right-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .border-right-color-focus-success-shadow:focus,html body .theme-override-dark .border-right-color-focus-success-shadow:focus-within,html body .theme-override-dark .border-right-color-active-success-shadow[data-selected=true],html body .theme-override-dark .border-right-color-active-success-shadow:active{border-right-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .fill-color-success-shadow,body[data-theme-mode=dark] .fill-color-hover-success-shadow:hover,body[data-theme-mode=dark] .fill-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-success-shadow:focus,body[data-theme-mode=dark] .fill-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .fill-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .fill-color-active-success-shadow:active,html body .theme-override-dark .fill-color-success-shadow,html body .theme-override-dark .fill-color-hover-success-shadow:hover,html body .theme-override-dark .fill-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .fill-color-focus-success-shadow:focus,html body .theme-override-dark .fill-color-focus-success-shadow:focus-within,html body .theme-override-dark .fill-color-active-success-shadow[data-selected=true],html body .theme-override-dark .fill-color-active-success-shadow:active{background-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outline-color-success-shadow,body[data-theme-mode=dark] .outline-color-hover-success-shadow:hover,body[data-theme-mode=dark] .outline-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-success-shadow:focus,body[data-theme-mode=dark] .outline-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .outline-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .outline-color-active-success-shadow:active,html body .theme-override-dark .outline-color-success-shadow,html body .theme-override-dark .outline-color-hover-success-shadow:hover,html body .theme-override-dark .outline-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .outline-color-focus-success-shadow:focus,html body .theme-override-dark .outline-color-focus-success-shadow:focus-within,html body .theme-override-dark .outline-color-active-success-shadow[data-selected=true],html body .theme-override-dark .outline-color-active-success-shadow:active{outline-color:var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outside-border-color-success-shadow,body[data-theme-mode=dark] .outside-border-color-hover-success-shadow:hover,body[data-theme-mode=dark] .outside-border-color-focus-success-shadow[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-success-shadow:focus,body[data-theme-mode=dark] .outside-border-color-focus-success-shadow:focus-within,body[data-theme-mode=dark] .outside-border-color-active-success-shadow[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-success-shadow:active,html body .theme-override-dark .outside-border-color-success-shadow,html body .theme-override-dark .outside-border-color-hover-success-shadow:hover,html body .theme-override-dark .outside-border-color-focus-success-shadow[data-focused=true],html body .theme-override-dark .outside-border-color-focus-success-shadow:focus,html body .theme-override-dark .outside-border-color-focus-success-shadow:focus-within,html body .theme-override-dark .outside-border-color-active-success-shadow[data-selected=true],html body .theme-override-dark .outside-border-color-active-success-shadow:active{--outside-border-color: var(--color-success-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .color-schema-success,html body .theme-override-dark .color-schema-success{--color-primary-0: var( --color-dark-success-primary-0, var(--color-dark-primary-0) );--color-primary-foreground-0: var( --color-dark-success-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-secondary-0: var( --color-dark-success-secondary-0, var(--color-dark-secondary-0) );--color-secondary-foreground-0: var( --color-dark-success-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-accent-0: var( --color-dark-success-accent-0, var(--color-dark-accent-0) );--color-accent-foreground-0: var( --color-dark-success-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-background-0: var( --color-dark-success-background-0, var(--color-dark-background-0) );--color-background-1: var( --color-dark-success-background-1, var(--color-dark-background-1) );--color-background-2: var( --color-dark-success-background-2, var(--color-dark-background-2) );--color-background-3: var( --color-dark-success-background-3, var(--color-dark-background-3) );--color-background-4: var( --color-dark-success-background-4, var(--color-dark-background-4) );--color-background-5: var( --color-dark-success-background-5, var(--color-dark-background-5) );--color-surface-0: var( --color-dark-success-surface-0, var(--color-dark-surface-0) );--color-surface-1: var( --color-dark-success-surface-1, var(--color-dark-surface-1) );--color-surface-2: var( --color-dark-success-surface-2, var(--color-dark-surface-2) );--color-surface-3: var( --color-dark-success-surface-3, var(--color-dark-surface-3) );--color-surface-4: var( --color-dark-success-surface-4, var(--color-dark-surface-4) );--color-surface-5: var( --color-dark-success-surface-5, var(--color-dark-surface-5) );--color-border-0: var( --color-dark-success-border-0, var(--color-dark-border-0) );--color-border-1: var( --color-dark-success-border-1, var(--color-dark-border-1) );--color-border-2: var( --color-dark-success-border-2, var(--color-dark-border-2) );--color-border-3: var( --color-dark-success-border-3, var(--color-dark-border-3) );--color-border-4: var( --color-dark-success-border-4, var(--color-dark-border-4) );--color-border-5: var( --color-dark-success-border-5, var(--color-dark-border-5) );--color-font-0: var( --color-dark-success-font-0, var(--color-dark-font-0) );--color-font-1: var( --color-dark-success-font-1, var(--color-dark-font-1) );--color-font-2: var( --color-dark-success-font-2, var(--color-dark-font-2) );--color-font-3: var( --color-dark-success-font-3, var(--color-dark-font-3) );--color-font-4: var( --color-dark-success-font-4, var(--color-dark-font-4) );--color-font-5: var( --color-dark-success-font-5, var(--color-dark-font-5) );--color-shadow-0: var( --color-dark-success-shadow-0, var(--color-dark-shadow-0) );--color-primary: var( --color-dark-success-primary, var(--color-dark-primary) );--color-primary-foreground: var( --color-dark-success-primary-foreground, var(--color-dark-primary-foreground) );--color-secondary: var( --color-dark-success-secondary, var(--color-dark-secondary) );--color-secondary-foreground: var( --color-dark-success-secondary-foreground, var(--color-dark-secondary-foreground) );--color-accent: var( --color-dark-success-accent, var(--color-dark-accent) );--color-accent-foreground: var( --color-dark-success-accent-foreground, var(--color-dark-accent-foreground) );--color-background: var( --color-dark-success-background, var(--color-dark-background) );--color-background-surface: var( --color-dark-success-background-surface, var(--color-dark-background-surface) );--color-background-ghost: var( --color-dark-success-background-ghost, var(--color-dark-background-ghost) );--color-background-flat: var( --color-dark-success-background-flat, var(--color-dark-background-flat) );--color-background-card: var( --color-dark-success-background-card, var(--color-dark-background-card) );--color-background-panel: var( --color-dark-success-background-panel, var(--color-dark-background-panel) );--color-background-field: var( --color-dark-success-background-field, var(--color-dark-background-field) );--color-font: var( --color-dark-success-font, var(--color-dark-font) );--color-font-muted: var( --color-dark-success-font-muted, var(--color-dark-font-muted) );--color-font-disabled: var( --color-dark-success-font-disabled, var(--color-dark-font-disabled) );--color-border: var( --color-dark-success-border, var(--color-dark-border) );--color-border-light: var( --color-dark-success-border-light, var(--color-dark-border-light) );--color-border-dark: var( --color-dark-success-border-dark, var(--color-dark-border-dark) );--color-border-highlight: var( --color-dark-success-border-highlight, var(--color-dark-border-highlight) );--color-border-focus: var( --color-dark-success-border-focus, var(--color-dark-border-focus) );--color-shadow: var( --color-dark-success-shadow, var(--color-dark-shadow) )}body[data-theme-mode=dark] .font-color-danger,body[data-theme-mode=dark] .font-color-hover-danger:hover,body[data-theme-mode=dark] .font-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger:focus,body[data-theme-mode=dark] .font-color-focus-danger:focus-within,body[data-theme-mode=dark] .font-color-active-danger[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger:active,html body .theme-override-dark .font-color-danger,html body .theme-override-dark .font-color-hover-danger:hover,html body .theme-override-dark .font-color-focus-danger[data-focused=true],html body .theme-override-dark .font-color-focus-danger:focus,html body .theme-override-dark .font-color-focus-danger:focus-within,html body .theme-override-dark .font-color-active-danger[data-selected=true],html body .theme-override-dark .font-color-active-danger:active{color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .border-color-danger,body[data-theme-mode=dark] .border-color-hover-danger:hover,body[data-theme-mode=dark] .border-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger:focus,body[data-theme-mode=dark] .border-color-focus-danger:focus-within,body[data-theme-mode=dark] .border-color-active-danger[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger:active,html body .theme-override-dark .border-color-danger,html body .theme-override-dark .border-color-hover-danger:hover,html body .theme-override-dark .border-color-focus-danger[data-focused=true],html body .theme-override-dark .border-color-focus-danger:focus,html body .theme-override-dark .border-color-focus-danger:focus-within,html body .theme-override-dark .border-color-active-danger[data-selected=true],html body .theme-override-dark .border-color-active-danger:active{border-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .border-top-color-danger,body[data-theme-mode=dark] .border-top-color-hover-danger:hover,body[data-theme-mode=dark] .border-top-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger:focus,body[data-theme-mode=dark] .border-top-color-focus-danger:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger:active,html body .theme-override-dark .border-top-color-danger,html body .theme-override-dark .border-top-color-hover-danger:hover,html body .theme-override-dark .border-top-color-focus-danger[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger:focus,html body .theme-override-dark .border-top-color-focus-danger:focus-within,html body .theme-override-dark .border-top-color-active-danger[data-selected=true],html body .theme-override-dark .border-top-color-active-danger:active{border-top-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .border-bottom-color-danger,body[data-theme-mode=dark] .border-bottom-color-hover-danger:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger:active,html body .theme-override-dark .border-bottom-color-danger,html body .theme-override-dark .border-bottom-color-hover-danger:hover,html body .theme-override-dark .border-bottom-color-focus-danger[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger:focus,html body .theme-override-dark .border-bottom-color-focus-danger:focus-within,html body .theme-override-dark .border-bottom-color-active-danger[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger:active{border-bottom-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .border-left-color-danger,body[data-theme-mode=dark] .border-left-color-hover-danger:hover,body[data-theme-mode=dark] .border-left-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger:focus,body[data-theme-mode=dark] .border-left-color-focus-danger:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger:active,html body .theme-override-dark .border-left-color-danger,html body .theme-override-dark .border-left-color-hover-danger:hover,html body .theme-override-dark .border-left-color-focus-danger[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger:focus,html body .theme-override-dark .border-left-color-focus-danger:focus-within,html body .theme-override-dark .border-left-color-active-danger[data-selected=true],html body .theme-override-dark .border-left-color-active-danger:active{border-left-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .border-right-color-danger,body[data-theme-mode=dark] .border-right-color-hover-danger:hover,body[data-theme-mode=dark] .border-right-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger:focus,body[data-theme-mode=dark] .border-right-color-focus-danger:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger:active,html body .theme-override-dark .border-right-color-danger,html body .theme-override-dark .border-right-color-hover-danger:hover,html body .theme-override-dark .border-right-color-focus-danger[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger:focus,html body .theme-override-dark .border-right-color-focus-danger:focus-within,html body .theme-override-dark .border-right-color-active-danger[data-selected=true],html body .theme-override-dark .border-right-color-active-danger:active{border-right-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .fill-color-danger,body[data-theme-mode=dark] .fill-color-hover-danger:hover,body[data-theme-mode=dark] .fill-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger:focus,body[data-theme-mode=dark] .fill-color-focus-danger:focus-within,body[data-theme-mode=dark] .fill-color-active-danger[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger:active,html body .theme-override-dark .fill-color-danger,html body .theme-override-dark .fill-color-hover-danger:hover,html body .theme-override-dark .fill-color-focus-danger[data-focused=true],html body .theme-override-dark .fill-color-focus-danger:focus,html body .theme-override-dark .fill-color-focus-danger:focus-within,html body .theme-override-dark .fill-color-active-danger[data-selected=true],html body .theme-override-dark .fill-color-active-danger:active{background-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .outline-color-danger,body[data-theme-mode=dark] .outline-color-hover-danger:hover,body[data-theme-mode=dark] .outline-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger:focus,body[data-theme-mode=dark] .outline-color-focus-danger:focus-within,body[data-theme-mode=dark] .outline-color-active-danger[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger:active,html body .theme-override-dark .outline-color-danger,html body .theme-override-dark .outline-color-hover-danger:hover,html body .theme-override-dark .outline-color-focus-danger[data-focused=true],html body .theme-override-dark .outline-color-focus-danger:focus,html body .theme-override-dark .outline-color-focus-danger:focus-within,html body .theme-override-dark .outline-color-active-danger[data-selected=true],html body .theme-override-dark .outline-color-active-danger:active{outline-color:var(--color-dark-danger-primary)}body[data-theme-mode=dark] .outside-border-color-danger,body[data-theme-mode=dark] .outside-border-color-hover-danger:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger:active,html body .theme-override-dark .outside-border-color-danger,html body .theme-override-dark .outside-border-color-hover-danger:hover,html body .theme-override-dark .outside-border-color-focus-danger[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger:focus,html body .theme-override-dark .outside-border-color-focus-danger:focus-within,html body .theme-override-dark .outside-border-color-active-danger[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger:active{--outside-border-color: var(--color-dark-danger-primary)}body[data-theme-mode=dark] .font-color-danger-primary-0,body[data-theme-mode=dark] .font-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-primary-0:active,html body .theme-override-dark .font-color-danger-primary-0,html body .theme-override-dark .font-color-hover-danger-primary-0:hover,html body .theme-override-dark .font-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-primary-0:focus,html body .theme-override-dark .font-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .font-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-primary-0:active{color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-color-danger-primary-0,body[data-theme-mode=dark] .border-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-primary-0:active,html body .theme-override-dark .border-color-danger-primary-0,html body .theme-override-dark .border-color-hover-danger-primary-0:hover,html body .theme-override-dark .border-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-primary-0:focus,html body .theme-override-dark .border-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .border-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-primary-0:active{border-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-top-color-danger-primary-0,body[data-theme-mode=dark] .border-top-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-primary-0:active,html body .theme-override-dark .border-top-color-danger-primary-0,html body .theme-override-dark .border-top-color-hover-danger-primary-0:hover,html body .theme-override-dark .border-top-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-primary-0:focus,html body .theme-override-dark .border-top-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-primary-0:active{border-top-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-bottom-color-danger-primary-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-0:active,html body .theme-override-dark .border-bottom-color-danger-primary-0,html body .theme-override-dark .border-bottom-color-hover-danger-primary-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-primary-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-primary-0:active{border-bottom-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-left-color-danger-primary-0,body[data-theme-mode=dark] .border-left-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-primary-0:active,html body .theme-override-dark .border-left-color-danger-primary-0,html body .theme-override-dark .border-left-color-hover-danger-primary-0:hover,html body .theme-override-dark .border-left-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-primary-0:focus,html body .theme-override-dark .border-left-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-primary-0:active{border-left-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-right-color-danger-primary-0,body[data-theme-mode=dark] .border-right-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-primary-0:active,html body .theme-override-dark .border-right-color-danger-primary-0,html body .theme-override-dark .border-right-color-hover-danger-primary-0:hover,html body .theme-override-dark .border-right-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-primary-0:focus,html body .theme-override-dark .border-right-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-primary-0:active{border-right-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .fill-color-danger-primary-0,body[data-theme-mode=dark] .fill-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-primary-0:active,html body .theme-override-dark .fill-color-danger-primary-0,html body .theme-override-dark .fill-color-hover-danger-primary-0:hover,html body .theme-override-dark .fill-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-primary-0:focus,html body .theme-override-dark .fill-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .fill-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-primary-0:active{background-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outline-color-danger-primary-0,body[data-theme-mode=dark] .outline-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-primary-0:active,html body .theme-override-dark .outline-color-danger-primary-0,html body .theme-override-dark .outline-color-hover-danger-primary-0:hover,html body .theme-override-dark .outline-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-primary-0:focus,html body .theme-override-dark .outline-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .outline-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-primary-0:active{outline-color:var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outside-border-color-danger-primary-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-primary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-primary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-primary-0:active,html body .theme-override-dark .outside-border-color-danger-primary-0,html body .theme-override-dark .outside-border-color-hover-danger-primary-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-primary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-primary-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-primary-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-primary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-primary-0:active{--outside-border-color: var(--color-danger-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .font-color-danger-primary-foreground-0,body[data-theme-mode=dark] .font-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .font-color-danger-primary-foreground-0,html body .theme-override-dark .font-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .font-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .font-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-primary-foreground-0:active{color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-color-danger-primary-foreground-0,body[data-theme-mode=dark] .border-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .border-color-danger-primary-foreground-0,html body .theme-override-dark .border-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .border-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .border-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-primary-foreground-0:active{border-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-top-color-danger-primary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .border-top-color-danger-primary-foreground-0,html body .theme-override-dark .border-top-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-primary-foreground-0:active{border-top-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-danger-primary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .border-bottom-color-danger-primary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-primary-foreground-0:active{border-bottom-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-left-color-danger-primary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .border-left-color-danger-primary-foreground-0,html body .theme-override-dark .border-left-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-primary-foreground-0:active{border-left-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-right-color-danger-primary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .border-right-color-danger-primary-foreground-0,html body .theme-override-dark .border-right-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-primary-foreground-0:active{border-right-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .fill-color-danger-primary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .fill-color-danger-primary-foreground-0,html body .theme-override-dark .fill-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-primary-foreground-0:active{background-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outline-color-danger-primary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .outline-color-danger-primary-foreground-0,html body .theme-override-dark .outline-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-primary-foreground-0:active{outline-color:var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-danger-primary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-primary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-primary-foreground-0:active,html body .theme-override-dark .outside-border-color-danger-primary-foreground-0,html body .theme-override-dark .outside-border-color-hover-danger-primary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-primary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-primary-foreground-0:active{--outside-border-color: var(--color-danger-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .font-color-danger-secondary-0,body[data-theme-mode=dark] .font-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-secondary-0:active,html body .theme-override-dark .font-color-danger-secondary-0,html body .theme-override-dark .font-color-hover-danger-secondary-0:hover,html body .theme-override-dark .font-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-secondary-0:focus,html body .theme-override-dark .font-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .font-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-secondary-0:active{color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-color-danger-secondary-0,body[data-theme-mode=dark] .border-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-secondary-0:active,html body .theme-override-dark .border-color-danger-secondary-0,html body .theme-override-dark .border-color-hover-danger-secondary-0:hover,html body .theme-override-dark .border-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-secondary-0:focus,html body .theme-override-dark .border-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .border-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-secondary-0:active{border-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-top-color-danger-secondary-0,body[data-theme-mode=dark] .border-top-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-secondary-0:active,html body .theme-override-dark .border-top-color-danger-secondary-0,html body .theme-override-dark .border-top-color-hover-danger-secondary-0:hover,html body .theme-override-dark .border-top-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-secondary-0:focus,html body .theme-override-dark .border-top-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-secondary-0:active{border-top-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-bottom-color-danger-secondary-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-0:active,html body .theme-override-dark .border-bottom-color-danger-secondary-0,html body .theme-override-dark .border-bottom-color-hover-danger-secondary-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-secondary-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-secondary-0:active{border-bottom-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-left-color-danger-secondary-0,body[data-theme-mode=dark] .border-left-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-secondary-0:active,html body .theme-override-dark .border-left-color-danger-secondary-0,html body .theme-override-dark .border-left-color-hover-danger-secondary-0:hover,html body .theme-override-dark .border-left-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-secondary-0:focus,html body .theme-override-dark .border-left-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-secondary-0:active{border-left-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-right-color-danger-secondary-0,body[data-theme-mode=dark] .border-right-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-secondary-0:active,html body .theme-override-dark .border-right-color-danger-secondary-0,html body .theme-override-dark .border-right-color-hover-danger-secondary-0:hover,html body .theme-override-dark .border-right-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-secondary-0:focus,html body .theme-override-dark .border-right-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-secondary-0:active{border-right-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .fill-color-danger-secondary-0,body[data-theme-mode=dark] .fill-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-secondary-0:active,html body .theme-override-dark .fill-color-danger-secondary-0,html body .theme-override-dark .fill-color-hover-danger-secondary-0:hover,html body .theme-override-dark .fill-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-secondary-0:focus,html body .theme-override-dark .fill-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .fill-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-secondary-0:active{background-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outline-color-danger-secondary-0,body[data-theme-mode=dark] .outline-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-secondary-0:active,html body .theme-override-dark .outline-color-danger-secondary-0,html body .theme-override-dark .outline-color-hover-danger-secondary-0:hover,html body .theme-override-dark .outline-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-secondary-0:focus,html body .theme-override-dark .outline-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .outline-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-secondary-0:active{outline-color:var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outside-border-color-danger-secondary-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-secondary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-0:active,html body .theme-override-dark .outside-border-color-danger-secondary-0,html body .theme-override-dark .outside-border-color-hover-danger-secondary-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-secondary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-secondary-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-secondary-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-secondary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-secondary-0:active{--outside-border-color: var(--color-danger-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .font-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .font-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .font-color-danger-secondary-foreground-0,html body .theme-override-dark .font-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .font-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .font-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-secondary-foreground-0:active{color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .border-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .border-color-danger-secondary-foreground-0,html body .theme-override-dark .border-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .border-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .border-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-secondary-foreground-0:active{border-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-top-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .border-top-color-danger-secondary-foreground-0,html body .theme-override-dark .border-top-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-secondary-foreground-0:active{border-top-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .border-bottom-color-danger-secondary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-secondary-foreground-0:active{border-bottom-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-left-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .border-left-color-danger-secondary-foreground-0,html body .theme-override-dark .border-left-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-secondary-foreground-0:active{border-left-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-right-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .border-right-color-danger-secondary-foreground-0,html body .theme-override-dark .border-right-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-secondary-foreground-0:active{border-right-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .fill-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .fill-color-danger-secondary-foreground-0,html body .theme-override-dark .fill-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-secondary-foreground-0:active{background-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outline-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .outline-color-danger-secondary-foreground-0,html body .theme-override-dark .outline-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-secondary-foreground-0:active{outline-color:var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-danger-secondary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-secondary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-foreground-0:active,html body .theme-override-dark .outside-border-color-danger-secondary-foreground-0,html body .theme-override-dark .outside-border-color-hover-danger-secondary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-secondary-foreground-0:active{--outside-border-color: var(--color-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .font-color-danger-accent-0,body[data-theme-mode=dark] .font-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-accent-0:active,html body .theme-override-dark .font-color-danger-accent-0,html body .theme-override-dark .font-color-hover-danger-accent-0:hover,html body .theme-override-dark .font-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-accent-0:focus,html body .theme-override-dark .font-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .font-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-accent-0:active{color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-color-danger-accent-0,body[data-theme-mode=dark] .border-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-accent-0:active,html body .theme-override-dark .border-color-danger-accent-0,html body .theme-override-dark .border-color-hover-danger-accent-0:hover,html body .theme-override-dark .border-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-accent-0:focus,html body .theme-override-dark .border-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .border-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-accent-0:active{border-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-top-color-danger-accent-0,body[data-theme-mode=dark] .border-top-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-accent-0:active,html body .theme-override-dark .border-top-color-danger-accent-0,html body .theme-override-dark .border-top-color-hover-danger-accent-0:hover,html body .theme-override-dark .border-top-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-accent-0:focus,html body .theme-override-dark .border-top-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-accent-0:active{border-top-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-bottom-color-danger-accent-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-0:active,html body .theme-override-dark .border-bottom-color-danger-accent-0,html body .theme-override-dark .border-bottom-color-hover-danger-accent-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-accent-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-accent-0:active{border-bottom-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-left-color-danger-accent-0,body[data-theme-mode=dark] .border-left-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-accent-0:active,html body .theme-override-dark .border-left-color-danger-accent-0,html body .theme-override-dark .border-left-color-hover-danger-accent-0:hover,html body .theme-override-dark .border-left-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-accent-0:focus,html body .theme-override-dark .border-left-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-accent-0:active{border-left-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-right-color-danger-accent-0,body[data-theme-mode=dark] .border-right-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-accent-0:active,html body .theme-override-dark .border-right-color-danger-accent-0,html body .theme-override-dark .border-right-color-hover-danger-accent-0:hover,html body .theme-override-dark .border-right-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-accent-0:focus,html body .theme-override-dark .border-right-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-accent-0:active{border-right-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .fill-color-danger-accent-0,body[data-theme-mode=dark] .fill-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-accent-0:active,html body .theme-override-dark .fill-color-danger-accent-0,html body .theme-override-dark .fill-color-hover-danger-accent-0:hover,html body .theme-override-dark .fill-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-accent-0:focus,html body .theme-override-dark .fill-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .fill-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-accent-0:active{background-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outline-color-danger-accent-0,body[data-theme-mode=dark] .outline-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-accent-0:active,html body .theme-override-dark .outline-color-danger-accent-0,html body .theme-override-dark .outline-color-hover-danger-accent-0:hover,html body .theme-override-dark .outline-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-accent-0:focus,html body .theme-override-dark .outline-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .outline-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-accent-0:active{outline-color:var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outside-border-color-danger-accent-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-accent-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-accent-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-accent-0:active,html body .theme-override-dark .outside-border-color-danger-accent-0,html body .theme-override-dark .outside-border-color-hover-danger-accent-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-accent-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-accent-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-accent-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-accent-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-accent-0:active{--outside-border-color: var(--color-danger-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .font-color-danger-accent-foreground-0,body[data-theme-mode=dark] .font-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .font-color-danger-accent-foreground-0,html body .theme-override-dark .font-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .font-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .font-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .font-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-accent-foreground-0:active{color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-color-danger-accent-foreground-0,body[data-theme-mode=dark] .border-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .border-color-danger-accent-foreground-0,html body .theme-override-dark .border-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .border-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .border-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .border-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-accent-foreground-0:active{border-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-top-color-danger-accent-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .border-top-color-danger-accent-foreground-0,html body .theme-override-dark .border-top-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-accent-foreground-0:active{border-top-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-danger-accent-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .border-bottom-color-danger-accent-foreground-0,html body .theme-override-dark .border-bottom-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-accent-foreground-0:active{border-bottom-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-left-color-danger-accent-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .border-left-color-danger-accent-foreground-0,html body .theme-override-dark .border-left-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-accent-foreground-0:active{border-left-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-right-color-danger-accent-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .border-right-color-danger-accent-foreground-0,html body .theme-override-dark .border-right-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-accent-foreground-0:active{border-right-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .fill-color-danger-accent-foreground-0,body[data-theme-mode=dark] .fill-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .fill-color-danger-accent-foreground-0,html body .theme-override-dark .fill-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .fill-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .fill-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-accent-foreground-0:active{background-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outline-color-danger-accent-foreground-0,body[data-theme-mode=dark] .outline-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .outline-color-danger-accent-foreground-0,html body .theme-override-dark .outline-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .outline-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .outline-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-accent-foreground-0:active{outline-color:var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outside-border-color-danger-accent-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-accent-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-accent-foreground-0:active,html body .theme-override-dark .outside-border-color-danger-accent-foreground-0,html body .theme-override-dark .outside-border-color-hover-danger-accent-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-accent-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-accent-foreground-0:active{--outside-border-color: var(--color-danger-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .font-color-danger-background-0,body[data-theme-mode=dark] .font-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-0:active,html body .theme-override-dark .font-color-danger-background-0,html body .theme-override-dark .font-color-hover-danger-background-0:hover,html body .theme-override-dark .font-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-0:focus,html body .theme-override-dark .font-color-focus-danger-background-0:focus-within,html body .theme-override-dark .font-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-0:active{color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-color-danger-background-0,body[data-theme-mode=dark] .border-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-0:active,html body .theme-override-dark .border-color-danger-background-0,html body .theme-override-dark .border-color-hover-danger-background-0:hover,html body .theme-override-dark .border-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-0:focus,html body .theme-override-dark .border-color-focus-danger-background-0:focus-within,html body .theme-override-dark .border-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-0:active{border-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-top-color-danger-background-0,body[data-theme-mode=dark] .border-top-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-0:active,html body .theme-override-dark .border-top-color-danger-background-0,html body .theme-override-dark .border-top-color-hover-danger-background-0:hover,html body .theme-override-dark .border-top-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-0:focus,html body .theme-override-dark .border-top-color-focus-danger-background-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-0:active{border-top-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-bottom-color-danger-background-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-0:active,html body .theme-override-dark .border-bottom-color-danger-background-0,html body .theme-override-dark .border-bottom-color-hover-danger-background-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-0:active{border-bottom-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-left-color-danger-background-0,body[data-theme-mode=dark] .border-left-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-0:active,html body .theme-override-dark .border-left-color-danger-background-0,html body .theme-override-dark .border-left-color-hover-danger-background-0:hover,html body .theme-override-dark .border-left-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-0:focus,html body .theme-override-dark .border-left-color-focus-danger-background-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-0:active{border-left-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-right-color-danger-background-0,body[data-theme-mode=dark] .border-right-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-0:active,html body .theme-override-dark .border-right-color-danger-background-0,html body .theme-override-dark .border-right-color-hover-danger-background-0:hover,html body .theme-override-dark .border-right-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-0:focus,html body .theme-override-dark .border-right-color-focus-danger-background-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-0:active{border-right-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .fill-color-danger-background-0,body[data-theme-mode=dark] .fill-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-0:active,html body .theme-override-dark .fill-color-danger-background-0,html body .theme-override-dark .fill-color-hover-danger-background-0:hover,html body .theme-override-dark .fill-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-0:focus,html body .theme-override-dark .fill-color-focus-danger-background-0:focus-within,html body .theme-override-dark .fill-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-0:active{background-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outline-color-danger-background-0,body[data-theme-mode=dark] .outline-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-0:active,html body .theme-override-dark .outline-color-danger-background-0,html body .theme-override-dark .outline-color-hover-danger-background-0:hover,html body .theme-override-dark .outline-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-0:focus,html body .theme-override-dark .outline-color-focus-danger-background-0:focus-within,html body .theme-override-dark .outline-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-0:active{outline-color:var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outside-border-color-danger-background-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-0:active,html body .theme-override-dark .outside-border-color-danger-background-0,html body .theme-override-dark .outside-border-color-hover-danger-background-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-0:active{--outside-border-color: var(--color-danger-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .font-color-danger-background-1,body[data-theme-mode=dark] .font-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-1:active,html body .theme-override-dark .font-color-danger-background-1,html body .theme-override-dark .font-color-hover-danger-background-1:hover,html body .theme-override-dark .font-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-1:focus,html body .theme-override-dark .font-color-focus-danger-background-1:focus-within,html body .theme-override-dark .font-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-1:active{color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-color-danger-background-1,body[data-theme-mode=dark] .border-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-1:active,html body .theme-override-dark .border-color-danger-background-1,html body .theme-override-dark .border-color-hover-danger-background-1:hover,html body .theme-override-dark .border-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-1:focus,html body .theme-override-dark .border-color-focus-danger-background-1:focus-within,html body .theme-override-dark .border-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-1:active{border-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-top-color-danger-background-1,body[data-theme-mode=dark] .border-top-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-1:active,html body .theme-override-dark .border-top-color-danger-background-1,html body .theme-override-dark .border-top-color-hover-danger-background-1:hover,html body .theme-override-dark .border-top-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-1:focus,html body .theme-override-dark .border-top-color-focus-danger-background-1:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-1:active{border-top-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-bottom-color-danger-background-1,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-1:active,html body .theme-override-dark .border-bottom-color-danger-background-1,html body .theme-override-dark .border-bottom-color-hover-danger-background-1:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-1:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-1:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-1:active{border-bottom-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-left-color-danger-background-1,body[data-theme-mode=dark] .border-left-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-1:active,html body .theme-override-dark .border-left-color-danger-background-1,html body .theme-override-dark .border-left-color-hover-danger-background-1:hover,html body .theme-override-dark .border-left-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-1:focus,html body .theme-override-dark .border-left-color-focus-danger-background-1:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-1:active{border-left-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-right-color-danger-background-1,body[data-theme-mode=dark] .border-right-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-1:active,html body .theme-override-dark .border-right-color-danger-background-1,html body .theme-override-dark .border-right-color-hover-danger-background-1:hover,html body .theme-override-dark .border-right-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-1:focus,html body .theme-override-dark .border-right-color-focus-danger-background-1:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-1:active{border-right-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .fill-color-danger-background-1,body[data-theme-mode=dark] .fill-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-1:active,html body .theme-override-dark .fill-color-danger-background-1,html body .theme-override-dark .fill-color-hover-danger-background-1:hover,html body .theme-override-dark .fill-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-1:focus,html body .theme-override-dark .fill-color-focus-danger-background-1:focus-within,html body .theme-override-dark .fill-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-1:active{background-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outline-color-danger-background-1,body[data-theme-mode=dark] .outline-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-1:active,html body .theme-override-dark .outline-color-danger-background-1,html body .theme-override-dark .outline-color-hover-danger-background-1:hover,html body .theme-override-dark .outline-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-1:focus,html body .theme-override-dark .outline-color-focus-danger-background-1:focus-within,html body .theme-override-dark .outline-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-1:active{outline-color:var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outside-border-color-danger-background-1,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-1:active,html body .theme-override-dark .outside-border-color-danger-background-1,html body .theme-override-dark .outside-border-color-hover-danger-background-1:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-1:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-1:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-1:active{--outside-border-color: var(--color-danger-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .font-color-danger-background-2,body[data-theme-mode=dark] .font-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-2:active,html body .theme-override-dark .font-color-danger-background-2,html body .theme-override-dark .font-color-hover-danger-background-2:hover,html body .theme-override-dark .font-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-2:focus,html body .theme-override-dark .font-color-focus-danger-background-2:focus-within,html body .theme-override-dark .font-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-2:active{color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-color-danger-background-2,body[data-theme-mode=dark] .border-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-2:active,html body .theme-override-dark .border-color-danger-background-2,html body .theme-override-dark .border-color-hover-danger-background-2:hover,html body .theme-override-dark .border-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-2:focus,html body .theme-override-dark .border-color-focus-danger-background-2:focus-within,html body .theme-override-dark .border-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-2:active{border-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-top-color-danger-background-2,body[data-theme-mode=dark] .border-top-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-2:active,html body .theme-override-dark .border-top-color-danger-background-2,html body .theme-override-dark .border-top-color-hover-danger-background-2:hover,html body .theme-override-dark .border-top-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-2:focus,html body .theme-override-dark .border-top-color-focus-danger-background-2:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-2:active{border-top-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-bottom-color-danger-background-2,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-2:active,html body .theme-override-dark .border-bottom-color-danger-background-2,html body .theme-override-dark .border-bottom-color-hover-danger-background-2:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-2:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-2:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-2:active{border-bottom-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-left-color-danger-background-2,body[data-theme-mode=dark] .border-left-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-2:active,html body .theme-override-dark .border-left-color-danger-background-2,html body .theme-override-dark .border-left-color-hover-danger-background-2:hover,html body .theme-override-dark .border-left-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-2:focus,html body .theme-override-dark .border-left-color-focus-danger-background-2:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-2:active{border-left-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-right-color-danger-background-2,body[data-theme-mode=dark] .border-right-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-2:active,html body .theme-override-dark .border-right-color-danger-background-2,html body .theme-override-dark .border-right-color-hover-danger-background-2:hover,html body .theme-override-dark .border-right-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-2:focus,html body .theme-override-dark .border-right-color-focus-danger-background-2:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-2:active{border-right-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .fill-color-danger-background-2,body[data-theme-mode=dark] .fill-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-2:active,html body .theme-override-dark .fill-color-danger-background-2,html body .theme-override-dark .fill-color-hover-danger-background-2:hover,html body .theme-override-dark .fill-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-2:focus,html body .theme-override-dark .fill-color-focus-danger-background-2:focus-within,html body .theme-override-dark .fill-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-2:active{background-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outline-color-danger-background-2,body[data-theme-mode=dark] .outline-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-2:active,html body .theme-override-dark .outline-color-danger-background-2,html body .theme-override-dark .outline-color-hover-danger-background-2:hover,html body .theme-override-dark .outline-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-2:focus,html body .theme-override-dark .outline-color-focus-danger-background-2:focus-within,html body .theme-override-dark .outline-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-2:active{outline-color:var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outside-border-color-danger-background-2,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-2:active,html body .theme-override-dark .outside-border-color-danger-background-2,html body .theme-override-dark .outside-border-color-hover-danger-background-2:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-2:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-2:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-2:active{--outside-border-color: var(--color-danger-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .font-color-danger-background-3,body[data-theme-mode=dark] .font-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-3:active,html body .theme-override-dark .font-color-danger-background-3,html body .theme-override-dark .font-color-hover-danger-background-3:hover,html body .theme-override-dark .font-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-3:focus,html body .theme-override-dark .font-color-focus-danger-background-3:focus-within,html body .theme-override-dark .font-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-3:active{color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-color-danger-background-3,body[data-theme-mode=dark] .border-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-3:active,html body .theme-override-dark .border-color-danger-background-3,html body .theme-override-dark .border-color-hover-danger-background-3:hover,html body .theme-override-dark .border-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-3:focus,html body .theme-override-dark .border-color-focus-danger-background-3:focus-within,html body .theme-override-dark .border-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-3:active{border-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-top-color-danger-background-3,body[data-theme-mode=dark] .border-top-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-3:active,html body .theme-override-dark .border-top-color-danger-background-3,html body .theme-override-dark .border-top-color-hover-danger-background-3:hover,html body .theme-override-dark .border-top-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-3:focus,html body .theme-override-dark .border-top-color-focus-danger-background-3:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-3:active{border-top-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-bottom-color-danger-background-3,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-3:active,html body .theme-override-dark .border-bottom-color-danger-background-3,html body .theme-override-dark .border-bottom-color-hover-danger-background-3:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-3:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-3:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-3:active{border-bottom-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-left-color-danger-background-3,body[data-theme-mode=dark] .border-left-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-3:active,html body .theme-override-dark .border-left-color-danger-background-3,html body .theme-override-dark .border-left-color-hover-danger-background-3:hover,html body .theme-override-dark .border-left-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-3:focus,html body .theme-override-dark .border-left-color-focus-danger-background-3:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-3:active{border-left-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-right-color-danger-background-3,body[data-theme-mode=dark] .border-right-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-3:active,html body .theme-override-dark .border-right-color-danger-background-3,html body .theme-override-dark .border-right-color-hover-danger-background-3:hover,html body .theme-override-dark .border-right-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-3:focus,html body .theme-override-dark .border-right-color-focus-danger-background-3:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-3:active{border-right-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .fill-color-danger-background-3,body[data-theme-mode=dark] .fill-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-3:active,html body .theme-override-dark .fill-color-danger-background-3,html body .theme-override-dark .fill-color-hover-danger-background-3:hover,html body .theme-override-dark .fill-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-3:focus,html body .theme-override-dark .fill-color-focus-danger-background-3:focus-within,html body .theme-override-dark .fill-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-3:active{background-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outline-color-danger-background-3,body[data-theme-mode=dark] .outline-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-3:active,html body .theme-override-dark .outline-color-danger-background-3,html body .theme-override-dark .outline-color-hover-danger-background-3:hover,html body .theme-override-dark .outline-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-3:focus,html body .theme-override-dark .outline-color-focus-danger-background-3:focus-within,html body .theme-override-dark .outline-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-3:active{outline-color:var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outside-border-color-danger-background-3,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-3:active,html body .theme-override-dark .outside-border-color-danger-background-3,html body .theme-override-dark .outside-border-color-hover-danger-background-3:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-3:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-3:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-3:active{--outside-border-color: var(--color-danger-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .font-color-danger-background-4,body[data-theme-mode=dark] .font-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-4:active,html body .theme-override-dark .font-color-danger-background-4,html body .theme-override-dark .font-color-hover-danger-background-4:hover,html body .theme-override-dark .font-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-4:focus,html body .theme-override-dark .font-color-focus-danger-background-4:focus-within,html body .theme-override-dark .font-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-4:active{color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-color-danger-background-4,body[data-theme-mode=dark] .border-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-4:active,html body .theme-override-dark .border-color-danger-background-4,html body .theme-override-dark .border-color-hover-danger-background-4:hover,html body .theme-override-dark .border-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-4:focus,html body .theme-override-dark .border-color-focus-danger-background-4:focus-within,html body .theme-override-dark .border-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-4:active{border-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-top-color-danger-background-4,body[data-theme-mode=dark] .border-top-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-4:active,html body .theme-override-dark .border-top-color-danger-background-4,html body .theme-override-dark .border-top-color-hover-danger-background-4:hover,html body .theme-override-dark .border-top-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-4:focus,html body .theme-override-dark .border-top-color-focus-danger-background-4:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-4:active{border-top-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-bottom-color-danger-background-4,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-4:active,html body .theme-override-dark .border-bottom-color-danger-background-4,html body .theme-override-dark .border-bottom-color-hover-danger-background-4:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-4:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-4:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-4:active{border-bottom-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-left-color-danger-background-4,body[data-theme-mode=dark] .border-left-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-4:active,html body .theme-override-dark .border-left-color-danger-background-4,html body .theme-override-dark .border-left-color-hover-danger-background-4:hover,html body .theme-override-dark .border-left-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-4:focus,html body .theme-override-dark .border-left-color-focus-danger-background-4:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-4:active{border-left-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-right-color-danger-background-4,body[data-theme-mode=dark] .border-right-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-4:active,html body .theme-override-dark .border-right-color-danger-background-4,html body .theme-override-dark .border-right-color-hover-danger-background-4:hover,html body .theme-override-dark .border-right-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-4:focus,html body .theme-override-dark .border-right-color-focus-danger-background-4:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-4:active{border-right-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .fill-color-danger-background-4,body[data-theme-mode=dark] .fill-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-4:active,html body .theme-override-dark .fill-color-danger-background-4,html body .theme-override-dark .fill-color-hover-danger-background-4:hover,html body .theme-override-dark .fill-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-4:focus,html body .theme-override-dark .fill-color-focus-danger-background-4:focus-within,html body .theme-override-dark .fill-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-4:active{background-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outline-color-danger-background-4,body[data-theme-mode=dark] .outline-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-4:active,html body .theme-override-dark .outline-color-danger-background-4,html body .theme-override-dark .outline-color-hover-danger-background-4:hover,html body .theme-override-dark .outline-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-4:focus,html body .theme-override-dark .outline-color-focus-danger-background-4:focus-within,html body .theme-override-dark .outline-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-4:active{outline-color:var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outside-border-color-danger-background-4,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-4:active,html body .theme-override-dark .outside-border-color-danger-background-4,html body .theme-override-dark .outside-border-color-hover-danger-background-4:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-4:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-4:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-4:active{--outside-border-color: var(--color-danger-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .font-color-danger-background-5,body[data-theme-mode=dark] .font-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-5:active,html body .theme-override-dark .font-color-danger-background-5,html body .theme-override-dark .font-color-hover-danger-background-5:hover,html body .theme-override-dark .font-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-5:focus,html body .theme-override-dark .font-color-focus-danger-background-5:focus-within,html body .theme-override-dark .font-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-5:active{color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-color-danger-background-5,body[data-theme-mode=dark] .border-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-5:active,html body .theme-override-dark .border-color-danger-background-5,html body .theme-override-dark .border-color-hover-danger-background-5:hover,html body .theme-override-dark .border-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-5:focus,html body .theme-override-dark .border-color-focus-danger-background-5:focus-within,html body .theme-override-dark .border-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-5:active{border-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-top-color-danger-background-5,body[data-theme-mode=dark] .border-top-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-5:active,html body .theme-override-dark .border-top-color-danger-background-5,html body .theme-override-dark .border-top-color-hover-danger-background-5:hover,html body .theme-override-dark .border-top-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-5:focus,html body .theme-override-dark .border-top-color-focus-danger-background-5:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-5:active{border-top-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-bottom-color-danger-background-5,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-5:active,html body .theme-override-dark .border-bottom-color-danger-background-5,html body .theme-override-dark .border-bottom-color-hover-danger-background-5:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-5:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-5:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-5:active{border-bottom-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-left-color-danger-background-5,body[data-theme-mode=dark] .border-left-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-5:active,html body .theme-override-dark .border-left-color-danger-background-5,html body .theme-override-dark .border-left-color-hover-danger-background-5:hover,html body .theme-override-dark .border-left-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-5:focus,html body .theme-override-dark .border-left-color-focus-danger-background-5:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-5:active{border-left-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-right-color-danger-background-5,body[data-theme-mode=dark] .border-right-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-5:active,html body .theme-override-dark .border-right-color-danger-background-5,html body .theme-override-dark .border-right-color-hover-danger-background-5:hover,html body .theme-override-dark .border-right-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-5:focus,html body .theme-override-dark .border-right-color-focus-danger-background-5:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-5:active{border-right-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .fill-color-danger-background-5,body[data-theme-mode=dark] .fill-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-5:active,html body .theme-override-dark .fill-color-danger-background-5,html body .theme-override-dark .fill-color-hover-danger-background-5:hover,html body .theme-override-dark .fill-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-5:focus,html body .theme-override-dark .fill-color-focus-danger-background-5:focus-within,html body .theme-override-dark .fill-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-5:active{background-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outline-color-danger-background-5,body[data-theme-mode=dark] .outline-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-5:active,html body .theme-override-dark .outline-color-danger-background-5,html body .theme-override-dark .outline-color-hover-danger-background-5:hover,html body .theme-override-dark .outline-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-5:focus,html body .theme-override-dark .outline-color-focus-danger-background-5:focus-within,html body .theme-override-dark .outline-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-5:active{outline-color:var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outside-border-color-danger-background-5,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-5:active,html body .theme-override-dark .outside-border-color-danger-background-5,html body .theme-override-dark .outside-border-color-hover-danger-background-5:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-5:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-5:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-5:active{--outside-border-color: var(--color-danger-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .font-color-danger-surface-0,body[data-theme-mode=dark] .font-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-0:active,html body .theme-override-dark .font-color-danger-surface-0,html body .theme-override-dark .font-color-hover-danger-surface-0:hover,html body .theme-override-dark .font-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-0:focus,html body .theme-override-dark .font-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .font-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-0:active{color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-color-danger-surface-0,body[data-theme-mode=dark] .border-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-0:active,html body .theme-override-dark .border-color-danger-surface-0,html body .theme-override-dark .border-color-hover-danger-surface-0:hover,html body .theme-override-dark .border-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-0:focus,html body .theme-override-dark .border-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .border-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-0:active{border-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-top-color-danger-surface-0,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-0:active,html body .theme-override-dark .border-top-color-danger-surface-0,html body .theme-override-dark .border-top-color-hover-danger-surface-0:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-0:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-0:active{border-top-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-0:active,html body .theme-override-dark .border-bottom-color-danger-surface-0,html body .theme-override-dark .border-bottom-color-hover-danger-surface-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-0:active{border-bottom-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-left-color-danger-surface-0,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-0:active,html body .theme-override-dark .border-left-color-danger-surface-0,html body .theme-override-dark .border-left-color-hover-danger-surface-0:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-0:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-0:active{border-left-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-right-color-danger-surface-0,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-0:active,html body .theme-override-dark .border-right-color-danger-surface-0,html body .theme-override-dark .border-right-color-hover-danger-surface-0:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-0:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-0:active{border-right-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .fill-color-danger-surface-0,body[data-theme-mode=dark] .fill-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-0:active,html body .theme-override-dark .fill-color-danger-surface-0,html body .theme-override-dark .fill-color-hover-danger-surface-0:hover,html body .theme-override-dark .fill-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-0:focus,html body .theme-override-dark .fill-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-0:active{background-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outline-color-danger-surface-0,body[data-theme-mode=dark] .outline-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-0:active,html body .theme-override-dark .outline-color-danger-surface-0,html body .theme-override-dark .outline-color-hover-danger-surface-0:hover,html body .theme-override-dark .outline-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-0:focus,html body .theme-override-dark .outline-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-0:active{outline-color:var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outside-border-color-danger-surface-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-0:active,html body .theme-override-dark .outside-border-color-danger-surface-0,html body .theme-override-dark .outside-border-color-hover-danger-surface-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-0:active{--outside-border-color: var(--color-danger-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .font-color-danger-surface-1,body[data-theme-mode=dark] .font-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-1:active,html body .theme-override-dark .font-color-danger-surface-1,html body .theme-override-dark .font-color-hover-danger-surface-1:hover,html body .theme-override-dark .font-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-1:focus,html body .theme-override-dark .font-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .font-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-1:active{color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-color-danger-surface-1,body[data-theme-mode=dark] .border-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-1:active,html body .theme-override-dark .border-color-danger-surface-1,html body .theme-override-dark .border-color-hover-danger-surface-1:hover,html body .theme-override-dark .border-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-1:focus,html body .theme-override-dark .border-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .border-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-1:active{border-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-top-color-danger-surface-1,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-1:active,html body .theme-override-dark .border-top-color-danger-surface-1,html body .theme-override-dark .border-top-color-hover-danger-surface-1:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-1:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-1:active{border-top-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-1,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-1:active,html body .theme-override-dark .border-bottom-color-danger-surface-1,html body .theme-override-dark .border-bottom-color-hover-danger-surface-1:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-1:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-1:active{border-bottom-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-left-color-danger-surface-1,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-1:active,html body .theme-override-dark .border-left-color-danger-surface-1,html body .theme-override-dark .border-left-color-hover-danger-surface-1:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-1:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-1:active{border-left-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-right-color-danger-surface-1,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-1:active,html body .theme-override-dark .border-right-color-danger-surface-1,html body .theme-override-dark .border-right-color-hover-danger-surface-1:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-1:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-1:active{border-right-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .fill-color-danger-surface-1,body[data-theme-mode=dark] .fill-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-1:active,html body .theme-override-dark .fill-color-danger-surface-1,html body .theme-override-dark .fill-color-hover-danger-surface-1:hover,html body .theme-override-dark .fill-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-1:focus,html body .theme-override-dark .fill-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-1:active{background-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outline-color-danger-surface-1,body[data-theme-mode=dark] .outline-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-1:active,html body .theme-override-dark .outline-color-danger-surface-1,html body .theme-override-dark .outline-color-hover-danger-surface-1:hover,html body .theme-override-dark .outline-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-1:focus,html body .theme-override-dark .outline-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-1:active{outline-color:var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outside-border-color-danger-surface-1,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-1:active,html body .theme-override-dark .outside-border-color-danger-surface-1,html body .theme-override-dark .outside-border-color-hover-danger-surface-1:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-1:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-1:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-1:active{--outside-border-color: var(--color-danger-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .font-color-danger-surface-2,body[data-theme-mode=dark] .font-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-2:active,html body .theme-override-dark .font-color-danger-surface-2,html body .theme-override-dark .font-color-hover-danger-surface-2:hover,html body .theme-override-dark .font-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-2:focus,html body .theme-override-dark .font-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .font-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-2:active{color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-color-danger-surface-2,body[data-theme-mode=dark] .border-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-2:active,html body .theme-override-dark .border-color-danger-surface-2,html body .theme-override-dark .border-color-hover-danger-surface-2:hover,html body .theme-override-dark .border-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-2:focus,html body .theme-override-dark .border-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .border-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-2:active{border-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-top-color-danger-surface-2,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-2:active,html body .theme-override-dark .border-top-color-danger-surface-2,html body .theme-override-dark .border-top-color-hover-danger-surface-2:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-2:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-2:active{border-top-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-2,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-2:active,html body .theme-override-dark .border-bottom-color-danger-surface-2,html body .theme-override-dark .border-bottom-color-hover-danger-surface-2:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-2:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-2:active{border-bottom-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-left-color-danger-surface-2,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-2:active,html body .theme-override-dark .border-left-color-danger-surface-2,html body .theme-override-dark .border-left-color-hover-danger-surface-2:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-2:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-2:active{border-left-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-right-color-danger-surface-2,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-2:active,html body .theme-override-dark .border-right-color-danger-surface-2,html body .theme-override-dark .border-right-color-hover-danger-surface-2:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-2:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-2:active{border-right-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .fill-color-danger-surface-2,body[data-theme-mode=dark] .fill-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-2:active,html body .theme-override-dark .fill-color-danger-surface-2,html body .theme-override-dark .fill-color-hover-danger-surface-2:hover,html body .theme-override-dark .fill-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-2:focus,html body .theme-override-dark .fill-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-2:active{background-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outline-color-danger-surface-2,body[data-theme-mode=dark] .outline-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-2:active,html body .theme-override-dark .outline-color-danger-surface-2,html body .theme-override-dark .outline-color-hover-danger-surface-2:hover,html body .theme-override-dark .outline-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-2:focus,html body .theme-override-dark .outline-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-2:active{outline-color:var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outside-border-color-danger-surface-2,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-2:active,html body .theme-override-dark .outside-border-color-danger-surface-2,html body .theme-override-dark .outside-border-color-hover-danger-surface-2:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-2:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-2:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-2:active{--outside-border-color: var(--color-danger-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .font-color-danger-surface-3,body[data-theme-mode=dark] .font-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-3:active,html body .theme-override-dark .font-color-danger-surface-3,html body .theme-override-dark .font-color-hover-danger-surface-3:hover,html body .theme-override-dark .font-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-3:focus,html body .theme-override-dark .font-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .font-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-3:active{color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-color-danger-surface-3,body[data-theme-mode=dark] .border-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-3:active,html body .theme-override-dark .border-color-danger-surface-3,html body .theme-override-dark .border-color-hover-danger-surface-3:hover,html body .theme-override-dark .border-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-3:focus,html body .theme-override-dark .border-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .border-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-3:active{border-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-top-color-danger-surface-3,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-3:active,html body .theme-override-dark .border-top-color-danger-surface-3,html body .theme-override-dark .border-top-color-hover-danger-surface-3:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-3:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-3:active{border-top-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-3,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-3:active,html body .theme-override-dark .border-bottom-color-danger-surface-3,html body .theme-override-dark .border-bottom-color-hover-danger-surface-3:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-3:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-3:active{border-bottom-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-left-color-danger-surface-3,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-3:active,html body .theme-override-dark .border-left-color-danger-surface-3,html body .theme-override-dark .border-left-color-hover-danger-surface-3:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-3:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-3:active{border-left-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-right-color-danger-surface-3,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-3:active,html body .theme-override-dark .border-right-color-danger-surface-3,html body .theme-override-dark .border-right-color-hover-danger-surface-3:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-3:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-3:active{border-right-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .fill-color-danger-surface-3,body[data-theme-mode=dark] .fill-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-3:active,html body .theme-override-dark .fill-color-danger-surface-3,html body .theme-override-dark .fill-color-hover-danger-surface-3:hover,html body .theme-override-dark .fill-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-3:focus,html body .theme-override-dark .fill-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-3:active{background-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outline-color-danger-surface-3,body[data-theme-mode=dark] .outline-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-3:active,html body .theme-override-dark .outline-color-danger-surface-3,html body .theme-override-dark .outline-color-hover-danger-surface-3:hover,html body .theme-override-dark .outline-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-3:focus,html body .theme-override-dark .outline-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-3:active{outline-color:var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outside-border-color-danger-surface-3,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-3:active,html body .theme-override-dark .outside-border-color-danger-surface-3,html body .theme-override-dark .outside-border-color-hover-danger-surface-3:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-3:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-3:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-3:active{--outside-border-color: var(--color-danger-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .font-color-danger-surface-4,body[data-theme-mode=dark] .font-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-4:active,html body .theme-override-dark .font-color-danger-surface-4,html body .theme-override-dark .font-color-hover-danger-surface-4:hover,html body .theme-override-dark .font-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-4:focus,html body .theme-override-dark .font-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .font-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-4:active{color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-color-danger-surface-4,body[data-theme-mode=dark] .border-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-4:active,html body .theme-override-dark .border-color-danger-surface-4,html body .theme-override-dark .border-color-hover-danger-surface-4:hover,html body .theme-override-dark .border-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-4:focus,html body .theme-override-dark .border-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .border-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-4:active{border-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-top-color-danger-surface-4,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-4:active,html body .theme-override-dark .border-top-color-danger-surface-4,html body .theme-override-dark .border-top-color-hover-danger-surface-4:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-4:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-4:active{border-top-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-4,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-4:active,html body .theme-override-dark .border-bottom-color-danger-surface-4,html body .theme-override-dark .border-bottom-color-hover-danger-surface-4:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-4:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-4:active{border-bottom-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-left-color-danger-surface-4,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-4:active,html body .theme-override-dark .border-left-color-danger-surface-4,html body .theme-override-dark .border-left-color-hover-danger-surface-4:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-4:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-4:active{border-left-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-right-color-danger-surface-4,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-4:active,html body .theme-override-dark .border-right-color-danger-surface-4,html body .theme-override-dark .border-right-color-hover-danger-surface-4:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-4:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-4:active{border-right-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .fill-color-danger-surface-4,body[data-theme-mode=dark] .fill-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-4:active,html body .theme-override-dark .fill-color-danger-surface-4,html body .theme-override-dark .fill-color-hover-danger-surface-4:hover,html body .theme-override-dark .fill-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-4:focus,html body .theme-override-dark .fill-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-4:active{background-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outline-color-danger-surface-4,body[data-theme-mode=dark] .outline-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-4:active,html body .theme-override-dark .outline-color-danger-surface-4,html body .theme-override-dark .outline-color-hover-danger-surface-4:hover,html body .theme-override-dark .outline-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-4:focus,html body .theme-override-dark .outline-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-4:active{outline-color:var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outside-border-color-danger-surface-4,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-4:active,html body .theme-override-dark .outside-border-color-danger-surface-4,html body .theme-override-dark .outside-border-color-hover-danger-surface-4:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-4:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-4:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-4:active{--outside-border-color: var(--color-danger-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .font-color-danger-surface-5,body[data-theme-mode=dark] .font-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .font-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .font-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .font-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-surface-5:active,html body .theme-override-dark .font-color-danger-surface-5,html body .theme-override-dark .font-color-hover-danger-surface-5:hover,html body .theme-override-dark .font-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .font-color-focus-danger-surface-5:focus,html body .theme-override-dark .font-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .font-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .font-color-active-danger-surface-5:active{color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-color-danger-surface-5,body[data-theme-mode=dark] .border-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .border-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .border-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .border-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-surface-5:active,html body .theme-override-dark .border-color-danger-surface-5,html body .theme-override-dark .border-color-hover-danger-surface-5:hover,html body .theme-override-dark .border-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .border-color-focus-danger-surface-5:focus,html body .theme-override-dark .border-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .border-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .border-color-active-danger-surface-5:active{border-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-top-color-danger-surface-5,body[data-theme-mode=dark] .border-top-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-surface-5:active,html body .theme-override-dark .border-top-color-danger-surface-5,html body .theme-override-dark .border-top-color-hover-danger-surface-5:hover,html body .theme-override-dark .border-top-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-surface-5:focus,html body .theme-override-dark .border-top-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .border-top-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-surface-5:active{border-top-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-bottom-color-danger-surface-5,body[data-theme-mode=dark] .border-bottom-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-surface-5:active,html body .theme-override-dark .border-bottom-color-danger-surface-5,html body .theme-override-dark .border-bottom-color-hover-danger-surface-5:hover,html body .theme-override-dark .border-bottom-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-surface-5:focus,html body .theme-override-dark .border-bottom-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-surface-5:active{border-bottom-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-left-color-danger-surface-5,body[data-theme-mode=dark] .border-left-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-surface-5:active,html body .theme-override-dark .border-left-color-danger-surface-5,html body .theme-override-dark .border-left-color-hover-danger-surface-5:hover,html body .theme-override-dark .border-left-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-surface-5:focus,html body .theme-override-dark .border-left-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .border-left-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-surface-5:active{border-left-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-right-color-danger-surface-5,body[data-theme-mode=dark] .border-right-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-surface-5:active,html body .theme-override-dark .border-right-color-danger-surface-5,html body .theme-override-dark .border-right-color-hover-danger-surface-5:hover,html body .theme-override-dark .border-right-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-surface-5:focus,html body .theme-override-dark .border-right-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .border-right-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-surface-5:active{border-right-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .fill-color-danger-surface-5,body[data-theme-mode=dark] .fill-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .fill-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .fill-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-surface-5:active,html body .theme-override-dark .fill-color-danger-surface-5,html body .theme-override-dark .fill-color-hover-danger-surface-5:hover,html body .theme-override-dark .fill-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-surface-5:focus,html body .theme-override-dark .fill-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .fill-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .fill-color-active-danger-surface-5:active{background-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outline-color-danger-surface-5,body[data-theme-mode=dark] .outline-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .outline-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .outline-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-surface-5:active,html body .theme-override-dark .outline-color-danger-surface-5,html body .theme-override-dark .outline-color-hover-danger-surface-5:hover,html body .theme-override-dark .outline-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-surface-5:focus,html body .theme-override-dark .outline-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .outline-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .outline-color-active-danger-surface-5:active{outline-color:var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outside-border-color-danger-surface-5,body[data-theme-mode=dark] .outside-border-color-hover-danger-surface-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-surface-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-surface-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-surface-5:active,html body .theme-override-dark .outside-border-color-danger-surface-5,html body .theme-override-dark .outside-border-color-hover-danger-surface-5:hover,html body .theme-override-dark .outside-border-color-focus-danger-surface-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-surface-5:focus,html body .theme-override-dark .outside-border-color-focus-danger-surface-5:focus-within,html body .theme-override-dark .outside-border-color-active-danger-surface-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-surface-5:active{--outside-border-color: var(--color-danger-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .font-color-danger-border-0,body[data-theme-mode=dark] .font-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-0:active,html body .theme-override-dark .font-color-danger-border-0,html body .theme-override-dark .font-color-hover-danger-border-0:hover,html body .theme-override-dark .font-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-0:focus,html body .theme-override-dark .font-color-focus-danger-border-0:focus-within,html body .theme-override-dark .font-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-0:active{color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-color-danger-border-0,body[data-theme-mode=dark] .border-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-0:active,html body .theme-override-dark .border-color-danger-border-0,html body .theme-override-dark .border-color-hover-danger-border-0:hover,html body .theme-override-dark .border-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-0:focus,html body .theme-override-dark .border-color-focus-danger-border-0:focus-within,html body .theme-override-dark .border-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-0:active{border-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-top-color-danger-border-0,body[data-theme-mode=dark] .border-top-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-0:active,html body .theme-override-dark .border-top-color-danger-border-0,html body .theme-override-dark .border-top-color-hover-danger-border-0:hover,html body .theme-override-dark .border-top-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-0:focus,html body .theme-override-dark .border-top-color-focus-danger-border-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-0:active{border-top-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-bottom-color-danger-border-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-0:active,html body .theme-override-dark .border-bottom-color-danger-border-0,html body .theme-override-dark .border-bottom-color-hover-danger-border-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-0:active{border-bottom-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-left-color-danger-border-0,body[data-theme-mode=dark] .border-left-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-0:active,html body .theme-override-dark .border-left-color-danger-border-0,html body .theme-override-dark .border-left-color-hover-danger-border-0:hover,html body .theme-override-dark .border-left-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-0:focus,html body .theme-override-dark .border-left-color-focus-danger-border-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-0:active{border-left-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-right-color-danger-border-0,body[data-theme-mode=dark] .border-right-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-0:active,html body .theme-override-dark .border-right-color-danger-border-0,html body .theme-override-dark .border-right-color-hover-danger-border-0:hover,html body .theme-override-dark .border-right-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-0:focus,html body .theme-override-dark .border-right-color-focus-danger-border-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-0:active{border-right-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .fill-color-danger-border-0,body[data-theme-mode=dark] .fill-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-0:active,html body .theme-override-dark .fill-color-danger-border-0,html body .theme-override-dark .fill-color-hover-danger-border-0:hover,html body .theme-override-dark .fill-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-0:focus,html body .theme-override-dark .fill-color-focus-danger-border-0:focus-within,html body .theme-override-dark .fill-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-0:active{background-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outline-color-danger-border-0,body[data-theme-mode=dark] .outline-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-0:active,html body .theme-override-dark .outline-color-danger-border-0,html body .theme-override-dark .outline-color-hover-danger-border-0:hover,html body .theme-override-dark .outline-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-0:focus,html body .theme-override-dark .outline-color-focus-danger-border-0:focus-within,html body .theme-override-dark .outline-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-0:active{outline-color:var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outside-border-color-danger-border-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-0:active,html body .theme-override-dark .outside-border-color-danger-border-0,html body .theme-override-dark .outside-border-color-hover-danger-border-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-0:active{--outside-border-color: var(--color-danger-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .font-color-danger-border-1,body[data-theme-mode=dark] .font-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-1:active,html body .theme-override-dark .font-color-danger-border-1,html body .theme-override-dark .font-color-hover-danger-border-1:hover,html body .theme-override-dark .font-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-1:focus,html body .theme-override-dark .font-color-focus-danger-border-1:focus-within,html body .theme-override-dark .font-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-1:active{color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-color-danger-border-1,body[data-theme-mode=dark] .border-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-1:active,html body .theme-override-dark .border-color-danger-border-1,html body .theme-override-dark .border-color-hover-danger-border-1:hover,html body .theme-override-dark .border-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-1:focus,html body .theme-override-dark .border-color-focus-danger-border-1:focus-within,html body .theme-override-dark .border-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-1:active{border-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-top-color-danger-border-1,body[data-theme-mode=dark] .border-top-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-1:active,html body .theme-override-dark .border-top-color-danger-border-1,html body .theme-override-dark .border-top-color-hover-danger-border-1:hover,html body .theme-override-dark .border-top-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-1:focus,html body .theme-override-dark .border-top-color-focus-danger-border-1:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-1:active{border-top-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-bottom-color-danger-border-1,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-1:active,html body .theme-override-dark .border-bottom-color-danger-border-1,html body .theme-override-dark .border-bottom-color-hover-danger-border-1:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-1:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-1:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-1:active{border-bottom-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-left-color-danger-border-1,body[data-theme-mode=dark] .border-left-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-1:active,html body .theme-override-dark .border-left-color-danger-border-1,html body .theme-override-dark .border-left-color-hover-danger-border-1:hover,html body .theme-override-dark .border-left-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-1:focus,html body .theme-override-dark .border-left-color-focus-danger-border-1:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-1:active{border-left-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-right-color-danger-border-1,body[data-theme-mode=dark] .border-right-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-1:active,html body .theme-override-dark .border-right-color-danger-border-1,html body .theme-override-dark .border-right-color-hover-danger-border-1:hover,html body .theme-override-dark .border-right-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-1:focus,html body .theme-override-dark .border-right-color-focus-danger-border-1:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-1:active{border-right-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .fill-color-danger-border-1,body[data-theme-mode=dark] .fill-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-1:active,html body .theme-override-dark .fill-color-danger-border-1,html body .theme-override-dark .fill-color-hover-danger-border-1:hover,html body .theme-override-dark .fill-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-1:focus,html body .theme-override-dark .fill-color-focus-danger-border-1:focus-within,html body .theme-override-dark .fill-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-1:active{background-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outline-color-danger-border-1,body[data-theme-mode=dark] .outline-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-1:active,html body .theme-override-dark .outline-color-danger-border-1,html body .theme-override-dark .outline-color-hover-danger-border-1:hover,html body .theme-override-dark .outline-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-1:focus,html body .theme-override-dark .outline-color-focus-danger-border-1:focus-within,html body .theme-override-dark .outline-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-1:active{outline-color:var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outside-border-color-danger-border-1,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-1:active,html body .theme-override-dark .outside-border-color-danger-border-1,html body .theme-override-dark .outside-border-color-hover-danger-border-1:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-1:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-1:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-1:active{--outside-border-color: var(--color-danger-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .font-color-danger-border-2,body[data-theme-mode=dark] .font-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-2:active,html body .theme-override-dark .font-color-danger-border-2,html body .theme-override-dark .font-color-hover-danger-border-2:hover,html body .theme-override-dark .font-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-2:focus,html body .theme-override-dark .font-color-focus-danger-border-2:focus-within,html body .theme-override-dark .font-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-2:active{color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-color-danger-border-2,body[data-theme-mode=dark] .border-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-2:active,html body .theme-override-dark .border-color-danger-border-2,html body .theme-override-dark .border-color-hover-danger-border-2:hover,html body .theme-override-dark .border-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-2:focus,html body .theme-override-dark .border-color-focus-danger-border-2:focus-within,html body .theme-override-dark .border-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-2:active{border-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-top-color-danger-border-2,body[data-theme-mode=dark] .border-top-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-2:active,html body .theme-override-dark .border-top-color-danger-border-2,html body .theme-override-dark .border-top-color-hover-danger-border-2:hover,html body .theme-override-dark .border-top-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-2:focus,html body .theme-override-dark .border-top-color-focus-danger-border-2:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-2:active{border-top-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-bottom-color-danger-border-2,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-2:active,html body .theme-override-dark .border-bottom-color-danger-border-2,html body .theme-override-dark .border-bottom-color-hover-danger-border-2:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-2:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-2:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-2:active{border-bottom-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-left-color-danger-border-2,body[data-theme-mode=dark] .border-left-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-2:active,html body .theme-override-dark .border-left-color-danger-border-2,html body .theme-override-dark .border-left-color-hover-danger-border-2:hover,html body .theme-override-dark .border-left-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-2:focus,html body .theme-override-dark .border-left-color-focus-danger-border-2:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-2:active{border-left-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-right-color-danger-border-2,body[data-theme-mode=dark] .border-right-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-2:active,html body .theme-override-dark .border-right-color-danger-border-2,html body .theme-override-dark .border-right-color-hover-danger-border-2:hover,html body .theme-override-dark .border-right-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-2:focus,html body .theme-override-dark .border-right-color-focus-danger-border-2:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-2:active{border-right-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .fill-color-danger-border-2,body[data-theme-mode=dark] .fill-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-2:active,html body .theme-override-dark .fill-color-danger-border-2,html body .theme-override-dark .fill-color-hover-danger-border-2:hover,html body .theme-override-dark .fill-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-2:focus,html body .theme-override-dark .fill-color-focus-danger-border-2:focus-within,html body .theme-override-dark .fill-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-2:active{background-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outline-color-danger-border-2,body[data-theme-mode=dark] .outline-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-2:active,html body .theme-override-dark .outline-color-danger-border-2,html body .theme-override-dark .outline-color-hover-danger-border-2:hover,html body .theme-override-dark .outline-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-2:focus,html body .theme-override-dark .outline-color-focus-danger-border-2:focus-within,html body .theme-override-dark .outline-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-2:active{outline-color:var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outside-border-color-danger-border-2,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-2:active,html body .theme-override-dark .outside-border-color-danger-border-2,html body .theme-override-dark .outside-border-color-hover-danger-border-2:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-2:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-2:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-2:active{--outside-border-color: var(--color-danger-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .font-color-danger-border-3,body[data-theme-mode=dark] .font-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-3:active,html body .theme-override-dark .font-color-danger-border-3,html body .theme-override-dark .font-color-hover-danger-border-3:hover,html body .theme-override-dark .font-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-3:focus,html body .theme-override-dark .font-color-focus-danger-border-3:focus-within,html body .theme-override-dark .font-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-3:active{color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-color-danger-border-3,body[data-theme-mode=dark] .border-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-3:active,html body .theme-override-dark .border-color-danger-border-3,html body .theme-override-dark .border-color-hover-danger-border-3:hover,html body .theme-override-dark .border-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-3:focus,html body .theme-override-dark .border-color-focus-danger-border-3:focus-within,html body .theme-override-dark .border-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-3:active{border-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-top-color-danger-border-3,body[data-theme-mode=dark] .border-top-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-3:active,html body .theme-override-dark .border-top-color-danger-border-3,html body .theme-override-dark .border-top-color-hover-danger-border-3:hover,html body .theme-override-dark .border-top-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-3:focus,html body .theme-override-dark .border-top-color-focus-danger-border-3:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-3:active{border-top-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-bottom-color-danger-border-3,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-3:active,html body .theme-override-dark .border-bottom-color-danger-border-3,html body .theme-override-dark .border-bottom-color-hover-danger-border-3:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-3:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-3:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-3:active{border-bottom-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-left-color-danger-border-3,body[data-theme-mode=dark] .border-left-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-3:active,html body .theme-override-dark .border-left-color-danger-border-3,html body .theme-override-dark .border-left-color-hover-danger-border-3:hover,html body .theme-override-dark .border-left-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-3:focus,html body .theme-override-dark .border-left-color-focus-danger-border-3:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-3:active{border-left-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-right-color-danger-border-3,body[data-theme-mode=dark] .border-right-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-3:active,html body .theme-override-dark .border-right-color-danger-border-3,html body .theme-override-dark .border-right-color-hover-danger-border-3:hover,html body .theme-override-dark .border-right-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-3:focus,html body .theme-override-dark .border-right-color-focus-danger-border-3:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-3:active{border-right-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .fill-color-danger-border-3,body[data-theme-mode=dark] .fill-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-3:active,html body .theme-override-dark .fill-color-danger-border-3,html body .theme-override-dark .fill-color-hover-danger-border-3:hover,html body .theme-override-dark .fill-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-3:focus,html body .theme-override-dark .fill-color-focus-danger-border-3:focus-within,html body .theme-override-dark .fill-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-3:active{background-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outline-color-danger-border-3,body[data-theme-mode=dark] .outline-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-3:active,html body .theme-override-dark .outline-color-danger-border-3,html body .theme-override-dark .outline-color-hover-danger-border-3:hover,html body .theme-override-dark .outline-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-3:focus,html body .theme-override-dark .outline-color-focus-danger-border-3:focus-within,html body .theme-override-dark .outline-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-3:active{outline-color:var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outside-border-color-danger-border-3,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-3:active,html body .theme-override-dark .outside-border-color-danger-border-3,html body .theme-override-dark .outside-border-color-hover-danger-border-3:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-3:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-3:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-3:active{--outside-border-color: var(--color-danger-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .font-color-danger-border-4,body[data-theme-mode=dark] .font-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-4:active,html body .theme-override-dark .font-color-danger-border-4,html body .theme-override-dark .font-color-hover-danger-border-4:hover,html body .theme-override-dark .font-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-4:focus,html body .theme-override-dark .font-color-focus-danger-border-4:focus-within,html body .theme-override-dark .font-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-4:active{color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-color-danger-border-4,body[data-theme-mode=dark] .border-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-4:active,html body .theme-override-dark .border-color-danger-border-4,html body .theme-override-dark .border-color-hover-danger-border-4:hover,html body .theme-override-dark .border-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-4:focus,html body .theme-override-dark .border-color-focus-danger-border-4:focus-within,html body .theme-override-dark .border-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-4:active{border-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-top-color-danger-border-4,body[data-theme-mode=dark] .border-top-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-4:active,html body .theme-override-dark .border-top-color-danger-border-4,html body .theme-override-dark .border-top-color-hover-danger-border-4:hover,html body .theme-override-dark .border-top-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-4:focus,html body .theme-override-dark .border-top-color-focus-danger-border-4:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-4:active{border-top-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-bottom-color-danger-border-4,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-4:active,html body .theme-override-dark .border-bottom-color-danger-border-4,html body .theme-override-dark .border-bottom-color-hover-danger-border-4:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-4:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-4:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-4:active{border-bottom-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-left-color-danger-border-4,body[data-theme-mode=dark] .border-left-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-4:active,html body .theme-override-dark .border-left-color-danger-border-4,html body .theme-override-dark .border-left-color-hover-danger-border-4:hover,html body .theme-override-dark .border-left-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-4:focus,html body .theme-override-dark .border-left-color-focus-danger-border-4:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-4:active{border-left-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-right-color-danger-border-4,body[data-theme-mode=dark] .border-right-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-4:active,html body .theme-override-dark .border-right-color-danger-border-4,html body .theme-override-dark .border-right-color-hover-danger-border-4:hover,html body .theme-override-dark .border-right-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-4:focus,html body .theme-override-dark .border-right-color-focus-danger-border-4:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-4:active{border-right-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .fill-color-danger-border-4,body[data-theme-mode=dark] .fill-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-4:active,html body .theme-override-dark .fill-color-danger-border-4,html body .theme-override-dark .fill-color-hover-danger-border-4:hover,html body .theme-override-dark .fill-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-4:focus,html body .theme-override-dark .fill-color-focus-danger-border-4:focus-within,html body .theme-override-dark .fill-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-4:active{background-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outline-color-danger-border-4,body[data-theme-mode=dark] .outline-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-4:active,html body .theme-override-dark .outline-color-danger-border-4,html body .theme-override-dark .outline-color-hover-danger-border-4:hover,html body .theme-override-dark .outline-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-4:focus,html body .theme-override-dark .outline-color-focus-danger-border-4:focus-within,html body .theme-override-dark .outline-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-4:active{outline-color:var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outside-border-color-danger-border-4,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-4:active,html body .theme-override-dark .outside-border-color-danger-border-4,html body .theme-override-dark .outside-border-color-hover-danger-border-4:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-4:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-4:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-4:active{--outside-border-color: var(--color-danger-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .font-color-danger-border-5,body[data-theme-mode=dark] .font-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-5:active,html body .theme-override-dark .font-color-danger-border-5,html body .theme-override-dark .font-color-hover-danger-border-5:hover,html body .theme-override-dark .font-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-5:focus,html body .theme-override-dark .font-color-focus-danger-border-5:focus-within,html body .theme-override-dark .font-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-5:active{color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-color-danger-border-5,body[data-theme-mode=dark] .border-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-5:active,html body .theme-override-dark .border-color-danger-border-5,html body .theme-override-dark .border-color-hover-danger-border-5:hover,html body .theme-override-dark .border-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-5:focus,html body .theme-override-dark .border-color-focus-danger-border-5:focus-within,html body .theme-override-dark .border-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-5:active{border-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-top-color-danger-border-5,body[data-theme-mode=dark] .border-top-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-5:active,html body .theme-override-dark .border-top-color-danger-border-5,html body .theme-override-dark .border-top-color-hover-danger-border-5:hover,html body .theme-override-dark .border-top-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-5:focus,html body .theme-override-dark .border-top-color-focus-danger-border-5:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-5:active{border-top-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-bottom-color-danger-border-5,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-5:active,html body .theme-override-dark .border-bottom-color-danger-border-5,html body .theme-override-dark .border-bottom-color-hover-danger-border-5:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-5:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-5:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-5:active{border-bottom-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-left-color-danger-border-5,body[data-theme-mode=dark] .border-left-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-5:active,html body .theme-override-dark .border-left-color-danger-border-5,html body .theme-override-dark .border-left-color-hover-danger-border-5:hover,html body .theme-override-dark .border-left-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-5:focus,html body .theme-override-dark .border-left-color-focus-danger-border-5:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-5:active{border-left-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-right-color-danger-border-5,body[data-theme-mode=dark] .border-right-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-5:active,html body .theme-override-dark .border-right-color-danger-border-5,html body .theme-override-dark .border-right-color-hover-danger-border-5:hover,html body .theme-override-dark .border-right-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-5:focus,html body .theme-override-dark .border-right-color-focus-danger-border-5:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-5:active{border-right-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .fill-color-danger-border-5,body[data-theme-mode=dark] .fill-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-5:active,html body .theme-override-dark .fill-color-danger-border-5,html body .theme-override-dark .fill-color-hover-danger-border-5:hover,html body .theme-override-dark .fill-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-5:focus,html body .theme-override-dark .fill-color-focus-danger-border-5:focus-within,html body .theme-override-dark .fill-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-5:active{background-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outline-color-danger-border-5,body[data-theme-mode=dark] .outline-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-5:active,html body .theme-override-dark .outline-color-danger-border-5,html body .theme-override-dark .outline-color-hover-danger-border-5:hover,html body .theme-override-dark .outline-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-5:focus,html body .theme-override-dark .outline-color-focus-danger-border-5:focus-within,html body .theme-override-dark .outline-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-5:active{outline-color:var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outside-border-color-danger-border-5,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-5:active,html body .theme-override-dark .outside-border-color-danger-border-5,html body .theme-override-dark .outside-border-color-hover-danger-border-5:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-5:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-5:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-5:active{--outside-border-color: var(--color-danger-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .font-color-danger-font-0,body[data-theme-mode=dark] .font-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-0:active,html body .theme-override-dark .font-color-danger-font-0,html body .theme-override-dark .font-color-hover-danger-font-0:hover,html body .theme-override-dark .font-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-0:focus,html body .theme-override-dark .font-color-focus-danger-font-0:focus-within,html body .theme-override-dark .font-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-0:active{color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-color-danger-font-0,body[data-theme-mode=dark] .border-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-0:active,html body .theme-override-dark .border-color-danger-font-0,html body .theme-override-dark .border-color-hover-danger-font-0:hover,html body .theme-override-dark .border-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-0:focus,html body .theme-override-dark .border-color-focus-danger-font-0:focus-within,html body .theme-override-dark .border-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-0:active{border-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-top-color-danger-font-0,body[data-theme-mode=dark] .border-top-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-0:active,html body .theme-override-dark .border-top-color-danger-font-0,html body .theme-override-dark .border-top-color-hover-danger-font-0:hover,html body .theme-override-dark .border-top-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-0:focus,html body .theme-override-dark .border-top-color-focus-danger-font-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-0:active{border-top-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-bottom-color-danger-font-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-0:active,html body .theme-override-dark .border-bottom-color-danger-font-0,html body .theme-override-dark .border-bottom-color-hover-danger-font-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-0:active{border-bottom-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-left-color-danger-font-0,body[data-theme-mode=dark] .border-left-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-0:active,html body .theme-override-dark .border-left-color-danger-font-0,html body .theme-override-dark .border-left-color-hover-danger-font-0:hover,html body .theme-override-dark .border-left-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-0:focus,html body .theme-override-dark .border-left-color-focus-danger-font-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-0:active{border-left-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-right-color-danger-font-0,body[data-theme-mode=dark] .border-right-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-0:active,html body .theme-override-dark .border-right-color-danger-font-0,html body .theme-override-dark .border-right-color-hover-danger-font-0:hover,html body .theme-override-dark .border-right-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-0:focus,html body .theme-override-dark .border-right-color-focus-danger-font-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-0:active{border-right-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .fill-color-danger-font-0,body[data-theme-mode=dark] .fill-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-0:active,html body .theme-override-dark .fill-color-danger-font-0,html body .theme-override-dark .fill-color-hover-danger-font-0:hover,html body .theme-override-dark .fill-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-0:focus,html body .theme-override-dark .fill-color-focus-danger-font-0:focus-within,html body .theme-override-dark .fill-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-0:active{background-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outline-color-danger-font-0,body[data-theme-mode=dark] .outline-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-0:active,html body .theme-override-dark .outline-color-danger-font-0,html body .theme-override-dark .outline-color-hover-danger-font-0:hover,html body .theme-override-dark .outline-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-0:focus,html body .theme-override-dark .outline-color-focus-danger-font-0:focus-within,html body .theme-override-dark .outline-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-0:active{outline-color:var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outside-border-color-danger-font-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-0:active,html body .theme-override-dark .outside-border-color-danger-font-0,html body .theme-override-dark .outside-border-color-hover-danger-font-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-0:active{--outside-border-color: var(--color-danger-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .font-color-danger-font-1,body[data-theme-mode=dark] .font-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-1:active,html body .theme-override-dark .font-color-danger-font-1,html body .theme-override-dark .font-color-hover-danger-font-1:hover,html body .theme-override-dark .font-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-1:focus,html body .theme-override-dark .font-color-focus-danger-font-1:focus-within,html body .theme-override-dark .font-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-1:active{color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-color-danger-font-1,body[data-theme-mode=dark] .border-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-1:active,html body .theme-override-dark .border-color-danger-font-1,html body .theme-override-dark .border-color-hover-danger-font-1:hover,html body .theme-override-dark .border-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-1:focus,html body .theme-override-dark .border-color-focus-danger-font-1:focus-within,html body .theme-override-dark .border-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-1:active{border-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-top-color-danger-font-1,body[data-theme-mode=dark] .border-top-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-1:active,html body .theme-override-dark .border-top-color-danger-font-1,html body .theme-override-dark .border-top-color-hover-danger-font-1:hover,html body .theme-override-dark .border-top-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-1:focus,html body .theme-override-dark .border-top-color-focus-danger-font-1:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-1:active{border-top-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-bottom-color-danger-font-1,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-1:active,html body .theme-override-dark .border-bottom-color-danger-font-1,html body .theme-override-dark .border-bottom-color-hover-danger-font-1:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-1:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-1:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-1:active{border-bottom-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-left-color-danger-font-1,body[data-theme-mode=dark] .border-left-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-1:active,html body .theme-override-dark .border-left-color-danger-font-1,html body .theme-override-dark .border-left-color-hover-danger-font-1:hover,html body .theme-override-dark .border-left-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-1:focus,html body .theme-override-dark .border-left-color-focus-danger-font-1:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-1:active{border-left-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-right-color-danger-font-1,body[data-theme-mode=dark] .border-right-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-1:active,html body .theme-override-dark .border-right-color-danger-font-1,html body .theme-override-dark .border-right-color-hover-danger-font-1:hover,html body .theme-override-dark .border-right-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-1:focus,html body .theme-override-dark .border-right-color-focus-danger-font-1:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-1:active{border-right-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .fill-color-danger-font-1,body[data-theme-mode=dark] .fill-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-1:active,html body .theme-override-dark .fill-color-danger-font-1,html body .theme-override-dark .fill-color-hover-danger-font-1:hover,html body .theme-override-dark .fill-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-1:focus,html body .theme-override-dark .fill-color-focus-danger-font-1:focus-within,html body .theme-override-dark .fill-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-1:active{background-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outline-color-danger-font-1,body[data-theme-mode=dark] .outline-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-1:active,html body .theme-override-dark .outline-color-danger-font-1,html body .theme-override-dark .outline-color-hover-danger-font-1:hover,html body .theme-override-dark .outline-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-1:focus,html body .theme-override-dark .outline-color-focus-danger-font-1:focus-within,html body .theme-override-dark .outline-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-1:active{outline-color:var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outside-border-color-danger-font-1,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-1:active,html body .theme-override-dark .outside-border-color-danger-font-1,html body .theme-override-dark .outside-border-color-hover-danger-font-1:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-1:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-1:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-1:active{--outside-border-color: var(--color-danger-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .font-color-danger-font-2,body[data-theme-mode=dark] .font-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-2:active,html body .theme-override-dark .font-color-danger-font-2,html body .theme-override-dark .font-color-hover-danger-font-2:hover,html body .theme-override-dark .font-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-2:focus,html body .theme-override-dark .font-color-focus-danger-font-2:focus-within,html body .theme-override-dark .font-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-2:active{color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-color-danger-font-2,body[data-theme-mode=dark] .border-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-2:active,html body .theme-override-dark .border-color-danger-font-2,html body .theme-override-dark .border-color-hover-danger-font-2:hover,html body .theme-override-dark .border-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-2:focus,html body .theme-override-dark .border-color-focus-danger-font-2:focus-within,html body .theme-override-dark .border-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-2:active{border-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-top-color-danger-font-2,body[data-theme-mode=dark] .border-top-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-2:active,html body .theme-override-dark .border-top-color-danger-font-2,html body .theme-override-dark .border-top-color-hover-danger-font-2:hover,html body .theme-override-dark .border-top-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-2:focus,html body .theme-override-dark .border-top-color-focus-danger-font-2:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-2:active{border-top-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-bottom-color-danger-font-2,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-2:active,html body .theme-override-dark .border-bottom-color-danger-font-2,html body .theme-override-dark .border-bottom-color-hover-danger-font-2:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-2:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-2:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-2:active{border-bottom-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-left-color-danger-font-2,body[data-theme-mode=dark] .border-left-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-2:active,html body .theme-override-dark .border-left-color-danger-font-2,html body .theme-override-dark .border-left-color-hover-danger-font-2:hover,html body .theme-override-dark .border-left-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-2:focus,html body .theme-override-dark .border-left-color-focus-danger-font-2:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-2:active{border-left-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-right-color-danger-font-2,body[data-theme-mode=dark] .border-right-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-2:active,html body .theme-override-dark .border-right-color-danger-font-2,html body .theme-override-dark .border-right-color-hover-danger-font-2:hover,html body .theme-override-dark .border-right-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-2:focus,html body .theme-override-dark .border-right-color-focus-danger-font-2:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-2:active{border-right-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .fill-color-danger-font-2,body[data-theme-mode=dark] .fill-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-2:active,html body .theme-override-dark .fill-color-danger-font-2,html body .theme-override-dark .fill-color-hover-danger-font-2:hover,html body .theme-override-dark .fill-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-2:focus,html body .theme-override-dark .fill-color-focus-danger-font-2:focus-within,html body .theme-override-dark .fill-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-2:active{background-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outline-color-danger-font-2,body[data-theme-mode=dark] .outline-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-2:active,html body .theme-override-dark .outline-color-danger-font-2,html body .theme-override-dark .outline-color-hover-danger-font-2:hover,html body .theme-override-dark .outline-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-2:focus,html body .theme-override-dark .outline-color-focus-danger-font-2:focus-within,html body .theme-override-dark .outline-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-2:active{outline-color:var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outside-border-color-danger-font-2,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-2:active,html body .theme-override-dark .outside-border-color-danger-font-2,html body .theme-override-dark .outside-border-color-hover-danger-font-2:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-2:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-2:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-2:active{--outside-border-color: var(--color-danger-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .font-color-danger-font-3,body[data-theme-mode=dark] .font-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-3:active,html body .theme-override-dark .font-color-danger-font-3,html body .theme-override-dark .font-color-hover-danger-font-3:hover,html body .theme-override-dark .font-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-3:focus,html body .theme-override-dark .font-color-focus-danger-font-3:focus-within,html body .theme-override-dark .font-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-3:active{color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-color-danger-font-3,body[data-theme-mode=dark] .border-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-3:active,html body .theme-override-dark .border-color-danger-font-3,html body .theme-override-dark .border-color-hover-danger-font-3:hover,html body .theme-override-dark .border-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-3:focus,html body .theme-override-dark .border-color-focus-danger-font-3:focus-within,html body .theme-override-dark .border-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-3:active{border-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-top-color-danger-font-3,body[data-theme-mode=dark] .border-top-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-3:active,html body .theme-override-dark .border-top-color-danger-font-3,html body .theme-override-dark .border-top-color-hover-danger-font-3:hover,html body .theme-override-dark .border-top-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-3:focus,html body .theme-override-dark .border-top-color-focus-danger-font-3:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-3:active{border-top-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-bottom-color-danger-font-3,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-3:active,html body .theme-override-dark .border-bottom-color-danger-font-3,html body .theme-override-dark .border-bottom-color-hover-danger-font-3:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-3:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-3:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-3:active{border-bottom-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-left-color-danger-font-3,body[data-theme-mode=dark] .border-left-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-3:active,html body .theme-override-dark .border-left-color-danger-font-3,html body .theme-override-dark .border-left-color-hover-danger-font-3:hover,html body .theme-override-dark .border-left-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-3:focus,html body .theme-override-dark .border-left-color-focus-danger-font-3:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-3:active{border-left-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-right-color-danger-font-3,body[data-theme-mode=dark] .border-right-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-3:active,html body .theme-override-dark .border-right-color-danger-font-3,html body .theme-override-dark .border-right-color-hover-danger-font-3:hover,html body .theme-override-dark .border-right-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-3:focus,html body .theme-override-dark .border-right-color-focus-danger-font-3:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-3:active{border-right-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .fill-color-danger-font-3,body[data-theme-mode=dark] .fill-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-3:active,html body .theme-override-dark .fill-color-danger-font-3,html body .theme-override-dark .fill-color-hover-danger-font-3:hover,html body .theme-override-dark .fill-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-3:focus,html body .theme-override-dark .fill-color-focus-danger-font-3:focus-within,html body .theme-override-dark .fill-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-3:active{background-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outline-color-danger-font-3,body[data-theme-mode=dark] .outline-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-3:active,html body .theme-override-dark .outline-color-danger-font-3,html body .theme-override-dark .outline-color-hover-danger-font-3:hover,html body .theme-override-dark .outline-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-3:focus,html body .theme-override-dark .outline-color-focus-danger-font-3:focus-within,html body .theme-override-dark .outline-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-3:active{outline-color:var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outside-border-color-danger-font-3,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-3:active,html body .theme-override-dark .outside-border-color-danger-font-3,html body .theme-override-dark .outside-border-color-hover-danger-font-3:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-3:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-3:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-3:active{--outside-border-color: var(--color-danger-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .font-color-danger-font-4,body[data-theme-mode=dark] .font-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-4:active,html body .theme-override-dark .font-color-danger-font-4,html body .theme-override-dark .font-color-hover-danger-font-4:hover,html body .theme-override-dark .font-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-4:focus,html body .theme-override-dark .font-color-focus-danger-font-4:focus-within,html body .theme-override-dark .font-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-4:active{color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-color-danger-font-4,body[data-theme-mode=dark] .border-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-4:active,html body .theme-override-dark .border-color-danger-font-4,html body .theme-override-dark .border-color-hover-danger-font-4:hover,html body .theme-override-dark .border-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-4:focus,html body .theme-override-dark .border-color-focus-danger-font-4:focus-within,html body .theme-override-dark .border-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-4:active{border-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-top-color-danger-font-4,body[data-theme-mode=dark] .border-top-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-4:active,html body .theme-override-dark .border-top-color-danger-font-4,html body .theme-override-dark .border-top-color-hover-danger-font-4:hover,html body .theme-override-dark .border-top-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-4:focus,html body .theme-override-dark .border-top-color-focus-danger-font-4:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-4:active{border-top-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-bottom-color-danger-font-4,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-4:active,html body .theme-override-dark .border-bottom-color-danger-font-4,html body .theme-override-dark .border-bottom-color-hover-danger-font-4:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-4:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-4:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-4:active{border-bottom-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-left-color-danger-font-4,body[data-theme-mode=dark] .border-left-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-4:active,html body .theme-override-dark .border-left-color-danger-font-4,html body .theme-override-dark .border-left-color-hover-danger-font-4:hover,html body .theme-override-dark .border-left-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-4:focus,html body .theme-override-dark .border-left-color-focus-danger-font-4:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-4:active{border-left-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-right-color-danger-font-4,body[data-theme-mode=dark] .border-right-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-4:active,html body .theme-override-dark .border-right-color-danger-font-4,html body .theme-override-dark .border-right-color-hover-danger-font-4:hover,html body .theme-override-dark .border-right-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-4:focus,html body .theme-override-dark .border-right-color-focus-danger-font-4:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-4:active{border-right-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .fill-color-danger-font-4,body[data-theme-mode=dark] .fill-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-4:active,html body .theme-override-dark .fill-color-danger-font-4,html body .theme-override-dark .fill-color-hover-danger-font-4:hover,html body .theme-override-dark .fill-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-4:focus,html body .theme-override-dark .fill-color-focus-danger-font-4:focus-within,html body .theme-override-dark .fill-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-4:active{background-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outline-color-danger-font-4,body[data-theme-mode=dark] .outline-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-4:active,html body .theme-override-dark .outline-color-danger-font-4,html body .theme-override-dark .outline-color-hover-danger-font-4:hover,html body .theme-override-dark .outline-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-4:focus,html body .theme-override-dark .outline-color-focus-danger-font-4:focus-within,html body .theme-override-dark .outline-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-4:active{outline-color:var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outside-border-color-danger-font-4,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-4:active,html body .theme-override-dark .outside-border-color-danger-font-4,html body .theme-override-dark .outside-border-color-hover-danger-font-4:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-4:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-4:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-4:active{--outside-border-color: var(--color-danger-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .font-color-danger-font-5,body[data-theme-mode=dark] .font-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-5:active,html body .theme-override-dark .font-color-danger-font-5,html body .theme-override-dark .font-color-hover-danger-font-5:hover,html body .theme-override-dark .font-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-5:focus,html body .theme-override-dark .font-color-focus-danger-font-5:focus-within,html body .theme-override-dark .font-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-5:active{color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-color-danger-font-5,body[data-theme-mode=dark] .border-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-5:active,html body .theme-override-dark .border-color-danger-font-5,html body .theme-override-dark .border-color-hover-danger-font-5:hover,html body .theme-override-dark .border-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-5:focus,html body .theme-override-dark .border-color-focus-danger-font-5:focus-within,html body .theme-override-dark .border-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-5:active{border-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-top-color-danger-font-5,body[data-theme-mode=dark] .border-top-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-5:active,html body .theme-override-dark .border-top-color-danger-font-5,html body .theme-override-dark .border-top-color-hover-danger-font-5:hover,html body .theme-override-dark .border-top-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-5:focus,html body .theme-override-dark .border-top-color-focus-danger-font-5:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-5:active{border-top-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-bottom-color-danger-font-5,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-5:active,html body .theme-override-dark .border-bottom-color-danger-font-5,html body .theme-override-dark .border-bottom-color-hover-danger-font-5:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-5:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-5:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-5:active{border-bottom-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-left-color-danger-font-5,body[data-theme-mode=dark] .border-left-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-5:active,html body .theme-override-dark .border-left-color-danger-font-5,html body .theme-override-dark .border-left-color-hover-danger-font-5:hover,html body .theme-override-dark .border-left-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-5:focus,html body .theme-override-dark .border-left-color-focus-danger-font-5:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-5:active{border-left-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-right-color-danger-font-5,body[data-theme-mode=dark] .border-right-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-5:active,html body .theme-override-dark .border-right-color-danger-font-5,html body .theme-override-dark .border-right-color-hover-danger-font-5:hover,html body .theme-override-dark .border-right-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-5:focus,html body .theme-override-dark .border-right-color-focus-danger-font-5:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-5:active{border-right-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .fill-color-danger-font-5,body[data-theme-mode=dark] .fill-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-5:active,html body .theme-override-dark .fill-color-danger-font-5,html body .theme-override-dark .fill-color-hover-danger-font-5:hover,html body .theme-override-dark .fill-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-5:focus,html body .theme-override-dark .fill-color-focus-danger-font-5:focus-within,html body .theme-override-dark .fill-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-5:active{background-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outline-color-danger-font-5,body[data-theme-mode=dark] .outline-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-5:active,html body .theme-override-dark .outline-color-danger-font-5,html body .theme-override-dark .outline-color-hover-danger-font-5:hover,html body .theme-override-dark .outline-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-5:focus,html body .theme-override-dark .outline-color-focus-danger-font-5:focus-within,html body .theme-override-dark .outline-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-5:active{outline-color:var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outside-border-color-danger-font-5,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-5:active,html body .theme-override-dark .outside-border-color-danger-font-5,html body .theme-override-dark .outside-border-color-hover-danger-font-5:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-5:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-5:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-5:active{--outside-border-color: var(--color-danger-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .font-color-danger-shadow-0,body[data-theme-mode=dark] .font-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .font-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .font-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .font-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-shadow-0:active,html body .theme-override-dark .font-color-danger-shadow-0,html body .theme-override-dark .font-color-hover-danger-shadow-0:hover,html body .theme-override-dark .font-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .font-color-focus-danger-shadow-0:focus,html body .theme-override-dark .font-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .font-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .font-color-active-danger-shadow-0:active{color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-color-danger-shadow-0,body[data-theme-mode=dark] .border-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .border-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .border-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .border-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-shadow-0:active,html body .theme-override-dark .border-color-danger-shadow-0,html body .theme-override-dark .border-color-hover-danger-shadow-0:hover,html body .theme-override-dark .border-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .border-color-focus-danger-shadow-0:focus,html body .theme-override-dark .border-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .border-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .border-color-active-danger-shadow-0:active{border-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-top-color-danger-shadow-0,body[data-theme-mode=dark] .border-top-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-shadow-0:active,html body .theme-override-dark .border-top-color-danger-shadow-0,html body .theme-override-dark .border-top-color-hover-danger-shadow-0:hover,html body .theme-override-dark .border-top-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-shadow-0:focus,html body .theme-override-dark .border-top-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .border-top-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-shadow-0:active{border-top-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-bottom-color-danger-shadow-0,body[data-theme-mode=dark] .border-bottom-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-shadow-0:active,html body .theme-override-dark .border-bottom-color-danger-shadow-0,html body .theme-override-dark .border-bottom-color-hover-danger-shadow-0:hover,html body .theme-override-dark .border-bottom-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-shadow-0:focus,html body .theme-override-dark .border-bottom-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-shadow-0:active{border-bottom-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-left-color-danger-shadow-0,body[data-theme-mode=dark] .border-left-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-shadow-0:active,html body .theme-override-dark .border-left-color-danger-shadow-0,html body .theme-override-dark .border-left-color-hover-danger-shadow-0:hover,html body .theme-override-dark .border-left-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-shadow-0:focus,html body .theme-override-dark .border-left-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .border-left-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-shadow-0:active{border-left-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-right-color-danger-shadow-0,body[data-theme-mode=dark] .border-right-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-shadow-0:active,html body .theme-override-dark .border-right-color-danger-shadow-0,html body .theme-override-dark .border-right-color-hover-danger-shadow-0:hover,html body .theme-override-dark .border-right-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-shadow-0:focus,html body .theme-override-dark .border-right-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .border-right-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-shadow-0:active{border-right-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .fill-color-danger-shadow-0,body[data-theme-mode=dark] .fill-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .fill-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .fill-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-shadow-0:active,html body .theme-override-dark .fill-color-danger-shadow-0,html body .theme-override-dark .fill-color-hover-danger-shadow-0:hover,html body .theme-override-dark .fill-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-shadow-0:focus,html body .theme-override-dark .fill-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .fill-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .fill-color-active-danger-shadow-0:active{background-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outline-color-danger-shadow-0,body[data-theme-mode=dark] .outline-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .outline-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .outline-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-shadow-0:active,html body .theme-override-dark .outline-color-danger-shadow-0,html body .theme-override-dark .outline-color-hover-danger-shadow-0:hover,html body .theme-override-dark .outline-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-shadow-0:focus,html body .theme-override-dark .outline-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .outline-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .outline-color-active-danger-shadow-0:active{outline-color:var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outside-border-color-danger-shadow-0,body[data-theme-mode=dark] .outside-border-color-hover-danger-shadow-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-shadow-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-shadow-0:active,html body .theme-override-dark .outside-border-color-danger-shadow-0,html body .theme-override-dark .outside-border-color-hover-danger-shadow-0:hover,html body .theme-override-dark .outside-border-color-focus-danger-shadow-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-shadow-0:focus,html body .theme-override-dark .outside-border-color-focus-danger-shadow-0:focus-within,html body .theme-override-dark .outside-border-color-active-danger-shadow-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-shadow-0:active{--outside-border-color: var(--color-danger-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .font-color-danger-primary,body[data-theme-mode=dark] .font-color-hover-danger-primary:hover,body[data-theme-mode=dark] .font-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-primary:focus,body[data-theme-mode=dark] .font-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .font-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-primary:active,html body .theme-override-dark .font-color-danger-primary,html body .theme-override-dark .font-color-hover-danger-primary:hover,html body .theme-override-dark .font-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .font-color-focus-danger-primary:focus,html body .theme-override-dark .font-color-focus-danger-primary:focus-within,html body .theme-override-dark .font-color-active-danger-primary[data-selected=true],html body .theme-override-dark .font-color-active-danger-primary:active{color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-color-danger-primary,body[data-theme-mode=dark] .border-color-hover-danger-primary:hover,body[data-theme-mode=dark] .border-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-primary:focus,body[data-theme-mode=dark] .border-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .border-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-primary:active,html body .theme-override-dark .border-color-danger-primary,html body .theme-override-dark .border-color-hover-danger-primary:hover,html body .theme-override-dark .border-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .border-color-focus-danger-primary:focus,html body .theme-override-dark .border-color-focus-danger-primary:focus-within,html body .theme-override-dark .border-color-active-danger-primary[data-selected=true],html body .theme-override-dark .border-color-active-danger-primary:active{border-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-top-color-danger-primary,body[data-theme-mode=dark] .border-top-color-hover-danger-primary:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-primary:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-primary:active,html body .theme-override-dark .border-top-color-danger-primary,html body .theme-override-dark .border-top-color-hover-danger-primary:hover,html body .theme-override-dark .border-top-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-primary:focus,html body .theme-override-dark .border-top-color-focus-danger-primary:focus-within,html body .theme-override-dark .border-top-color-active-danger-primary[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-primary:active{border-top-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-bottom-color-danger-primary,body[data-theme-mode=dark] .border-bottom-color-hover-danger-primary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-primary:active,html body .theme-override-dark .border-bottom-color-danger-primary,html body .theme-override-dark .border-bottom-color-hover-danger-primary:hover,html body .theme-override-dark .border-bottom-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-primary:focus,html body .theme-override-dark .border-bottom-color-focus-danger-primary:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-primary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-primary:active{border-bottom-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-left-color-danger-primary,body[data-theme-mode=dark] .border-left-color-hover-danger-primary:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-primary:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-primary:active,html body .theme-override-dark .border-left-color-danger-primary,html body .theme-override-dark .border-left-color-hover-danger-primary:hover,html body .theme-override-dark .border-left-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-primary:focus,html body .theme-override-dark .border-left-color-focus-danger-primary:focus-within,html body .theme-override-dark .border-left-color-active-danger-primary[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-primary:active{border-left-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-right-color-danger-primary,body[data-theme-mode=dark] .border-right-color-hover-danger-primary:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-primary:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-primary:active,html body .theme-override-dark .border-right-color-danger-primary,html body .theme-override-dark .border-right-color-hover-danger-primary:hover,html body .theme-override-dark .border-right-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-primary:focus,html body .theme-override-dark .border-right-color-focus-danger-primary:focus-within,html body .theme-override-dark .border-right-color-active-danger-primary[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-primary:active{border-right-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .fill-color-danger-primary,body[data-theme-mode=dark] .fill-color-hover-danger-primary:hover,body[data-theme-mode=dark] .fill-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-primary:focus,body[data-theme-mode=dark] .fill-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-primary:active,html body .theme-override-dark .fill-color-danger-primary,html body .theme-override-dark .fill-color-hover-danger-primary:hover,html body .theme-override-dark .fill-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-primary:focus,html body .theme-override-dark .fill-color-focus-danger-primary:focus-within,html body .theme-override-dark .fill-color-active-danger-primary[data-selected=true],html body .theme-override-dark .fill-color-active-danger-primary:active{background-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outline-color-danger-primary,body[data-theme-mode=dark] .outline-color-hover-danger-primary:hover,body[data-theme-mode=dark] .outline-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-primary:focus,body[data-theme-mode=dark] .outline-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-primary:active,html body .theme-override-dark .outline-color-danger-primary,html body .theme-override-dark .outline-color-hover-danger-primary:hover,html body .theme-override-dark .outline-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-primary:focus,html body .theme-override-dark .outline-color-focus-danger-primary:focus-within,html body .theme-override-dark .outline-color-active-danger-primary[data-selected=true],html body .theme-override-dark .outline-color-active-danger-primary:active{outline-color:var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outside-border-color-danger-primary,body[data-theme-mode=dark] .outside-border-color-hover-danger-primary:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-primary:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-primary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-primary:active,html body .theme-override-dark .outside-border-color-danger-primary,html body .theme-override-dark .outside-border-color-hover-danger-primary:hover,html body .theme-override-dark .outside-border-color-focus-danger-primary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-primary:focus,html body .theme-override-dark .outside-border-color-focus-danger-primary:focus-within,html body .theme-override-dark .outside-border-color-active-danger-primary[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-primary:active{--outside-border-color: var(--color-danger-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .font-color-danger-primary-foreground,body[data-theme-mode=dark] .font-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-primary-foreground:active,html body .theme-override-dark .font-color-danger-primary-foreground,html body .theme-override-dark .font-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .font-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .font-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .font-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-danger-primary-foreground:active{color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-color-danger-primary-foreground,body[data-theme-mode=dark] .border-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-primary-foreground:active,html body .theme-override-dark .border-color-danger-primary-foreground,html body .theme-override-dark .border-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .border-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .border-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .border-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-danger-primary-foreground:active{border-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-top-color-danger-primary-foreground,body[data-theme-mode=dark] .border-top-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-primary-foreground:active,html body .theme-override-dark .border-top-color-danger-primary-foreground,html body .theme-override-dark .border-top-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .border-top-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .border-top-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-primary-foreground:active{border-top-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-bottom-color-danger-primary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-primary-foreground:active,html body .theme-override-dark .border-bottom-color-danger-primary-foreground,html body .theme-override-dark .border-bottom-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-primary-foreground:active{border-bottom-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-left-color-danger-primary-foreground,body[data-theme-mode=dark] .border-left-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-primary-foreground:active,html body .theme-override-dark .border-left-color-danger-primary-foreground,html body .theme-override-dark .border-left-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .border-left-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .border-left-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-primary-foreground:active{border-left-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-right-color-danger-primary-foreground,body[data-theme-mode=dark] .border-right-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-primary-foreground:active,html body .theme-override-dark .border-right-color-danger-primary-foreground,html body .theme-override-dark .border-right-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .border-right-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .border-right-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-primary-foreground:active{border-right-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .fill-color-danger-primary-foreground,body[data-theme-mode=dark] .fill-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-primary-foreground:active,html body .theme-override-dark .fill-color-danger-primary-foreground,html body .theme-override-dark .fill-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .fill-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .fill-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .fill-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-danger-primary-foreground:active{background-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outline-color-danger-primary-foreground,body[data-theme-mode=dark] .outline-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-primary-foreground:active,html body .theme-override-dark .outline-color-danger-primary-foreground,html body .theme-override-dark .outline-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .outline-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .outline-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .outline-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-danger-primary-foreground:active{outline-color:var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outside-border-color-danger-primary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-danger-primary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-primary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-primary-foreground:active,html body .theme-override-dark .outside-border-color-danger-primary-foreground,html body .theme-override-dark .outside-border-color-hover-danger-primary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-danger-primary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-danger-primary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-primary-foreground:active{--outside-border-color: var(--color-danger-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .font-color-danger-secondary,body[data-theme-mode=dark] .font-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .font-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .font-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .font-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-secondary:active,html body .theme-override-dark .font-color-danger-secondary,html body .theme-override-dark .font-color-hover-danger-secondary:hover,html body .theme-override-dark .font-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .font-color-focus-danger-secondary:focus,html body .theme-override-dark .font-color-focus-danger-secondary:focus-within,html body .theme-override-dark .font-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .font-color-active-danger-secondary:active{color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-color-danger-secondary,body[data-theme-mode=dark] .border-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .border-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .border-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .border-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-secondary:active,html body .theme-override-dark .border-color-danger-secondary,html body .theme-override-dark .border-color-hover-danger-secondary:hover,html body .theme-override-dark .border-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .border-color-focus-danger-secondary:focus,html body .theme-override-dark .border-color-focus-danger-secondary:focus-within,html body .theme-override-dark .border-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .border-color-active-danger-secondary:active{border-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-top-color-danger-secondary,body[data-theme-mode=dark] .border-top-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-secondary:active,html body .theme-override-dark .border-top-color-danger-secondary,html body .theme-override-dark .border-top-color-hover-danger-secondary:hover,html body .theme-override-dark .border-top-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-secondary:focus,html body .theme-override-dark .border-top-color-focus-danger-secondary:focus-within,html body .theme-override-dark .border-top-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-secondary:active{border-top-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-bottom-color-danger-secondary,body[data-theme-mode=dark] .border-bottom-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary:active,html body .theme-override-dark .border-bottom-color-danger-secondary,html body .theme-override-dark .border-bottom-color-hover-danger-secondary:hover,html body .theme-override-dark .border-bottom-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-secondary:focus,html body .theme-override-dark .border-bottom-color-focus-danger-secondary:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-secondary:active{border-bottom-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-left-color-danger-secondary,body[data-theme-mode=dark] .border-left-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-secondary:active,html body .theme-override-dark .border-left-color-danger-secondary,html body .theme-override-dark .border-left-color-hover-danger-secondary:hover,html body .theme-override-dark .border-left-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-secondary:focus,html body .theme-override-dark .border-left-color-focus-danger-secondary:focus-within,html body .theme-override-dark .border-left-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-secondary:active{border-left-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-right-color-danger-secondary,body[data-theme-mode=dark] .border-right-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-secondary:active,html body .theme-override-dark .border-right-color-danger-secondary,html body .theme-override-dark .border-right-color-hover-danger-secondary:hover,html body .theme-override-dark .border-right-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-secondary:focus,html body .theme-override-dark .border-right-color-focus-danger-secondary:focus-within,html body .theme-override-dark .border-right-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-secondary:active{border-right-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .fill-color-danger-secondary,body[data-theme-mode=dark] .fill-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .fill-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .fill-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-secondary:active,html body .theme-override-dark .fill-color-danger-secondary,html body .theme-override-dark .fill-color-hover-danger-secondary:hover,html body .theme-override-dark .fill-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-secondary:focus,html body .theme-override-dark .fill-color-focus-danger-secondary:focus-within,html body .theme-override-dark .fill-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .fill-color-active-danger-secondary:active{background-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outline-color-danger-secondary,body[data-theme-mode=dark] .outline-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .outline-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .outline-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-secondary:active,html body .theme-override-dark .outline-color-danger-secondary,html body .theme-override-dark .outline-color-hover-danger-secondary:hover,html body .theme-override-dark .outline-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-secondary:focus,html body .theme-override-dark .outline-color-focus-danger-secondary:focus-within,html body .theme-override-dark .outline-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .outline-color-active-danger-secondary:active{outline-color:var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outside-border-color-danger-secondary,body[data-theme-mode=dark] .outside-border-color-hover-danger-secondary:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-secondary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-secondary:active,html body .theme-override-dark .outside-border-color-danger-secondary,html body .theme-override-dark .outside-border-color-hover-danger-secondary:hover,html body .theme-override-dark .outside-border-color-focus-danger-secondary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-secondary:focus,html body .theme-override-dark .outside-border-color-focus-danger-secondary:focus-within,html body .theme-override-dark .outside-border-color-active-danger-secondary[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-secondary:active{--outside-border-color: var(--color-danger-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .font-color-danger-secondary-foreground,body[data-theme-mode=dark] .font-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-secondary-foreground:active,html body .theme-override-dark .font-color-danger-secondary-foreground,html body .theme-override-dark .font-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .font-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .font-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .font-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-danger-secondary-foreground:active{color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-color-danger-secondary-foreground,body[data-theme-mode=dark] .border-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-secondary-foreground:active,html body .theme-override-dark .border-color-danger-secondary-foreground,html body .theme-override-dark .border-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .border-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .border-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .border-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-danger-secondary-foreground:active{border-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-top-color-danger-secondary-foreground,body[data-theme-mode=dark] .border-top-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-secondary-foreground:active,html body .theme-override-dark .border-top-color-danger-secondary-foreground,html body .theme-override-dark .border-top-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .border-top-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-secondary-foreground:active{border-top-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-bottom-color-danger-secondary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-secondary-foreground:active,html body .theme-override-dark .border-bottom-color-danger-secondary-foreground,html body .theme-override-dark .border-bottom-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-secondary-foreground:active{border-bottom-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-left-color-danger-secondary-foreground,body[data-theme-mode=dark] .border-left-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-secondary-foreground:active,html body .theme-override-dark .border-left-color-danger-secondary-foreground,html body .theme-override-dark .border-left-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .border-left-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-secondary-foreground:active{border-left-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-right-color-danger-secondary-foreground,body[data-theme-mode=dark] .border-right-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-secondary-foreground:active,html body .theme-override-dark .border-right-color-danger-secondary-foreground,html body .theme-override-dark .border-right-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .border-right-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-secondary-foreground:active{border-right-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .fill-color-danger-secondary-foreground,body[data-theme-mode=dark] .fill-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-secondary-foreground:active,html body .theme-override-dark .fill-color-danger-secondary-foreground,html body .theme-override-dark .fill-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .fill-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .fill-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .fill-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-danger-secondary-foreground:active{background-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outline-color-danger-secondary-foreground,body[data-theme-mode=dark] .outline-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-secondary-foreground:active,html body .theme-override-dark .outline-color-danger-secondary-foreground,html body .theme-override-dark .outline-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .outline-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .outline-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .outline-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-danger-secondary-foreground:active{outline-color:var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outside-border-color-danger-secondary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-danger-secondary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-secondary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-secondary-foreground:active,html body .theme-override-dark .outside-border-color-danger-secondary-foreground,html body .theme-override-dark .outside-border-color-hover-danger-secondary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-danger-secondary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-danger-secondary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-secondary-foreground:active{--outside-border-color: var(--color-danger-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .font-color-danger-accent,body[data-theme-mode=dark] .font-color-hover-danger-accent:hover,body[data-theme-mode=dark] .font-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-accent:focus,body[data-theme-mode=dark] .font-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .font-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-accent:active,html body .theme-override-dark .font-color-danger-accent,html body .theme-override-dark .font-color-hover-danger-accent:hover,html body .theme-override-dark .font-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .font-color-focus-danger-accent:focus,html body .theme-override-dark .font-color-focus-danger-accent:focus-within,html body .theme-override-dark .font-color-active-danger-accent[data-selected=true],html body .theme-override-dark .font-color-active-danger-accent:active{color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-color-danger-accent,body[data-theme-mode=dark] .border-color-hover-danger-accent:hover,body[data-theme-mode=dark] .border-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-accent:focus,body[data-theme-mode=dark] .border-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .border-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-accent:active,html body .theme-override-dark .border-color-danger-accent,html body .theme-override-dark .border-color-hover-danger-accent:hover,html body .theme-override-dark .border-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .border-color-focus-danger-accent:focus,html body .theme-override-dark .border-color-focus-danger-accent:focus-within,html body .theme-override-dark .border-color-active-danger-accent[data-selected=true],html body .theme-override-dark .border-color-active-danger-accent:active{border-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-top-color-danger-accent,body[data-theme-mode=dark] .border-top-color-hover-danger-accent:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-accent:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-accent:active,html body .theme-override-dark .border-top-color-danger-accent,html body .theme-override-dark .border-top-color-hover-danger-accent:hover,html body .theme-override-dark .border-top-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-accent:focus,html body .theme-override-dark .border-top-color-focus-danger-accent:focus-within,html body .theme-override-dark .border-top-color-active-danger-accent[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-accent:active{border-top-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-bottom-color-danger-accent,body[data-theme-mode=dark] .border-bottom-color-hover-danger-accent:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-accent:active,html body .theme-override-dark .border-bottom-color-danger-accent,html body .theme-override-dark .border-bottom-color-hover-danger-accent:hover,html body .theme-override-dark .border-bottom-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-accent:focus,html body .theme-override-dark .border-bottom-color-focus-danger-accent:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-accent[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-accent:active{border-bottom-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-left-color-danger-accent,body[data-theme-mode=dark] .border-left-color-hover-danger-accent:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-accent:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-accent:active,html body .theme-override-dark .border-left-color-danger-accent,html body .theme-override-dark .border-left-color-hover-danger-accent:hover,html body .theme-override-dark .border-left-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-accent:focus,html body .theme-override-dark .border-left-color-focus-danger-accent:focus-within,html body .theme-override-dark .border-left-color-active-danger-accent[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-accent:active{border-left-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-right-color-danger-accent,body[data-theme-mode=dark] .border-right-color-hover-danger-accent:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-accent:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-accent:active,html body .theme-override-dark .border-right-color-danger-accent,html body .theme-override-dark .border-right-color-hover-danger-accent:hover,html body .theme-override-dark .border-right-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-accent:focus,html body .theme-override-dark .border-right-color-focus-danger-accent:focus-within,html body .theme-override-dark .border-right-color-active-danger-accent[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-accent:active{border-right-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .fill-color-danger-accent,body[data-theme-mode=dark] .fill-color-hover-danger-accent:hover,body[data-theme-mode=dark] .fill-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-accent:focus,body[data-theme-mode=dark] .fill-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-accent:active,html body .theme-override-dark .fill-color-danger-accent,html body .theme-override-dark .fill-color-hover-danger-accent:hover,html body .theme-override-dark .fill-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-accent:focus,html body .theme-override-dark .fill-color-focus-danger-accent:focus-within,html body .theme-override-dark .fill-color-active-danger-accent[data-selected=true],html body .theme-override-dark .fill-color-active-danger-accent:active{background-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outline-color-danger-accent,body[data-theme-mode=dark] .outline-color-hover-danger-accent:hover,body[data-theme-mode=dark] .outline-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-accent:focus,body[data-theme-mode=dark] .outline-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-accent:active,html body .theme-override-dark .outline-color-danger-accent,html body .theme-override-dark .outline-color-hover-danger-accent:hover,html body .theme-override-dark .outline-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-accent:focus,html body .theme-override-dark .outline-color-focus-danger-accent:focus-within,html body .theme-override-dark .outline-color-active-danger-accent[data-selected=true],html body .theme-override-dark .outline-color-active-danger-accent:active{outline-color:var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outside-border-color-danger-accent,body[data-theme-mode=dark] .outside-border-color-hover-danger-accent:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-accent:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-accent[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-accent:active,html body .theme-override-dark .outside-border-color-danger-accent,html body .theme-override-dark .outside-border-color-hover-danger-accent:hover,html body .theme-override-dark .outside-border-color-focus-danger-accent[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-accent:focus,html body .theme-override-dark .outside-border-color-focus-danger-accent:focus-within,html body .theme-override-dark .outside-border-color-active-danger-accent[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-accent:active{--outside-border-color: var(--color-danger-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .font-color-danger-accent-foreground,body[data-theme-mode=dark] .font-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .font-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-accent-foreground:active,html body .theme-override-dark .font-color-danger-accent-foreground,html body .theme-override-dark .font-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .font-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .font-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .font-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .font-color-active-danger-accent-foreground:active{color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-color-danger-accent-foreground,body[data-theme-mode=dark] .border-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .border-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-accent-foreground:active,html body .theme-override-dark .border-color-danger-accent-foreground,html body .theme-override-dark .border-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .border-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .border-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .border-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .border-color-active-danger-accent-foreground:active{border-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-top-color-danger-accent-foreground,body[data-theme-mode=dark] .border-top-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-accent-foreground:active,html body .theme-override-dark .border-top-color-danger-accent-foreground,html body .theme-override-dark .border-top-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .border-top-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .border-top-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .border-top-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-accent-foreground:active{border-top-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-bottom-color-danger-accent-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-accent-foreground:active,html body .theme-override-dark .border-bottom-color-danger-accent-foreground,html body .theme-override-dark .border-bottom-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-accent-foreground:active{border-bottom-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-left-color-danger-accent-foreground,body[data-theme-mode=dark] .border-left-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-accent-foreground:active,html body .theme-override-dark .border-left-color-danger-accent-foreground,html body .theme-override-dark .border-left-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .border-left-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .border-left-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .border-left-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-accent-foreground:active{border-left-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-right-color-danger-accent-foreground,body[data-theme-mode=dark] .border-right-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-accent-foreground:active,html body .theme-override-dark .border-right-color-danger-accent-foreground,html body .theme-override-dark .border-right-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .border-right-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .border-right-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .border-right-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-accent-foreground:active{border-right-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .fill-color-danger-accent-foreground,body[data-theme-mode=dark] .fill-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-accent-foreground:active,html body .theme-override-dark .fill-color-danger-accent-foreground,html body .theme-override-dark .fill-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .fill-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .fill-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .fill-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-danger-accent-foreground:active{background-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outline-color-danger-accent-foreground,body[data-theme-mode=dark] .outline-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-accent-foreground:active,html body .theme-override-dark .outline-color-danger-accent-foreground,html body .theme-override-dark .outline-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .outline-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .outline-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .outline-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-danger-accent-foreground:active{outline-color:var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outside-border-color-danger-accent-foreground,body[data-theme-mode=dark] .outside-border-color-hover-danger-accent-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-accent-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-accent-foreground:active,html body .theme-override-dark .outside-border-color-danger-accent-foreground,html body .theme-override-dark .outside-border-color-hover-danger-accent-foreground:hover,html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground:focus,html body .theme-override-dark .outside-border-color-focus-danger-accent-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-danger-accent-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-accent-foreground:active{--outside-border-color: var(--color-danger-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .font-color-danger-background,body[data-theme-mode=dark] .font-color-hover-danger-background:hover,body[data-theme-mode=dark] .font-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background:focus,body[data-theme-mode=dark] .font-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background:active,html body .theme-override-dark .font-color-danger-background,html body .theme-override-dark .font-color-hover-danger-background:hover,html body .theme-override-dark .font-color-focus-danger-background[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background:focus,html body .theme-override-dark .font-color-focus-danger-background:focus-within,html body .theme-override-dark .font-color-active-danger-background[data-selected=true],html body .theme-override-dark .font-color-active-danger-background:active{color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-color-danger-background,body[data-theme-mode=dark] .border-color-hover-danger-background:hover,body[data-theme-mode=dark] .border-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background:focus,body[data-theme-mode=dark] .border-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background:active,html body .theme-override-dark .border-color-danger-background,html body .theme-override-dark .border-color-hover-danger-background:hover,html body .theme-override-dark .border-color-focus-danger-background[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background:focus,html body .theme-override-dark .border-color-focus-danger-background:focus-within,html body .theme-override-dark .border-color-active-danger-background[data-selected=true],html body .theme-override-dark .border-color-active-danger-background:active{border-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-top-color-danger-background,body[data-theme-mode=dark] .border-top-color-hover-danger-background:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background:active,html body .theme-override-dark .border-top-color-danger-background,html body .theme-override-dark .border-top-color-hover-danger-background:hover,html body .theme-override-dark .border-top-color-focus-danger-background[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background:focus,html body .theme-override-dark .border-top-color-focus-danger-background:focus-within,html body .theme-override-dark .border-top-color-active-danger-background[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background:active{border-top-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-bottom-color-danger-background,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background:active,html body .theme-override-dark .border-bottom-color-danger-background,html body .theme-override-dark .border-bottom-color-hover-danger-background:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background:active{border-bottom-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-left-color-danger-background,body[data-theme-mode=dark] .border-left-color-hover-danger-background:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background:active,html body .theme-override-dark .border-left-color-danger-background,html body .theme-override-dark .border-left-color-hover-danger-background:hover,html body .theme-override-dark .border-left-color-focus-danger-background[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background:focus,html body .theme-override-dark .border-left-color-focus-danger-background:focus-within,html body .theme-override-dark .border-left-color-active-danger-background[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background:active{border-left-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-right-color-danger-background,body[data-theme-mode=dark] .border-right-color-hover-danger-background:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background:active,html body .theme-override-dark .border-right-color-danger-background,html body .theme-override-dark .border-right-color-hover-danger-background:hover,html body .theme-override-dark .border-right-color-focus-danger-background[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background:focus,html body .theme-override-dark .border-right-color-focus-danger-background:focus-within,html body .theme-override-dark .border-right-color-active-danger-background[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background:active{border-right-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .fill-color-danger-background,body[data-theme-mode=dark] .fill-color-hover-danger-background:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background:active,html body .theme-override-dark .fill-color-danger-background,html body .theme-override-dark .fill-color-hover-danger-background:hover,html body .theme-override-dark .fill-color-focus-danger-background[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background:focus,html body .theme-override-dark .fill-color-focus-danger-background:focus-within,html body .theme-override-dark .fill-color-active-danger-background[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background:active{background-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .outline-color-danger-background,body[data-theme-mode=dark] .outline-color-hover-danger-background:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background:active,html body .theme-override-dark .outline-color-danger-background,html body .theme-override-dark .outline-color-hover-danger-background:hover,html body .theme-override-dark .outline-color-focus-danger-background[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background:focus,html body .theme-override-dark .outline-color-focus-danger-background:focus-within,html body .theme-override-dark .outline-color-active-danger-background[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background:active{outline-color:var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .outside-border-color-danger-background,body[data-theme-mode=dark] .outside-border-color-hover-danger-background:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background:active,html body .theme-override-dark .outside-border-color-danger-background,html body .theme-override-dark .outside-border-color-hover-danger-background:hover,html body .theme-override-dark .outside-border-color-focus-danger-background[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background:focus,html body .theme-override-dark .outside-border-color-focus-danger-background:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background:active{--outside-border-color: var(--color-danger-background, var(--color-dark-background))}body[data-theme-mode=dark] .font-color-danger-background-surface,body[data-theme-mode=dark] .font-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-surface:active,html body .theme-override-dark .font-color-danger-background-surface,html body .theme-override-dark .font-color-hover-danger-background-surface:hover,html body .theme-override-dark .font-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-surface:focus,html body .theme-override-dark .font-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .font-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-surface:active{color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-color-danger-background-surface,body[data-theme-mode=dark] .border-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-surface:active,html body .theme-override-dark .border-color-danger-background-surface,html body .theme-override-dark .border-color-hover-danger-background-surface:hover,html body .theme-override-dark .border-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-surface:focus,html body .theme-override-dark .border-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .border-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-surface:active{border-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-top-color-danger-background-surface,body[data-theme-mode=dark] .border-top-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-surface:active,html body .theme-override-dark .border-top-color-danger-background-surface,html body .theme-override-dark .border-top-color-hover-danger-background-surface:hover,html body .theme-override-dark .border-top-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-surface:focus,html body .theme-override-dark .border-top-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-surface:active{border-top-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-bottom-color-danger-background-surface,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-surface:active,html body .theme-override-dark .border-bottom-color-danger-background-surface,html body .theme-override-dark .border-bottom-color-hover-danger-background-surface:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-surface:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-surface:active{border-bottom-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-left-color-danger-background-surface,body[data-theme-mode=dark] .border-left-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-surface:active,html body .theme-override-dark .border-left-color-danger-background-surface,html body .theme-override-dark .border-left-color-hover-danger-background-surface:hover,html body .theme-override-dark .border-left-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-surface:focus,html body .theme-override-dark .border-left-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-surface:active{border-left-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-right-color-danger-background-surface,body[data-theme-mode=dark] .border-right-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-surface:active,html body .theme-override-dark .border-right-color-danger-background-surface,html body .theme-override-dark .border-right-color-hover-danger-background-surface:hover,html body .theme-override-dark .border-right-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-surface:focus,html body .theme-override-dark .border-right-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-surface:active{border-right-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .fill-color-danger-background-surface,body[data-theme-mode=dark] .fill-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-surface:active,html body .theme-override-dark .fill-color-danger-background-surface,html body .theme-override-dark .fill-color-hover-danger-background-surface:hover,html body .theme-override-dark .fill-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-surface:focus,html body .theme-override-dark .fill-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .fill-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-surface:active{background-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outline-color-danger-background-surface,body[data-theme-mode=dark] .outline-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-surface:active,html body .theme-override-dark .outline-color-danger-background-surface,html body .theme-override-dark .outline-color-hover-danger-background-surface:hover,html body .theme-override-dark .outline-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-surface:focus,html body .theme-override-dark .outline-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .outline-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-surface:active{outline-color:var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outside-border-color-danger-background-surface,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-surface:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-surface[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-surface:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-surface:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-surface[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-surface:active,html body .theme-override-dark .outside-border-color-danger-background-surface,html body .theme-override-dark .outside-border-color-hover-danger-background-surface:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-surface[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-surface:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-surface:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-surface[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-surface:active{--outside-border-color: var(--color-danger-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .font-color-danger-background-ghost,body[data-theme-mode=dark] .font-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-ghost:active,html body .theme-override-dark .font-color-danger-background-ghost,html body .theme-override-dark .font-color-hover-danger-background-ghost:hover,html body .theme-override-dark .font-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-ghost:focus,html body .theme-override-dark .font-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .font-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-ghost:active{color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-color-danger-background-ghost,body[data-theme-mode=dark] .border-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-ghost:active,html body .theme-override-dark .border-color-danger-background-ghost,html body .theme-override-dark .border-color-hover-danger-background-ghost:hover,html body .theme-override-dark .border-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-ghost:focus,html body .theme-override-dark .border-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .border-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-ghost:active{border-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-top-color-danger-background-ghost,body[data-theme-mode=dark] .border-top-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-ghost:active,html body .theme-override-dark .border-top-color-danger-background-ghost,html body .theme-override-dark .border-top-color-hover-danger-background-ghost:hover,html body .theme-override-dark .border-top-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-ghost:focus,html body .theme-override-dark .border-top-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-ghost:active{border-top-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-bottom-color-danger-background-ghost,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-ghost:active,html body .theme-override-dark .border-bottom-color-danger-background-ghost,html body .theme-override-dark .border-bottom-color-hover-danger-background-ghost:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-ghost:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-ghost:active{border-bottom-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-left-color-danger-background-ghost,body[data-theme-mode=dark] .border-left-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-ghost:active,html body .theme-override-dark .border-left-color-danger-background-ghost,html body .theme-override-dark .border-left-color-hover-danger-background-ghost:hover,html body .theme-override-dark .border-left-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-ghost:focus,html body .theme-override-dark .border-left-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-ghost:active{border-left-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-right-color-danger-background-ghost,body[data-theme-mode=dark] .border-right-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-ghost:active,html body .theme-override-dark .border-right-color-danger-background-ghost,html body .theme-override-dark .border-right-color-hover-danger-background-ghost:hover,html body .theme-override-dark .border-right-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-ghost:focus,html body .theme-override-dark .border-right-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-ghost:active{border-right-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .fill-color-danger-background-ghost,body[data-theme-mode=dark] .fill-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-ghost:active,html body .theme-override-dark .fill-color-danger-background-ghost,html body .theme-override-dark .fill-color-hover-danger-background-ghost:hover,html body .theme-override-dark .fill-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-ghost:focus,html body .theme-override-dark .fill-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .fill-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-ghost:active{background-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outline-color-danger-background-ghost,body[data-theme-mode=dark] .outline-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-ghost:active,html body .theme-override-dark .outline-color-danger-background-ghost,html body .theme-override-dark .outline-color-hover-danger-background-ghost:hover,html body .theme-override-dark .outline-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-ghost:focus,html body .theme-override-dark .outline-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .outline-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-ghost:active{outline-color:var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outside-border-color-danger-background-ghost,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-ghost:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-ghost[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-ghost:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-ghost:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-ghost[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-ghost:active,html body .theme-override-dark .outside-border-color-danger-background-ghost,html body .theme-override-dark .outside-border-color-hover-danger-background-ghost:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-ghost[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-ghost:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-ghost:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-ghost[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-ghost:active{--outside-border-color: var(--color-danger-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .font-color-danger-background-flat,body[data-theme-mode=dark] .font-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-flat:active,html body .theme-override-dark .font-color-danger-background-flat,html body .theme-override-dark .font-color-hover-danger-background-flat:hover,html body .theme-override-dark .font-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-flat:focus,html body .theme-override-dark .font-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .font-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-flat:active{color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-color-danger-background-flat,body[data-theme-mode=dark] .border-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-flat:active,html body .theme-override-dark .border-color-danger-background-flat,html body .theme-override-dark .border-color-hover-danger-background-flat:hover,html body .theme-override-dark .border-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-flat:focus,html body .theme-override-dark .border-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .border-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-flat:active{border-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-top-color-danger-background-flat,body[data-theme-mode=dark] .border-top-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-flat:active,html body .theme-override-dark .border-top-color-danger-background-flat,html body .theme-override-dark .border-top-color-hover-danger-background-flat:hover,html body .theme-override-dark .border-top-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-flat:focus,html body .theme-override-dark .border-top-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-flat:active{border-top-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-bottom-color-danger-background-flat,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-flat:active,html body .theme-override-dark .border-bottom-color-danger-background-flat,html body .theme-override-dark .border-bottom-color-hover-danger-background-flat:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-flat:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-flat:active{border-bottom-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-left-color-danger-background-flat,body[data-theme-mode=dark] .border-left-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-flat:active,html body .theme-override-dark .border-left-color-danger-background-flat,html body .theme-override-dark .border-left-color-hover-danger-background-flat:hover,html body .theme-override-dark .border-left-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-flat:focus,html body .theme-override-dark .border-left-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-flat:active{border-left-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-right-color-danger-background-flat,body[data-theme-mode=dark] .border-right-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-flat:active,html body .theme-override-dark .border-right-color-danger-background-flat,html body .theme-override-dark .border-right-color-hover-danger-background-flat:hover,html body .theme-override-dark .border-right-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-flat:focus,html body .theme-override-dark .border-right-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-flat:active{border-right-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .fill-color-danger-background-flat,body[data-theme-mode=dark] .fill-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-flat:active,html body .theme-override-dark .fill-color-danger-background-flat,html body .theme-override-dark .fill-color-hover-danger-background-flat:hover,html body .theme-override-dark .fill-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-flat:focus,html body .theme-override-dark .fill-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .fill-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-flat:active{background-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outline-color-danger-background-flat,body[data-theme-mode=dark] .outline-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-flat:active,html body .theme-override-dark .outline-color-danger-background-flat,html body .theme-override-dark .outline-color-hover-danger-background-flat:hover,html body .theme-override-dark .outline-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-flat:focus,html body .theme-override-dark .outline-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .outline-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-flat:active{outline-color:var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outside-border-color-danger-background-flat,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-flat:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-flat[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-flat:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-flat:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-flat[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-flat:active,html body .theme-override-dark .outside-border-color-danger-background-flat,html body .theme-override-dark .outside-border-color-hover-danger-background-flat:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-flat[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-flat:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-flat:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-flat[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-flat:active{--outside-border-color: var(--color-danger-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .font-color-danger-background-card,body[data-theme-mode=dark] .font-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-card:active,html body .theme-override-dark .font-color-danger-background-card,html body .theme-override-dark .font-color-hover-danger-background-card:hover,html body .theme-override-dark .font-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-card:focus,html body .theme-override-dark .font-color-focus-danger-background-card:focus-within,html body .theme-override-dark .font-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-card:active{color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-color-danger-background-card,body[data-theme-mode=dark] .border-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-card:active,html body .theme-override-dark .border-color-danger-background-card,html body .theme-override-dark .border-color-hover-danger-background-card:hover,html body .theme-override-dark .border-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-card:focus,html body .theme-override-dark .border-color-focus-danger-background-card:focus-within,html body .theme-override-dark .border-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-card:active{border-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-top-color-danger-background-card,body[data-theme-mode=dark] .border-top-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-card:active,html body .theme-override-dark .border-top-color-danger-background-card,html body .theme-override-dark .border-top-color-hover-danger-background-card:hover,html body .theme-override-dark .border-top-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-card:focus,html body .theme-override-dark .border-top-color-focus-danger-background-card:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-card:active{border-top-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-bottom-color-danger-background-card,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-card:active,html body .theme-override-dark .border-bottom-color-danger-background-card,html body .theme-override-dark .border-bottom-color-hover-danger-background-card:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-card:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-card:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-card:active{border-bottom-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-left-color-danger-background-card,body[data-theme-mode=dark] .border-left-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-card:active,html body .theme-override-dark .border-left-color-danger-background-card,html body .theme-override-dark .border-left-color-hover-danger-background-card:hover,html body .theme-override-dark .border-left-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-card:focus,html body .theme-override-dark .border-left-color-focus-danger-background-card:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-card:active{border-left-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-right-color-danger-background-card,body[data-theme-mode=dark] .border-right-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-card:active,html body .theme-override-dark .border-right-color-danger-background-card,html body .theme-override-dark .border-right-color-hover-danger-background-card:hover,html body .theme-override-dark .border-right-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-card:focus,html body .theme-override-dark .border-right-color-focus-danger-background-card:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-card:active{border-right-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .fill-color-danger-background-card,body[data-theme-mode=dark] .fill-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-card:active,html body .theme-override-dark .fill-color-danger-background-card,html body .theme-override-dark .fill-color-hover-danger-background-card:hover,html body .theme-override-dark .fill-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-card:focus,html body .theme-override-dark .fill-color-focus-danger-background-card:focus-within,html body .theme-override-dark .fill-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-card:active{background-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outline-color-danger-background-card,body[data-theme-mode=dark] .outline-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-card:active,html body .theme-override-dark .outline-color-danger-background-card,html body .theme-override-dark .outline-color-hover-danger-background-card:hover,html body .theme-override-dark .outline-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-card:focus,html body .theme-override-dark .outline-color-focus-danger-background-card:focus-within,html body .theme-override-dark .outline-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-card:active{outline-color:var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outside-border-color-danger-background-card,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-card:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-card[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-card:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-card:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-card[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-card:active,html body .theme-override-dark .outside-border-color-danger-background-card,html body .theme-override-dark .outside-border-color-hover-danger-background-card:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-card[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-card:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-card:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-card[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-card:active{--outside-border-color: var(--color-danger-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .font-color-danger-background-panel,body[data-theme-mode=dark] .font-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-panel:active,html body .theme-override-dark .font-color-danger-background-panel,html body .theme-override-dark .font-color-hover-danger-background-panel:hover,html body .theme-override-dark .font-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-panel:focus,html body .theme-override-dark .font-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .font-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-panel:active{color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-color-danger-background-panel,body[data-theme-mode=dark] .border-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-panel:active,html body .theme-override-dark .border-color-danger-background-panel,html body .theme-override-dark .border-color-hover-danger-background-panel:hover,html body .theme-override-dark .border-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-panel:focus,html body .theme-override-dark .border-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .border-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-panel:active{border-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-top-color-danger-background-panel,body[data-theme-mode=dark] .border-top-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-panel:active,html body .theme-override-dark .border-top-color-danger-background-panel,html body .theme-override-dark .border-top-color-hover-danger-background-panel:hover,html body .theme-override-dark .border-top-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-panel:focus,html body .theme-override-dark .border-top-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-panel:active{border-top-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-bottom-color-danger-background-panel,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-panel:active,html body .theme-override-dark .border-bottom-color-danger-background-panel,html body .theme-override-dark .border-bottom-color-hover-danger-background-panel:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-panel:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-panel:active{border-bottom-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-left-color-danger-background-panel,body[data-theme-mode=dark] .border-left-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-panel:active,html body .theme-override-dark .border-left-color-danger-background-panel,html body .theme-override-dark .border-left-color-hover-danger-background-panel:hover,html body .theme-override-dark .border-left-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-panel:focus,html body .theme-override-dark .border-left-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-panel:active{border-left-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-right-color-danger-background-panel,body[data-theme-mode=dark] .border-right-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-panel:active,html body .theme-override-dark .border-right-color-danger-background-panel,html body .theme-override-dark .border-right-color-hover-danger-background-panel:hover,html body .theme-override-dark .border-right-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-panel:focus,html body .theme-override-dark .border-right-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-panel:active{border-right-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .fill-color-danger-background-panel,body[data-theme-mode=dark] .fill-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-panel:active,html body .theme-override-dark .fill-color-danger-background-panel,html body .theme-override-dark .fill-color-hover-danger-background-panel:hover,html body .theme-override-dark .fill-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-panel:focus,html body .theme-override-dark .fill-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .fill-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-panel:active{background-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outline-color-danger-background-panel,body[data-theme-mode=dark] .outline-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-panel:active,html body .theme-override-dark .outline-color-danger-background-panel,html body .theme-override-dark .outline-color-hover-danger-background-panel:hover,html body .theme-override-dark .outline-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-panel:focus,html body .theme-override-dark .outline-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .outline-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-panel:active{outline-color:var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outside-border-color-danger-background-panel,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-panel:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-panel[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-panel:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-panel:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-panel[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-panel:active,html body .theme-override-dark .outside-border-color-danger-background-panel,html body .theme-override-dark .outside-border-color-hover-danger-background-panel:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-panel[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-panel:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-panel:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-panel[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-panel:active{--outside-border-color: var(--color-danger-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .font-color-danger-background-field,body[data-theme-mode=dark] .font-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .font-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .font-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .font-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-background-field:active,html body .theme-override-dark .font-color-danger-background-field,html body .theme-override-dark .font-color-hover-danger-background-field:hover,html body .theme-override-dark .font-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .font-color-focus-danger-background-field:focus,html body .theme-override-dark .font-color-focus-danger-background-field:focus-within,html body .theme-override-dark .font-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .font-color-active-danger-background-field:active{color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-color-danger-background-field,body[data-theme-mode=dark] .border-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .border-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .border-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .border-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-background-field:active,html body .theme-override-dark .border-color-danger-background-field,html body .theme-override-dark .border-color-hover-danger-background-field:hover,html body .theme-override-dark .border-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .border-color-focus-danger-background-field:focus,html body .theme-override-dark .border-color-focus-danger-background-field:focus-within,html body .theme-override-dark .border-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .border-color-active-danger-background-field:active{border-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-top-color-danger-background-field,body[data-theme-mode=dark] .border-top-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-background-field:active,html body .theme-override-dark .border-top-color-danger-background-field,html body .theme-override-dark .border-top-color-hover-danger-background-field:hover,html body .theme-override-dark .border-top-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-background-field:focus,html body .theme-override-dark .border-top-color-focus-danger-background-field:focus-within,html body .theme-override-dark .border-top-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-background-field:active{border-top-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-bottom-color-danger-background-field,body[data-theme-mode=dark] .border-bottom-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-background-field:active,html body .theme-override-dark .border-bottom-color-danger-background-field,html body .theme-override-dark .border-bottom-color-hover-danger-background-field:hover,html body .theme-override-dark .border-bottom-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-background-field:focus,html body .theme-override-dark .border-bottom-color-focus-danger-background-field:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-background-field:active{border-bottom-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-left-color-danger-background-field,body[data-theme-mode=dark] .border-left-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-background-field:active,html body .theme-override-dark .border-left-color-danger-background-field,html body .theme-override-dark .border-left-color-hover-danger-background-field:hover,html body .theme-override-dark .border-left-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-background-field:focus,html body .theme-override-dark .border-left-color-focus-danger-background-field:focus-within,html body .theme-override-dark .border-left-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-background-field:active{border-left-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-right-color-danger-background-field,body[data-theme-mode=dark] .border-right-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-background-field:active,html body .theme-override-dark .border-right-color-danger-background-field,html body .theme-override-dark .border-right-color-hover-danger-background-field:hover,html body .theme-override-dark .border-right-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-background-field:focus,html body .theme-override-dark .border-right-color-focus-danger-background-field:focus-within,html body .theme-override-dark .border-right-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-background-field:active{border-right-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .fill-color-danger-background-field,body[data-theme-mode=dark] .fill-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .fill-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .fill-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-background-field:active,html body .theme-override-dark .fill-color-danger-background-field,html body .theme-override-dark .fill-color-hover-danger-background-field:hover,html body .theme-override-dark .fill-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-background-field:focus,html body .theme-override-dark .fill-color-focus-danger-background-field:focus-within,html body .theme-override-dark .fill-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .fill-color-active-danger-background-field:active{background-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outline-color-danger-background-field,body[data-theme-mode=dark] .outline-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .outline-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .outline-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-background-field:active,html body .theme-override-dark .outline-color-danger-background-field,html body .theme-override-dark .outline-color-hover-danger-background-field:hover,html body .theme-override-dark .outline-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-background-field:focus,html body .theme-override-dark .outline-color-focus-danger-background-field:focus-within,html body .theme-override-dark .outline-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .outline-color-active-danger-background-field:active{outline-color:var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outside-border-color-danger-background-field,body[data-theme-mode=dark] .outside-border-color-hover-danger-background-field:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-field[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-background-field:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-background-field:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-background-field[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-background-field:active,html body .theme-override-dark .outside-border-color-danger-background-field,html body .theme-override-dark .outside-border-color-hover-danger-background-field:hover,html body .theme-override-dark .outside-border-color-focus-danger-background-field[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-background-field:focus,html body .theme-override-dark .outside-border-color-focus-danger-background-field:focus-within,html body .theme-override-dark .outside-border-color-active-danger-background-field[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-background-field:active{--outside-border-color: var(--color-danger-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .font-color-danger-font,body[data-theme-mode=dark] .font-color-hover-danger-font:hover,body[data-theme-mode=dark] .font-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font:focus,body[data-theme-mode=dark] .font-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font:active,html body .theme-override-dark .font-color-danger-font,html body .theme-override-dark .font-color-hover-danger-font:hover,html body .theme-override-dark .font-color-focus-danger-font[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font:focus,html body .theme-override-dark .font-color-focus-danger-font:focus-within,html body .theme-override-dark .font-color-active-danger-font[data-selected=true],html body .theme-override-dark .font-color-active-danger-font:active{color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-color-danger-font,body[data-theme-mode=dark] .border-color-hover-danger-font:hover,body[data-theme-mode=dark] .border-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font:focus,body[data-theme-mode=dark] .border-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font:active,html body .theme-override-dark .border-color-danger-font,html body .theme-override-dark .border-color-hover-danger-font:hover,html body .theme-override-dark .border-color-focus-danger-font[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font:focus,html body .theme-override-dark .border-color-focus-danger-font:focus-within,html body .theme-override-dark .border-color-active-danger-font[data-selected=true],html body .theme-override-dark .border-color-active-danger-font:active{border-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-top-color-danger-font,body[data-theme-mode=dark] .border-top-color-hover-danger-font:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font:active,html body .theme-override-dark .border-top-color-danger-font,html body .theme-override-dark .border-top-color-hover-danger-font:hover,html body .theme-override-dark .border-top-color-focus-danger-font[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font:focus,html body .theme-override-dark .border-top-color-focus-danger-font:focus-within,html body .theme-override-dark .border-top-color-active-danger-font[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font:active{border-top-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-bottom-color-danger-font,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font:active,html body .theme-override-dark .border-bottom-color-danger-font,html body .theme-override-dark .border-bottom-color-hover-danger-font:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font:active{border-bottom-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-left-color-danger-font,body[data-theme-mode=dark] .border-left-color-hover-danger-font:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font:active,html body .theme-override-dark .border-left-color-danger-font,html body .theme-override-dark .border-left-color-hover-danger-font:hover,html body .theme-override-dark .border-left-color-focus-danger-font[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font:focus,html body .theme-override-dark .border-left-color-focus-danger-font:focus-within,html body .theme-override-dark .border-left-color-active-danger-font[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font:active{border-left-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-right-color-danger-font,body[data-theme-mode=dark] .border-right-color-hover-danger-font:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font:active,html body .theme-override-dark .border-right-color-danger-font,html body .theme-override-dark .border-right-color-hover-danger-font:hover,html body .theme-override-dark .border-right-color-focus-danger-font[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font:focus,html body .theme-override-dark .border-right-color-focus-danger-font:focus-within,html body .theme-override-dark .border-right-color-active-danger-font[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font:active{border-right-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .fill-color-danger-font,body[data-theme-mode=dark] .fill-color-hover-danger-font:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font:active,html body .theme-override-dark .fill-color-danger-font,html body .theme-override-dark .fill-color-hover-danger-font:hover,html body .theme-override-dark .fill-color-focus-danger-font[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font:focus,html body .theme-override-dark .fill-color-focus-danger-font:focus-within,html body .theme-override-dark .fill-color-active-danger-font[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font:active{background-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .outline-color-danger-font,body[data-theme-mode=dark] .outline-color-hover-danger-font:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font:active,html body .theme-override-dark .outline-color-danger-font,html body .theme-override-dark .outline-color-hover-danger-font:hover,html body .theme-override-dark .outline-color-focus-danger-font[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font:focus,html body .theme-override-dark .outline-color-focus-danger-font:focus-within,html body .theme-override-dark .outline-color-active-danger-font[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font:active{outline-color:var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .outside-border-color-danger-font,body[data-theme-mode=dark] .outside-border-color-hover-danger-font:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font:active,html body .theme-override-dark .outside-border-color-danger-font,html body .theme-override-dark .outside-border-color-hover-danger-font:hover,html body .theme-override-dark .outside-border-color-focus-danger-font[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font:focus,html body .theme-override-dark .outside-border-color-focus-danger-font:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font:active{--outside-border-color: var(--color-danger-font, var(--color-dark-font))}body[data-theme-mode=dark] .font-color-danger-font-muted,body[data-theme-mode=dark] .font-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-muted:active,html body .theme-override-dark .font-color-danger-font-muted,html body .theme-override-dark .font-color-hover-danger-font-muted:hover,html body .theme-override-dark .font-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-muted:focus,html body .theme-override-dark .font-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .font-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-muted:active{color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-color-danger-font-muted,body[data-theme-mode=dark] .border-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-muted:active,html body .theme-override-dark .border-color-danger-font-muted,html body .theme-override-dark .border-color-hover-danger-font-muted:hover,html body .theme-override-dark .border-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-muted:focus,html body .theme-override-dark .border-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .border-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-muted:active{border-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-top-color-danger-font-muted,body[data-theme-mode=dark] .border-top-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-muted:active,html body .theme-override-dark .border-top-color-danger-font-muted,html body .theme-override-dark .border-top-color-hover-danger-font-muted:hover,html body .theme-override-dark .border-top-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-muted:focus,html body .theme-override-dark .border-top-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-muted:active{border-top-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-bottom-color-danger-font-muted,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-muted:active,html body .theme-override-dark .border-bottom-color-danger-font-muted,html body .theme-override-dark .border-bottom-color-hover-danger-font-muted:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-muted:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-muted:active{border-bottom-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-left-color-danger-font-muted,body[data-theme-mode=dark] .border-left-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-muted:active,html body .theme-override-dark .border-left-color-danger-font-muted,html body .theme-override-dark .border-left-color-hover-danger-font-muted:hover,html body .theme-override-dark .border-left-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-muted:focus,html body .theme-override-dark .border-left-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-muted:active{border-left-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-right-color-danger-font-muted,body[data-theme-mode=dark] .border-right-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-muted:active,html body .theme-override-dark .border-right-color-danger-font-muted,html body .theme-override-dark .border-right-color-hover-danger-font-muted:hover,html body .theme-override-dark .border-right-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-muted:focus,html body .theme-override-dark .border-right-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-muted:active{border-right-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .fill-color-danger-font-muted,body[data-theme-mode=dark] .fill-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-muted:active,html body .theme-override-dark .fill-color-danger-font-muted,html body .theme-override-dark .fill-color-hover-danger-font-muted:hover,html body .theme-override-dark .fill-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-muted:focus,html body .theme-override-dark .fill-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .fill-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-muted:active{background-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outline-color-danger-font-muted,body[data-theme-mode=dark] .outline-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-muted:active,html body .theme-override-dark .outline-color-danger-font-muted,html body .theme-override-dark .outline-color-hover-danger-font-muted:hover,html body .theme-override-dark .outline-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-muted:focus,html body .theme-override-dark .outline-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .outline-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-muted:active{outline-color:var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outside-border-color-danger-font-muted,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-muted:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-muted[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-muted:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-muted:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-muted[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-muted:active,html body .theme-override-dark .outside-border-color-danger-font-muted,html body .theme-override-dark .outside-border-color-hover-danger-font-muted:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-muted[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-muted:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-muted:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-muted[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-muted:active{--outside-border-color: var(--color-danger-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .font-color-danger-font-disabled,body[data-theme-mode=dark] .font-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .font-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .font-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .font-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-font-disabled:active,html body .theme-override-dark .font-color-danger-font-disabled,html body .theme-override-dark .font-color-hover-danger-font-disabled:hover,html body .theme-override-dark .font-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .font-color-focus-danger-font-disabled:focus,html body .theme-override-dark .font-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .font-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .font-color-active-danger-font-disabled:active{color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-color-danger-font-disabled,body[data-theme-mode=dark] .border-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .border-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .border-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .border-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-font-disabled:active,html body .theme-override-dark .border-color-danger-font-disabled,html body .theme-override-dark .border-color-hover-danger-font-disabled:hover,html body .theme-override-dark .border-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .border-color-focus-danger-font-disabled:focus,html body .theme-override-dark .border-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .border-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .border-color-active-danger-font-disabled:active{border-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-top-color-danger-font-disabled,body[data-theme-mode=dark] .border-top-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-font-disabled:active,html body .theme-override-dark .border-top-color-danger-font-disabled,html body .theme-override-dark .border-top-color-hover-danger-font-disabled:hover,html body .theme-override-dark .border-top-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-font-disabled:focus,html body .theme-override-dark .border-top-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .border-top-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-font-disabled:active{border-top-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-bottom-color-danger-font-disabled,body[data-theme-mode=dark] .border-bottom-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-font-disabled:active,html body .theme-override-dark .border-bottom-color-danger-font-disabled,html body .theme-override-dark .border-bottom-color-hover-danger-font-disabled:hover,html body .theme-override-dark .border-bottom-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-font-disabled:focus,html body .theme-override-dark .border-bottom-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-font-disabled:active{border-bottom-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-left-color-danger-font-disabled,body[data-theme-mode=dark] .border-left-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-font-disabled:active,html body .theme-override-dark .border-left-color-danger-font-disabled,html body .theme-override-dark .border-left-color-hover-danger-font-disabled:hover,html body .theme-override-dark .border-left-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-font-disabled:focus,html body .theme-override-dark .border-left-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .border-left-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-font-disabled:active{border-left-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-right-color-danger-font-disabled,body[data-theme-mode=dark] .border-right-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-font-disabled:active,html body .theme-override-dark .border-right-color-danger-font-disabled,html body .theme-override-dark .border-right-color-hover-danger-font-disabled:hover,html body .theme-override-dark .border-right-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-font-disabled:focus,html body .theme-override-dark .border-right-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .border-right-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-font-disabled:active{border-right-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .fill-color-danger-font-disabled,body[data-theme-mode=dark] .fill-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .fill-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .fill-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-font-disabled:active,html body .theme-override-dark .fill-color-danger-font-disabled,html body .theme-override-dark .fill-color-hover-danger-font-disabled:hover,html body .theme-override-dark .fill-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-font-disabled:focus,html body .theme-override-dark .fill-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .fill-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .fill-color-active-danger-font-disabled:active{background-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outline-color-danger-font-disabled,body[data-theme-mode=dark] .outline-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .outline-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .outline-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-font-disabled:active,html body .theme-override-dark .outline-color-danger-font-disabled,html body .theme-override-dark .outline-color-hover-danger-font-disabled:hover,html body .theme-override-dark .outline-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-font-disabled:focus,html body .theme-override-dark .outline-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .outline-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .outline-color-active-danger-font-disabled:active{outline-color:var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outside-border-color-danger-font-disabled,body[data-theme-mode=dark] .outside-border-color-hover-danger-font-disabled:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-disabled[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-font-disabled:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-font-disabled:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-font-disabled[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-font-disabled:active,html body .theme-override-dark .outside-border-color-danger-font-disabled,html body .theme-override-dark .outside-border-color-hover-danger-font-disabled:hover,html body .theme-override-dark .outside-border-color-focus-danger-font-disabled[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-font-disabled:focus,html body .theme-override-dark .outside-border-color-focus-danger-font-disabled:focus-within,html body .theme-override-dark .outside-border-color-active-danger-font-disabled[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-font-disabled:active{--outside-border-color: var(--color-danger-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .font-color-danger-border,body[data-theme-mode=dark] .font-color-hover-danger-border:hover,body[data-theme-mode=dark] .font-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border:focus,body[data-theme-mode=dark] .font-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border:active,html body .theme-override-dark .font-color-danger-border,html body .theme-override-dark .font-color-hover-danger-border:hover,html body .theme-override-dark .font-color-focus-danger-border[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border:focus,html body .theme-override-dark .font-color-focus-danger-border:focus-within,html body .theme-override-dark .font-color-active-danger-border[data-selected=true],html body .theme-override-dark .font-color-active-danger-border:active{color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-color-danger-border,body[data-theme-mode=dark] .border-color-hover-danger-border:hover,body[data-theme-mode=dark] .border-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border:focus,body[data-theme-mode=dark] .border-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border:active,html body .theme-override-dark .border-color-danger-border,html body .theme-override-dark .border-color-hover-danger-border:hover,html body .theme-override-dark .border-color-focus-danger-border[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border:focus,html body .theme-override-dark .border-color-focus-danger-border:focus-within,html body .theme-override-dark .border-color-active-danger-border[data-selected=true],html body .theme-override-dark .border-color-active-danger-border:active{border-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-top-color-danger-border,body[data-theme-mode=dark] .border-top-color-hover-danger-border:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border:active,html body .theme-override-dark .border-top-color-danger-border,html body .theme-override-dark .border-top-color-hover-danger-border:hover,html body .theme-override-dark .border-top-color-focus-danger-border[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border:focus,html body .theme-override-dark .border-top-color-focus-danger-border:focus-within,html body .theme-override-dark .border-top-color-active-danger-border[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border:active{border-top-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-bottom-color-danger-border,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border:active,html body .theme-override-dark .border-bottom-color-danger-border,html body .theme-override-dark .border-bottom-color-hover-danger-border:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border:active{border-bottom-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-left-color-danger-border,body[data-theme-mode=dark] .border-left-color-hover-danger-border:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border:active,html body .theme-override-dark .border-left-color-danger-border,html body .theme-override-dark .border-left-color-hover-danger-border:hover,html body .theme-override-dark .border-left-color-focus-danger-border[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border:focus,html body .theme-override-dark .border-left-color-focus-danger-border:focus-within,html body .theme-override-dark .border-left-color-active-danger-border[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border:active{border-left-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-right-color-danger-border,body[data-theme-mode=dark] .border-right-color-hover-danger-border:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border:active,html body .theme-override-dark .border-right-color-danger-border,html body .theme-override-dark .border-right-color-hover-danger-border:hover,html body .theme-override-dark .border-right-color-focus-danger-border[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border:focus,html body .theme-override-dark .border-right-color-focus-danger-border:focus-within,html body .theme-override-dark .border-right-color-active-danger-border[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border:active{border-right-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .fill-color-danger-border,body[data-theme-mode=dark] .fill-color-hover-danger-border:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border:active,html body .theme-override-dark .fill-color-danger-border,html body .theme-override-dark .fill-color-hover-danger-border:hover,html body .theme-override-dark .fill-color-focus-danger-border[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border:focus,html body .theme-override-dark .fill-color-focus-danger-border:focus-within,html body .theme-override-dark .fill-color-active-danger-border[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border:active{background-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .outline-color-danger-border,body[data-theme-mode=dark] .outline-color-hover-danger-border:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border:active,html body .theme-override-dark .outline-color-danger-border,html body .theme-override-dark .outline-color-hover-danger-border:hover,html body .theme-override-dark .outline-color-focus-danger-border[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border:focus,html body .theme-override-dark .outline-color-focus-danger-border:focus-within,html body .theme-override-dark .outline-color-active-danger-border[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border:active{outline-color:var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .outside-border-color-danger-border,body[data-theme-mode=dark] .outside-border-color-hover-danger-border:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border:active,html body .theme-override-dark .outside-border-color-danger-border,html body .theme-override-dark .outside-border-color-hover-danger-border:hover,html body .theme-override-dark .outside-border-color-focus-danger-border[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border:focus,html body .theme-override-dark .outside-border-color-focus-danger-border:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border:active{--outside-border-color: var(--color-danger-border, var(--color-dark-border))}body[data-theme-mode=dark] .font-color-danger-border-light,body[data-theme-mode=dark] .font-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-light:active,html body .theme-override-dark .font-color-danger-border-light,html body .theme-override-dark .font-color-hover-danger-border-light:hover,html body .theme-override-dark .font-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-light:focus,html body .theme-override-dark .font-color-focus-danger-border-light:focus-within,html body .theme-override-dark .font-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-light:active{color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-color-danger-border-light,body[data-theme-mode=dark] .border-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-light:active,html body .theme-override-dark .border-color-danger-border-light,html body .theme-override-dark .border-color-hover-danger-border-light:hover,html body .theme-override-dark .border-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-light:focus,html body .theme-override-dark .border-color-focus-danger-border-light:focus-within,html body .theme-override-dark .border-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-light:active{border-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-top-color-danger-border-light,body[data-theme-mode=dark] .border-top-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-light:active,html body .theme-override-dark .border-top-color-danger-border-light,html body .theme-override-dark .border-top-color-hover-danger-border-light:hover,html body .theme-override-dark .border-top-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-light:focus,html body .theme-override-dark .border-top-color-focus-danger-border-light:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-light:active{border-top-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-bottom-color-danger-border-light,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-light:active,html body .theme-override-dark .border-bottom-color-danger-border-light,html body .theme-override-dark .border-bottom-color-hover-danger-border-light:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-light:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-light:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-light:active{border-bottom-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-left-color-danger-border-light,body[data-theme-mode=dark] .border-left-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-light:active,html body .theme-override-dark .border-left-color-danger-border-light,html body .theme-override-dark .border-left-color-hover-danger-border-light:hover,html body .theme-override-dark .border-left-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-light:focus,html body .theme-override-dark .border-left-color-focus-danger-border-light:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-light:active{border-left-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-right-color-danger-border-light,body[data-theme-mode=dark] .border-right-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-light:active,html body .theme-override-dark .border-right-color-danger-border-light,html body .theme-override-dark .border-right-color-hover-danger-border-light:hover,html body .theme-override-dark .border-right-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-light:focus,html body .theme-override-dark .border-right-color-focus-danger-border-light:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-light:active{border-right-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .fill-color-danger-border-light,body[data-theme-mode=dark] .fill-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-light:active,html body .theme-override-dark .fill-color-danger-border-light,html body .theme-override-dark .fill-color-hover-danger-border-light:hover,html body .theme-override-dark .fill-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-light:focus,html body .theme-override-dark .fill-color-focus-danger-border-light:focus-within,html body .theme-override-dark .fill-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-light:active{background-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outline-color-danger-border-light,body[data-theme-mode=dark] .outline-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-light:active,html body .theme-override-dark .outline-color-danger-border-light,html body .theme-override-dark .outline-color-hover-danger-border-light:hover,html body .theme-override-dark .outline-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-light:focus,html body .theme-override-dark .outline-color-focus-danger-border-light:focus-within,html body .theme-override-dark .outline-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-light:active{outline-color:var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outside-border-color-danger-border-light,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-light:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-light[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-light:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-light:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-light[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-light:active,html body .theme-override-dark .outside-border-color-danger-border-light,html body .theme-override-dark .outside-border-color-hover-danger-border-light:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-light[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-light:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-light:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-light[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-light:active{--outside-border-color: var(--color-danger-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .font-color-danger-border-dark,body[data-theme-mode=dark] .font-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-dark:active,html body .theme-override-dark .font-color-danger-border-dark,html body .theme-override-dark .font-color-hover-danger-border-dark:hover,html body .theme-override-dark .font-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-dark:focus,html body .theme-override-dark .font-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .font-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-dark:active{color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-color-danger-border-dark,body[data-theme-mode=dark] .border-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-dark:active,html body .theme-override-dark .border-color-danger-border-dark,html body .theme-override-dark .border-color-hover-danger-border-dark:hover,html body .theme-override-dark .border-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-dark:focus,html body .theme-override-dark .border-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .border-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-dark:active{border-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-top-color-danger-border-dark,body[data-theme-mode=dark] .border-top-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-dark:active,html body .theme-override-dark .border-top-color-danger-border-dark,html body .theme-override-dark .border-top-color-hover-danger-border-dark:hover,html body .theme-override-dark .border-top-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-dark:focus,html body .theme-override-dark .border-top-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-dark:active{border-top-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-bottom-color-danger-border-dark,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-dark:active,html body .theme-override-dark .border-bottom-color-danger-border-dark,html body .theme-override-dark .border-bottom-color-hover-danger-border-dark:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-dark:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-dark:active{border-bottom-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-left-color-danger-border-dark,body[data-theme-mode=dark] .border-left-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-dark:active,html body .theme-override-dark .border-left-color-danger-border-dark,html body .theme-override-dark .border-left-color-hover-danger-border-dark:hover,html body .theme-override-dark .border-left-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-dark:focus,html body .theme-override-dark .border-left-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-dark:active{border-left-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-right-color-danger-border-dark,body[data-theme-mode=dark] .border-right-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-dark:active,html body .theme-override-dark .border-right-color-danger-border-dark,html body .theme-override-dark .border-right-color-hover-danger-border-dark:hover,html body .theme-override-dark .border-right-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-dark:focus,html body .theme-override-dark .border-right-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-dark:active{border-right-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .fill-color-danger-border-dark,body[data-theme-mode=dark] .fill-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-dark:active,html body .theme-override-dark .fill-color-danger-border-dark,html body .theme-override-dark .fill-color-hover-danger-border-dark:hover,html body .theme-override-dark .fill-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-dark:focus,html body .theme-override-dark .fill-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .fill-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-dark:active{background-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outline-color-danger-border-dark,body[data-theme-mode=dark] .outline-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-dark:active,html body .theme-override-dark .outline-color-danger-border-dark,html body .theme-override-dark .outline-color-hover-danger-border-dark:hover,html body .theme-override-dark .outline-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-dark:focus,html body .theme-override-dark .outline-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .outline-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-dark:active{outline-color:var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outside-border-color-danger-border-dark,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-dark:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-dark[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-dark:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-dark:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-dark[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-dark:active,html body .theme-override-dark .outside-border-color-danger-border-dark,html body .theme-override-dark .outside-border-color-hover-danger-border-dark:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-dark[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-dark:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-dark:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-dark[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-dark:active{--outside-border-color: var(--color-danger-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .font-color-danger-border-highlight,body[data-theme-mode=dark] .font-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-highlight:active,html body .theme-override-dark .font-color-danger-border-highlight,html body .theme-override-dark .font-color-hover-danger-border-highlight:hover,html body .theme-override-dark .font-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-highlight:focus,html body .theme-override-dark .font-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .font-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-highlight:active{color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-color-danger-border-highlight,body[data-theme-mode=dark] .border-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-highlight:active,html body .theme-override-dark .border-color-danger-border-highlight,html body .theme-override-dark .border-color-hover-danger-border-highlight:hover,html body .theme-override-dark .border-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-highlight:focus,html body .theme-override-dark .border-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .border-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-highlight:active{border-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-top-color-danger-border-highlight,body[data-theme-mode=dark] .border-top-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-highlight:active,html body .theme-override-dark .border-top-color-danger-border-highlight,html body .theme-override-dark .border-top-color-hover-danger-border-highlight:hover,html body .theme-override-dark .border-top-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-highlight:focus,html body .theme-override-dark .border-top-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-highlight:active{border-top-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-bottom-color-danger-border-highlight,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-highlight:active,html body .theme-override-dark .border-bottom-color-danger-border-highlight,html body .theme-override-dark .border-bottom-color-hover-danger-border-highlight:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-highlight:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-highlight:active{border-bottom-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-left-color-danger-border-highlight,body[data-theme-mode=dark] .border-left-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-highlight:active,html body .theme-override-dark .border-left-color-danger-border-highlight,html body .theme-override-dark .border-left-color-hover-danger-border-highlight:hover,html body .theme-override-dark .border-left-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-highlight:focus,html body .theme-override-dark .border-left-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-highlight:active{border-left-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-right-color-danger-border-highlight,body[data-theme-mode=dark] .border-right-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-highlight:active,html body .theme-override-dark .border-right-color-danger-border-highlight,html body .theme-override-dark .border-right-color-hover-danger-border-highlight:hover,html body .theme-override-dark .border-right-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-highlight:focus,html body .theme-override-dark .border-right-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-highlight:active{border-right-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .fill-color-danger-border-highlight,body[data-theme-mode=dark] .fill-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-highlight:active,html body .theme-override-dark .fill-color-danger-border-highlight,html body .theme-override-dark .fill-color-hover-danger-border-highlight:hover,html body .theme-override-dark .fill-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-highlight:focus,html body .theme-override-dark .fill-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .fill-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-highlight:active{background-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outline-color-danger-border-highlight,body[data-theme-mode=dark] .outline-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-highlight:active,html body .theme-override-dark .outline-color-danger-border-highlight,html body .theme-override-dark .outline-color-hover-danger-border-highlight:hover,html body .theme-override-dark .outline-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-highlight:focus,html body .theme-override-dark .outline-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .outline-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-highlight:active{outline-color:var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outside-border-color-danger-border-highlight,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-highlight:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-highlight[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-highlight:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-highlight:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-highlight[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-highlight:active,html body .theme-override-dark .outside-border-color-danger-border-highlight,html body .theme-override-dark .outside-border-color-hover-danger-border-highlight:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-highlight[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-highlight:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-highlight:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-highlight[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-highlight:active{--outside-border-color: var(--color-danger-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .font-color-danger-border-focus,body[data-theme-mode=dark] .font-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .font-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .font-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .font-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-border-focus:active,html body .theme-override-dark .font-color-danger-border-focus,html body .theme-override-dark .font-color-hover-danger-border-focus:hover,html body .theme-override-dark .font-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .font-color-focus-danger-border-focus:focus,html body .theme-override-dark .font-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .font-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .font-color-active-danger-border-focus:active{color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-color-danger-border-focus,body[data-theme-mode=dark] .border-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .border-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .border-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .border-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-border-focus:active,html body .theme-override-dark .border-color-danger-border-focus,html body .theme-override-dark .border-color-hover-danger-border-focus:hover,html body .theme-override-dark .border-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .border-color-focus-danger-border-focus:focus,html body .theme-override-dark .border-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .border-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .border-color-active-danger-border-focus:active{border-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-top-color-danger-border-focus,body[data-theme-mode=dark] .border-top-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-border-focus:active,html body .theme-override-dark .border-top-color-danger-border-focus,html body .theme-override-dark .border-top-color-hover-danger-border-focus:hover,html body .theme-override-dark .border-top-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-border-focus:focus,html body .theme-override-dark .border-top-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .border-top-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-border-focus:active{border-top-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-bottom-color-danger-border-focus,body[data-theme-mode=dark] .border-bottom-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-border-focus:active,html body .theme-override-dark .border-bottom-color-danger-border-focus,html body .theme-override-dark .border-bottom-color-hover-danger-border-focus:hover,html body .theme-override-dark .border-bottom-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-border-focus:focus,html body .theme-override-dark .border-bottom-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-border-focus:active{border-bottom-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-left-color-danger-border-focus,body[data-theme-mode=dark] .border-left-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-border-focus:active,html body .theme-override-dark .border-left-color-danger-border-focus,html body .theme-override-dark .border-left-color-hover-danger-border-focus:hover,html body .theme-override-dark .border-left-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-border-focus:focus,html body .theme-override-dark .border-left-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .border-left-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-border-focus:active{border-left-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-right-color-danger-border-focus,body[data-theme-mode=dark] .border-right-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-border-focus:active,html body .theme-override-dark .border-right-color-danger-border-focus,html body .theme-override-dark .border-right-color-hover-danger-border-focus:hover,html body .theme-override-dark .border-right-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-border-focus:focus,html body .theme-override-dark .border-right-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .border-right-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-border-focus:active{border-right-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .fill-color-danger-border-focus,body[data-theme-mode=dark] .fill-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .fill-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .fill-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-border-focus:active,html body .theme-override-dark .fill-color-danger-border-focus,html body .theme-override-dark .fill-color-hover-danger-border-focus:hover,html body .theme-override-dark .fill-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-border-focus:focus,html body .theme-override-dark .fill-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .fill-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .fill-color-active-danger-border-focus:active{background-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outline-color-danger-border-focus,body[data-theme-mode=dark] .outline-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .outline-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .outline-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-border-focus:active,html body .theme-override-dark .outline-color-danger-border-focus,html body .theme-override-dark .outline-color-hover-danger-border-focus:hover,html body .theme-override-dark .outline-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-border-focus:focus,html body .theme-override-dark .outline-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .outline-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .outline-color-active-danger-border-focus:active{outline-color:var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outside-border-color-danger-border-focus,body[data-theme-mode=dark] .outside-border-color-hover-danger-border-focus:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-focus[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-border-focus:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-border-focus:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-border-focus[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-border-focus:active,html body .theme-override-dark .outside-border-color-danger-border-focus,html body .theme-override-dark .outside-border-color-hover-danger-border-focus:hover,html body .theme-override-dark .outside-border-color-focus-danger-border-focus[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-border-focus:focus,html body .theme-override-dark .outside-border-color-focus-danger-border-focus:focus-within,html body .theme-override-dark .outside-border-color-active-danger-border-focus[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-border-focus:active{--outside-border-color: var(--color-danger-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .font-color-danger-shadow,body[data-theme-mode=dark] .font-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .font-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .font-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .font-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .font-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .font-color-active-danger-shadow:active,html body .theme-override-dark .font-color-danger-shadow,html body .theme-override-dark .font-color-hover-danger-shadow:hover,html body .theme-override-dark .font-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .font-color-focus-danger-shadow:focus,html body .theme-override-dark .font-color-focus-danger-shadow:focus-within,html body .theme-override-dark .font-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .font-color-active-danger-shadow:active{color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-color-danger-shadow,body[data-theme-mode=dark] .border-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .border-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .border-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .border-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .border-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .border-color-active-danger-shadow:active,html body .theme-override-dark .border-color-danger-shadow,html body .theme-override-dark .border-color-hover-danger-shadow:hover,html body .theme-override-dark .border-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .border-color-focus-danger-shadow:focus,html body .theme-override-dark .border-color-focus-danger-shadow:focus-within,html body .theme-override-dark .border-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .border-color-active-danger-shadow:active{border-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-top-color-danger-shadow,body[data-theme-mode=dark] .border-top-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .border-top-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .border-top-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .border-top-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-danger-shadow:active,html body .theme-override-dark .border-top-color-danger-shadow,html body .theme-override-dark .border-top-color-hover-danger-shadow:hover,html body .theme-override-dark .border-top-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .border-top-color-focus-danger-shadow:focus,html body .theme-override-dark .border-top-color-focus-danger-shadow:focus-within,html body .theme-override-dark .border-top-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .border-top-color-active-danger-shadow:active{border-top-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-bottom-color-danger-shadow,body[data-theme-mode=dark] .border-bottom-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .border-bottom-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-danger-shadow:active,html body .theme-override-dark .border-bottom-color-danger-shadow,html body .theme-override-dark .border-bottom-color-hover-danger-shadow:hover,html body .theme-override-dark .border-bottom-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-danger-shadow:focus,html body .theme-override-dark .border-bottom-color-focus-danger-shadow:focus-within,html body .theme-override-dark .border-bottom-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .border-bottom-color-active-danger-shadow:active{border-bottom-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-left-color-danger-shadow,body[data-theme-mode=dark] .border-left-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .border-left-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .border-left-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .border-left-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-danger-shadow:active,html body .theme-override-dark .border-left-color-danger-shadow,html body .theme-override-dark .border-left-color-hover-danger-shadow:hover,html body .theme-override-dark .border-left-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .border-left-color-focus-danger-shadow:focus,html body .theme-override-dark .border-left-color-focus-danger-shadow:focus-within,html body .theme-override-dark .border-left-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .border-left-color-active-danger-shadow:active{border-left-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-right-color-danger-shadow,body[data-theme-mode=dark] .border-right-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .border-right-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .border-right-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .border-right-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-danger-shadow:active,html body .theme-override-dark .border-right-color-danger-shadow,html body .theme-override-dark .border-right-color-hover-danger-shadow:hover,html body .theme-override-dark .border-right-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .border-right-color-focus-danger-shadow:focus,html body .theme-override-dark .border-right-color-focus-danger-shadow:focus-within,html body .theme-override-dark .border-right-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .border-right-color-active-danger-shadow:active{border-right-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .fill-color-danger-shadow,body[data-theme-mode=dark] .fill-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .fill-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .fill-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .fill-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .fill-color-active-danger-shadow:active,html body .theme-override-dark .fill-color-danger-shadow,html body .theme-override-dark .fill-color-hover-danger-shadow:hover,html body .theme-override-dark .fill-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .fill-color-focus-danger-shadow:focus,html body .theme-override-dark .fill-color-focus-danger-shadow:focus-within,html body .theme-override-dark .fill-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .fill-color-active-danger-shadow:active{background-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outline-color-danger-shadow,body[data-theme-mode=dark] .outline-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .outline-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .outline-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .outline-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .outline-color-active-danger-shadow:active,html body .theme-override-dark .outline-color-danger-shadow,html body .theme-override-dark .outline-color-hover-danger-shadow:hover,html body .theme-override-dark .outline-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .outline-color-focus-danger-shadow:focus,html body .theme-override-dark .outline-color-focus-danger-shadow:focus-within,html body .theme-override-dark .outline-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .outline-color-active-danger-shadow:active{outline-color:var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outside-border-color-danger-shadow,body[data-theme-mode=dark] .outside-border-color-hover-danger-shadow:hover,body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow:focus,body[data-theme-mode=dark] .outside-border-color-focus-danger-shadow:focus-within,body[data-theme-mode=dark] .outside-border-color-active-danger-shadow[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-danger-shadow:active,html body .theme-override-dark .outside-border-color-danger-shadow,html body .theme-override-dark .outside-border-color-hover-danger-shadow:hover,html body .theme-override-dark .outside-border-color-focus-danger-shadow[data-focused=true],html body .theme-override-dark .outside-border-color-focus-danger-shadow:focus,html body .theme-override-dark .outside-border-color-focus-danger-shadow:focus-within,html body .theme-override-dark .outside-border-color-active-danger-shadow[data-selected=true],html body .theme-override-dark .outside-border-color-active-danger-shadow:active{--outside-border-color: var(--color-danger-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .color-schema-danger,html body .theme-override-dark .color-schema-danger{--color-primary-0: var( --color-dark-danger-primary-0, var(--color-dark-primary-0) );--color-primary-foreground-0: var( --color-dark-danger-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-secondary-0: var( --color-dark-danger-secondary-0, var(--color-dark-secondary-0) );--color-secondary-foreground-0: var( --color-dark-danger-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-accent-0: var( --color-dark-danger-accent-0, var(--color-dark-accent-0) );--color-accent-foreground-0: var( --color-dark-danger-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-background-0: var( --color-dark-danger-background-0, var(--color-dark-background-0) );--color-background-1: var( --color-dark-danger-background-1, var(--color-dark-background-1) );--color-background-2: var( --color-dark-danger-background-2, var(--color-dark-background-2) );--color-background-3: var( --color-dark-danger-background-3, var(--color-dark-background-3) );--color-background-4: var( --color-dark-danger-background-4, var(--color-dark-background-4) );--color-background-5: var( --color-dark-danger-background-5, var(--color-dark-background-5) );--color-surface-0: var( --color-dark-danger-surface-0, var(--color-dark-surface-0) );--color-surface-1: var( --color-dark-danger-surface-1, var(--color-dark-surface-1) );--color-surface-2: var( --color-dark-danger-surface-2, var(--color-dark-surface-2) );--color-surface-3: var( --color-dark-danger-surface-3, var(--color-dark-surface-3) );--color-surface-4: var( --color-dark-danger-surface-4, var(--color-dark-surface-4) );--color-surface-5: var( --color-dark-danger-surface-5, var(--color-dark-surface-5) );--color-border-0: var( --color-dark-danger-border-0, var(--color-dark-border-0) );--color-border-1: var( --color-dark-danger-border-1, var(--color-dark-border-1) );--color-border-2: var( --color-dark-danger-border-2, var(--color-dark-border-2) );--color-border-3: var( --color-dark-danger-border-3, var(--color-dark-border-3) );--color-border-4: var( --color-dark-danger-border-4, var(--color-dark-border-4) );--color-border-5: var( --color-dark-danger-border-5, var(--color-dark-border-5) );--color-font-0: var( --color-dark-danger-font-0, var(--color-dark-font-0) );--color-font-1: var( --color-dark-danger-font-1, var(--color-dark-font-1) );--color-font-2: var( --color-dark-danger-font-2, var(--color-dark-font-2) );--color-font-3: var( --color-dark-danger-font-3, var(--color-dark-font-3) );--color-font-4: var( --color-dark-danger-font-4, var(--color-dark-font-4) );--color-font-5: var( --color-dark-danger-font-5, var(--color-dark-font-5) );--color-shadow-0: var( --color-dark-danger-shadow-0, var(--color-dark-shadow-0) );--color-primary: var( --color-dark-danger-primary, var(--color-dark-primary) );--color-primary-foreground: var( --color-dark-danger-primary-foreground, var(--color-dark-primary-foreground) );--color-secondary: var( --color-dark-danger-secondary, var(--color-dark-secondary) );--color-secondary-foreground: var( --color-dark-danger-secondary-foreground, var(--color-dark-secondary-foreground) );--color-accent: var( --color-dark-danger-accent, var(--color-dark-accent) );--color-accent-foreground: var( --color-dark-danger-accent-foreground, var(--color-dark-accent-foreground) );--color-background: var( --color-dark-danger-background, var(--color-dark-background) );--color-background-surface: var( --color-dark-danger-background-surface, var(--color-dark-background-surface) );--color-background-ghost: var( --color-dark-danger-background-ghost, var(--color-dark-background-ghost) );--color-background-flat: var( --color-dark-danger-background-flat, var(--color-dark-background-flat) );--color-background-card: var( --color-dark-danger-background-card, var(--color-dark-background-card) );--color-background-panel: var( --color-dark-danger-background-panel, var(--color-dark-background-panel) );--color-background-field: var( --color-dark-danger-background-field, var(--color-dark-background-field) );--color-font: var( --color-dark-danger-font, var(--color-dark-font) );--color-font-muted: var( --color-dark-danger-font-muted, var(--color-dark-font-muted) );--color-font-disabled: var( --color-dark-danger-font-disabled, var(--color-dark-font-disabled) );--color-border: var( --color-dark-danger-border, var(--color-dark-border) );--color-border-light: var( --color-dark-danger-border-light, var(--color-dark-border-light) );--color-border-dark: var( --color-dark-danger-border-dark, var(--color-dark-border-dark) );--color-border-highlight: var( --color-dark-danger-border-highlight, var(--color-dark-border-highlight) );--color-border-focus: var( --color-dark-danger-border-focus, var(--color-dark-border-focus) );--color-shadow: var( --color-dark-danger-shadow, var(--color-dark-shadow) )}body[data-theme-mode=dark] .font-color-info,body[data-theme-mode=dark] .font-color-hover-info:hover,body[data-theme-mode=dark] .font-color-focus-info[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info:focus,body[data-theme-mode=dark] .font-color-focus-info:focus-within,body[data-theme-mode=dark] .font-color-active-info[data-selected=true],body[data-theme-mode=dark] .font-color-active-info:active,html body .theme-override-dark .font-color-info,html body .theme-override-dark .font-color-hover-info:hover,html body .theme-override-dark .font-color-focus-info[data-focused=true],html body .theme-override-dark .font-color-focus-info:focus,html body .theme-override-dark .font-color-focus-info:focus-within,html body .theme-override-dark .font-color-active-info[data-selected=true],html body .theme-override-dark .font-color-active-info:active{color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .border-color-info,body[data-theme-mode=dark] .border-color-hover-info:hover,body[data-theme-mode=dark] .border-color-focus-info[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info:focus,body[data-theme-mode=dark] .border-color-focus-info:focus-within,body[data-theme-mode=dark] .border-color-active-info[data-selected=true],body[data-theme-mode=dark] .border-color-active-info:active,html body .theme-override-dark .border-color-info,html body .theme-override-dark .border-color-hover-info:hover,html body .theme-override-dark .border-color-focus-info[data-focused=true],html body .theme-override-dark .border-color-focus-info:focus,html body .theme-override-dark .border-color-focus-info:focus-within,html body .theme-override-dark .border-color-active-info[data-selected=true],html body .theme-override-dark .border-color-active-info:active{border-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .border-top-color-info,body[data-theme-mode=dark] .border-top-color-hover-info:hover,body[data-theme-mode=dark] .border-top-color-focus-info[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info:focus,body[data-theme-mode=dark] .border-top-color-focus-info:focus-within,body[data-theme-mode=dark] .border-top-color-active-info[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info:active,html body .theme-override-dark .border-top-color-info,html body .theme-override-dark .border-top-color-hover-info:hover,html body .theme-override-dark .border-top-color-focus-info[data-focused=true],html body .theme-override-dark .border-top-color-focus-info:focus,html body .theme-override-dark .border-top-color-focus-info:focus-within,html body .theme-override-dark .border-top-color-active-info[data-selected=true],html body .theme-override-dark .border-top-color-active-info:active{border-top-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .border-bottom-color-info,body[data-theme-mode=dark] .border-bottom-color-hover-info:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info:active,html body .theme-override-dark .border-bottom-color-info,html body .theme-override-dark .border-bottom-color-hover-info:hover,html body .theme-override-dark .border-bottom-color-focus-info[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info:focus,html body .theme-override-dark .border-bottom-color-focus-info:focus-within,html body .theme-override-dark .border-bottom-color-active-info[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info:active{border-bottom-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .border-left-color-info,body[data-theme-mode=dark] .border-left-color-hover-info:hover,body[data-theme-mode=dark] .border-left-color-focus-info[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info:focus,body[data-theme-mode=dark] .border-left-color-focus-info:focus-within,body[data-theme-mode=dark] .border-left-color-active-info[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info:active,html body .theme-override-dark .border-left-color-info,html body .theme-override-dark .border-left-color-hover-info:hover,html body .theme-override-dark .border-left-color-focus-info[data-focused=true],html body .theme-override-dark .border-left-color-focus-info:focus,html body .theme-override-dark .border-left-color-focus-info:focus-within,html body .theme-override-dark .border-left-color-active-info[data-selected=true],html body .theme-override-dark .border-left-color-active-info:active{border-left-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .border-right-color-info,body[data-theme-mode=dark] .border-right-color-hover-info:hover,body[data-theme-mode=dark] .border-right-color-focus-info[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info:focus,body[data-theme-mode=dark] .border-right-color-focus-info:focus-within,body[data-theme-mode=dark] .border-right-color-active-info[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info:active,html body .theme-override-dark .border-right-color-info,html body .theme-override-dark .border-right-color-hover-info:hover,html body .theme-override-dark .border-right-color-focus-info[data-focused=true],html body .theme-override-dark .border-right-color-focus-info:focus,html body .theme-override-dark .border-right-color-focus-info:focus-within,html body .theme-override-dark .border-right-color-active-info[data-selected=true],html body .theme-override-dark .border-right-color-active-info:active{border-right-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .fill-color-info,body[data-theme-mode=dark] .fill-color-hover-info:hover,body[data-theme-mode=dark] .fill-color-focus-info[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info:focus,body[data-theme-mode=dark] .fill-color-focus-info:focus-within,body[data-theme-mode=dark] .fill-color-active-info[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info:active,html body .theme-override-dark .fill-color-info,html body .theme-override-dark .fill-color-hover-info:hover,html body .theme-override-dark .fill-color-focus-info[data-focused=true],html body .theme-override-dark .fill-color-focus-info:focus,html body .theme-override-dark .fill-color-focus-info:focus-within,html body .theme-override-dark .fill-color-active-info[data-selected=true],html body .theme-override-dark .fill-color-active-info:active{background-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .outline-color-info,body[data-theme-mode=dark] .outline-color-hover-info:hover,body[data-theme-mode=dark] .outline-color-focus-info[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info:focus,body[data-theme-mode=dark] .outline-color-focus-info:focus-within,body[data-theme-mode=dark] .outline-color-active-info[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info:active,html body .theme-override-dark .outline-color-info,html body .theme-override-dark .outline-color-hover-info:hover,html body .theme-override-dark .outline-color-focus-info[data-focused=true],html body .theme-override-dark .outline-color-focus-info:focus,html body .theme-override-dark .outline-color-focus-info:focus-within,html body .theme-override-dark .outline-color-active-info[data-selected=true],html body .theme-override-dark .outline-color-active-info:active{outline-color:var(--color-dark-info-primary)}body[data-theme-mode=dark] .outside-border-color-info,body[data-theme-mode=dark] .outside-border-color-hover-info:hover,body[data-theme-mode=dark] .outside-border-color-focus-info[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info:focus,body[data-theme-mode=dark] .outside-border-color-focus-info:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info:active,html body .theme-override-dark .outside-border-color-info,html body .theme-override-dark .outside-border-color-hover-info:hover,html body .theme-override-dark .outside-border-color-focus-info[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info:focus,html body .theme-override-dark .outside-border-color-focus-info:focus-within,html body .theme-override-dark .outside-border-color-active-info[data-selected=true],html body .theme-override-dark .outside-border-color-active-info:active{--outside-border-color: var(--color-dark-info-primary)}body[data-theme-mode=dark] .font-color-info-primary-0,body[data-theme-mode=dark] .font-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .font-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .font-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-primary-0:active,html body .theme-override-dark .font-color-info-primary-0,html body .theme-override-dark .font-color-hover-info-primary-0:hover,html body .theme-override-dark .font-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-primary-0:focus,html body .theme-override-dark .font-color-focus-info-primary-0:focus-within,html body .theme-override-dark .font-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .font-color-active-info-primary-0:active{color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-color-info-primary-0,body[data-theme-mode=dark] .border-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .border-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .border-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-primary-0:active,html body .theme-override-dark .border-color-info-primary-0,html body .theme-override-dark .border-color-hover-info-primary-0:hover,html body .theme-override-dark .border-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-primary-0:focus,html body .theme-override-dark .border-color-focus-info-primary-0:focus-within,html body .theme-override-dark .border-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .border-color-active-info-primary-0:active{border-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-top-color-info-primary-0,body[data-theme-mode=dark] .border-top-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-primary-0:active,html body .theme-override-dark .border-top-color-info-primary-0,html body .theme-override-dark .border-top-color-hover-info-primary-0:hover,html body .theme-override-dark .border-top-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-primary-0:focus,html body .theme-override-dark .border-top-color-focus-info-primary-0:focus-within,html body .theme-override-dark .border-top-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-primary-0:active{border-top-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-bottom-color-info-primary-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-primary-0:active,html body .theme-override-dark .border-bottom-color-info-primary-0,html body .theme-override-dark .border-bottom-color-hover-info-primary-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-primary-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-primary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-primary-0:active{border-bottom-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-left-color-info-primary-0,body[data-theme-mode=dark] .border-left-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-primary-0:active,html body .theme-override-dark .border-left-color-info-primary-0,html body .theme-override-dark .border-left-color-hover-info-primary-0:hover,html body .theme-override-dark .border-left-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-primary-0:focus,html body .theme-override-dark .border-left-color-focus-info-primary-0:focus-within,html body .theme-override-dark .border-left-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-primary-0:active{border-left-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-right-color-info-primary-0,body[data-theme-mode=dark] .border-right-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-primary-0:active,html body .theme-override-dark .border-right-color-info-primary-0,html body .theme-override-dark .border-right-color-hover-info-primary-0:hover,html body .theme-override-dark .border-right-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-primary-0:focus,html body .theme-override-dark .border-right-color-focus-info-primary-0:focus-within,html body .theme-override-dark .border-right-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-primary-0:active{border-right-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .fill-color-info-primary-0,body[data-theme-mode=dark] .fill-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-primary-0:active,html body .theme-override-dark .fill-color-info-primary-0,html body .theme-override-dark .fill-color-hover-info-primary-0:hover,html body .theme-override-dark .fill-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-primary-0:focus,html body .theme-override-dark .fill-color-focus-info-primary-0:focus-within,html body .theme-override-dark .fill-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-primary-0:active{background-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outline-color-info-primary-0,body[data-theme-mode=dark] .outline-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-primary-0:active,html body .theme-override-dark .outline-color-info-primary-0,html body .theme-override-dark .outline-color-hover-info-primary-0:hover,html body .theme-override-dark .outline-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-primary-0:focus,html body .theme-override-dark .outline-color-focus-info-primary-0:focus-within,html body .theme-override-dark .outline-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-primary-0:active{outline-color:var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outside-border-color-info-primary-0,body[data-theme-mode=dark] .outside-border-color-hover-info-primary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-primary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-primary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-primary-0:active,html body .theme-override-dark .outside-border-color-info-primary-0,html body .theme-override-dark .outside-border-color-hover-info-primary-0:hover,html body .theme-override-dark .outside-border-color-focus-info-primary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-primary-0:focus,html body .theme-override-dark .outside-border-color-focus-info-primary-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-primary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-primary-0:active{--outside-border-color: var(--color-info-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .font-color-info-primary-foreground-0,body[data-theme-mode=dark] .font-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-primary-foreground-0:active,html body .theme-override-dark .font-color-info-primary-foreground-0,html body .theme-override-dark .font-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .font-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .font-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-info-primary-foreground-0:active{color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-color-info-primary-foreground-0,body[data-theme-mode=dark] .border-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-primary-foreground-0:active,html body .theme-override-dark .border-color-info-primary-foreground-0,html body .theme-override-dark .border-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .border-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .border-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-info-primary-foreground-0:active{border-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-top-color-info-primary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-primary-foreground-0:active,html body .theme-override-dark .border-top-color-info-primary-foreground-0,html body .theme-override-dark .border-top-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-primary-foreground-0:active{border-top-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-info-primary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-primary-foreground-0:active,html body .theme-override-dark .border-bottom-color-info-primary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-primary-foreground-0:active{border-bottom-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-left-color-info-primary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-primary-foreground-0:active,html body .theme-override-dark .border-left-color-info-primary-foreground-0,html body .theme-override-dark .border-left-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-primary-foreground-0:active{border-left-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-right-color-info-primary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-primary-foreground-0:active,html body .theme-override-dark .border-right-color-info-primary-foreground-0,html body .theme-override-dark .border-right-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-primary-foreground-0:active{border-right-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .fill-color-info-primary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-primary-foreground-0:active,html body .theme-override-dark .fill-color-info-primary-foreground-0,html body .theme-override-dark .fill-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-primary-foreground-0:active{background-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outline-color-info-primary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-primary-foreground-0:active,html body .theme-override-dark .outline-color-info-primary-foreground-0,html body .theme-override-dark .outline-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-primary-foreground-0:active{outline-color:var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-info-primary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-info-primary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-primary-foreground-0:active,html body .theme-override-dark .outside-border-color-info-primary-foreground-0,html body .theme-override-dark .outside-border-color-hover-info-primary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-info-primary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-primary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-info-primary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-primary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-primary-foreground-0:active{--outside-border-color: var(--color-info-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .font-color-info-secondary-0,body[data-theme-mode=dark] .font-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .font-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .font-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-secondary-0:active,html body .theme-override-dark .font-color-info-secondary-0,html body .theme-override-dark .font-color-hover-info-secondary-0:hover,html body .theme-override-dark .font-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-secondary-0:focus,html body .theme-override-dark .font-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .font-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .font-color-active-info-secondary-0:active{color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-color-info-secondary-0,body[data-theme-mode=dark] .border-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .border-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .border-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-secondary-0:active,html body .theme-override-dark .border-color-info-secondary-0,html body .theme-override-dark .border-color-hover-info-secondary-0:hover,html body .theme-override-dark .border-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-secondary-0:focus,html body .theme-override-dark .border-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .border-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .border-color-active-info-secondary-0:active{border-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-top-color-info-secondary-0,body[data-theme-mode=dark] .border-top-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-secondary-0:active,html body .theme-override-dark .border-top-color-info-secondary-0,html body .theme-override-dark .border-top-color-hover-info-secondary-0:hover,html body .theme-override-dark .border-top-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-secondary-0:focus,html body .theme-override-dark .border-top-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .border-top-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-secondary-0:active{border-top-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-bottom-color-info-secondary-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-0:active,html body .theme-override-dark .border-bottom-color-info-secondary-0,html body .theme-override-dark .border-bottom-color-hover-info-secondary-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-secondary-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-secondary-0:active{border-bottom-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-left-color-info-secondary-0,body[data-theme-mode=dark] .border-left-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-secondary-0:active,html body .theme-override-dark .border-left-color-info-secondary-0,html body .theme-override-dark .border-left-color-hover-info-secondary-0:hover,html body .theme-override-dark .border-left-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-secondary-0:focus,html body .theme-override-dark .border-left-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .border-left-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-secondary-0:active{border-left-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-right-color-info-secondary-0,body[data-theme-mode=dark] .border-right-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-secondary-0:active,html body .theme-override-dark .border-right-color-info-secondary-0,html body .theme-override-dark .border-right-color-hover-info-secondary-0:hover,html body .theme-override-dark .border-right-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-secondary-0:focus,html body .theme-override-dark .border-right-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .border-right-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-secondary-0:active{border-right-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .fill-color-info-secondary-0,body[data-theme-mode=dark] .fill-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-secondary-0:active,html body .theme-override-dark .fill-color-info-secondary-0,html body .theme-override-dark .fill-color-hover-info-secondary-0:hover,html body .theme-override-dark .fill-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-secondary-0:focus,html body .theme-override-dark .fill-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .fill-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-secondary-0:active{background-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outline-color-info-secondary-0,body[data-theme-mode=dark] .outline-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-secondary-0:active,html body .theme-override-dark .outline-color-info-secondary-0,html body .theme-override-dark .outline-color-hover-info-secondary-0:hover,html body .theme-override-dark .outline-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-secondary-0:focus,html body .theme-override-dark .outline-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .outline-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-secondary-0:active{outline-color:var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outside-border-color-info-secondary-0,body[data-theme-mode=dark] .outside-border-color-hover-info-secondary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-secondary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-secondary-0:active,html body .theme-override-dark .outside-border-color-info-secondary-0,html body .theme-override-dark .outside-border-color-hover-info-secondary-0:hover,html body .theme-override-dark .outside-border-color-focus-info-secondary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-secondary-0:focus,html body .theme-override-dark .outside-border-color-focus-info-secondary-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-secondary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-secondary-0:active{--outside-border-color: var(--color-info-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .font-color-info-secondary-foreground-0,body[data-theme-mode=dark] .font-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .font-color-info-secondary-foreground-0,html body .theme-override-dark .font-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .font-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .font-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-info-secondary-foreground-0:active{color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-color-info-secondary-foreground-0,body[data-theme-mode=dark] .border-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .border-color-info-secondary-foreground-0,html body .theme-override-dark .border-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .border-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .border-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-info-secondary-foreground-0:active{border-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-top-color-info-secondary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .border-top-color-info-secondary-foreground-0,html body .theme-override-dark .border-top-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-secondary-foreground-0:active{border-top-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-info-secondary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .border-bottom-color-info-secondary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-secondary-foreground-0:active{border-bottom-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-left-color-info-secondary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .border-left-color-info-secondary-foreground-0,html body .theme-override-dark .border-left-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-secondary-foreground-0:active{border-left-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-right-color-info-secondary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .border-right-color-info-secondary-foreground-0,html body .theme-override-dark .border-right-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-secondary-foreground-0:active{border-right-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .fill-color-info-secondary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .fill-color-info-secondary-foreground-0,html body .theme-override-dark .fill-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-secondary-foreground-0:active{background-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outline-color-info-secondary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .outline-color-info-secondary-foreground-0,html body .theme-override-dark .outline-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-secondary-foreground-0:active{outline-color:var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-info-secondary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-info-secondary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-secondary-foreground-0:active,html body .theme-override-dark .outside-border-color-info-secondary-foreground-0,html body .theme-override-dark .outside-border-color-hover-info-secondary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-secondary-foreground-0:active{--outside-border-color: var(--color-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .font-color-info-accent-0,body[data-theme-mode=dark] .font-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .font-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .font-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-accent-0:active,html body .theme-override-dark .font-color-info-accent-0,html body .theme-override-dark .font-color-hover-info-accent-0:hover,html body .theme-override-dark .font-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-accent-0:focus,html body .theme-override-dark .font-color-focus-info-accent-0:focus-within,html body .theme-override-dark .font-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .font-color-active-info-accent-0:active{color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-color-info-accent-0,body[data-theme-mode=dark] .border-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .border-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .border-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-accent-0:active,html body .theme-override-dark .border-color-info-accent-0,html body .theme-override-dark .border-color-hover-info-accent-0:hover,html body .theme-override-dark .border-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-accent-0:focus,html body .theme-override-dark .border-color-focus-info-accent-0:focus-within,html body .theme-override-dark .border-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .border-color-active-info-accent-0:active{border-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-top-color-info-accent-0,body[data-theme-mode=dark] .border-top-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-accent-0:active,html body .theme-override-dark .border-top-color-info-accent-0,html body .theme-override-dark .border-top-color-hover-info-accent-0:hover,html body .theme-override-dark .border-top-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-accent-0:focus,html body .theme-override-dark .border-top-color-focus-info-accent-0:focus-within,html body .theme-override-dark .border-top-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-accent-0:active{border-top-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-bottom-color-info-accent-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-accent-0:active,html body .theme-override-dark .border-bottom-color-info-accent-0,html body .theme-override-dark .border-bottom-color-hover-info-accent-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-accent-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-accent-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-accent-0:active{border-bottom-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-left-color-info-accent-0,body[data-theme-mode=dark] .border-left-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-accent-0:active,html body .theme-override-dark .border-left-color-info-accent-0,html body .theme-override-dark .border-left-color-hover-info-accent-0:hover,html body .theme-override-dark .border-left-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-accent-0:focus,html body .theme-override-dark .border-left-color-focus-info-accent-0:focus-within,html body .theme-override-dark .border-left-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-accent-0:active{border-left-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-right-color-info-accent-0,body[data-theme-mode=dark] .border-right-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-accent-0:active,html body .theme-override-dark .border-right-color-info-accent-0,html body .theme-override-dark .border-right-color-hover-info-accent-0:hover,html body .theme-override-dark .border-right-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-accent-0:focus,html body .theme-override-dark .border-right-color-focus-info-accent-0:focus-within,html body .theme-override-dark .border-right-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-accent-0:active{border-right-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .fill-color-info-accent-0,body[data-theme-mode=dark] .fill-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-accent-0:active,html body .theme-override-dark .fill-color-info-accent-0,html body .theme-override-dark .fill-color-hover-info-accent-0:hover,html body .theme-override-dark .fill-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-accent-0:focus,html body .theme-override-dark .fill-color-focus-info-accent-0:focus-within,html body .theme-override-dark .fill-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-accent-0:active{background-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outline-color-info-accent-0,body[data-theme-mode=dark] .outline-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-accent-0:active,html body .theme-override-dark .outline-color-info-accent-0,html body .theme-override-dark .outline-color-hover-info-accent-0:hover,html body .theme-override-dark .outline-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-accent-0:focus,html body .theme-override-dark .outline-color-focus-info-accent-0:focus-within,html body .theme-override-dark .outline-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-accent-0:active{outline-color:var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outside-border-color-info-accent-0,body[data-theme-mode=dark] .outside-border-color-hover-info-accent-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-accent-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-accent-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-accent-0:active,html body .theme-override-dark .outside-border-color-info-accent-0,html body .theme-override-dark .outside-border-color-hover-info-accent-0:hover,html body .theme-override-dark .outside-border-color-focus-info-accent-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-accent-0:focus,html body .theme-override-dark .outside-border-color-focus-info-accent-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-accent-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-accent-0:active{--outside-border-color: var(--color-info-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .font-color-info-accent-foreground-0,body[data-theme-mode=dark] .font-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-accent-foreground-0:active,html body .theme-override-dark .font-color-info-accent-foreground-0,html body .theme-override-dark .font-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .font-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .font-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .font-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-info-accent-foreground-0:active{color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-color-info-accent-foreground-0,body[data-theme-mode=dark] .border-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-accent-foreground-0:active,html body .theme-override-dark .border-color-info-accent-foreground-0,html body .theme-override-dark .border-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .border-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .border-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .border-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-info-accent-foreground-0:active{border-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-top-color-info-accent-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-accent-foreground-0:active,html body .theme-override-dark .border-top-color-info-accent-foreground-0,html body .theme-override-dark .border-top-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-accent-foreground-0:active{border-top-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-info-accent-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-accent-foreground-0:active,html body .theme-override-dark .border-bottom-color-info-accent-foreground-0,html body .theme-override-dark .border-bottom-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-accent-foreground-0:active{border-bottom-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-left-color-info-accent-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-accent-foreground-0:active,html body .theme-override-dark .border-left-color-info-accent-foreground-0,html body .theme-override-dark .border-left-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-accent-foreground-0:active{border-left-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-right-color-info-accent-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-accent-foreground-0:active,html body .theme-override-dark .border-right-color-info-accent-foreground-0,html body .theme-override-dark .border-right-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-accent-foreground-0:active{border-right-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .fill-color-info-accent-foreground-0,body[data-theme-mode=dark] .fill-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-accent-foreground-0:active,html body .theme-override-dark .fill-color-info-accent-foreground-0,html body .theme-override-dark .fill-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .fill-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .fill-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-accent-foreground-0:active{background-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outline-color-info-accent-foreground-0,body[data-theme-mode=dark] .outline-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-accent-foreground-0:active,html body .theme-override-dark .outline-color-info-accent-foreground-0,html body .theme-override-dark .outline-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .outline-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .outline-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-accent-foreground-0:active{outline-color:var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outside-border-color-info-accent-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-info-accent-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-accent-foreground-0:active,html body .theme-override-dark .outside-border-color-info-accent-foreground-0,html body .theme-override-dark .outside-border-color-hover-info-accent-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-info-accent-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-accent-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-info-accent-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-accent-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-accent-foreground-0:active{--outside-border-color: var(--color-info-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .font-color-info-background-0,body[data-theme-mode=dark] .font-color-hover-info-background-0:hover,body[data-theme-mode=dark] .font-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-0:focus,body[data-theme-mode=dark] .font-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-0:active,html body .theme-override-dark .font-color-info-background-0,html body .theme-override-dark .font-color-hover-info-background-0:hover,html body .theme-override-dark .font-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-0:focus,html body .theme-override-dark .font-color-focus-info-background-0:focus-within,html body .theme-override-dark .font-color-active-info-background-0[data-selected=true],html body .theme-override-dark .font-color-active-info-background-0:active{color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-color-info-background-0,body[data-theme-mode=dark] .border-color-hover-info-background-0:hover,body[data-theme-mode=dark] .border-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-0:focus,body[data-theme-mode=dark] .border-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-0:active,html body .theme-override-dark .border-color-info-background-0,html body .theme-override-dark .border-color-hover-info-background-0:hover,html body .theme-override-dark .border-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-0:focus,html body .theme-override-dark .border-color-focus-info-background-0:focus-within,html body .theme-override-dark .border-color-active-info-background-0[data-selected=true],html body .theme-override-dark .border-color-active-info-background-0:active{border-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-top-color-info-background-0,body[data-theme-mode=dark] .border-top-color-hover-info-background-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-0:active,html body .theme-override-dark .border-top-color-info-background-0,html body .theme-override-dark .border-top-color-hover-info-background-0:hover,html body .theme-override-dark .border-top-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-0:focus,html body .theme-override-dark .border-top-color-focus-info-background-0:focus-within,html body .theme-override-dark .border-top-color-active-info-background-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-0:active{border-top-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-bottom-color-info-background-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-0:active,html body .theme-override-dark .border-bottom-color-info-background-0,html body .theme-override-dark .border-bottom-color-hover-info-background-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-0:active{border-bottom-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-left-color-info-background-0,body[data-theme-mode=dark] .border-left-color-hover-info-background-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-0:active,html body .theme-override-dark .border-left-color-info-background-0,html body .theme-override-dark .border-left-color-hover-info-background-0:hover,html body .theme-override-dark .border-left-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-0:focus,html body .theme-override-dark .border-left-color-focus-info-background-0:focus-within,html body .theme-override-dark .border-left-color-active-info-background-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-0:active{border-left-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-right-color-info-background-0,body[data-theme-mode=dark] .border-right-color-hover-info-background-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-0:active,html body .theme-override-dark .border-right-color-info-background-0,html body .theme-override-dark .border-right-color-hover-info-background-0:hover,html body .theme-override-dark .border-right-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-0:focus,html body .theme-override-dark .border-right-color-focus-info-background-0:focus-within,html body .theme-override-dark .border-right-color-active-info-background-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-0:active{border-right-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .fill-color-info-background-0,body[data-theme-mode=dark] .fill-color-hover-info-background-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-0:active,html body .theme-override-dark .fill-color-info-background-0,html body .theme-override-dark .fill-color-hover-info-background-0:hover,html body .theme-override-dark .fill-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-0:focus,html body .theme-override-dark .fill-color-focus-info-background-0:focus-within,html body .theme-override-dark .fill-color-active-info-background-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-0:active{background-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outline-color-info-background-0,body[data-theme-mode=dark] .outline-color-hover-info-background-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-0:active,html body .theme-override-dark .outline-color-info-background-0,html body .theme-override-dark .outline-color-hover-info-background-0:hover,html body .theme-override-dark .outline-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-0:focus,html body .theme-override-dark .outline-color-focus-info-background-0:focus-within,html body .theme-override-dark .outline-color-active-info-background-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-0:active{outline-color:var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outside-border-color-info-background-0,body[data-theme-mode=dark] .outside-border-color-hover-info-background-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-0:active,html body .theme-override-dark .outside-border-color-info-background-0,html body .theme-override-dark .outside-border-color-hover-info-background-0:hover,html body .theme-override-dark .outside-border-color-focus-info-background-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-0:focus,html body .theme-override-dark .outside-border-color-focus-info-background-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-0:active{--outside-border-color: var(--color-info-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .font-color-info-background-1,body[data-theme-mode=dark] .font-color-hover-info-background-1:hover,body[data-theme-mode=dark] .font-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-1:focus,body[data-theme-mode=dark] .font-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-1:active,html body .theme-override-dark .font-color-info-background-1,html body .theme-override-dark .font-color-hover-info-background-1:hover,html body .theme-override-dark .font-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-1:focus,html body .theme-override-dark .font-color-focus-info-background-1:focus-within,html body .theme-override-dark .font-color-active-info-background-1[data-selected=true],html body .theme-override-dark .font-color-active-info-background-1:active{color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-color-info-background-1,body[data-theme-mode=dark] .border-color-hover-info-background-1:hover,body[data-theme-mode=dark] .border-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-1:focus,body[data-theme-mode=dark] .border-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-1:active,html body .theme-override-dark .border-color-info-background-1,html body .theme-override-dark .border-color-hover-info-background-1:hover,html body .theme-override-dark .border-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-1:focus,html body .theme-override-dark .border-color-focus-info-background-1:focus-within,html body .theme-override-dark .border-color-active-info-background-1[data-selected=true],html body .theme-override-dark .border-color-active-info-background-1:active{border-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-top-color-info-background-1,body[data-theme-mode=dark] .border-top-color-hover-info-background-1:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-1:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-1:active,html body .theme-override-dark .border-top-color-info-background-1,html body .theme-override-dark .border-top-color-hover-info-background-1:hover,html body .theme-override-dark .border-top-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-1:focus,html body .theme-override-dark .border-top-color-focus-info-background-1:focus-within,html body .theme-override-dark .border-top-color-active-info-background-1[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-1:active{border-top-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-bottom-color-info-background-1,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-1:active,html body .theme-override-dark .border-bottom-color-info-background-1,html body .theme-override-dark .border-bottom-color-hover-info-background-1:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-1:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-1:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-1:active{border-bottom-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-left-color-info-background-1,body[data-theme-mode=dark] .border-left-color-hover-info-background-1:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-1:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-1:active,html body .theme-override-dark .border-left-color-info-background-1,html body .theme-override-dark .border-left-color-hover-info-background-1:hover,html body .theme-override-dark .border-left-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-1:focus,html body .theme-override-dark .border-left-color-focus-info-background-1:focus-within,html body .theme-override-dark .border-left-color-active-info-background-1[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-1:active{border-left-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-right-color-info-background-1,body[data-theme-mode=dark] .border-right-color-hover-info-background-1:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-1:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-1:active,html body .theme-override-dark .border-right-color-info-background-1,html body .theme-override-dark .border-right-color-hover-info-background-1:hover,html body .theme-override-dark .border-right-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-1:focus,html body .theme-override-dark .border-right-color-focus-info-background-1:focus-within,html body .theme-override-dark .border-right-color-active-info-background-1[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-1:active{border-right-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .fill-color-info-background-1,body[data-theme-mode=dark] .fill-color-hover-info-background-1:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-1:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-1:active,html body .theme-override-dark .fill-color-info-background-1,html body .theme-override-dark .fill-color-hover-info-background-1:hover,html body .theme-override-dark .fill-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-1:focus,html body .theme-override-dark .fill-color-focus-info-background-1:focus-within,html body .theme-override-dark .fill-color-active-info-background-1[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-1:active{background-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outline-color-info-background-1,body[data-theme-mode=dark] .outline-color-hover-info-background-1:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-1:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-1:active,html body .theme-override-dark .outline-color-info-background-1,html body .theme-override-dark .outline-color-hover-info-background-1:hover,html body .theme-override-dark .outline-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-1:focus,html body .theme-override-dark .outline-color-focus-info-background-1:focus-within,html body .theme-override-dark .outline-color-active-info-background-1[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-1:active{outline-color:var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outside-border-color-info-background-1,body[data-theme-mode=dark] .outside-border-color-hover-info-background-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-1:active,html body .theme-override-dark .outside-border-color-info-background-1,html body .theme-override-dark .outside-border-color-hover-info-background-1:hover,html body .theme-override-dark .outside-border-color-focus-info-background-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-1:focus,html body .theme-override-dark .outside-border-color-focus-info-background-1:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-1:active{--outside-border-color: var(--color-info-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .font-color-info-background-2,body[data-theme-mode=dark] .font-color-hover-info-background-2:hover,body[data-theme-mode=dark] .font-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-2:focus,body[data-theme-mode=dark] .font-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-2:active,html body .theme-override-dark .font-color-info-background-2,html body .theme-override-dark .font-color-hover-info-background-2:hover,html body .theme-override-dark .font-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-2:focus,html body .theme-override-dark .font-color-focus-info-background-2:focus-within,html body .theme-override-dark .font-color-active-info-background-2[data-selected=true],html body .theme-override-dark .font-color-active-info-background-2:active{color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-color-info-background-2,body[data-theme-mode=dark] .border-color-hover-info-background-2:hover,body[data-theme-mode=dark] .border-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-2:focus,body[data-theme-mode=dark] .border-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-2:active,html body .theme-override-dark .border-color-info-background-2,html body .theme-override-dark .border-color-hover-info-background-2:hover,html body .theme-override-dark .border-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-2:focus,html body .theme-override-dark .border-color-focus-info-background-2:focus-within,html body .theme-override-dark .border-color-active-info-background-2[data-selected=true],html body .theme-override-dark .border-color-active-info-background-2:active{border-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-top-color-info-background-2,body[data-theme-mode=dark] .border-top-color-hover-info-background-2:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-2:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-2:active,html body .theme-override-dark .border-top-color-info-background-2,html body .theme-override-dark .border-top-color-hover-info-background-2:hover,html body .theme-override-dark .border-top-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-2:focus,html body .theme-override-dark .border-top-color-focus-info-background-2:focus-within,html body .theme-override-dark .border-top-color-active-info-background-2[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-2:active{border-top-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-bottom-color-info-background-2,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-2:active,html body .theme-override-dark .border-bottom-color-info-background-2,html body .theme-override-dark .border-bottom-color-hover-info-background-2:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-2:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-2:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-2:active{border-bottom-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-left-color-info-background-2,body[data-theme-mode=dark] .border-left-color-hover-info-background-2:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-2:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-2:active,html body .theme-override-dark .border-left-color-info-background-2,html body .theme-override-dark .border-left-color-hover-info-background-2:hover,html body .theme-override-dark .border-left-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-2:focus,html body .theme-override-dark .border-left-color-focus-info-background-2:focus-within,html body .theme-override-dark .border-left-color-active-info-background-2[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-2:active{border-left-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-right-color-info-background-2,body[data-theme-mode=dark] .border-right-color-hover-info-background-2:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-2:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-2:active,html body .theme-override-dark .border-right-color-info-background-2,html body .theme-override-dark .border-right-color-hover-info-background-2:hover,html body .theme-override-dark .border-right-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-2:focus,html body .theme-override-dark .border-right-color-focus-info-background-2:focus-within,html body .theme-override-dark .border-right-color-active-info-background-2[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-2:active{border-right-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .fill-color-info-background-2,body[data-theme-mode=dark] .fill-color-hover-info-background-2:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-2:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-2:active,html body .theme-override-dark .fill-color-info-background-2,html body .theme-override-dark .fill-color-hover-info-background-2:hover,html body .theme-override-dark .fill-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-2:focus,html body .theme-override-dark .fill-color-focus-info-background-2:focus-within,html body .theme-override-dark .fill-color-active-info-background-2[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-2:active{background-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outline-color-info-background-2,body[data-theme-mode=dark] .outline-color-hover-info-background-2:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-2:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-2:active,html body .theme-override-dark .outline-color-info-background-2,html body .theme-override-dark .outline-color-hover-info-background-2:hover,html body .theme-override-dark .outline-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-2:focus,html body .theme-override-dark .outline-color-focus-info-background-2:focus-within,html body .theme-override-dark .outline-color-active-info-background-2[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-2:active{outline-color:var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outside-border-color-info-background-2,body[data-theme-mode=dark] .outside-border-color-hover-info-background-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-2:active,html body .theme-override-dark .outside-border-color-info-background-2,html body .theme-override-dark .outside-border-color-hover-info-background-2:hover,html body .theme-override-dark .outside-border-color-focus-info-background-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-2:focus,html body .theme-override-dark .outside-border-color-focus-info-background-2:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-2:active{--outside-border-color: var(--color-info-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .font-color-info-background-3,body[data-theme-mode=dark] .font-color-hover-info-background-3:hover,body[data-theme-mode=dark] .font-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-3:focus,body[data-theme-mode=dark] .font-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-3:active,html body .theme-override-dark .font-color-info-background-3,html body .theme-override-dark .font-color-hover-info-background-3:hover,html body .theme-override-dark .font-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-3:focus,html body .theme-override-dark .font-color-focus-info-background-3:focus-within,html body .theme-override-dark .font-color-active-info-background-3[data-selected=true],html body .theme-override-dark .font-color-active-info-background-3:active{color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-color-info-background-3,body[data-theme-mode=dark] .border-color-hover-info-background-3:hover,body[data-theme-mode=dark] .border-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-3:focus,body[data-theme-mode=dark] .border-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-3:active,html body .theme-override-dark .border-color-info-background-3,html body .theme-override-dark .border-color-hover-info-background-3:hover,html body .theme-override-dark .border-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-3:focus,html body .theme-override-dark .border-color-focus-info-background-3:focus-within,html body .theme-override-dark .border-color-active-info-background-3[data-selected=true],html body .theme-override-dark .border-color-active-info-background-3:active{border-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-top-color-info-background-3,body[data-theme-mode=dark] .border-top-color-hover-info-background-3:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-3:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-3:active,html body .theme-override-dark .border-top-color-info-background-3,html body .theme-override-dark .border-top-color-hover-info-background-3:hover,html body .theme-override-dark .border-top-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-3:focus,html body .theme-override-dark .border-top-color-focus-info-background-3:focus-within,html body .theme-override-dark .border-top-color-active-info-background-3[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-3:active{border-top-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-bottom-color-info-background-3,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-3:active,html body .theme-override-dark .border-bottom-color-info-background-3,html body .theme-override-dark .border-bottom-color-hover-info-background-3:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-3:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-3:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-3:active{border-bottom-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-left-color-info-background-3,body[data-theme-mode=dark] .border-left-color-hover-info-background-3:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-3:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-3:active,html body .theme-override-dark .border-left-color-info-background-3,html body .theme-override-dark .border-left-color-hover-info-background-3:hover,html body .theme-override-dark .border-left-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-3:focus,html body .theme-override-dark .border-left-color-focus-info-background-3:focus-within,html body .theme-override-dark .border-left-color-active-info-background-3[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-3:active{border-left-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-right-color-info-background-3,body[data-theme-mode=dark] .border-right-color-hover-info-background-3:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-3:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-3:active,html body .theme-override-dark .border-right-color-info-background-3,html body .theme-override-dark .border-right-color-hover-info-background-3:hover,html body .theme-override-dark .border-right-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-3:focus,html body .theme-override-dark .border-right-color-focus-info-background-3:focus-within,html body .theme-override-dark .border-right-color-active-info-background-3[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-3:active{border-right-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .fill-color-info-background-3,body[data-theme-mode=dark] .fill-color-hover-info-background-3:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-3:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-3:active,html body .theme-override-dark .fill-color-info-background-3,html body .theme-override-dark .fill-color-hover-info-background-3:hover,html body .theme-override-dark .fill-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-3:focus,html body .theme-override-dark .fill-color-focus-info-background-3:focus-within,html body .theme-override-dark .fill-color-active-info-background-3[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-3:active{background-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outline-color-info-background-3,body[data-theme-mode=dark] .outline-color-hover-info-background-3:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-3:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-3:active,html body .theme-override-dark .outline-color-info-background-3,html body .theme-override-dark .outline-color-hover-info-background-3:hover,html body .theme-override-dark .outline-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-3:focus,html body .theme-override-dark .outline-color-focus-info-background-3:focus-within,html body .theme-override-dark .outline-color-active-info-background-3[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-3:active{outline-color:var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outside-border-color-info-background-3,body[data-theme-mode=dark] .outside-border-color-hover-info-background-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-3:active,html body .theme-override-dark .outside-border-color-info-background-3,html body .theme-override-dark .outside-border-color-hover-info-background-3:hover,html body .theme-override-dark .outside-border-color-focus-info-background-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-3:focus,html body .theme-override-dark .outside-border-color-focus-info-background-3:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-3:active{--outside-border-color: var(--color-info-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .font-color-info-background-4,body[data-theme-mode=dark] .font-color-hover-info-background-4:hover,body[data-theme-mode=dark] .font-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-4:focus,body[data-theme-mode=dark] .font-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-4:active,html body .theme-override-dark .font-color-info-background-4,html body .theme-override-dark .font-color-hover-info-background-4:hover,html body .theme-override-dark .font-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-4:focus,html body .theme-override-dark .font-color-focus-info-background-4:focus-within,html body .theme-override-dark .font-color-active-info-background-4[data-selected=true],html body .theme-override-dark .font-color-active-info-background-4:active{color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-color-info-background-4,body[data-theme-mode=dark] .border-color-hover-info-background-4:hover,body[data-theme-mode=dark] .border-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-4:focus,body[data-theme-mode=dark] .border-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-4:active,html body .theme-override-dark .border-color-info-background-4,html body .theme-override-dark .border-color-hover-info-background-4:hover,html body .theme-override-dark .border-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-4:focus,html body .theme-override-dark .border-color-focus-info-background-4:focus-within,html body .theme-override-dark .border-color-active-info-background-4[data-selected=true],html body .theme-override-dark .border-color-active-info-background-4:active{border-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-top-color-info-background-4,body[data-theme-mode=dark] .border-top-color-hover-info-background-4:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-4:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-4:active,html body .theme-override-dark .border-top-color-info-background-4,html body .theme-override-dark .border-top-color-hover-info-background-4:hover,html body .theme-override-dark .border-top-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-4:focus,html body .theme-override-dark .border-top-color-focus-info-background-4:focus-within,html body .theme-override-dark .border-top-color-active-info-background-4[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-4:active{border-top-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-bottom-color-info-background-4,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-4:active,html body .theme-override-dark .border-bottom-color-info-background-4,html body .theme-override-dark .border-bottom-color-hover-info-background-4:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-4:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-4:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-4:active{border-bottom-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-left-color-info-background-4,body[data-theme-mode=dark] .border-left-color-hover-info-background-4:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-4:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-4:active,html body .theme-override-dark .border-left-color-info-background-4,html body .theme-override-dark .border-left-color-hover-info-background-4:hover,html body .theme-override-dark .border-left-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-4:focus,html body .theme-override-dark .border-left-color-focus-info-background-4:focus-within,html body .theme-override-dark .border-left-color-active-info-background-4[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-4:active{border-left-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-right-color-info-background-4,body[data-theme-mode=dark] .border-right-color-hover-info-background-4:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-4:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-4:active,html body .theme-override-dark .border-right-color-info-background-4,html body .theme-override-dark .border-right-color-hover-info-background-4:hover,html body .theme-override-dark .border-right-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-4:focus,html body .theme-override-dark .border-right-color-focus-info-background-4:focus-within,html body .theme-override-dark .border-right-color-active-info-background-4[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-4:active{border-right-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .fill-color-info-background-4,body[data-theme-mode=dark] .fill-color-hover-info-background-4:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-4:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-4:active,html body .theme-override-dark .fill-color-info-background-4,html body .theme-override-dark .fill-color-hover-info-background-4:hover,html body .theme-override-dark .fill-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-4:focus,html body .theme-override-dark .fill-color-focus-info-background-4:focus-within,html body .theme-override-dark .fill-color-active-info-background-4[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-4:active{background-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outline-color-info-background-4,body[data-theme-mode=dark] .outline-color-hover-info-background-4:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-4:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-4:active,html body .theme-override-dark .outline-color-info-background-4,html body .theme-override-dark .outline-color-hover-info-background-4:hover,html body .theme-override-dark .outline-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-4:focus,html body .theme-override-dark .outline-color-focus-info-background-4:focus-within,html body .theme-override-dark .outline-color-active-info-background-4[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-4:active{outline-color:var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outside-border-color-info-background-4,body[data-theme-mode=dark] .outside-border-color-hover-info-background-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-4:active,html body .theme-override-dark .outside-border-color-info-background-4,html body .theme-override-dark .outside-border-color-hover-info-background-4:hover,html body .theme-override-dark .outside-border-color-focus-info-background-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-4:focus,html body .theme-override-dark .outside-border-color-focus-info-background-4:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-4:active{--outside-border-color: var(--color-info-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .font-color-info-background-5,body[data-theme-mode=dark] .font-color-hover-info-background-5:hover,body[data-theme-mode=dark] .font-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-5:focus,body[data-theme-mode=dark] .font-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-5:active,html body .theme-override-dark .font-color-info-background-5,html body .theme-override-dark .font-color-hover-info-background-5:hover,html body .theme-override-dark .font-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-5:focus,html body .theme-override-dark .font-color-focus-info-background-5:focus-within,html body .theme-override-dark .font-color-active-info-background-5[data-selected=true],html body .theme-override-dark .font-color-active-info-background-5:active{color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-color-info-background-5,body[data-theme-mode=dark] .border-color-hover-info-background-5:hover,body[data-theme-mode=dark] .border-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-5:focus,body[data-theme-mode=dark] .border-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-5:active,html body .theme-override-dark .border-color-info-background-5,html body .theme-override-dark .border-color-hover-info-background-5:hover,html body .theme-override-dark .border-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-5:focus,html body .theme-override-dark .border-color-focus-info-background-5:focus-within,html body .theme-override-dark .border-color-active-info-background-5[data-selected=true],html body .theme-override-dark .border-color-active-info-background-5:active{border-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-top-color-info-background-5,body[data-theme-mode=dark] .border-top-color-hover-info-background-5:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-5:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-5:active,html body .theme-override-dark .border-top-color-info-background-5,html body .theme-override-dark .border-top-color-hover-info-background-5:hover,html body .theme-override-dark .border-top-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-5:focus,html body .theme-override-dark .border-top-color-focus-info-background-5:focus-within,html body .theme-override-dark .border-top-color-active-info-background-5[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-5:active{border-top-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-bottom-color-info-background-5,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-5:active,html body .theme-override-dark .border-bottom-color-info-background-5,html body .theme-override-dark .border-bottom-color-hover-info-background-5:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-5:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-5:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-5:active{border-bottom-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-left-color-info-background-5,body[data-theme-mode=dark] .border-left-color-hover-info-background-5:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-5:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-5:active,html body .theme-override-dark .border-left-color-info-background-5,html body .theme-override-dark .border-left-color-hover-info-background-5:hover,html body .theme-override-dark .border-left-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-5:focus,html body .theme-override-dark .border-left-color-focus-info-background-5:focus-within,html body .theme-override-dark .border-left-color-active-info-background-5[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-5:active{border-left-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-right-color-info-background-5,body[data-theme-mode=dark] .border-right-color-hover-info-background-5:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-5:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-5:active,html body .theme-override-dark .border-right-color-info-background-5,html body .theme-override-dark .border-right-color-hover-info-background-5:hover,html body .theme-override-dark .border-right-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-5:focus,html body .theme-override-dark .border-right-color-focus-info-background-5:focus-within,html body .theme-override-dark .border-right-color-active-info-background-5[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-5:active{border-right-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .fill-color-info-background-5,body[data-theme-mode=dark] .fill-color-hover-info-background-5:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-5:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-5:active,html body .theme-override-dark .fill-color-info-background-5,html body .theme-override-dark .fill-color-hover-info-background-5:hover,html body .theme-override-dark .fill-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-5:focus,html body .theme-override-dark .fill-color-focus-info-background-5:focus-within,html body .theme-override-dark .fill-color-active-info-background-5[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-5:active{background-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outline-color-info-background-5,body[data-theme-mode=dark] .outline-color-hover-info-background-5:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-5:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-5:active,html body .theme-override-dark .outline-color-info-background-5,html body .theme-override-dark .outline-color-hover-info-background-5:hover,html body .theme-override-dark .outline-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-5:focus,html body .theme-override-dark .outline-color-focus-info-background-5:focus-within,html body .theme-override-dark .outline-color-active-info-background-5[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-5:active{outline-color:var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outside-border-color-info-background-5,body[data-theme-mode=dark] .outside-border-color-hover-info-background-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-5:active,html body .theme-override-dark .outside-border-color-info-background-5,html body .theme-override-dark .outside-border-color-hover-info-background-5:hover,html body .theme-override-dark .outside-border-color-focus-info-background-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-5:focus,html body .theme-override-dark .outside-border-color-focus-info-background-5:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-5:active{--outside-border-color: var(--color-info-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .font-color-info-surface-0,body[data-theme-mode=dark] .font-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-0:active,html body .theme-override-dark .font-color-info-surface-0,html body .theme-override-dark .font-color-hover-info-surface-0:hover,html body .theme-override-dark .font-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-0:focus,html body .theme-override-dark .font-color-focus-info-surface-0:focus-within,html body .theme-override-dark .font-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-0:active{color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-color-info-surface-0,body[data-theme-mode=dark] .border-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-0:active,html body .theme-override-dark .border-color-info-surface-0,html body .theme-override-dark .border-color-hover-info-surface-0:hover,html body .theme-override-dark .border-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-0:focus,html body .theme-override-dark .border-color-focus-info-surface-0:focus-within,html body .theme-override-dark .border-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-0:active{border-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-top-color-info-surface-0,body[data-theme-mode=dark] .border-top-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-0:active,html body .theme-override-dark .border-top-color-info-surface-0,html body .theme-override-dark .border-top-color-hover-info-surface-0:hover,html body .theme-override-dark .border-top-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-0:focus,html body .theme-override-dark .border-top-color-focus-info-surface-0:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-0:active{border-top-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-bottom-color-info-surface-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-0:active,html body .theme-override-dark .border-bottom-color-info-surface-0,html body .theme-override-dark .border-bottom-color-hover-info-surface-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-0:active{border-bottom-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-left-color-info-surface-0,body[data-theme-mode=dark] .border-left-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-0:active,html body .theme-override-dark .border-left-color-info-surface-0,html body .theme-override-dark .border-left-color-hover-info-surface-0:hover,html body .theme-override-dark .border-left-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-0:focus,html body .theme-override-dark .border-left-color-focus-info-surface-0:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-0:active{border-left-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-right-color-info-surface-0,body[data-theme-mode=dark] .border-right-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-0:active,html body .theme-override-dark .border-right-color-info-surface-0,html body .theme-override-dark .border-right-color-hover-info-surface-0:hover,html body .theme-override-dark .border-right-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-0:focus,html body .theme-override-dark .border-right-color-focus-info-surface-0:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-0:active{border-right-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .fill-color-info-surface-0,body[data-theme-mode=dark] .fill-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-0:active,html body .theme-override-dark .fill-color-info-surface-0,html body .theme-override-dark .fill-color-hover-info-surface-0:hover,html body .theme-override-dark .fill-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-0:focus,html body .theme-override-dark .fill-color-focus-info-surface-0:focus-within,html body .theme-override-dark .fill-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-0:active{background-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outline-color-info-surface-0,body[data-theme-mode=dark] .outline-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-0:active,html body .theme-override-dark .outline-color-info-surface-0,html body .theme-override-dark .outline-color-hover-info-surface-0:hover,html body .theme-override-dark .outline-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-0:focus,html body .theme-override-dark .outline-color-focus-info-surface-0:focus-within,html body .theme-override-dark .outline-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-0:active{outline-color:var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outside-border-color-info-surface-0,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-0:active,html body .theme-override-dark .outside-border-color-info-surface-0,html body .theme-override-dark .outside-border-color-hover-info-surface-0:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-0:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-0:active{--outside-border-color: var(--color-info-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .font-color-info-surface-1,body[data-theme-mode=dark] .font-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-1:active,html body .theme-override-dark .font-color-info-surface-1,html body .theme-override-dark .font-color-hover-info-surface-1:hover,html body .theme-override-dark .font-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-1:focus,html body .theme-override-dark .font-color-focus-info-surface-1:focus-within,html body .theme-override-dark .font-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-1:active{color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-color-info-surface-1,body[data-theme-mode=dark] .border-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-1:active,html body .theme-override-dark .border-color-info-surface-1,html body .theme-override-dark .border-color-hover-info-surface-1:hover,html body .theme-override-dark .border-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-1:focus,html body .theme-override-dark .border-color-focus-info-surface-1:focus-within,html body .theme-override-dark .border-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-1:active{border-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-top-color-info-surface-1,body[data-theme-mode=dark] .border-top-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-1:active,html body .theme-override-dark .border-top-color-info-surface-1,html body .theme-override-dark .border-top-color-hover-info-surface-1:hover,html body .theme-override-dark .border-top-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-1:focus,html body .theme-override-dark .border-top-color-focus-info-surface-1:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-1:active{border-top-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-bottom-color-info-surface-1,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-1:active,html body .theme-override-dark .border-bottom-color-info-surface-1,html body .theme-override-dark .border-bottom-color-hover-info-surface-1:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-1:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-1:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-1:active{border-bottom-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-left-color-info-surface-1,body[data-theme-mode=dark] .border-left-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-1:active,html body .theme-override-dark .border-left-color-info-surface-1,html body .theme-override-dark .border-left-color-hover-info-surface-1:hover,html body .theme-override-dark .border-left-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-1:focus,html body .theme-override-dark .border-left-color-focus-info-surface-1:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-1:active{border-left-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-right-color-info-surface-1,body[data-theme-mode=dark] .border-right-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-1:active,html body .theme-override-dark .border-right-color-info-surface-1,html body .theme-override-dark .border-right-color-hover-info-surface-1:hover,html body .theme-override-dark .border-right-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-1:focus,html body .theme-override-dark .border-right-color-focus-info-surface-1:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-1:active{border-right-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .fill-color-info-surface-1,body[data-theme-mode=dark] .fill-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-1:active,html body .theme-override-dark .fill-color-info-surface-1,html body .theme-override-dark .fill-color-hover-info-surface-1:hover,html body .theme-override-dark .fill-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-1:focus,html body .theme-override-dark .fill-color-focus-info-surface-1:focus-within,html body .theme-override-dark .fill-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-1:active{background-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outline-color-info-surface-1,body[data-theme-mode=dark] .outline-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-1:active,html body .theme-override-dark .outline-color-info-surface-1,html body .theme-override-dark .outline-color-hover-info-surface-1:hover,html body .theme-override-dark .outline-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-1:focus,html body .theme-override-dark .outline-color-focus-info-surface-1:focus-within,html body .theme-override-dark .outline-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-1:active{outline-color:var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outside-border-color-info-surface-1,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-1:active,html body .theme-override-dark .outside-border-color-info-surface-1,html body .theme-override-dark .outside-border-color-hover-info-surface-1:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-1:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-1:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-1:active{--outside-border-color: var(--color-info-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .font-color-info-surface-2,body[data-theme-mode=dark] .font-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-2:active,html body .theme-override-dark .font-color-info-surface-2,html body .theme-override-dark .font-color-hover-info-surface-2:hover,html body .theme-override-dark .font-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-2:focus,html body .theme-override-dark .font-color-focus-info-surface-2:focus-within,html body .theme-override-dark .font-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-2:active{color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-color-info-surface-2,body[data-theme-mode=dark] .border-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-2:active,html body .theme-override-dark .border-color-info-surface-2,html body .theme-override-dark .border-color-hover-info-surface-2:hover,html body .theme-override-dark .border-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-2:focus,html body .theme-override-dark .border-color-focus-info-surface-2:focus-within,html body .theme-override-dark .border-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-2:active{border-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-top-color-info-surface-2,body[data-theme-mode=dark] .border-top-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-2:active,html body .theme-override-dark .border-top-color-info-surface-2,html body .theme-override-dark .border-top-color-hover-info-surface-2:hover,html body .theme-override-dark .border-top-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-2:focus,html body .theme-override-dark .border-top-color-focus-info-surface-2:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-2:active{border-top-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-bottom-color-info-surface-2,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-2:active,html body .theme-override-dark .border-bottom-color-info-surface-2,html body .theme-override-dark .border-bottom-color-hover-info-surface-2:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-2:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-2:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-2:active{border-bottom-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-left-color-info-surface-2,body[data-theme-mode=dark] .border-left-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-2:active,html body .theme-override-dark .border-left-color-info-surface-2,html body .theme-override-dark .border-left-color-hover-info-surface-2:hover,html body .theme-override-dark .border-left-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-2:focus,html body .theme-override-dark .border-left-color-focus-info-surface-2:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-2:active{border-left-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-right-color-info-surface-2,body[data-theme-mode=dark] .border-right-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-2:active,html body .theme-override-dark .border-right-color-info-surface-2,html body .theme-override-dark .border-right-color-hover-info-surface-2:hover,html body .theme-override-dark .border-right-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-2:focus,html body .theme-override-dark .border-right-color-focus-info-surface-2:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-2:active{border-right-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .fill-color-info-surface-2,body[data-theme-mode=dark] .fill-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-2:active,html body .theme-override-dark .fill-color-info-surface-2,html body .theme-override-dark .fill-color-hover-info-surface-2:hover,html body .theme-override-dark .fill-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-2:focus,html body .theme-override-dark .fill-color-focus-info-surface-2:focus-within,html body .theme-override-dark .fill-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-2:active{background-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outline-color-info-surface-2,body[data-theme-mode=dark] .outline-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-2:active,html body .theme-override-dark .outline-color-info-surface-2,html body .theme-override-dark .outline-color-hover-info-surface-2:hover,html body .theme-override-dark .outline-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-2:focus,html body .theme-override-dark .outline-color-focus-info-surface-2:focus-within,html body .theme-override-dark .outline-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-2:active{outline-color:var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outside-border-color-info-surface-2,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-2:active,html body .theme-override-dark .outside-border-color-info-surface-2,html body .theme-override-dark .outside-border-color-hover-info-surface-2:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-2:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-2:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-2:active{--outside-border-color: var(--color-info-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .font-color-info-surface-3,body[data-theme-mode=dark] .font-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-3:active,html body .theme-override-dark .font-color-info-surface-3,html body .theme-override-dark .font-color-hover-info-surface-3:hover,html body .theme-override-dark .font-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-3:focus,html body .theme-override-dark .font-color-focus-info-surface-3:focus-within,html body .theme-override-dark .font-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-3:active{color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-color-info-surface-3,body[data-theme-mode=dark] .border-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-3:active,html body .theme-override-dark .border-color-info-surface-3,html body .theme-override-dark .border-color-hover-info-surface-3:hover,html body .theme-override-dark .border-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-3:focus,html body .theme-override-dark .border-color-focus-info-surface-3:focus-within,html body .theme-override-dark .border-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-3:active{border-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-top-color-info-surface-3,body[data-theme-mode=dark] .border-top-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-3:active,html body .theme-override-dark .border-top-color-info-surface-3,html body .theme-override-dark .border-top-color-hover-info-surface-3:hover,html body .theme-override-dark .border-top-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-3:focus,html body .theme-override-dark .border-top-color-focus-info-surface-3:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-3:active{border-top-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-bottom-color-info-surface-3,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-3:active,html body .theme-override-dark .border-bottom-color-info-surface-3,html body .theme-override-dark .border-bottom-color-hover-info-surface-3:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-3:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-3:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-3:active{border-bottom-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-left-color-info-surface-3,body[data-theme-mode=dark] .border-left-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-3:active,html body .theme-override-dark .border-left-color-info-surface-3,html body .theme-override-dark .border-left-color-hover-info-surface-3:hover,html body .theme-override-dark .border-left-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-3:focus,html body .theme-override-dark .border-left-color-focus-info-surface-3:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-3:active{border-left-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-right-color-info-surface-3,body[data-theme-mode=dark] .border-right-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-3:active,html body .theme-override-dark .border-right-color-info-surface-3,html body .theme-override-dark .border-right-color-hover-info-surface-3:hover,html body .theme-override-dark .border-right-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-3:focus,html body .theme-override-dark .border-right-color-focus-info-surface-3:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-3:active{border-right-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .fill-color-info-surface-3,body[data-theme-mode=dark] .fill-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-3:active,html body .theme-override-dark .fill-color-info-surface-3,html body .theme-override-dark .fill-color-hover-info-surface-3:hover,html body .theme-override-dark .fill-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-3:focus,html body .theme-override-dark .fill-color-focus-info-surface-3:focus-within,html body .theme-override-dark .fill-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-3:active{background-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outline-color-info-surface-3,body[data-theme-mode=dark] .outline-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-3:active,html body .theme-override-dark .outline-color-info-surface-3,html body .theme-override-dark .outline-color-hover-info-surface-3:hover,html body .theme-override-dark .outline-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-3:focus,html body .theme-override-dark .outline-color-focus-info-surface-3:focus-within,html body .theme-override-dark .outline-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-3:active{outline-color:var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outside-border-color-info-surface-3,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-3:active,html body .theme-override-dark .outside-border-color-info-surface-3,html body .theme-override-dark .outside-border-color-hover-info-surface-3:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-3:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-3:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-3:active{--outside-border-color: var(--color-info-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .font-color-info-surface-4,body[data-theme-mode=dark] .font-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-4:active,html body .theme-override-dark .font-color-info-surface-4,html body .theme-override-dark .font-color-hover-info-surface-4:hover,html body .theme-override-dark .font-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-4:focus,html body .theme-override-dark .font-color-focus-info-surface-4:focus-within,html body .theme-override-dark .font-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-4:active{color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-color-info-surface-4,body[data-theme-mode=dark] .border-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-4:active,html body .theme-override-dark .border-color-info-surface-4,html body .theme-override-dark .border-color-hover-info-surface-4:hover,html body .theme-override-dark .border-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-4:focus,html body .theme-override-dark .border-color-focus-info-surface-4:focus-within,html body .theme-override-dark .border-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-4:active{border-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-top-color-info-surface-4,body[data-theme-mode=dark] .border-top-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-4:active,html body .theme-override-dark .border-top-color-info-surface-4,html body .theme-override-dark .border-top-color-hover-info-surface-4:hover,html body .theme-override-dark .border-top-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-4:focus,html body .theme-override-dark .border-top-color-focus-info-surface-4:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-4:active{border-top-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-bottom-color-info-surface-4,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-4:active,html body .theme-override-dark .border-bottom-color-info-surface-4,html body .theme-override-dark .border-bottom-color-hover-info-surface-4:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-4:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-4:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-4:active{border-bottom-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-left-color-info-surface-4,body[data-theme-mode=dark] .border-left-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-4:active,html body .theme-override-dark .border-left-color-info-surface-4,html body .theme-override-dark .border-left-color-hover-info-surface-4:hover,html body .theme-override-dark .border-left-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-4:focus,html body .theme-override-dark .border-left-color-focus-info-surface-4:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-4:active{border-left-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-right-color-info-surface-4,body[data-theme-mode=dark] .border-right-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-4:active,html body .theme-override-dark .border-right-color-info-surface-4,html body .theme-override-dark .border-right-color-hover-info-surface-4:hover,html body .theme-override-dark .border-right-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-4:focus,html body .theme-override-dark .border-right-color-focus-info-surface-4:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-4:active{border-right-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .fill-color-info-surface-4,body[data-theme-mode=dark] .fill-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-4:active,html body .theme-override-dark .fill-color-info-surface-4,html body .theme-override-dark .fill-color-hover-info-surface-4:hover,html body .theme-override-dark .fill-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-4:focus,html body .theme-override-dark .fill-color-focus-info-surface-4:focus-within,html body .theme-override-dark .fill-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-4:active{background-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outline-color-info-surface-4,body[data-theme-mode=dark] .outline-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-4:active,html body .theme-override-dark .outline-color-info-surface-4,html body .theme-override-dark .outline-color-hover-info-surface-4:hover,html body .theme-override-dark .outline-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-4:focus,html body .theme-override-dark .outline-color-focus-info-surface-4:focus-within,html body .theme-override-dark .outline-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-4:active{outline-color:var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outside-border-color-info-surface-4,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-4:active,html body .theme-override-dark .outside-border-color-info-surface-4,html body .theme-override-dark .outside-border-color-hover-info-surface-4:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-4:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-4:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-4:active{--outside-border-color: var(--color-info-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .font-color-info-surface-5,body[data-theme-mode=dark] .font-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .font-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .font-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .font-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-surface-5:active,html body .theme-override-dark .font-color-info-surface-5,html body .theme-override-dark .font-color-hover-info-surface-5:hover,html body .theme-override-dark .font-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .font-color-focus-info-surface-5:focus,html body .theme-override-dark .font-color-focus-info-surface-5:focus-within,html body .theme-override-dark .font-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .font-color-active-info-surface-5:active{color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-color-info-surface-5,body[data-theme-mode=dark] .border-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .border-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .border-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .border-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-surface-5:active,html body .theme-override-dark .border-color-info-surface-5,html body .theme-override-dark .border-color-hover-info-surface-5:hover,html body .theme-override-dark .border-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .border-color-focus-info-surface-5:focus,html body .theme-override-dark .border-color-focus-info-surface-5:focus-within,html body .theme-override-dark .border-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .border-color-active-info-surface-5:active{border-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-top-color-info-surface-5,body[data-theme-mode=dark] .border-top-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .border-top-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .border-top-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-surface-5:active,html body .theme-override-dark .border-top-color-info-surface-5,html body .theme-override-dark .border-top-color-hover-info-surface-5:hover,html body .theme-override-dark .border-top-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-surface-5:focus,html body .theme-override-dark .border-top-color-focus-info-surface-5:focus-within,html body .theme-override-dark .border-top-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .border-top-color-active-info-surface-5:active{border-top-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-bottom-color-info-surface-5,body[data-theme-mode=dark] .border-bottom-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-surface-5:active,html body .theme-override-dark .border-bottom-color-info-surface-5,html body .theme-override-dark .border-bottom-color-hover-info-surface-5:hover,html body .theme-override-dark .border-bottom-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-surface-5:focus,html body .theme-override-dark .border-bottom-color-focus-info-surface-5:focus-within,html body .theme-override-dark .border-bottom-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-surface-5:active{border-bottom-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-left-color-info-surface-5,body[data-theme-mode=dark] .border-left-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .border-left-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .border-left-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-surface-5:active,html body .theme-override-dark .border-left-color-info-surface-5,html body .theme-override-dark .border-left-color-hover-info-surface-5:hover,html body .theme-override-dark .border-left-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-surface-5:focus,html body .theme-override-dark .border-left-color-focus-info-surface-5:focus-within,html body .theme-override-dark .border-left-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .border-left-color-active-info-surface-5:active{border-left-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-right-color-info-surface-5,body[data-theme-mode=dark] .border-right-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .border-right-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .border-right-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-surface-5:active,html body .theme-override-dark .border-right-color-info-surface-5,html body .theme-override-dark .border-right-color-hover-info-surface-5:hover,html body .theme-override-dark .border-right-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-surface-5:focus,html body .theme-override-dark .border-right-color-focus-info-surface-5:focus-within,html body .theme-override-dark .border-right-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .border-right-color-active-info-surface-5:active{border-right-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .fill-color-info-surface-5,body[data-theme-mode=dark] .fill-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .fill-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .fill-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .fill-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-surface-5:active,html body .theme-override-dark .fill-color-info-surface-5,html body .theme-override-dark .fill-color-hover-info-surface-5:hover,html body .theme-override-dark .fill-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .fill-color-focus-info-surface-5:focus,html body .theme-override-dark .fill-color-focus-info-surface-5:focus-within,html body .theme-override-dark .fill-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .fill-color-active-info-surface-5:active{background-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outline-color-info-surface-5,body[data-theme-mode=dark] .outline-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .outline-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .outline-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .outline-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-surface-5:active,html body .theme-override-dark .outline-color-info-surface-5,html body .theme-override-dark .outline-color-hover-info-surface-5:hover,html body .theme-override-dark .outline-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .outline-color-focus-info-surface-5:focus,html body .theme-override-dark .outline-color-focus-info-surface-5:focus-within,html body .theme-override-dark .outline-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .outline-color-active-info-surface-5:active{outline-color:var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outside-border-color-info-surface-5,body[data-theme-mode=dark] .outside-border-color-hover-info-surface-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-surface-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-surface-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-surface-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-surface-5:active,html body .theme-override-dark .outside-border-color-info-surface-5,html body .theme-override-dark .outside-border-color-hover-info-surface-5:hover,html body .theme-override-dark .outside-border-color-focus-info-surface-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-surface-5:focus,html body .theme-override-dark .outside-border-color-focus-info-surface-5:focus-within,html body .theme-override-dark .outside-border-color-active-info-surface-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-surface-5:active{--outside-border-color: var(--color-info-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .font-color-info-border-0,body[data-theme-mode=dark] .font-color-hover-info-border-0:hover,body[data-theme-mode=dark] .font-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-0:focus,body[data-theme-mode=dark] .font-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-0:active,html body .theme-override-dark .font-color-info-border-0,html body .theme-override-dark .font-color-hover-info-border-0:hover,html body .theme-override-dark .font-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-0:focus,html body .theme-override-dark .font-color-focus-info-border-0:focus-within,html body .theme-override-dark .font-color-active-info-border-0[data-selected=true],html body .theme-override-dark .font-color-active-info-border-0:active{color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-color-info-border-0,body[data-theme-mode=dark] .border-color-hover-info-border-0:hover,body[data-theme-mode=dark] .border-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-0:focus,body[data-theme-mode=dark] .border-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-0:active,html body .theme-override-dark .border-color-info-border-0,html body .theme-override-dark .border-color-hover-info-border-0:hover,html body .theme-override-dark .border-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-0:focus,html body .theme-override-dark .border-color-focus-info-border-0:focus-within,html body .theme-override-dark .border-color-active-info-border-0[data-selected=true],html body .theme-override-dark .border-color-active-info-border-0:active{border-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-top-color-info-border-0,body[data-theme-mode=dark] .border-top-color-hover-info-border-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-0:active,html body .theme-override-dark .border-top-color-info-border-0,html body .theme-override-dark .border-top-color-hover-info-border-0:hover,html body .theme-override-dark .border-top-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-0:focus,html body .theme-override-dark .border-top-color-focus-info-border-0:focus-within,html body .theme-override-dark .border-top-color-active-info-border-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-0:active{border-top-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-bottom-color-info-border-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-0:active,html body .theme-override-dark .border-bottom-color-info-border-0,html body .theme-override-dark .border-bottom-color-hover-info-border-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-0:active{border-bottom-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-left-color-info-border-0,body[data-theme-mode=dark] .border-left-color-hover-info-border-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-0:active,html body .theme-override-dark .border-left-color-info-border-0,html body .theme-override-dark .border-left-color-hover-info-border-0:hover,html body .theme-override-dark .border-left-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-0:focus,html body .theme-override-dark .border-left-color-focus-info-border-0:focus-within,html body .theme-override-dark .border-left-color-active-info-border-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-0:active{border-left-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-right-color-info-border-0,body[data-theme-mode=dark] .border-right-color-hover-info-border-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-0:active,html body .theme-override-dark .border-right-color-info-border-0,html body .theme-override-dark .border-right-color-hover-info-border-0:hover,html body .theme-override-dark .border-right-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-0:focus,html body .theme-override-dark .border-right-color-focus-info-border-0:focus-within,html body .theme-override-dark .border-right-color-active-info-border-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-0:active{border-right-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .fill-color-info-border-0,body[data-theme-mode=dark] .fill-color-hover-info-border-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-0:active,html body .theme-override-dark .fill-color-info-border-0,html body .theme-override-dark .fill-color-hover-info-border-0:hover,html body .theme-override-dark .fill-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-0:focus,html body .theme-override-dark .fill-color-focus-info-border-0:focus-within,html body .theme-override-dark .fill-color-active-info-border-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-0:active{background-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outline-color-info-border-0,body[data-theme-mode=dark] .outline-color-hover-info-border-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-0:active,html body .theme-override-dark .outline-color-info-border-0,html body .theme-override-dark .outline-color-hover-info-border-0:hover,html body .theme-override-dark .outline-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-0:focus,html body .theme-override-dark .outline-color-focus-info-border-0:focus-within,html body .theme-override-dark .outline-color-active-info-border-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-0:active{outline-color:var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outside-border-color-info-border-0,body[data-theme-mode=dark] .outside-border-color-hover-info-border-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-0:active,html body .theme-override-dark .outside-border-color-info-border-0,html body .theme-override-dark .outside-border-color-hover-info-border-0:hover,html body .theme-override-dark .outside-border-color-focus-info-border-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-0:focus,html body .theme-override-dark .outside-border-color-focus-info-border-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-0:active{--outside-border-color: var(--color-info-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .font-color-info-border-1,body[data-theme-mode=dark] .font-color-hover-info-border-1:hover,body[data-theme-mode=dark] .font-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-1:focus,body[data-theme-mode=dark] .font-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-1:active,html body .theme-override-dark .font-color-info-border-1,html body .theme-override-dark .font-color-hover-info-border-1:hover,html body .theme-override-dark .font-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-1:focus,html body .theme-override-dark .font-color-focus-info-border-1:focus-within,html body .theme-override-dark .font-color-active-info-border-1[data-selected=true],html body .theme-override-dark .font-color-active-info-border-1:active{color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-color-info-border-1,body[data-theme-mode=dark] .border-color-hover-info-border-1:hover,body[data-theme-mode=dark] .border-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-1:focus,body[data-theme-mode=dark] .border-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-1:active,html body .theme-override-dark .border-color-info-border-1,html body .theme-override-dark .border-color-hover-info-border-1:hover,html body .theme-override-dark .border-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-1:focus,html body .theme-override-dark .border-color-focus-info-border-1:focus-within,html body .theme-override-dark .border-color-active-info-border-1[data-selected=true],html body .theme-override-dark .border-color-active-info-border-1:active{border-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-top-color-info-border-1,body[data-theme-mode=dark] .border-top-color-hover-info-border-1:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-1:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-1:active,html body .theme-override-dark .border-top-color-info-border-1,html body .theme-override-dark .border-top-color-hover-info-border-1:hover,html body .theme-override-dark .border-top-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-1:focus,html body .theme-override-dark .border-top-color-focus-info-border-1:focus-within,html body .theme-override-dark .border-top-color-active-info-border-1[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-1:active{border-top-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-bottom-color-info-border-1,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-1:active,html body .theme-override-dark .border-bottom-color-info-border-1,html body .theme-override-dark .border-bottom-color-hover-info-border-1:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-1:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-1:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-1:active{border-bottom-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-left-color-info-border-1,body[data-theme-mode=dark] .border-left-color-hover-info-border-1:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-1:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-1:active,html body .theme-override-dark .border-left-color-info-border-1,html body .theme-override-dark .border-left-color-hover-info-border-1:hover,html body .theme-override-dark .border-left-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-1:focus,html body .theme-override-dark .border-left-color-focus-info-border-1:focus-within,html body .theme-override-dark .border-left-color-active-info-border-1[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-1:active{border-left-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-right-color-info-border-1,body[data-theme-mode=dark] .border-right-color-hover-info-border-1:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-1:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-1:active,html body .theme-override-dark .border-right-color-info-border-1,html body .theme-override-dark .border-right-color-hover-info-border-1:hover,html body .theme-override-dark .border-right-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-1:focus,html body .theme-override-dark .border-right-color-focus-info-border-1:focus-within,html body .theme-override-dark .border-right-color-active-info-border-1[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-1:active{border-right-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .fill-color-info-border-1,body[data-theme-mode=dark] .fill-color-hover-info-border-1:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-1:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-1:active,html body .theme-override-dark .fill-color-info-border-1,html body .theme-override-dark .fill-color-hover-info-border-1:hover,html body .theme-override-dark .fill-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-1:focus,html body .theme-override-dark .fill-color-focus-info-border-1:focus-within,html body .theme-override-dark .fill-color-active-info-border-1[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-1:active{background-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outline-color-info-border-1,body[data-theme-mode=dark] .outline-color-hover-info-border-1:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-1:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-1:active,html body .theme-override-dark .outline-color-info-border-1,html body .theme-override-dark .outline-color-hover-info-border-1:hover,html body .theme-override-dark .outline-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-1:focus,html body .theme-override-dark .outline-color-focus-info-border-1:focus-within,html body .theme-override-dark .outline-color-active-info-border-1[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-1:active{outline-color:var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outside-border-color-info-border-1,body[data-theme-mode=dark] .outside-border-color-hover-info-border-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-1:active,html body .theme-override-dark .outside-border-color-info-border-1,html body .theme-override-dark .outside-border-color-hover-info-border-1:hover,html body .theme-override-dark .outside-border-color-focus-info-border-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-1:focus,html body .theme-override-dark .outside-border-color-focus-info-border-1:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-1:active{--outside-border-color: var(--color-info-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .font-color-info-border-2,body[data-theme-mode=dark] .font-color-hover-info-border-2:hover,body[data-theme-mode=dark] .font-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-2:focus,body[data-theme-mode=dark] .font-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-2:active,html body .theme-override-dark .font-color-info-border-2,html body .theme-override-dark .font-color-hover-info-border-2:hover,html body .theme-override-dark .font-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-2:focus,html body .theme-override-dark .font-color-focus-info-border-2:focus-within,html body .theme-override-dark .font-color-active-info-border-2[data-selected=true],html body .theme-override-dark .font-color-active-info-border-2:active{color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-color-info-border-2,body[data-theme-mode=dark] .border-color-hover-info-border-2:hover,body[data-theme-mode=dark] .border-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-2:focus,body[data-theme-mode=dark] .border-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-2:active,html body .theme-override-dark .border-color-info-border-2,html body .theme-override-dark .border-color-hover-info-border-2:hover,html body .theme-override-dark .border-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-2:focus,html body .theme-override-dark .border-color-focus-info-border-2:focus-within,html body .theme-override-dark .border-color-active-info-border-2[data-selected=true],html body .theme-override-dark .border-color-active-info-border-2:active{border-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-top-color-info-border-2,body[data-theme-mode=dark] .border-top-color-hover-info-border-2:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-2:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-2:active,html body .theme-override-dark .border-top-color-info-border-2,html body .theme-override-dark .border-top-color-hover-info-border-2:hover,html body .theme-override-dark .border-top-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-2:focus,html body .theme-override-dark .border-top-color-focus-info-border-2:focus-within,html body .theme-override-dark .border-top-color-active-info-border-2[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-2:active{border-top-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-bottom-color-info-border-2,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-2:active,html body .theme-override-dark .border-bottom-color-info-border-2,html body .theme-override-dark .border-bottom-color-hover-info-border-2:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-2:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-2:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-2:active{border-bottom-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-left-color-info-border-2,body[data-theme-mode=dark] .border-left-color-hover-info-border-2:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-2:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-2:active,html body .theme-override-dark .border-left-color-info-border-2,html body .theme-override-dark .border-left-color-hover-info-border-2:hover,html body .theme-override-dark .border-left-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-2:focus,html body .theme-override-dark .border-left-color-focus-info-border-2:focus-within,html body .theme-override-dark .border-left-color-active-info-border-2[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-2:active{border-left-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-right-color-info-border-2,body[data-theme-mode=dark] .border-right-color-hover-info-border-2:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-2:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-2:active,html body .theme-override-dark .border-right-color-info-border-2,html body .theme-override-dark .border-right-color-hover-info-border-2:hover,html body .theme-override-dark .border-right-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-2:focus,html body .theme-override-dark .border-right-color-focus-info-border-2:focus-within,html body .theme-override-dark .border-right-color-active-info-border-2[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-2:active{border-right-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .fill-color-info-border-2,body[data-theme-mode=dark] .fill-color-hover-info-border-2:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-2:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-2:active,html body .theme-override-dark .fill-color-info-border-2,html body .theme-override-dark .fill-color-hover-info-border-2:hover,html body .theme-override-dark .fill-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-2:focus,html body .theme-override-dark .fill-color-focus-info-border-2:focus-within,html body .theme-override-dark .fill-color-active-info-border-2[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-2:active{background-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outline-color-info-border-2,body[data-theme-mode=dark] .outline-color-hover-info-border-2:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-2:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-2:active,html body .theme-override-dark .outline-color-info-border-2,html body .theme-override-dark .outline-color-hover-info-border-2:hover,html body .theme-override-dark .outline-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-2:focus,html body .theme-override-dark .outline-color-focus-info-border-2:focus-within,html body .theme-override-dark .outline-color-active-info-border-2[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-2:active{outline-color:var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outside-border-color-info-border-2,body[data-theme-mode=dark] .outside-border-color-hover-info-border-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-2:active,html body .theme-override-dark .outside-border-color-info-border-2,html body .theme-override-dark .outside-border-color-hover-info-border-2:hover,html body .theme-override-dark .outside-border-color-focus-info-border-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-2:focus,html body .theme-override-dark .outside-border-color-focus-info-border-2:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-2:active{--outside-border-color: var(--color-info-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .font-color-info-border-3,body[data-theme-mode=dark] .font-color-hover-info-border-3:hover,body[data-theme-mode=dark] .font-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-3:focus,body[data-theme-mode=dark] .font-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-3:active,html body .theme-override-dark .font-color-info-border-3,html body .theme-override-dark .font-color-hover-info-border-3:hover,html body .theme-override-dark .font-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-3:focus,html body .theme-override-dark .font-color-focus-info-border-3:focus-within,html body .theme-override-dark .font-color-active-info-border-3[data-selected=true],html body .theme-override-dark .font-color-active-info-border-3:active{color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-color-info-border-3,body[data-theme-mode=dark] .border-color-hover-info-border-3:hover,body[data-theme-mode=dark] .border-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-3:focus,body[data-theme-mode=dark] .border-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-3:active,html body .theme-override-dark .border-color-info-border-3,html body .theme-override-dark .border-color-hover-info-border-3:hover,html body .theme-override-dark .border-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-3:focus,html body .theme-override-dark .border-color-focus-info-border-3:focus-within,html body .theme-override-dark .border-color-active-info-border-3[data-selected=true],html body .theme-override-dark .border-color-active-info-border-3:active{border-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-top-color-info-border-3,body[data-theme-mode=dark] .border-top-color-hover-info-border-3:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-3:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-3:active,html body .theme-override-dark .border-top-color-info-border-3,html body .theme-override-dark .border-top-color-hover-info-border-3:hover,html body .theme-override-dark .border-top-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-3:focus,html body .theme-override-dark .border-top-color-focus-info-border-3:focus-within,html body .theme-override-dark .border-top-color-active-info-border-3[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-3:active{border-top-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-bottom-color-info-border-3,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-3:active,html body .theme-override-dark .border-bottom-color-info-border-3,html body .theme-override-dark .border-bottom-color-hover-info-border-3:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-3:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-3:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-3:active{border-bottom-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-left-color-info-border-3,body[data-theme-mode=dark] .border-left-color-hover-info-border-3:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-3:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-3:active,html body .theme-override-dark .border-left-color-info-border-3,html body .theme-override-dark .border-left-color-hover-info-border-3:hover,html body .theme-override-dark .border-left-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-3:focus,html body .theme-override-dark .border-left-color-focus-info-border-3:focus-within,html body .theme-override-dark .border-left-color-active-info-border-3[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-3:active{border-left-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-right-color-info-border-3,body[data-theme-mode=dark] .border-right-color-hover-info-border-3:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-3:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-3:active,html body .theme-override-dark .border-right-color-info-border-3,html body .theme-override-dark .border-right-color-hover-info-border-3:hover,html body .theme-override-dark .border-right-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-3:focus,html body .theme-override-dark .border-right-color-focus-info-border-3:focus-within,html body .theme-override-dark .border-right-color-active-info-border-3[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-3:active{border-right-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .fill-color-info-border-3,body[data-theme-mode=dark] .fill-color-hover-info-border-3:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-3:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-3:active,html body .theme-override-dark .fill-color-info-border-3,html body .theme-override-dark .fill-color-hover-info-border-3:hover,html body .theme-override-dark .fill-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-3:focus,html body .theme-override-dark .fill-color-focus-info-border-3:focus-within,html body .theme-override-dark .fill-color-active-info-border-3[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-3:active{background-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outline-color-info-border-3,body[data-theme-mode=dark] .outline-color-hover-info-border-3:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-3:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-3:active,html body .theme-override-dark .outline-color-info-border-3,html body .theme-override-dark .outline-color-hover-info-border-3:hover,html body .theme-override-dark .outline-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-3:focus,html body .theme-override-dark .outline-color-focus-info-border-3:focus-within,html body .theme-override-dark .outline-color-active-info-border-3[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-3:active{outline-color:var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outside-border-color-info-border-3,body[data-theme-mode=dark] .outside-border-color-hover-info-border-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-3:active,html body .theme-override-dark .outside-border-color-info-border-3,html body .theme-override-dark .outside-border-color-hover-info-border-3:hover,html body .theme-override-dark .outside-border-color-focus-info-border-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-3:focus,html body .theme-override-dark .outside-border-color-focus-info-border-3:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-3:active{--outside-border-color: var(--color-info-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .font-color-info-border-4,body[data-theme-mode=dark] .font-color-hover-info-border-4:hover,body[data-theme-mode=dark] .font-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-4:focus,body[data-theme-mode=dark] .font-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-4:active,html body .theme-override-dark .font-color-info-border-4,html body .theme-override-dark .font-color-hover-info-border-4:hover,html body .theme-override-dark .font-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-4:focus,html body .theme-override-dark .font-color-focus-info-border-4:focus-within,html body .theme-override-dark .font-color-active-info-border-4[data-selected=true],html body .theme-override-dark .font-color-active-info-border-4:active{color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-color-info-border-4,body[data-theme-mode=dark] .border-color-hover-info-border-4:hover,body[data-theme-mode=dark] .border-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-4:focus,body[data-theme-mode=dark] .border-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-4:active,html body .theme-override-dark .border-color-info-border-4,html body .theme-override-dark .border-color-hover-info-border-4:hover,html body .theme-override-dark .border-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-4:focus,html body .theme-override-dark .border-color-focus-info-border-4:focus-within,html body .theme-override-dark .border-color-active-info-border-4[data-selected=true],html body .theme-override-dark .border-color-active-info-border-4:active{border-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-top-color-info-border-4,body[data-theme-mode=dark] .border-top-color-hover-info-border-4:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-4:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-4:active,html body .theme-override-dark .border-top-color-info-border-4,html body .theme-override-dark .border-top-color-hover-info-border-4:hover,html body .theme-override-dark .border-top-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-4:focus,html body .theme-override-dark .border-top-color-focus-info-border-4:focus-within,html body .theme-override-dark .border-top-color-active-info-border-4[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-4:active{border-top-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-bottom-color-info-border-4,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-4:active,html body .theme-override-dark .border-bottom-color-info-border-4,html body .theme-override-dark .border-bottom-color-hover-info-border-4:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-4:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-4:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-4:active{border-bottom-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-left-color-info-border-4,body[data-theme-mode=dark] .border-left-color-hover-info-border-4:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-4:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-4:active,html body .theme-override-dark .border-left-color-info-border-4,html body .theme-override-dark .border-left-color-hover-info-border-4:hover,html body .theme-override-dark .border-left-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-4:focus,html body .theme-override-dark .border-left-color-focus-info-border-4:focus-within,html body .theme-override-dark .border-left-color-active-info-border-4[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-4:active{border-left-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-right-color-info-border-4,body[data-theme-mode=dark] .border-right-color-hover-info-border-4:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-4:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-4:active,html body .theme-override-dark .border-right-color-info-border-4,html body .theme-override-dark .border-right-color-hover-info-border-4:hover,html body .theme-override-dark .border-right-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-4:focus,html body .theme-override-dark .border-right-color-focus-info-border-4:focus-within,html body .theme-override-dark .border-right-color-active-info-border-4[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-4:active{border-right-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .fill-color-info-border-4,body[data-theme-mode=dark] .fill-color-hover-info-border-4:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-4:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-4:active,html body .theme-override-dark .fill-color-info-border-4,html body .theme-override-dark .fill-color-hover-info-border-4:hover,html body .theme-override-dark .fill-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-4:focus,html body .theme-override-dark .fill-color-focus-info-border-4:focus-within,html body .theme-override-dark .fill-color-active-info-border-4[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-4:active{background-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outline-color-info-border-4,body[data-theme-mode=dark] .outline-color-hover-info-border-4:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-4:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-4:active,html body .theme-override-dark .outline-color-info-border-4,html body .theme-override-dark .outline-color-hover-info-border-4:hover,html body .theme-override-dark .outline-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-4:focus,html body .theme-override-dark .outline-color-focus-info-border-4:focus-within,html body .theme-override-dark .outline-color-active-info-border-4[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-4:active{outline-color:var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outside-border-color-info-border-4,body[data-theme-mode=dark] .outside-border-color-hover-info-border-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-4:active,html body .theme-override-dark .outside-border-color-info-border-4,html body .theme-override-dark .outside-border-color-hover-info-border-4:hover,html body .theme-override-dark .outside-border-color-focus-info-border-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-4:focus,html body .theme-override-dark .outside-border-color-focus-info-border-4:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-4:active{--outside-border-color: var(--color-info-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .font-color-info-border-5,body[data-theme-mode=dark] .font-color-hover-info-border-5:hover,body[data-theme-mode=dark] .font-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-5:focus,body[data-theme-mode=dark] .font-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-5:active,html body .theme-override-dark .font-color-info-border-5,html body .theme-override-dark .font-color-hover-info-border-5:hover,html body .theme-override-dark .font-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-5:focus,html body .theme-override-dark .font-color-focus-info-border-5:focus-within,html body .theme-override-dark .font-color-active-info-border-5[data-selected=true],html body .theme-override-dark .font-color-active-info-border-5:active{color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-color-info-border-5,body[data-theme-mode=dark] .border-color-hover-info-border-5:hover,body[data-theme-mode=dark] .border-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-5:focus,body[data-theme-mode=dark] .border-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-5:active,html body .theme-override-dark .border-color-info-border-5,html body .theme-override-dark .border-color-hover-info-border-5:hover,html body .theme-override-dark .border-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-5:focus,html body .theme-override-dark .border-color-focus-info-border-5:focus-within,html body .theme-override-dark .border-color-active-info-border-5[data-selected=true],html body .theme-override-dark .border-color-active-info-border-5:active{border-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-top-color-info-border-5,body[data-theme-mode=dark] .border-top-color-hover-info-border-5:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-5:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-5:active,html body .theme-override-dark .border-top-color-info-border-5,html body .theme-override-dark .border-top-color-hover-info-border-5:hover,html body .theme-override-dark .border-top-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-5:focus,html body .theme-override-dark .border-top-color-focus-info-border-5:focus-within,html body .theme-override-dark .border-top-color-active-info-border-5[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-5:active{border-top-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-bottom-color-info-border-5,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-5:active,html body .theme-override-dark .border-bottom-color-info-border-5,html body .theme-override-dark .border-bottom-color-hover-info-border-5:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-5:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-5:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-5:active{border-bottom-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-left-color-info-border-5,body[data-theme-mode=dark] .border-left-color-hover-info-border-5:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-5:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-5:active,html body .theme-override-dark .border-left-color-info-border-5,html body .theme-override-dark .border-left-color-hover-info-border-5:hover,html body .theme-override-dark .border-left-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-5:focus,html body .theme-override-dark .border-left-color-focus-info-border-5:focus-within,html body .theme-override-dark .border-left-color-active-info-border-5[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-5:active{border-left-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-right-color-info-border-5,body[data-theme-mode=dark] .border-right-color-hover-info-border-5:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-5:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-5:active,html body .theme-override-dark .border-right-color-info-border-5,html body .theme-override-dark .border-right-color-hover-info-border-5:hover,html body .theme-override-dark .border-right-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-5:focus,html body .theme-override-dark .border-right-color-focus-info-border-5:focus-within,html body .theme-override-dark .border-right-color-active-info-border-5[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-5:active{border-right-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .fill-color-info-border-5,body[data-theme-mode=dark] .fill-color-hover-info-border-5:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-5:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-5:active,html body .theme-override-dark .fill-color-info-border-5,html body .theme-override-dark .fill-color-hover-info-border-5:hover,html body .theme-override-dark .fill-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-5:focus,html body .theme-override-dark .fill-color-focus-info-border-5:focus-within,html body .theme-override-dark .fill-color-active-info-border-5[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-5:active{background-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outline-color-info-border-5,body[data-theme-mode=dark] .outline-color-hover-info-border-5:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-5:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-5:active,html body .theme-override-dark .outline-color-info-border-5,html body .theme-override-dark .outline-color-hover-info-border-5:hover,html body .theme-override-dark .outline-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-5:focus,html body .theme-override-dark .outline-color-focus-info-border-5:focus-within,html body .theme-override-dark .outline-color-active-info-border-5[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-5:active{outline-color:var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outside-border-color-info-border-5,body[data-theme-mode=dark] .outside-border-color-hover-info-border-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-5:active,html body .theme-override-dark .outside-border-color-info-border-5,html body .theme-override-dark .outside-border-color-hover-info-border-5:hover,html body .theme-override-dark .outside-border-color-focus-info-border-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-5:focus,html body .theme-override-dark .outside-border-color-focus-info-border-5:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-5:active{--outside-border-color: var(--color-info-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .font-color-info-font-0,body[data-theme-mode=dark] .font-color-hover-info-font-0:hover,body[data-theme-mode=dark] .font-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-0:focus,body[data-theme-mode=dark] .font-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-0:active,html body .theme-override-dark .font-color-info-font-0,html body .theme-override-dark .font-color-hover-info-font-0:hover,html body .theme-override-dark .font-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-0:focus,html body .theme-override-dark .font-color-focus-info-font-0:focus-within,html body .theme-override-dark .font-color-active-info-font-0[data-selected=true],html body .theme-override-dark .font-color-active-info-font-0:active{color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-color-info-font-0,body[data-theme-mode=dark] .border-color-hover-info-font-0:hover,body[data-theme-mode=dark] .border-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-0:focus,body[data-theme-mode=dark] .border-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-0:active,html body .theme-override-dark .border-color-info-font-0,html body .theme-override-dark .border-color-hover-info-font-0:hover,html body .theme-override-dark .border-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-0:focus,html body .theme-override-dark .border-color-focus-info-font-0:focus-within,html body .theme-override-dark .border-color-active-info-font-0[data-selected=true],html body .theme-override-dark .border-color-active-info-font-0:active{border-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-top-color-info-font-0,body[data-theme-mode=dark] .border-top-color-hover-info-font-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-0:active,html body .theme-override-dark .border-top-color-info-font-0,html body .theme-override-dark .border-top-color-hover-info-font-0:hover,html body .theme-override-dark .border-top-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-0:focus,html body .theme-override-dark .border-top-color-focus-info-font-0:focus-within,html body .theme-override-dark .border-top-color-active-info-font-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-0:active{border-top-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-bottom-color-info-font-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-0:active,html body .theme-override-dark .border-bottom-color-info-font-0,html body .theme-override-dark .border-bottom-color-hover-info-font-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-0:active{border-bottom-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-left-color-info-font-0,body[data-theme-mode=dark] .border-left-color-hover-info-font-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-0:active,html body .theme-override-dark .border-left-color-info-font-0,html body .theme-override-dark .border-left-color-hover-info-font-0:hover,html body .theme-override-dark .border-left-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-0:focus,html body .theme-override-dark .border-left-color-focus-info-font-0:focus-within,html body .theme-override-dark .border-left-color-active-info-font-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-0:active{border-left-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-right-color-info-font-0,body[data-theme-mode=dark] .border-right-color-hover-info-font-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-0:active,html body .theme-override-dark .border-right-color-info-font-0,html body .theme-override-dark .border-right-color-hover-info-font-0:hover,html body .theme-override-dark .border-right-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-0:focus,html body .theme-override-dark .border-right-color-focus-info-font-0:focus-within,html body .theme-override-dark .border-right-color-active-info-font-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-0:active{border-right-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .fill-color-info-font-0,body[data-theme-mode=dark] .fill-color-hover-info-font-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-0:active,html body .theme-override-dark .fill-color-info-font-0,html body .theme-override-dark .fill-color-hover-info-font-0:hover,html body .theme-override-dark .fill-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-0:focus,html body .theme-override-dark .fill-color-focus-info-font-0:focus-within,html body .theme-override-dark .fill-color-active-info-font-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-0:active{background-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outline-color-info-font-0,body[data-theme-mode=dark] .outline-color-hover-info-font-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-0:active,html body .theme-override-dark .outline-color-info-font-0,html body .theme-override-dark .outline-color-hover-info-font-0:hover,html body .theme-override-dark .outline-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-0:focus,html body .theme-override-dark .outline-color-focus-info-font-0:focus-within,html body .theme-override-dark .outline-color-active-info-font-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-0:active{outline-color:var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outside-border-color-info-font-0,body[data-theme-mode=dark] .outside-border-color-hover-info-font-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-0:active,html body .theme-override-dark .outside-border-color-info-font-0,html body .theme-override-dark .outside-border-color-hover-info-font-0:hover,html body .theme-override-dark .outside-border-color-focus-info-font-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-0:focus,html body .theme-override-dark .outside-border-color-focus-info-font-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-0:active{--outside-border-color: var(--color-info-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .font-color-info-font-1,body[data-theme-mode=dark] .font-color-hover-info-font-1:hover,body[data-theme-mode=dark] .font-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-1:focus,body[data-theme-mode=dark] .font-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-1:active,html body .theme-override-dark .font-color-info-font-1,html body .theme-override-dark .font-color-hover-info-font-1:hover,html body .theme-override-dark .font-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-1:focus,html body .theme-override-dark .font-color-focus-info-font-1:focus-within,html body .theme-override-dark .font-color-active-info-font-1[data-selected=true],html body .theme-override-dark .font-color-active-info-font-1:active{color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-color-info-font-1,body[data-theme-mode=dark] .border-color-hover-info-font-1:hover,body[data-theme-mode=dark] .border-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-1:focus,body[data-theme-mode=dark] .border-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-1:active,html body .theme-override-dark .border-color-info-font-1,html body .theme-override-dark .border-color-hover-info-font-1:hover,html body .theme-override-dark .border-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-1:focus,html body .theme-override-dark .border-color-focus-info-font-1:focus-within,html body .theme-override-dark .border-color-active-info-font-1[data-selected=true],html body .theme-override-dark .border-color-active-info-font-1:active{border-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-top-color-info-font-1,body[data-theme-mode=dark] .border-top-color-hover-info-font-1:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-1:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-1:active,html body .theme-override-dark .border-top-color-info-font-1,html body .theme-override-dark .border-top-color-hover-info-font-1:hover,html body .theme-override-dark .border-top-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-1:focus,html body .theme-override-dark .border-top-color-focus-info-font-1:focus-within,html body .theme-override-dark .border-top-color-active-info-font-1[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-1:active{border-top-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-bottom-color-info-font-1,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-1:active,html body .theme-override-dark .border-bottom-color-info-font-1,html body .theme-override-dark .border-bottom-color-hover-info-font-1:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-1:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-1:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-1:active{border-bottom-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-left-color-info-font-1,body[data-theme-mode=dark] .border-left-color-hover-info-font-1:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-1:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-1:active,html body .theme-override-dark .border-left-color-info-font-1,html body .theme-override-dark .border-left-color-hover-info-font-1:hover,html body .theme-override-dark .border-left-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-1:focus,html body .theme-override-dark .border-left-color-focus-info-font-1:focus-within,html body .theme-override-dark .border-left-color-active-info-font-1[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-1:active{border-left-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-right-color-info-font-1,body[data-theme-mode=dark] .border-right-color-hover-info-font-1:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-1:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-1:active,html body .theme-override-dark .border-right-color-info-font-1,html body .theme-override-dark .border-right-color-hover-info-font-1:hover,html body .theme-override-dark .border-right-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-1:focus,html body .theme-override-dark .border-right-color-focus-info-font-1:focus-within,html body .theme-override-dark .border-right-color-active-info-font-1[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-1:active{border-right-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .fill-color-info-font-1,body[data-theme-mode=dark] .fill-color-hover-info-font-1:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-1:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-1:active,html body .theme-override-dark .fill-color-info-font-1,html body .theme-override-dark .fill-color-hover-info-font-1:hover,html body .theme-override-dark .fill-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-1:focus,html body .theme-override-dark .fill-color-focus-info-font-1:focus-within,html body .theme-override-dark .fill-color-active-info-font-1[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-1:active{background-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outline-color-info-font-1,body[data-theme-mode=dark] .outline-color-hover-info-font-1:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-1:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-1:active,html body .theme-override-dark .outline-color-info-font-1,html body .theme-override-dark .outline-color-hover-info-font-1:hover,html body .theme-override-dark .outline-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-1:focus,html body .theme-override-dark .outline-color-focus-info-font-1:focus-within,html body .theme-override-dark .outline-color-active-info-font-1[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-1:active{outline-color:var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outside-border-color-info-font-1,body[data-theme-mode=dark] .outside-border-color-hover-info-font-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-1:active,html body .theme-override-dark .outside-border-color-info-font-1,html body .theme-override-dark .outside-border-color-hover-info-font-1:hover,html body .theme-override-dark .outside-border-color-focus-info-font-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-1:focus,html body .theme-override-dark .outside-border-color-focus-info-font-1:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-1:active{--outside-border-color: var(--color-info-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .font-color-info-font-2,body[data-theme-mode=dark] .font-color-hover-info-font-2:hover,body[data-theme-mode=dark] .font-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-2:focus,body[data-theme-mode=dark] .font-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-2:active,html body .theme-override-dark .font-color-info-font-2,html body .theme-override-dark .font-color-hover-info-font-2:hover,html body .theme-override-dark .font-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-2:focus,html body .theme-override-dark .font-color-focus-info-font-2:focus-within,html body .theme-override-dark .font-color-active-info-font-2[data-selected=true],html body .theme-override-dark .font-color-active-info-font-2:active{color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-color-info-font-2,body[data-theme-mode=dark] .border-color-hover-info-font-2:hover,body[data-theme-mode=dark] .border-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-2:focus,body[data-theme-mode=dark] .border-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-2:active,html body .theme-override-dark .border-color-info-font-2,html body .theme-override-dark .border-color-hover-info-font-2:hover,html body .theme-override-dark .border-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-2:focus,html body .theme-override-dark .border-color-focus-info-font-2:focus-within,html body .theme-override-dark .border-color-active-info-font-2[data-selected=true],html body .theme-override-dark .border-color-active-info-font-2:active{border-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-top-color-info-font-2,body[data-theme-mode=dark] .border-top-color-hover-info-font-2:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-2:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-2:active,html body .theme-override-dark .border-top-color-info-font-2,html body .theme-override-dark .border-top-color-hover-info-font-2:hover,html body .theme-override-dark .border-top-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-2:focus,html body .theme-override-dark .border-top-color-focus-info-font-2:focus-within,html body .theme-override-dark .border-top-color-active-info-font-2[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-2:active{border-top-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-bottom-color-info-font-2,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-2:active,html body .theme-override-dark .border-bottom-color-info-font-2,html body .theme-override-dark .border-bottom-color-hover-info-font-2:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-2:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-2:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-2:active{border-bottom-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-left-color-info-font-2,body[data-theme-mode=dark] .border-left-color-hover-info-font-2:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-2:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-2:active,html body .theme-override-dark .border-left-color-info-font-2,html body .theme-override-dark .border-left-color-hover-info-font-2:hover,html body .theme-override-dark .border-left-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-2:focus,html body .theme-override-dark .border-left-color-focus-info-font-2:focus-within,html body .theme-override-dark .border-left-color-active-info-font-2[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-2:active{border-left-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-right-color-info-font-2,body[data-theme-mode=dark] .border-right-color-hover-info-font-2:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-2:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-2:active,html body .theme-override-dark .border-right-color-info-font-2,html body .theme-override-dark .border-right-color-hover-info-font-2:hover,html body .theme-override-dark .border-right-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-2:focus,html body .theme-override-dark .border-right-color-focus-info-font-2:focus-within,html body .theme-override-dark .border-right-color-active-info-font-2[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-2:active{border-right-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .fill-color-info-font-2,body[data-theme-mode=dark] .fill-color-hover-info-font-2:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-2:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-2:active,html body .theme-override-dark .fill-color-info-font-2,html body .theme-override-dark .fill-color-hover-info-font-2:hover,html body .theme-override-dark .fill-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-2:focus,html body .theme-override-dark .fill-color-focus-info-font-2:focus-within,html body .theme-override-dark .fill-color-active-info-font-2[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-2:active{background-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outline-color-info-font-2,body[data-theme-mode=dark] .outline-color-hover-info-font-2:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-2:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-2:active,html body .theme-override-dark .outline-color-info-font-2,html body .theme-override-dark .outline-color-hover-info-font-2:hover,html body .theme-override-dark .outline-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-2:focus,html body .theme-override-dark .outline-color-focus-info-font-2:focus-within,html body .theme-override-dark .outline-color-active-info-font-2[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-2:active{outline-color:var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outside-border-color-info-font-2,body[data-theme-mode=dark] .outside-border-color-hover-info-font-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-2:active,html body .theme-override-dark .outside-border-color-info-font-2,html body .theme-override-dark .outside-border-color-hover-info-font-2:hover,html body .theme-override-dark .outside-border-color-focus-info-font-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-2:focus,html body .theme-override-dark .outside-border-color-focus-info-font-2:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-2:active{--outside-border-color: var(--color-info-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .font-color-info-font-3,body[data-theme-mode=dark] .font-color-hover-info-font-3:hover,body[data-theme-mode=dark] .font-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-3:focus,body[data-theme-mode=dark] .font-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-3:active,html body .theme-override-dark .font-color-info-font-3,html body .theme-override-dark .font-color-hover-info-font-3:hover,html body .theme-override-dark .font-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-3:focus,html body .theme-override-dark .font-color-focus-info-font-3:focus-within,html body .theme-override-dark .font-color-active-info-font-3[data-selected=true],html body .theme-override-dark .font-color-active-info-font-3:active{color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-color-info-font-3,body[data-theme-mode=dark] .border-color-hover-info-font-3:hover,body[data-theme-mode=dark] .border-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-3:focus,body[data-theme-mode=dark] .border-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-3:active,html body .theme-override-dark .border-color-info-font-3,html body .theme-override-dark .border-color-hover-info-font-3:hover,html body .theme-override-dark .border-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-3:focus,html body .theme-override-dark .border-color-focus-info-font-3:focus-within,html body .theme-override-dark .border-color-active-info-font-3[data-selected=true],html body .theme-override-dark .border-color-active-info-font-3:active{border-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-top-color-info-font-3,body[data-theme-mode=dark] .border-top-color-hover-info-font-3:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-3:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-3:active,html body .theme-override-dark .border-top-color-info-font-3,html body .theme-override-dark .border-top-color-hover-info-font-3:hover,html body .theme-override-dark .border-top-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-3:focus,html body .theme-override-dark .border-top-color-focus-info-font-3:focus-within,html body .theme-override-dark .border-top-color-active-info-font-3[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-3:active{border-top-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-bottom-color-info-font-3,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-3:active,html body .theme-override-dark .border-bottom-color-info-font-3,html body .theme-override-dark .border-bottom-color-hover-info-font-3:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-3:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-3:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-3:active{border-bottom-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-left-color-info-font-3,body[data-theme-mode=dark] .border-left-color-hover-info-font-3:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-3:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-3:active,html body .theme-override-dark .border-left-color-info-font-3,html body .theme-override-dark .border-left-color-hover-info-font-3:hover,html body .theme-override-dark .border-left-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-3:focus,html body .theme-override-dark .border-left-color-focus-info-font-3:focus-within,html body .theme-override-dark .border-left-color-active-info-font-3[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-3:active{border-left-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-right-color-info-font-3,body[data-theme-mode=dark] .border-right-color-hover-info-font-3:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-3:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-3:active,html body .theme-override-dark .border-right-color-info-font-3,html body .theme-override-dark .border-right-color-hover-info-font-3:hover,html body .theme-override-dark .border-right-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-3:focus,html body .theme-override-dark .border-right-color-focus-info-font-3:focus-within,html body .theme-override-dark .border-right-color-active-info-font-3[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-3:active{border-right-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .fill-color-info-font-3,body[data-theme-mode=dark] .fill-color-hover-info-font-3:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-3:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-3:active,html body .theme-override-dark .fill-color-info-font-3,html body .theme-override-dark .fill-color-hover-info-font-3:hover,html body .theme-override-dark .fill-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-3:focus,html body .theme-override-dark .fill-color-focus-info-font-3:focus-within,html body .theme-override-dark .fill-color-active-info-font-3[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-3:active{background-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outline-color-info-font-3,body[data-theme-mode=dark] .outline-color-hover-info-font-3:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-3:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-3:active,html body .theme-override-dark .outline-color-info-font-3,html body .theme-override-dark .outline-color-hover-info-font-3:hover,html body .theme-override-dark .outline-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-3:focus,html body .theme-override-dark .outline-color-focus-info-font-3:focus-within,html body .theme-override-dark .outline-color-active-info-font-3[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-3:active{outline-color:var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outside-border-color-info-font-3,body[data-theme-mode=dark] .outside-border-color-hover-info-font-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-3:active,html body .theme-override-dark .outside-border-color-info-font-3,html body .theme-override-dark .outside-border-color-hover-info-font-3:hover,html body .theme-override-dark .outside-border-color-focus-info-font-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-3:focus,html body .theme-override-dark .outside-border-color-focus-info-font-3:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-3:active{--outside-border-color: var(--color-info-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .font-color-info-font-4,body[data-theme-mode=dark] .font-color-hover-info-font-4:hover,body[data-theme-mode=dark] .font-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-4:focus,body[data-theme-mode=dark] .font-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-4:active,html body .theme-override-dark .font-color-info-font-4,html body .theme-override-dark .font-color-hover-info-font-4:hover,html body .theme-override-dark .font-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-4:focus,html body .theme-override-dark .font-color-focus-info-font-4:focus-within,html body .theme-override-dark .font-color-active-info-font-4[data-selected=true],html body .theme-override-dark .font-color-active-info-font-4:active{color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-color-info-font-4,body[data-theme-mode=dark] .border-color-hover-info-font-4:hover,body[data-theme-mode=dark] .border-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-4:focus,body[data-theme-mode=dark] .border-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-4:active,html body .theme-override-dark .border-color-info-font-4,html body .theme-override-dark .border-color-hover-info-font-4:hover,html body .theme-override-dark .border-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-4:focus,html body .theme-override-dark .border-color-focus-info-font-4:focus-within,html body .theme-override-dark .border-color-active-info-font-4[data-selected=true],html body .theme-override-dark .border-color-active-info-font-4:active{border-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-top-color-info-font-4,body[data-theme-mode=dark] .border-top-color-hover-info-font-4:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-4:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-4:active,html body .theme-override-dark .border-top-color-info-font-4,html body .theme-override-dark .border-top-color-hover-info-font-4:hover,html body .theme-override-dark .border-top-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-4:focus,html body .theme-override-dark .border-top-color-focus-info-font-4:focus-within,html body .theme-override-dark .border-top-color-active-info-font-4[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-4:active{border-top-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-bottom-color-info-font-4,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-4:active,html body .theme-override-dark .border-bottom-color-info-font-4,html body .theme-override-dark .border-bottom-color-hover-info-font-4:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-4:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-4:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-4:active{border-bottom-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-left-color-info-font-4,body[data-theme-mode=dark] .border-left-color-hover-info-font-4:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-4:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-4:active,html body .theme-override-dark .border-left-color-info-font-4,html body .theme-override-dark .border-left-color-hover-info-font-4:hover,html body .theme-override-dark .border-left-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-4:focus,html body .theme-override-dark .border-left-color-focus-info-font-4:focus-within,html body .theme-override-dark .border-left-color-active-info-font-4[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-4:active{border-left-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-right-color-info-font-4,body[data-theme-mode=dark] .border-right-color-hover-info-font-4:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-4:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-4:active,html body .theme-override-dark .border-right-color-info-font-4,html body .theme-override-dark .border-right-color-hover-info-font-4:hover,html body .theme-override-dark .border-right-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-4:focus,html body .theme-override-dark .border-right-color-focus-info-font-4:focus-within,html body .theme-override-dark .border-right-color-active-info-font-4[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-4:active{border-right-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .fill-color-info-font-4,body[data-theme-mode=dark] .fill-color-hover-info-font-4:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-4:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-4:active,html body .theme-override-dark .fill-color-info-font-4,html body .theme-override-dark .fill-color-hover-info-font-4:hover,html body .theme-override-dark .fill-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-4:focus,html body .theme-override-dark .fill-color-focus-info-font-4:focus-within,html body .theme-override-dark .fill-color-active-info-font-4[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-4:active{background-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outline-color-info-font-4,body[data-theme-mode=dark] .outline-color-hover-info-font-4:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-4:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-4:active,html body .theme-override-dark .outline-color-info-font-4,html body .theme-override-dark .outline-color-hover-info-font-4:hover,html body .theme-override-dark .outline-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-4:focus,html body .theme-override-dark .outline-color-focus-info-font-4:focus-within,html body .theme-override-dark .outline-color-active-info-font-4[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-4:active{outline-color:var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outside-border-color-info-font-4,body[data-theme-mode=dark] .outside-border-color-hover-info-font-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-4:active,html body .theme-override-dark .outside-border-color-info-font-4,html body .theme-override-dark .outside-border-color-hover-info-font-4:hover,html body .theme-override-dark .outside-border-color-focus-info-font-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-4:focus,html body .theme-override-dark .outside-border-color-focus-info-font-4:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-4:active{--outside-border-color: var(--color-info-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .font-color-info-font-5,body[data-theme-mode=dark] .font-color-hover-info-font-5:hover,body[data-theme-mode=dark] .font-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-5:focus,body[data-theme-mode=dark] .font-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-5:active,html body .theme-override-dark .font-color-info-font-5,html body .theme-override-dark .font-color-hover-info-font-5:hover,html body .theme-override-dark .font-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-5:focus,html body .theme-override-dark .font-color-focus-info-font-5:focus-within,html body .theme-override-dark .font-color-active-info-font-5[data-selected=true],html body .theme-override-dark .font-color-active-info-font-5:active{color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-color-info-font-5,body[data-theme-mode=dark] .border-color-hover-info-font-5:hover,body[data-theme-mode=dark] .border-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-5:focus,body[data-theme-mode=dark] .border-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-5:active,html body .theme-override-dark .border-color-info-font-5,html body .theme-override-dark .border-color-hover-info-font-5:hover,html body .theme-override-dark .border-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-5:focus,html body .theme-override-dark .border-color-focus-info-font-5:focus-within,html body .theme-override-dark .border-color-active-info-font-5[data-selected=true],html body .theme-override-dark .border-color-active-info-font-5:active{border-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-top-color-info-font-5,body[data-theme-mode=dark] .border-top-color-hover-info-font-5:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-5:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-5:active,html body .theme-override-dark .border-top-color-info-font-5,html body .theme-override-dark .border-top-color-hover-info-font-5:hover,html body .theme-override-dark .border-top-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-5:focus,html body .theme-override-dark .border-top-color-focus-info-font-5:focus-within,html body .theme-override-dark .border-top-color-active-info-font-5[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-5:active{border-top-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-bottom-color-info-font-5,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-5:active,html body .theme-override-dark .border-bottom-color-info-font-5,html body .theme-override-dark .border-bottom-color-hover-info-font-5:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-5:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-5:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-5:active{border-bottom-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-left-color-info-font-5,body[data-theme-mode=dark] .border-left-color-hover-info-font-5:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-5:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-5:active,html body .theme-override-dark .border-left-color-info-font-5,html body .theme-override-dark .border-left-color-hover-info-font-5:hover,html body .theme-override-dark .border-left-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-5:focus,html body .theme-override-dark .border-left-color-focus-info-font-5:focus-within,html body .theme-override-dark .border-left-color-active-info-font-5[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-5:active{border-left-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-right-color-info-font-5,body[data-theme-mode=dark] .border-right-color-hover-info-font-5:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-5:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-5:active,html body .theme-override-dark .border-right-color-info-font-5,html body .theme-override-dark .border-right-color-hover-info-font-5:hover,html body .theme-override-dark .border-right-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-5:focus,html body .theme-override-dark .border-right-color-focus-info-font-5:focus-within,html body .theme-override-dark .border-right-color-active-info-font-5[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-5:active{border-right-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .fill-color-info-font-5,body[data-theme-mode=dark] .fill-color-hover-info-font-5:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-5:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-5:active,html body .theme-override-dark .fill-color-info-font-5,html body .theme-override-dark .fill-color-hover-info-font-5:hover,html body .theme-override-dark .fill-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-5:focus,html body .theme-override-dark .fill-color-focus-info-font-5:focus-within,html body .theme-override-dark .fill-color-active-info-font-5[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-5:active{background-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outline-color-info-font-5,body[data-theme-mode=dark] .outline-color-hover-info-font-5:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-5:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-5:active,html body .theme-override-dark .outline-color-info-font-5,html body .theme-override-dark .outline-color-hover-info-font-5:hover,html body .theme-override-dark .outline-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-5:focus,html body .theme-override-dark .outline-color-focus-info-font-5:focus-within,html body .theme-override-dark .outline-color-active-info-font-5[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-5:active{outline-color:var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outside-border-color-info-font-5,body[data-theme-mode=dark] .outside-border-color-hover-info-font-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-5:active,html body .theme-override-dark .outside-border-color-info-font-5,html body .theme-override-dark .outside-border-color-hover-info-font-5:hover,html body .theme-override-dark .outside-border-color-focus-info-font-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-5:focus,html body .theme-override-dark .outside-border-color-focus-info-font-5:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-5:active{--outside-border-color: var(--color-info-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .font-color-info-shadow-0,body[data-theme-mode=dark] .font-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .font-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .font-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .font-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-shadow-0:active,html body .theme-override-dark .font-color-info-shadow-0,html body .theme-override-dark .font-color-hover-info-shadow-0:hover,html body .theme-override-dark .font-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .font-color-focus-info-shadow-0:focus,html body .theme-override-dark .font-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .font-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .font-color-active-info-shadow-0:active{color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-color-info-shadow-0,body[data-theme-mode=dark] .border-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .border-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .border-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .border-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-shadow-0:active,html body .theme-override-dark .border-color-info-shadow-0,html body .theme-override-dark .border-color-hover-info-shadow-0:hover,html body .theme-override-dark .border-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .border-color-focus-info-shadow-0:focus,html body .theme-override-dark .border-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .border-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .border-color-active-info-shadow-0:active{border-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-top-color-info-shadow-0,body[data-theme-mode=dark] .border-top-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .border-top-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .border-top-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-shadow-0:active,html body .theme-override-dark .border-top-color-info-shadow-0,html body .theme-override-dark .border-top-color-hover-info-shadow-0:hover,html body .theme-override-dark .border-top-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-shadow-0:focus,html body .theme-override-dark .border-top-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .border-top-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .border-top-color-active-info-shadow-0:active{border-top-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-bottom-color-info-shadow-0,body[data-theme-mode=dark] .border-bottom-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-shadow-0:active,html body .theme-override-dark .border-bottom-color-info-shadow-0,html body .theme-override-dark .border-bottom-color-hover-info-shadow-0:hover,html body .theme-override-dark .border-bottom-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-shadow-0:focus,html body .theme-override-dark .border-bottom-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .border-bottom-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-shadow-0:active{border-bottom-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-left-color-info-shadow-0,body[data-theme-mode=dark] .border-left-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .border-left-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .border-left-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-shadow-0:active,html body .theme-override-dark .border-left-color-info-shadow-0,html body .theme-override-dark .border-left-color-hover-info-shadow-0:hover,html body .theme-override-dark .border-left-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-shadow-0:focus,html body .theme-override-dark .border-left-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .border-left-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .border-left-color-active-info-shadow-0:active{border-left-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-right-color-info-shadow-0,body[data-theme-mode=dark] .border-right-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .border-right-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .border-right-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-shadow-0:active,html body .theme-override-dark .border-right-color-info-shadow-0,html body .theme-override-dark .border-right-color-hover-info-shadow-0:hover,html body .theme-override-dark .border-right-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-shadow-0:focus,html body .theme-override-dark .border-right-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .border-right-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .border-right-color-active-info-shadow-0:active{border-right-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .fill-color-info-shadow-0,body[data-theme-mode=dark] .fill-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .fill-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .fill-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .fill-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-shadow-0:active,html body .theme-override-dark .fill-color-info-shadow-0,html body .theme-override-dark .fill-color-hover-info-shadow-0:hover,html body .theme-override-dark .fill-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .fill-color-focus-info-shadow-0:focus,html body .theme-override-dark .fill-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .fill-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .fill-color-active-info-shadow-0:active{background-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outline-color-info-shadow-0,body[data-theme-mode=dark] .outline-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .outline-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .outline-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .outline-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-shadow-0:active,html body .theme-override-dark .outline-color-info-shadow-0,html body .theme-override-dark .outline-color-hover-info-shadow-0:hover,html body .theme-override-dark .outline-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .outline-color-focus-info-shadow-0:focus,html body .theme-override-dark .outline-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .outline-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .outline-color-active-info-shadow-0:active{outline-color:var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outside-border-color-info-shadow-0,body[data-theme-mode=dark] .outside-border-color-hover-info-shadow-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-shadow-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-shadow-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-shadow-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-shadow-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-shadow-0:active,html body .theme-override-dark .outside-border-color-info-shadow-0,html body .theme-override-dark .outside-border-color-hover-info-shadow-0:hover,html body .theme-override-dark .outside-border-color-focus-info-shadow-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-shadow-0:focus,html body .theme-override-dark .outside-border-color-focus-info-shadow-0:focus-within,html body .theme-override-dark .outside-border-color-active-info-shadow-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-shadow-0:active{--outside-border-color: var(--color-info-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .font-color-info-primary,body[data-theme-mode=dark] .font-color-hover-info-primary:hover,body[data-theme-mode=dark] .font-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-primary:focus,body[data-theme-mode=dark] .font-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .font-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-primary:active,html body .theme-override-dark .font-color-info-primary,html body .theme-override-dark .font-color-hover-info-primary:hover,html body .theme-override-dark .font-color-focus-info-primary[data-focused=true],html body .theme-override-dark .font-color-focus-info-primary:focus,html body .theme-override-dark .font-color-focus-info-primary:focus-within,html body .theme-override-dark .font-color-active-info-primary[data-selected=true],html body .theme-override-dark .font-color-active-info-primary:active{color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-color-info-primary,body[data-theme-mode=dark] .border-color-hover-info-primary:hover,body[data-theme-mode=dark] .border-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-primary:focus,body[data-theme-mode=dark] .border-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .border-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-primary:active,html body .theme-override-dark .border-color-info-primary,html body .theme-override-dark .border-color-hover-info-primary:hover,html body .theme-override-dark .border-color-focus-info-primary[data-focused=true],html body .theme-override-dark .border-color-focus-info-primary:focus,html body .theme-override-dark .border-color-focus-info-primary:focus-within,html body .theme-override-dark .border-color-active-info-primary[data-selected=true],html body .theme-override-dark .border-color-active-info-primary:active{border-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-top-color-info-primary,body[data-theme-mode=dark] .border-top-color-hover-info-primary:hover,body[data-theme-mode=dark] .border-top-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-primary:focus,body[data-theme-mode=dark] .border-top-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-primary:active,html body .theme-override-dark .border-top-color-info-primary,html body .theme-override-dark .border-top-color-hover-info-primary:hover,html body .theme-override-dark .border-top-color-focus-info-primary[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-primary:focus,html body .theme-override-dark .border-top-color-focus-info-primary:focus-within,html body .theme-override-dark .border-top-color-active-info-primary[data-selected=true],html body .theme-override-dark .border-top-color-active-info-primary:active{border-top-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-bottom-color-info-primary,body[data-theme-mode=dark] .border-bottom-color-hover-info-primary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-primary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-primary:active,html body .theme-override-dark .border-bottom-color-info-primary,html body .theme-override-dark .border-bottom-color-hover-info-primary:hover,html body .theme-override-dark .border-bottom-color-focus-info-primary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-primary:focus,html body .theme-override-dark .border-bottom-color-focus-info-primary:focus-within,html body .theme-override-dark .border-bottom-color-active-info-primary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-primary:active{border-bottom-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-left-color-info-primary,body[data-theme-mode=dark] .border-left-color-hover-info-primary:hover,body[data-theme-mode=dark] .border-left-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-primary:focus,body[data-theme-mode=dark] .border-left-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-primary:active,html body .theme-override-dark .border-left-color-info-primary,html body .theme-override-dark .border-left-color-hover-info-primary:hover,html body .theme-override-dark .border-left-color-focus-info-primary[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-primary:focus,html body .theme-override-dark .border-left-color-focus-info-primary:focus-within,html body .theme-override-dark .border-left-color-active-info-primary[data-selected=true],html body .theme-override-dark .border-left-color-active-info-primary:active{border-left-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-right-color-info-primary,body[data-theme-mode=dark] .border-right-color-hover-info-primary:hover,body[data-theme-mode=dark] .border-right-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-primary:focus,body[data-theme-mode=dark] .border-right-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-primary:active,html body .theme-override-dark .border-right-color-info-primary,html body .theme-override-dark .border-right-color-hover-info-primary:hover,html body .theme-override-dark .border-right-color-focus-info-primary[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-primary:focus,html body .theme-override-dark .border-right-color-focus-info-primary:focus-within,html body .theme-override-dark .border-right-color-active-info-primary[data-selected=true],html body .theme-override-dark .border-right-color-active-info-primary:active{border-right-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .fill-color-info-primary,body[data-theme-mode=dark] .fill-color-hover-info-primary:hover,body[data-theme-mode=dark] .fill-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-primary:focus,body[data-theme-mode=dark] .fill-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .fill-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-primary:active,html body .theme-override-dark .fill-color-info-primary,html body .theme-override-dark .fill-color-hover-info-primary:hover,html body .theme-override-dark .fill-color-focus-info-primary[data-focused=true],html body .theme-override-dark .fill-color-focus-info-primary:focus,html body .theme-override-dark .fill-color-focus-info-primary:focus-within,html body .theme-override-dark .fill-color-active-info-primary[data-selected=true],html body .theme-override-dark .fill-color-active-info-primary:active{background-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outline-color-info-primary,body[data-theme-mode=dark] .outline-color-hover-info-primary:hover,body[data-theme-mode=dark] .outline-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-primary:focus,body[data-theme-mode=dark] .outline-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .outline-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-primary:active,html body .theme-override-dark .outline-color-info-primary,html body .theme-override-dark .outline-color-hover-info-primary:hover,html body .theme-override-dark .outline-color-focus-info-primary[data-focused=true],html body .theme-override-dark .outline-color-focus-info-primary:focus,html body .theme-override-dark .outline-color-focus-info-primary:focus-within,html body .theme-override-dark .outline-color-active-info-primary[data-selected=true],html body .theme-override-dark .outline-color-active-info-primary:active{outline-color:var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outside-border-color-info-primary,body[data-theme-mode=dark] .outside-border-color-hover-info-primary:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-primary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-primary:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-primary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-primary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-primary:active,html body .theme-override-dark .outside-border-color-info-primary,html body .theme-override-dark .outside-border-color-hover-info-primary:hover,html body .theme-override-dark .outside-border-color-focus-info-primary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-primary:focus,html body .theme-override-dark .outside-border-color-focus-info-primary:focus-within,html body .theme-override-dark .outside-border-color-active-info-primary[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-primary:active{--outside-border-color: var(--color-info-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .font-color-info-primary-foreground,body[data-theme-mode=dark] .font-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-primary-foreground:active,html body .theme-override-dark .font-color-info-primary-foreground,html body .theme-override-dark .font-color-hover-info-primary-foreground:hover,html body .theme-override-dark .font-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-info-primary-foreground:focus,html body .theme-override-dark .font-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .font-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-info-primary-foreground:active{color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-color-info-primary-foreground,body[data-theme-mode=dark] .border-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-primary-foreground:active,html body .theme-override-dark .border-color-info-primary-foreground,html body .theme-override-dark .border-color-hover-info-primary-foreground:hover,html body .theme-override-dark .border-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-info-primary-foreground:focus,html body .theme-override-dark .border-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .border-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-info-primary-foreground:active{border-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-top-color-info-primary-foreground,body[data-theme-mode=dark] .border-top-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-primary-foreground:active,html body .theme-override-dark .border-top-color-info-primary-foreground,html body .theme-override-dark .border-top-color-hover-info-primary-foreground:hover,html body .theme-override-dark .border-top-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-primary-foreground:focus,html body .theme-override-dark .border-top-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-info-primary-foreground:active{border-top-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-bottom-color-info-primary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-primary-foreground:active,html body .theme-override-dark .border-bottom-color-info-primary-foreground,html body .theme-override-dark .border-bottom-color-hover-info-primary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-primary-foreground:active{border-bottom-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-left-color-info-primary-foreground,body[data-theme-mode=dark] .border-left-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-primary-foreground:active,html body .theme-override-dark .border-left-color-info-primary-foreground,html body .theme-override-dark .border-left-color-hover-info-primary-foreground:hover,html body .theme-override-dark .border-left-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-primary-foreground:focus,html body .theme-override-dark .border-left-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-info-primary-foreground:active{border-left-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-right-color-info-primary-foreground,body[data-theme-mode=dark] .border-right-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-primary-foreground:active,html body .theme-override-dark .border-right-color-info-primary-foreground,html body .theme-override-dark .border-right-color-hover-info-primary-foreground:hover,html body .theme-override-dark .border-right-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-primary-foreground:focus,html body .theme-override-dark .border-right-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-info-primary-foreground:active{border-right-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .fill-color-info-primary-foreground,body[data-theme-mode=dark] .fill-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-primary-foreground:active,html body .theme-override-dark .fill-color-info-primary-foreground,html body .theme-override-dark .fill-color-hover-info-primary-foreground:hover,html body .theme-override-dark .fill-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-info-primary-foreground:focus,html body .theme-override-dark .fill-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .fill-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-info-primary-foreground:active{background-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outline-color-info-primary-foreground,body[data-theme-mode=dark] .outline-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-primary-foreground:active,html body .theme-override-dark .outline-color-info-primary-foreground,html body .theme-override-dark .outline-color-hover-info-primary-foreground:hover,html body .theme-override-dark .outline-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-info-primary-foreground:focus,html body .theme-override-dark .outline-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .outline-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-info-primary-foreground:active{outline-color:var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outside-border-color-info-primary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-info-primary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-primary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-primary-foreground:active,html body .theme-override-dark .outside-border-color-info-primary-foreground,html body .theme-override-dark .outside-border-color-hover-info-primary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-info-primary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-primary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-info-primary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-info-primary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-primary-foreground:active{--outside-border-color: var(--color-info-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .font-color-info-secondary,body[data-theme-mode=dark] .font-color-hover-info-secondary:hover,body[data-theme-mode=dark] .font-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-secondary:focus,body[data-theme-mode=dark] .font-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .font-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-secondary:active,html body .theme-override-dark .font-color-info-secondary,html body .theme-override-dark .font-color-hover-info-secondary:hover,html body .theme-override-dark .font-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .font-color-focus-info-secondary:focus,html body .theme-override-dark .font-color-focus-info-secondary:focus-within,html body .theme-override-dark .font-color-active-info-secondary[data-selected=true],html body .theme-override-dark .font-color-active-info-secondary:active{color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-color-info-secondary,body[data-theme-mode=dark] .border-color-hover-info-secondary:hover,body[data-theme-mode=dark] .border-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-secondary:focus,body[data-theme-mode=dark] .border-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .border-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-secondary:active,html body .theme-override-dark .border-color-info-secondary,html body .theme-override-dark .border-color-hover-info-secondary:hover,html body .theme-override-dark .border-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .border-color-focus-info-secondary:focus,html body .theme-override-dark .border-color-focus-info-secondary:focus-within,html body .theme-override-dark .border-color-active-info-secondary[data-selected=true],html body .theme-override-dark .border-color-active-info-secondary:active{border-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-top-color-info-secondary,body[data-theme-mode=dark] .border-top-color-hover-info-secondary:hover,body[data-theme-mode=dark] .border-top-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-secondary:focus,body[data-theme-mode=dark] .border-top-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-secondary:active,html body .theme-override-dark .border-top-color-info-secondary,html body .theme-override-dark .border-top-color-hover-info-secondary:hover,html body .theme-override-dark .border-top-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-secondary:focus,html body .theme-override-dark .border-top-color-focus-info-secondary:focus-within,html body .theme-override-dark .border-top-color-active-info-secondary[data-selected=true],html body .theme-override-dark .border-top-color-active-info-secondary:active{border-top-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-bottom-color-info-secondary,body[data-theme-mode=dark] .border-bottom-color-hover-info-secondary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-secondary:active,html body .theme-override-dark .border-bottom-color-info-secondary,html body .theme-override-dark .border-bottom-color-hover-info-secondary:hover,html body .theme-override-dark .border-bottom-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-secondary:focus,html body .theme-override-dark .border-bottom-color-focus-info-secondary:focus-within,html body .theme-override-dark .border-bottom-color-active-info-secondary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-secondary:active{border-bottom-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-left-color-info-secondary,body[data-theme-mode=dark] .border-left-color-hover-info-secondary:hover,body[data-theme-mode=dark] .border-left-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-secondary:focus,body[data-theme-mode=dark] .border-left-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-secondary:active,html body .theme-override-dark .border-left-color-info-secondary,html body .theme-override-dark .border-left-color-hover-info-secondary:hover,html body .theme-override-dark .border-left-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-secondary:focus,html body .theme-override-dark .border-left-color-focus-info-secondary:focus-within,html body .theme-override-dark .border-left-color-active-info-secondary[data-selected=true],html body .theme-override-dark .border-left-color-active-info-secondary:active{border-left-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-right-color-info-secondary,body[data-theme-mode=dark] .border-right-color-hover-info-secondary:hover,body[data-theme-mode=dark] .border-right-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-secondary:focus,body[data-theme-mode=dark] .border-right-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-secondary:active,html body .theme-override-dark .border-right-color-info-secondary,html body .theme-override-dark .border-right-color-hover-info-secondary:hover,html body .theme-override-dark .border-right-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-secondary:focus,html body .theme-override-dark .border-right-color-focus-info-secondary:focus-within,html body .theme-override-dark .border-right-color-active-info-secondary[data-selected=true],html body .theme-override-dark .border-right-color-active-info-secondary:active{border-right-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .fill-color-info-secondary,body[data-theme-mode=dark] .fill-color-hover-info-secondary:hover,body[data-theme-mode=dark] .fill-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-secondary:focus,body[data-theme-mode=dark] .fill-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .fill-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-secondary:active,html body .theme-override-dark .fill-color-info-secondary,html body .theme-override-dark .fill-color-hover-info-secondary:hover,html body .theme-override-dark .fill-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .fill-color-focus-info-secondary:focus,html body .theme-override-dark .fill-color-focus-info-secondary:focus-within,html body .theme-override-dark .fill-color-active-info-secondary[data-selected=true],html body .theme-override-dark .fill-color-active-info-secondary:active{background-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outline-color-info-secondary,body[data-theme-mode=dark] .outline-color-hover-info-secondary:hover,body[data-theme-mode=dark] .outline-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-secondary:focus,body[data-theme-mode=dark] .outline-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .outline-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-secondary:active,html body .theme-override-dark .outline-color-info-secondary,html body .theme-override-dark .outline-color-hover-info-secondary:hover,html body .theme-override-dark .outline-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .outline-color-focus-info-secondary:focus,html body .theme-override-dark .outline-color-focus-info-secondary:focus-within,html body .theme-override-dark .outline-color-active-info-secondary[data-selected=true],html body .theme-override-dark .outline-color-active-info-secondary:active{outline-color:var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outside-border-color-info-secondary,body[data-theme-mode=dark] .outside-border-color-hover-info-secondary:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-secondary:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-secondary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-secondary:active,html body .theme-override-dark .outside-border-color-info-secondary,html body .theme-override-dark .outside-border-color-hover-info-secondary:hover,html body .theme-override-dark .outside-border-color-focus-info-secondary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-secondary:focus,html body .theme-override-dark .outside-border-color-focus-info-secondary:focus-within,html body .theme-override-dark .outside-border-color-active-info-secondary[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-secondary:active{--outside-border-color: var(--color-info-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .font-color-info-secondary-foreground,body[data-theme-mode=dark] .font-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-secondary-foreground:active,html body .theme-override-dark .font-color-info-secondary-foreground,html body .theme-override-dark .font-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .font-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .font-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .font-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-info-secondary-foreground:active{color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-color-info-secondary-foreground,body[data-theme-mode=dark] .border-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-secondary-foreground:active,html body .theme-override-dark .border-color-info-secondary-foreground,html body .theme-override-dark .border-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .border-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .border-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .border-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-info-secondary-foreground:active{border-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-top-color-info-secondary-foreground,body[data-theme-mode=dark] .border-top-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-secondary-foreground:active,html body .theme-override-dark .border-top-color-info-secondary-foreground,html body .theme-override-dark .border-top-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .border-top-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .border-top-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-info-secondary-foreground:active{border-top-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-bottom-color-info-secondary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-secondary-foreground:active,html body .theme-override-dark .border-bottom-color-info-secondary-foreground,html body .theme-override-dark .border-bottom-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-secondary-foreground:active{border-bottom-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-left-color-info-secondary-foreground,body[data-theme-mode=dark] .border-left-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-secondary-foreground:active,html body .theme-override-dark .border-left-color-info-secondary-foreground,html body .theme-override-dark .border-left-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .border-left-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .border-left-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-info-secondary-foreground:active{border-left-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-right-color-info-secondary-foreground,body[data-theme-mode=dark] .border-right-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-secondary-foreground:active,html body .theme-override-dark .border-right-color-info-secondary-foreground,html body .theme-override-dark .border-right-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .border-right-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .border-right-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-info-secondary-foreground:active{border-right-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .fill-color-info-secondary-foreground,body[data-theme-mode=dark] .fill-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-secondary-foreground:active,html body .theme-override-dark .fill-color-info-secondary-foreground,html body .theme-override-dark .fill-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .fill-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .fill-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .fill-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-info-secondary-foreground:active{background-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outline-color-info-secondary-foreground,body[data-theme-mode=dark] .outline-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-secondary-foreground:active,html body .theme-override-dark .outline-color-info-secondary-foreground,html body .theme-override-dark .outline-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .outline-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .outline-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .outline-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-info-secondary-foreground:active{outline-color:var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outside-border-color-info-secondary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-info-secondary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-secondary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-secondary-foreground:active,html body .theme-override-dark .outside-border-color-info-secondary-foreground,html body .theme-override-dark .outside-border-color-hover-info-secondary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-info-secondary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-info-secondary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-secondary-foreground:active{--outside-border-color: var(--color-info-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .font-color-info-accent,body[data-theme-mode=dark] .font-color-hover-info-accent:hover,body[data-theme-mode=dark] .font-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-accent:focus,body[data-theme-mode=dark] .font-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .font-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-accent:active,html body .theme-override-dark .font-color-info-accent,html body .theme-override-dark .font-color-hover-info-accent:hover,html body .theme-override-dark .font-color-focus-info-accent[data-focused=true],html body .theme-override-dark .font-color-focus-info-accent:focus,html body .theme-override-dark .font-color-focus-info-accent:focus-within,html body .theme-override-dark .font-color-active-info-accent[data-selected=true],html body .theme-override-dark .font-color-active-info-accent:active{color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-color-info-accent,body[data-theme-mode=dark] .border-color-hover-info-accent:hover,body[data-theme-mode=dark] .border-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-accent:focus,body[data-theme-mode=dark] .border-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .border-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-accent:active,html body .theme-override-dark .border-color-info-accent,html body .theme-override-dark .border-color-hover-info-accent:hover,html body .theme-override-dark .border-color-focus-info-accent[data-focused=true],html body .theme-override-dark .border-color-focus-info-accent:focus,html body .theme-override-dark .border-color-focus-info-accent:focus-within,html body .theme-override-dark .border-color-active-info-accent[data-selected=true],html body .theme-override-dark .border-color-active-info-accent:active{border-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-top-color-info-accent,body[data-theme-mode=dark] .border-top-color-hover-info-accent:hover,body[data-theme-mode=dark] .border-top-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-accent:focus,body[data-theme-mode=dark] .border-top-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-accent:active,html body .theme-override-dark .border-top-color-info-accent,html body .theme-override-dark .border-top-color-hover-info-accent:hover,html body .theme-override-dark .border-top-color-focus-info-accent[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-accent:focus,html body .theme-override-dark .border-top-color-focus-info-accent:focus-within,html body .theme-override-dark .border-top-color-active-info-accent[data-selected=true],html body .theme-override-dark .border-top-color-active-info-accent:active{border-top-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-bottom-color-info-accent,body[data-theme-mode=dark] .border-bottom-color-hover-info-accent:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-accent:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-accent:active,html body .theme-override-dark .border-bottom-color-info-accent,html body .theme-override-dark .border-bottom-color-hover-info-accent:hover,html body .theme-override-dark .border-bottom-color-focus-info-accent[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-accent:focus,html body .theme-override-dark .border-bottom-color-focus-info-accent:focus-within,html body .theme-override-dark .border-bottom-color-active-info-accent[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-accent:active{border-bottom-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-left-color-info-accent,body[data-theme-mode=dark] .border-left-color-hover-info-accent:hover,body[data-theme-mode=dark] .border-left-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-accent:focus,body[data-theme-mode=dark] .border-left-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-accent:active,html body .theme-override-dark .border-left-color-info-accent,html body .theme-override-dark .border-left-color-hover-info-accent:hover,html body .theme-override-dark .border-left-color-focus-info-accent[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-accent:focus,html body .theme-override-dark .border-left-color-focus-info-accent:focus-within,html body .theme-override-dark .border-left-color-active-info-accent[data-selected=true],html body .theme-override-dark .border-left-color-active-info-accent:active{border-left-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-right-color-info-accent,body[data-theme-mode=dark] .border-right-color-hover-info-accent:hover,body[data-theme-mode=dark] .border-right-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-accent:focus,body[data-theme-mode=dark] .border-right-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-accent:active,html body .theme-override-dark .border-right-color-info-accent,html body .theme-override-dark .border-right-color-hover-info-accent:hover,html body .theme-override-dark .border-right-color-focus-info-accent[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-accent:focus,html body .theme-override-dark .border-right-color-focus-info-accent:focus-within,html body .theme-override-dark .border-right-color-active-info-accent[data-selected=true],html body .theme-override-dark .border-right-color-active-info-accent:active{border-right-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .fill-color-info-accent,body[data-theme-mode=dark] .fill-color-hover-info-accent:hover,body[data-theme-mode=dark] .fill-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-accent:focus,body[data-theme-mode=dark] .fill-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .fill-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-accent:active,html body .theme-override-dark .fill-color-info-accent,html body .theme-override-dark .fill-color-hover-info-accent:hover,html body .theme-override-dark .fill-color-focus-info-accent[data-focused=true],html body .theme-override-dark .fill-color-focus-info-accent:focus,html body .theme-override-dark .fill-color-focus-info-accent:focus-within,html body .theme-override-dark .fill-color-active-info-accent[data-selected=true],html body .theme-override-dark .fill-color-active-info-accent:active{background-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outline-color-info-accent,body[data-theme-mode=dark] .outline-color-hover-info-accent:hover,body[data-theme-mode=dark] .outline-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-accent:focus,body[data-theme-mode=dark] .outline-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .outline-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-accent:active,html body .theme-override-dark .outline-color-info-accent,html body .theme-override-dark .outline-color-hover-info-accent:hover,html body .theme-override-dark .outline-color-focus-info-accent[data-focused=true],html body .theme-override-dark .outline-color-focus-info-accent:focus,html body .theme-override-dark .outline-color-focus-info-accent:focus-within,html body .theme-override-dark .outline-color-active-info-accent[data-selected=true],html body .theme-override-dark .outline-color-active-info-accent:active{outline-color:var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outside-border-color-info-accent,body[data-theme-mode=dark] .outside-border-color-hover-info-accent:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-accent[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-accent:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-accent:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-accent[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-accent:active,html body .theme-override-dark .outside-border-color-info-accent,html body .theme-override-dark .outside-border-color-hover-info-accent:hover,html body .theme-override-dark .outside-border-color-focus-info-accent[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-accent:focus,html body .theme-override-dark .outside-border-color-focus-info-accent:focus-within,html body .theme-override-dark .outside-border-color-active-info-accent[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-accent:active{--outside-border-color: var(--color-info-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .font-color-info-accent-foreground,body[data-theme-mode=dark] .font-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .font-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .font-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-accent-foreground:active,html body .theme-override-dark .font-color-info-accent-foreground,html body .theme-override-dark .font-color-hover-info-accent-foreground:hover,html body .theme-override-dark .font-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-info-accent-foreground:focus,html body .theme-override-dark .font-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .font-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .font-color-active-info-accent-foreground:active{color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-color-info-accent-foreground,body[data-theme-mode=dark] .border-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .border-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .border-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-accent-foreground:active,html body .theme-override-dark .border-color-info-accent-foreground,html body .theme-override-dark .border-color-hover-info-accent-foreground:hover,html body .theme-override-dark .border-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-info-accent-foreground:focus,html body .theme-override-dark .border-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .border-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .border-color-active-info-accent-foreground:active{border-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-top-color-info-accent-foreground,body[data-theme-mode=dark] .border-top-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-accent-foreground:active,html body .theme-override-dark .border-top-color-info-accent-foreground,html body .theme-override-dark .border-top-color-hover-info-accent-foreground:hover,html body .theme-override-dark .border-top-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-accent-foreground:focus,html body .theme-override-dark .border-top-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .border-top-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-info-accent-foreground:active{border-top-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-bottom-color-info-accent-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-accent-foreground:active,html body .theme-override-dark .border-bottom-color-info-accent-foreground,html body .theme-override-dark .border-bottom-color-hover-info-accent-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-accent-foreground:active{border-bottom-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-left-color-info-accent-foreground,body[data-theme-mode=dark] .border-left-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-accent-foreground:active,html body .theme-override-dark .border-left-color-info-accent-foreground,html body .theme-override-dark .border-left-color-hover-info-accent-foreground:hover,html body .theme-override-dark .border-left-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-accent-foreground:focus,html body .theme-override-dark .border-left-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .border-left-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-info-accent-foreground:active{border-left-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-right-color-info-accent-foreground,body[data-theme-mode=dark] .border-right-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-accent-foreground:active,html body .theme-override-dark .border-right-color-info-accent-foreground,html body .theme-override-dark .border-right-color-hover-info-accent-foreground:hover,html body .theme-override-dark .border-right-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-accent-foreground:focus,html body .theme-override-dark .border-right-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .border-right-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-info-accent-foreground:active{border-right-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .fill-color-info-accent-foreground,body[data-theme-mode=dark] .fill-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-accent-foreground:active,html body .theme-override-dark .fill-color-info-accent-foreground,html body .theme-override-dark .fill-color-hover-info-accent-foreground:hover,html body .theme-override-dark .fill-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-info-accent-foreground:focus,html body .theme-override-dark .fill-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .fill-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-info-accent-foreground:active{background-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outline-color-info-accent-foreground,body[data-theme-mode=dark] .outline-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-accent-foreground:active,html body .theme-override-dark .outline-color-info-accent-foreground,html body .theme-override-dark .outline-color-hover-info-accent-foreground:hover,html body .theme-override-dark .outline-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-info-accent-foreground:focus,html body .theme-override-dark .outline-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .outline-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-info-accent-foreground:active{outline-color:var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outside-border-color-info-accent-foreground,body[data-theme-mode=dark] .outside-border-color-hover-info-accent-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-accent-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-accent-foreground:active,html body .theme-override-dark .outside-border-color-info-accent-foreground,html body .theme-override-dark .outside-border-color-hover-info-accent-foreground:hover,html body .theme-override-dark .outside-border-color-focus-info-accent-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-accent-foreground:focus,html body .theme-override-dark .outside-border-color-focus-info-accent-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-info-accent-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-accent-foreground:active{--outside-border-color: var(--color-info-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .font-color-info-background,body[data-theme-mode=dark] .font-color-hover-info-background:hover,body[data-theme-mode=dark] .font-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background:focus,body[data-theme-mode=dark] .font-color-focus-info-background:focus-within,body[data-theme-mode=dark] .font-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background:active,html body .theme-override-dark .font-color-info-background,html body .theme-override-dark .font-color-hover-info-background:hover,html body .theme-override-dark .font-color-focus-info-background[data-focused=true],html body .theme-override-dark .font-color-focus-info-background:focus,html body .theme-override-dark .font-color-focus-info-background:focus-within,html body .theme-override-dark .font-color-active-info-background[data-selected=true],html body .theme-override-dark .font-color-active-info-background:active{color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-color-info-background,body[data-theme-mode=dark] .border-color-hover-info-background:hover,body[data-theme-mode=dark] .border-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background:focus,body[data-theme-mode=dark] .border-color-focus-info-background:focus-within,body[data-theme-mode=dark] .border-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background:active,html body .theme-override-dark .border-color-info-background,html body .theme-override-dark .border-color-hover-info-background:hover,html body .theme-override-dark .border-color-focus-info-background[data-focused=true],html body .theme-override-dark .border-color-focus-info-background:focus,html body .theme-override-dark .border-color-focus-info-background:focus-within,html body .theme-override-dark .border-color-active-info-background[data-selected=true],html body .theme-override-dark .border-color-active-info-background:active{border-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-top-color-info-background,body[data-theme-mode=dark] .border-top-color-hover-info-background:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background:active,html body .theme-override-dark .border-top-color-info-background,html body .theme-override-dark .border-top-color-hover-info-background:hover,html body .theme-override-dark .border-top-color-focus-info-background[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background:focus,html body .theme-override-dark .border-top-color-focus-info-background:focus-within,html body .theme-override-dark .border-top-color-active-info-background[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background:active{border-top-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-bottom-color-info-background,body[data-theme-mode=dark] .border-bottom-color-hover-info-background:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background:active,html body .theme-override-dark .border-bottom-color-info-background,html body .theme-override-dark .border-bottom-color-hover-info-background:hover,html body .theme-override-dark .border-bottom-color-focus-info-background[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background:focus,html body .theme-override-dark .border-bottom-color-focus-info-background:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background:active{border-bottom-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-left-color-info-background,body[data-theme-mode=dark] .border-left-color-hover-info-background:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background:active,html body .theme-override-dark .border-left-color-info-background,html body .theme-override-dark .border-left-color-hover-info-background:hover,html body .theme-override-dark .border-left-color-focus-info-background[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background:focus,html body .theme-override-dark .border-left-color-focus-info-background:focus-within,html body .theme-override-dark .border-left-color-active-info-background[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background:active{border-left-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-right-color-info-background,body[data-theme-mode=dark] .border-right-color-hover-info-background:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background:active,html body .theme-override-dark .border-right-color-info-background,html body .theme-override-dark .border-right-color-hover-info-background:hover,html body .theme-override-dark .border-right-color-focus-info-background[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background:focus,html body .theme-override-dark .border-right-color-focus-info-background:focus-within,html body .theme-override-dark .border-right-color-active-info-background[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background:active{border-right-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .fill-color-info-background,body[data-theme-mode=dark] .fill-color-hover-info-background:hover,body[data-theme-mode=dark] .fill-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background:focus,body[data-theme-mode=dark] .fill-color-focus-info-background:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background:active,html body .theme-override-dark .fill-color-info-background,html body .theme-override-dark .fill-color-hover-info-background:hover,html body .theme-override-dark .fill-color-focus-info-background[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background:focus,html body .theme-override-dark .fill-color-focus-info-background:focus-within,html body .theme-override-dark .fill-color-active-info-background[data-selected=true],html body .theme-override-dark .fill-color-active-info-background:active{background-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .outline-color-info-background,body[data-theme-mode=dark] .outline-color-hover-info-background:hover,body[data-theme-mode=dark] .outline-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background:focus,body[data-theme-mode=dark] .outline-color-focus-info-background:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background:active,html body .theme-override-dark .outline-color-info-background,html body .theme-override-dark .outline-color-hover-info-background:hover,html body .theme-override-dark .outline-color-focus-info-background[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background:focus,html body .theme-override-dark .outline-color-focus-info-background:focus-within,html body .theme-override-dark .outline-color-active-info-background[data-selected=true],html body .theme-override-dark .outline-color-active-info-background:active{outline-color:var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .outside-border-color-info-background,body[data-theme-mode=dark] .outside-border-color-hover-info-background:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background:active,html body .theme-override-dark .outside-border-color-info-background,html body .theme-override-dark .outside-border-color-hover-info-background:hover,html body .theme-override-dark .outside-border-color-focus-info-background[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background:focus,html body .theme-override-dark .outside-border-color-focus-info-background:focus-within,html body .theme-override-dark .outside-border-color-active-info-background[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background:active{--outside-border-color: var(--color-info-background, var(--color-dark-background))}body[data-theme-mode=dark] .font-color-info-background-surface,body[data-theme-mode=dark] .font-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .font-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .font-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-surface:active,html body .theme-override-dark .font-color-info-background-surface,html body .theme-override-dark .font-color-hover-info-background-surface:hover,html body .theme-override-dark .font-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-surface:focus,html body .theme-override-dark .font-color-focus-info-background-surface:focus-within,html body .theme-override-dark .font-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .font-color-active-info-background-surface:active{color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-color-info-background-surface,body[data-theme-mode=dark] .border-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .border-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .border-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-surface:active,html body .theme-override-dark .border-color-info-background-surface,html body .theme-override-dark .border-color-hover-info-background-surface:hover,html body .theme-override-dark .border-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-surface:focus,html body .theme-override-dark .border-color-focus-info-background-surface:focus-within,html body .theme-override-dark .border-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .border-color-active-info-background-surface:active{border-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-top-color-info-background-surface,body[data-theme-mode=dark] .border-top-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-surface:active,html body .theme-override-dark .border-top-color-info-background-surface,html body .theme-override-dark .border-top-color-hover-info-background-surface:hover,html body .theme-override-dark .border-top-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-surface:focus,html body .theme-override-dark .border-top-color-focus-info-background-surface:focus-within,html body .theme-override-dark .border-top-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-surface:active{border-top-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-bottom-color-info-background-surface,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-surface:active,html body .theme-override-dark .border-bottom-color-info-background-surface,html body .theme-override-dark .border-bottom-color-hover-info-background-surface:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-surface:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-surface:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-surface:active{border-bottom-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-left-color-info-background-surface,body[data-theme-mode=dark] .border-left-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-surface:active,html body .theme-override-dark .border-left-color-info-background-surface,html body .theme-override-dark .border-left-color-hover-info-background-surface:hover,html body .theme-override-dark .border-left-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-surface:focus,html body .theme-override-dark .border-left-color-focus-info-background-surface:focus-within,html body .theme-override-dark .border-left-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-surface:active{border-left-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-right-color-info-background-surface,body[data-theme-mode=dark] .border-right-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-surface:active,html body .theme-override-dark .border-right-color-info-background-surface,html body .theme-override-dark .border-right-color-hover-info-background-surface:hover,html body .theme-override-dark .border-right-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-surface:focus,html body .theme-override-dark .border-right-color-focus-info-background-surface:focus-within,html body .theme-override-dark .border-right-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-surface:active{border-right-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .fill-color-info-background-surface,body[data-theme-mode=dark] .fill-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-surface:active,html body .theme-override-dark .fill-color-info-background-surface,html body .theme-override-dark .fill-color-hover-info-background-surface:hover,html body .theme-override-dark .fill-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-surface:focus,html body .theme-override-dark .fill-color-focus-info-background-surface:focus-within,html body .theme-override-dark .fill-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-surface:active{background-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outline-color-info-background-surface,body[data-theme-mode=dark] .outline-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-surface:active,html body .theme-override-dark .outline-color-info-background-surface,html body .theme-override-dark .outline-color-hover-info-background-surface:hover,html body .theme-override-dark .outline-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-surface:focus,html body .theme-override-dark .outline-color-focus-info-background-surface:focus-within,html body .theme-override-dark .outline-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-surface:active{outline-color:var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outside-border-color-info-background-surface,body[data-theme-mode=dark] .outside-border-color-hover-info-background-surface:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-surface[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-surface:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-surface:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-surface[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-surface:active,html body .theme-override-dark .outside-border-color-info-background-surface,html body .theme-override-dark .outside-border-color-hover-info-background-surface:hover,html body .theme-override-dark .outside-border-color-focus-info-background-surface[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-surface:focus,html body .theme-override-dark .outside-border-color-focus-info-background-surface:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-surface[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-surface:active{--outside-border-color: var(--color-info-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .font-color-info-background-ghost,body[data-theme-mode=dark] .font-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .font-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .font-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-ghost:active,html body .theme-override-dark .font-color-info-background-ghost,html body .theme-override-dark .font-color-hover-info-background-ghost:hover,html body .theme-override-dark .font-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-ghost:focus,html body .theme-override-dark .font-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .font-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .font-color-active-info-background-ghost:active{color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-color-info-background-ghost,body[data-theme-mode=dark] .border-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .border-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .border-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-ghost:active,html body .theme-override-dark .border-color-info-background-ghost,html body .theme-override-dark .border-color-hover-info-background-ghost:hover,html body .theme-override-dark .border-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-ghost:focus,html body .theme-override-dark .border-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .border-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .border-color-active-info-background-ghost:active{border-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-top-color-info-background-ghost,body[data-theme-mode=dark] .border-top-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-ghost:active,html body .theme-override-dark .border-top-color-info-background-ghost,html body .theme-override-dark .border-top-color-hover-info-background-ghost:hover,html body .theme-override-dark .border-top-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-ghost:focus,html body .theme-override-dark .border-top-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .border-top-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-ghost:active{border-top-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-bottom-color-info-background-ghost,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-ghost:active,html body .theme-override-dark .border-bottom-color-info-background-ghost,html body .theme-override-dark .border-bottom-color-hover-info-background-ghost:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-ghost:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-ghost:active{border-bottom-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-left-color-info-background-ghost,body[data-theme-mode=dark] .border-left-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-ghost:active,html body .theme-override-dark .border-left-color-info-background-ghost,html body .theme-override-dark .border-left-color-hover-info-background-ghost:hover,html body .theme-override-dark .border-left-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-ghost:focus,html body .theme-override-dark .border-left-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .border-left-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-ghost:active{border-left-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-right-color-info-background-ghost,body[data-theme-mode=dark] .border-right-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-ghost:active,html body .theme-override-dark .border-right-color-info-background-ghost,html body .theme-override-dark .border-right-color-hover-info-background-ghost:hover,html body .theme-override-dark .border-right-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-ghost:focus,html body .theme-override-dark .border-right-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .border-right-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-ghost:active{border-right-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .fill-color-info-background-ghost,body[data-theme-mode=dark] .fill-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-ghost:active,html body .theme-override-dark .fill-color-info-background-ghost,html body .theme-override-dark .fill-color-hover-info-background-ghost:hover,html body .theme-override-dark .fill-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-ghost:focus,html body .theme-override-dark .fill-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .fill-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-ghost:active{background-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outline-color-info-background-ghost,body[data-theme-mode=dark] .outline-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-ghost:active,html body .theme-override-dark .outline-color-info-background-ghost,html body .theme-override-dark .outline-color-hover-info-background-ghost:hover,html body .theme-override-dark .outline-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-ghost:focus,html body .theme-override-dark .outline-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .outline-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-ghost:active{outline-color:var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outside-border-color-info-background-ghost,body[data-theme-mode=dark] .outside-border-color-hover-info-background-ghost:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-ghost[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-ghost:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-ghost:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-ghost[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-ghost:active,html body .theme-override-dark .outside-border-color-info-background-ghost,html body .theme-override-dark .outside-border-color-hover-info-background-ghost:hover,html body .theme-override-dark .outside-border-color-focus-info-background-ghost[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-ghost:focus,html body .theme-override-dark .outside-border-color-focus-info-background-ghost:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-ghost[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-ghost:active{--outside-border-color: var(--color-info-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .font-color-info-background-flat,body[data-theme-mode=dark] .font-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .font-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .font-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-flat:active,html body .theme-override-dark .font-color-info-background-flat,html body .theme-override-dark .font-color-hover-info-background-flat:hover,html body .theme-override-dark .font-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-flat:focus,html body .theme-override-dark .font-color-focus-info-background-flat:focus-within,html body .theme-override-dark .font-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .font-color-active-info-background-flat:active{color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-color-info-background-flat,body[data-theme-mode=dark] .border-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .border-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .border-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-flat:active,html body .theme-override-dark .border-color-info-background-flat,html body .theme-override-dark .border-color-hover-info-background-flat:hover,html body .theme-override-dark .border-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-flat:focus,html body .theme-override-dark .border-color-focus-info-background-flat:focus-within,html body .theme-override-dark .border-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .border-color-active-info-background-flat:active{border-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-top-color-info-background-flat,body[data-theme-mode=dark] .border-top-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-flat:active,html body .theme-override-dark .border-top-color-info-background-flat,html body .theme-override-dark .border-top-color-hover-info-background-flat:hover,html body .theme-override-dark .border-top-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-flat:focus,html body .theme-override-dark .border-top-color-focus-info-background-flat:focus-within,html body .theme-override-dark .border-top-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-flat:active{border-top-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-bottom-color-info-background-flat,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-flat:active,html body .theme-override-dark .border-bottom-color-info-background-flat,html body .theme-override-dark .border-bottom-color-hover-info-background-flat:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-flat:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-flat:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-flat:active{border-bottom-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-left-color-info-background-flat,body[data-theme-mode=dark] .border-left-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-flat:active,html body .theme-override-dark .border-left-color-info-background-flat,html body .theme-override-dark .border-left-color-hover-info-background-flat:hover,html body .theme-override-dark .border-left-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-flat:focus,html body .theme-override-dark .border-left-color-focus-info-background-flat:focus-within,html body .theme-override-dark .border-left-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-flat:active{border-left-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-right-color-info-background-flat,body[data-theme-mode=dark] .border-right-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-flat:active,html body .theme-override-dark .border-right-color-info-background-flat,html body .theme-override-dark .border-right-color-hover-info-background-flat:hover,html body .theme-override-dark .border-right-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-flat:focus,html body .theme-override-dark .border-right-color-focus-info-background-flat:focus-within,html body .theme-override-dark .border-right-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-flat:active{border-right-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .fill-color-info-background-flat,body[data-theme-mode=dark] .fill-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-flat:active,html body .theme-override-dark .fill-color-info-background-flat,html body .theme-override-dark .fill-color-hover-info-background-flat:hover,html body .theme-override-dark .fill-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-flat:focus,html body .theme-override-dark .fill-color-focus-info-background-flat:focus-within,html body .theme-override-dark .fill-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-flat:active{background-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outline-color-info-background-flat,body[data-theme-mode=dark] .outline-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-flat:active,html body .theme-override-dark .outline-color-info-background-flat,html body .theme-override-dark .outline-color-hover-info-background-flat:hover,html body .theme-override-dark .outline-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-flat:focus,html body .theme-override-dark .outline-color-focus-info-background-flat:focus-within,html body .theme-override-dark .outline-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-flat:active{outline-color:var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outside-border-color-info-background-flat,body[data-theme-mode=dark] .outside-border-color-hover-info-background-flat:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-flat[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-flat:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-flat:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-flat[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-flat:active,html body .theme-override-dark .outside-border-color-info-background-flat,html body .theme-override-dark .outside-border-color-hover-info-background-flat:hover,html body .theme-override-dark .outside-border-color-focus-info-background-flat[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-flat:focus,html body .theme-override-dark .outside-border-color-focus-info-background-flat:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-flat[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-flat:active{--outside-border-color: var(--color-info-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .font-color-info-background-card,body[data-theme-mode=dark] .font-color-hover-info-background-card:hover,body[data-theme-mode=dark] .font-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-card:focus,body[data-theme-mode=dark] .font-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-card:active,html body .theme-override-dark .font-color-info-background-card,html body .theme-override-dark .font-color-hover-info-background-card:hover,html body .theme-override-dark .font-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-card:focus,html body .theme-override-dark .font-color-focus-info-background-card:focus-within,html body .theme-override-dark .font-color-active-info-background-card[data-selected=true],html body .theme-override-dark .font-color-active-info-background-card:active{color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-color-info-background-card,body[data-theme-mode=dark] .border-color-hover-info-background-card:hover,body[data-theme-mode=dark] .border-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-card:focus,body[data-theme-mode=dark] .border-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-card:active,html body .theme-override-dark .border-color-info-background-card,html body .theme-override-dark .border-color-hover-info-background-card:hover,html body .theme-override-dark .border-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-card:focus,html body .theme-override-dark .border-color-focus-info-background-card:focus-within,html body .theme-override-dark .border-color-active-info-background-card[data-selected=true],html body .theme-override-dark .border-color-active-info-background-card:active{border-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-top-color-info-background-card,body[data-theme-mode=dark] .border-top-color-hover-info-background-card:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-card:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-card:active,html body .theme-override-dark .border-top-color-info-background-card,html body .theme-override-dark .border-top-color-hover-info-background-card:hover,html body .theme-override-dark .border-top-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-card:focus,html body .theme-override-dark .border-top-color-focus-info-background-card:focus-within,html body .theme-override-dark .border-top-color-active-info-background-card[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-card:active{border-top-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-bottom-color-info-background-card,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-card:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-card:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-card:active,html body .theme-override-dark .border-bottom-color-info-background-card,html body .theme-override-dark .border-bottom-color-hover-info-background-card:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-card:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-card:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-card[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-card:active{border-bottom-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-left-color-info-background-card,body[data-theme-mode=dark] .border-left-color-hover-info-background-card:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-card:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-card:active,html body .theme-override-dark .border-left-color-info-background-card,html body .theme-override-dark .border-left-color-hover-info-background-card:hover,html body .theme-override-dark .border-left-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-card:focus,html body .theme-override-dark .border-left-color-focus-info-background-card:focus-within,html body .theme-override-dark .border-left-color-active-info-background-card[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-card:active{border-left-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-right-color-info-background-card,body[data-theme-mode=dark] .border-right-color-hover-info-background-card:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-card:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-card:active,html body .theme-override-dark .border-right-color-info-background-card,html body .theme-override-dark .border-right-color-hover-info-background-card:hover,html body .theme-override-dark .border-right-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-card:focus,html body .theme-override-dark .border-right-color-focus-info-background-card:focus-within,html body .theme-override-dark .border-right-color-active-info-background-card[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-card:active{border-right-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .fill-color-info-background-card,body[data-theme-mode=dark] .fill-color-hover-info-background-card:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-card:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-card:active,html body .theme-override-dark .fill-color-info-background-card,html body .theme-override-dark .fill-color-hover-info-background-card:hover,html body .theme-override-dark .fill-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-card:focus,html body .theme-override-dark .fill-color-focus-info-background-card:focus-within,html body .theme-override-dark .fill-color-active-info-background-card[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-card:active{background-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outline-color-info-background-card,body[data-theme-mode=dark] .outline-color-hover-info-background-card:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-card:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-card:active,html body .theme-override-dark .outline-color-info-background-card,html body .theme-override-dark .outline-color-hover-info-background-card:hover,html body .theme-override-dark .outline-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-card:focus,html body .theme-override-dark .outline-color-focus-info-background-card:focus-within,html body .theme-override-dark .outline-color-active-info-background-card[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-card:active{outline-color:var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outside-border-color-info-background-card,body[data-theme-mode=dark] .outside-border-color-hover-info-background-card:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-card[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-card:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-card:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-card[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-card:active,html body .theme-override-dark .outside-border-color-info-background-card,html body .theme-override-dark .outside-border-color-hover-info-background-card:hover,html body .theme-override-dark .outside-border-color-focus-info-background-card[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-card:focus,html body .theme-override-dark .outside-border-color-focus-info-background-card:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-card[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-card:active{--outside-border-color: var(--color-info-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .font-color-info-background-panel,body[data-theme-mode=dark] .font-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .font-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .font-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-panel:active,html body .theme-override-dark .font-color-info-background-panel,html body .theme-override-dark .font-color-hover-info-background-panel:hover,html body .theme-override-dark .font-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-panel:focus,html body .theme-override-dark .font-color-focus-info-background-panel:focus-within,html body .theme-override-dark .font-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .font-color-active-info-background-panel:active{color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-color-info-background-panel,body[data-theme-mode=dark] .border-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .border-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .border-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-panel:active,html body .theme-override-dark .border-color-info-background-panel,html body .theme-override-dark .border-color-hover-info-background-panel:hover,html body .theme-override-dark .border-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-panel:focus,html body .theme-override-dark .border-color-focus-info-background-panel:focus-within,html body .theme-override-dark .border-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .border-color-active-info-background-panel:active{border-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-top-color-info-background-panel,body[data-theme-mode=dark] .border-top-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-panel:active,html body .theme-override-dark .border-top-color-info-background-panel,html body .theme-override-dark .border-top-color-hover-info-background-panel:hover,html body .theme-override-dark .border-top-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-panel:focus,html body .theme-override-dark .border-top-color-focus-info-background-panel:focus-within,html body .theme-override-dark .border-top-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-panel:active{border-top-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-bottom-color-info-background-panel,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-panel:active,html body .theme-override-dark .border-bottom-color-info-background-panel,html body .theme-override-dark .border-bottom-color-hover-info-background-panel:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-panel:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-panel:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-panel:active{border-bottom-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-left-color-info-background-panel,body[data-theme-mode=dark] .border-left-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-panel:active,html body .theme-override-dark .border-left-color-info-background-panel,html body .theme-override-dark .border-left-color-hover-info-background-panel:hover,html body .theme-override-dark .border-left-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-panel:focus,html body .theme-override-dark .border-left-color-focus-info-background-panel:focus-within,html body .theme-override-dark .border-left-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-panel:active{border-left-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-right-color-info-background-panel,body[data-theme-mode=dark] .border-right-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-panel:active,html body .theme-override-dark .border-right-color-info-background-panel,html body .theme-override-dark .border-right-color-hover-info-background-panel:hover,html body .theme-override-dark .border-right-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-panel:focus,html body .theme-override-dark .border-right-color-focus-info-background-panel:focus-within,html body .theme-override-dark .border-right-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-panel:active{border-right-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .fill-color-info-background-panel,body[data-theme-mode=dark] .fill-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-panel:active,html body .theme-override-dark .fill-color-info-background-panel,html body .theme-override-dark .fill-color-hover-info-background-panel:hover,html body .theme-override-dark .fill-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-panel:focus,html body .theme-override-dark .fill-color-focus-info-background-panel:focus-within,html body .theme-override-dark .fill-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-panel:active{background-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outline-color-info-background-panel,body[data-theme-mode=dark] .outline-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-panel:active,html body .theme-override-dark .outline-color-info-background-panel,html body .theme-override-dark .outline-color-hover-info-background-panel:hover,html body .theme-override-dark .outline-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-panel:focus,html body .theme-override-dark .outline-color-focus-info-background-panel:focus-within,html body .theme-override-dark .outline-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-panel:active{outline-color:var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outside-border-color-info-background-panel,body[data-theme-mode=dark] .outside-border-color-hover-info-background-panel:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-panel[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-panel:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-panel:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-panel[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-panel:active,html body .theme-override-dark .outside-border-color-info-background-panel,html body .theme-override-dark .outside-border-color-hover-info-background-panel:hover,html body .theme-override-dark .outside-border-color-focus-info-background-panel[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-panel:focus,html body .theme-override-dark .outside-border-color-focus-info-background-panel:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-panel[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-panel:active{--outside-border-color: var(--color-info-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .font-color-info-background-field,body[data-theme-mode=dark] .font-color-hover-info-background-field:hover,body[data-theme-mode=dark] .font-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-background-field:focus,body[data-theme-mode=dark] .font-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .font-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-background-field:active,html body .theme-override-dark .font-color-info-background-field,html body .theme-override-dark .font-color-hover-info-background-field:hover,html body .theme-override-dark .font-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .font-color-focus-info-background-field:focus,html body .theme-override-dark .font-color-focus-info-background-field:focus-within,html body .theme-override-dark .font-color-active-info-background-field[data-selected=true],html body .theme-override-dark .font-color-active-info-background-field:active{color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-color-info-background-field,body[data-theme-mode=dark] .border-color-hover-info-background-field:hover,body[data-theme-mode=dark] .border-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-background-field:focus,body[data-theme-mode=dark] .border-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .border-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-background-field:active,html body .theme-override-dark .border-color-info-background-field,html body .theme-override-dark .border-color-hover-info-background-field:hover,html body .theme-override-dark .border-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .border-color-focus-info-background-field:focus,html body .theme-override-dark .border-color-focus-info-background-field:focus-within,html body .theme-override-dark .border-color-active-info-background-field[data-selected=true],html body .theme-override-dark .border-color-active-info-background-field:active{border-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-top-color-info-background-field,body[data-theme-mode=dark] .border-top-color-hover-info-background-field:hover,body[data-theme-mode=dark] .border-top-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-background-field:focus,body[data-theme-mode=dark] .border-top-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-background-field:active,html body .theme-override-dark .border-top-color-info-background-field,html body .theme-override-dark .border-top-color-hover-info-background-field:hover,html body .theme-override-dark .border-top-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-background-field:focus,html body .theme-override-dark .border-top-color-focus-info-background-field:focus-within,html body .theme-override-dark .border-top-color-active-info-background-field[data-selected=true],html body .theme-override-dark .border-top-color-active-info-background-field:active{border-top-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-bottom-color-info-background-field,body[data-theme-mode=dark] .border-bottom-color-hover-info-background-field:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-background-field:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-background-field:active,html body .theme-override-dark .border-bottom-color-info-background-field,html body .theme-override-dark .border-bottom-color-hover-info-background-field:hover,html body .theme-override-dark .border-bottom-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-background-field:focus,html body .theme-override-dark .border-bottom-color-focus-info-background-field:focus-within,html body .theme-override-dark .border-bottom-color-active-info-background-field[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-background-field:active{border-bottom-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-left-color-info-background-field,body[data-theme-mode=dark] .border-left-color-hover-info-background-field:hover,body[data-theme-mode=dark] .border-left-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-background-field:focus,body[data-theme-mode=dark] .border-left-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-background-field:active,html body .theme-override-dark .border-left-color-info-background-field,html body .theme-override-dark .border-left-color-hover-info-background-field:hover,html body .theme-override-dark .border-left-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-background-field:focus,html body .theme-override-dark .border-left-color-focus-info-background-field:focus-within,html body .theme-override-dark .border-left-color-active-info-background-field[data-selected=true],html body .theme-override-dark .border-left-color-active-info-background-field:active{border-left-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-right-color-info-background-field,body[data-theme-mode=dark] .border-right-color-hover-info-background-field:hover,body[data-theme-mode=dark] .border-right-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-background-field:focus,body[data-theme-mode=dark] .border-right-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-background-field:active,html body .theme-override-dark .border-right-color-info-background-field,html body .theme-override-dark .border-right-color-hover-info-background-field:hover,html body .theme-override-dark .border-right-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-background-field:focus,html body .theme-override-dark .border-right-color-focus-info-background-field:focus-within,html body .theme-override-dark .border-right-color-active-info-background-field[data-selected=true],html body .theme-override-dark .border-right-color-active-info-background-field:active{border-right-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .fill-color-info-background-field,body[data-theme-mode=dark] .fill-color-hover-info-background-field:hover,body[data-theme-mode=dark] .fill-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-background-field:focus,body[data-theme-mode=dark] .fill-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .fill-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-background-field:active,html body .theme-override-dark .fill-color-info-background-field,html body .theme-override-dark .fill-color-hover-info-background-field:hover,html body .theme-override-dark .fill-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .fill-color-focus-info-background-field:focus,html body .theme-override-dark .fill-color-focus-info-background-field:focus-within,html body .theme-override-dark .fill-color-active-info-background-field[data-selected=true],html body .theme-override-dark .fill-color-active-info-background-field:active{background-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outline-color-info-background-field,body[data-theme-mode=dark] .outline-color-hover-info-background-field:hover,body[data-theme-mode=dark] .outline-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-background-field:focus,body[data-theme-mode=dark] .outline-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .outline-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-background-field:active,html body .theme-override-dark .outline-color-info-background-field,html body .theme-override-dark .outline-color-hover-info-background-field:hover,html body .theme-override-dark .outline-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .outline-color-focus-info-background-field:focus,html body .theme-override-dark .outline-color-focus-info-background-field:focus-within,html body .theme-override-dark .outline-color-active-info-background-field[data-selected=true],html body .theme-override-dark .outline-color-active-info-background-field:active{outline-color:var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outside-border-color-info-background-field,body[data-theme-mode=dark] .outside-border-color-hover-info-background-field:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-background-field[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-background-field:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-background-field:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-background-field[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-background-field:active,html body .theme-override-dark .outside-border-color-info-background-field,html body .theme-override-dark .outside-border-color-hover-info-background-field:hover,html body .theme-override-dark .outside-border-color-focus-info-background-field[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-background-field:focus,html body .theme-override-dark .outside-border-color-focus-info-background-field:focus-within,html body .theme-override-dark .outside-border-color-active-info-background-field[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-background-field:active{--outside-border-color: var(--color-info-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .font-color-info-font,body[data-theme-mode=dark] .font-color-hover-info-font:hover,body[data-theme-mode=dark] .font-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font:focus,body[data-theme-mode=dark] .font-color-focus-info-font:focus-within,body[data-theme-mode=dark] .font-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font:active,html body .theme-override-dark .font-color-info-font,html body .theme-override-dark .font-color-hover-info-font:hover,html body .theme-override-dark .font-color-focus-info-font[data-focused=true],html body .theme-override-dark .font-color-focus-info-font:focus,html body .theme-override-dark .font-color-focus-info-font:focus-within,html body .theme-override-dark .font-color-active-info-font[data-selected=true],html body .theme-override-dark .font-color-active-info-font:active{color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-color-info-font,body[data-theme-mode=dark] .border-color-hover-info-font:hover,body[data-theme-mode=dark] .border-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font:focus,body[data-theme-mode=dark] .border-color-focus-info-font:focus-within,body[data-theme-mode=dark] .border-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font:active,html body .theme-override-dark .border-color-info-font,html body .theme-override-dark .border-color-hover-info-font:hover,html body .theme-override-dark .border-color-focus-info-font[data-focused=true],html body .theme-override-dark .border-color-focus-info-font:focus,html body .theme-override-dark .border-color-focus-info-font:focus-within,html body .theme-override-dark .border-color-active-info-font[data-selected=true],html body .theme-override-dark .border-color-active-info-font:active{border-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-top-color-info-font,body[data-theme-mode=dark] .border-top-color-hover-info-font:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font:active,html body .theme-override-dark .border-top-color-info-font,html body .theme-override-dark .border-top-color-hover-info-font:hover,html body .theme-override-dark .border-top-color-focus-info-font[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font:focus,html body .theme-override-dark .border-top-color-focus-info-font:focus-within,html body .theme-override-dark .border-top-color-active-info-font[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font:active{border-top-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-bottom-color-info-font,body[data-theme-mode=dark] .border-bottom-color-hover-info-font:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font:active,html body .theme-override-dark .border-bottom-color-info-font,html body .theme-override-dark .border-bottom-color-hover-info-font:hover,html body .theme-override-dark .border-bottom-color-focus-info-font[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font:focus,html body .theme-override-dark .border-bottom-color-focus-info-font:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font:active{border-bottom-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-left-color-info-font,body[data-theme-mode=dark] .border-left-color-hover-info-font:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font:active,html body .theme-override-dark .border-left-color-info-font,html body .theme-override-dark .border-left-color-hover-info-font:hover,html body .theme-override-dark .border-left-color-focus-info-font[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font:focus,html body .theme-override-dark .border-left-color-focus-info-font:focus-within,html body .theme-override-dark .border-left-color-active-info-font[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font:active{border-left-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-right-color-info-font,body[data-theme-mode=dark] .border-right-color-hover-info-font:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font:active,html body .theme-override-dark .border-right-color-info-font,html body .theme-override-dark .border-right-color-hover-info-font:hover,html body .theme-override-dark .border-right-color-focus-info-font[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font:focus,html body .theme-override-dark .border-right-color-focus-info-font:focus-within,html body .theme-override-dark .border-right-color-active-info-font[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font:active{border-right-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .fill-color-info-font,body[data-theme-mode=dark] .fill-color-hover-info-font:hover,body[data-theme-mode=dark] .fill-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font:focus,body[data-theme-mode=dark] .fill-color-focus-info-font:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font:active,html body .theme-override-dark .fill-color-info-font,html body .theme-override-dark .fill-color-hover-info-font:hover,html body .theme-override-dark .fill-color-focus-info-font[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font:focus,html body .theme-override-dark .fill-color-focus-info-font:focus-within,html body .theme-override-dark .fill-color-active-info-font[data-selected=true],html body .theme-override-dark .fill-color-active-info-font:active{background-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .outline-color-info-font,body[data-theme-mode=dark] .outline-color-hover-info-font:hover,body[data-theme-mode=dark] .outline-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font:focus,body[data-theme-mode=dark] .outline-color-focus-info-font:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font:active,html body .theme-override-dark .outline-color-info-font,html body .theme-override-dark .outline-color-hover-info-font:hover,html body .theme-override-dark .outline-color-focus-info-font[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font:focus,html body .theme-override-dark .outline-color-focus-info-font:focus-within,html body .theme-override-dark .outline-color-active-info-font[data-selected=true],html body .theme-override-dark .outline-color-active-info-font:active{outline-color:var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .outside-border-color-info-font,body[data-theme-mode=dark] .outside-border-color-hover-info-font:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font:active,html body .theme-override-dark .outside-border-color-info-font,html body .theme-override-dark .outside-border-color-hover-info-font:hover,html body .theme-override-dark .outside-border-color-focus-info-font[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font:focus,html body .theme-override-dark .outside-border-color-focus-info-font:focus-within,html body .theme-override-dark .outside-border-color-active-info-font[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font:active{--outside-border-color: var(--color-info-font, var(--color-dark-font))}body[data-theme-mode=dark] .font-color-info-font-muted,body[data-theme-mode=dark] .font-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .font-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .font-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-muted:active,html body .theme-override-dark .font-color-info-font-muted,html body .theme-override-dark .font-color-hover-info-font-muted:hover,html body .theme-override-dark .font-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-muted:focus,html body .theme-override-dark .font-color-focus-info-font-muted:focus-within,html body .theme-override-dark .font-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .font-color-active-info-font-muted:active{color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-color-info-font-muted,body[data-theme-mode=dark] .border-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .border-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .border-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-muted:active,html body .theme-override-dark .border-color-info-font-muted,html body .theme-override-dark .border-color-hover-info-font-muted:hover,html body .theme-override-dark .border-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-muted:focus,html body .theme-override-dark .border-color-focus-info-font-muted:focus-within,html body .theme-override-dark .border-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .border-color-active-info-font-muted:active{border-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-top-color-info-font-muted,body[data-theme-mode=dark] .border-top-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-muted:active,html body .theme-override-dark .border-top-color-info-font-muted,html body .theme-override-dark .border-top-color-hover-info-font-muted:hover,html body .theme-override-dark .border-top-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-muted:focus,html body .theme-override-dark .border-top-color-focus-info-font-muted:focus-within,html body .theme-override-dark .border-top-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-muted:active{border-top-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-bottom-color-info-font-muted,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-muted:active,html body .theme-override-dark .border-bottom-color-info-font-muted,html body .theme-override-dark .border-bottom-color-hover-info-font-muted:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-muted:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-muted:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-muted:active{border-bottom-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-left-color-info-font-muted,body[data-theme-mode=dark] .border-left-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-muted:active,html body .theme-override-dark .border-left-color-info-font-muted,html body .theme-override-dark .border-left-color-hover-info-font-muted:hover,html body .theme-override-dark .border-left-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-muted:focus,html body .theme-override-dark .border-left-color-focus-info-font-muted:focus-within,html body .theme-override-dark .border-left-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-muted:active{border-left-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-right-color-info-font-muted,body[data-theme-mode=dark] .border-right-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-muted:active,html body .theme-override-dark .border-right-color-info-font-muted,html body .theme-override-dark .border-right-color-hover-info-font-muted:hover,html body .theme-override-dark .border-right-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-muted:focus,html body .theme-override-dark .border-right-color-focus-info-font-muted:focus-within,html body .theme-override-dark .border-right-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-muted:active{border-right-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .fill-color-info-font-muted,body[data-theme-mode=dark] .fill-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-muted:active,html body .theme-override-dark .fill-color-info-font-muted,html body .theme-override-dark .fill-color-hover-info-font-muted:hover,html body .theme-override-dark .fill-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-muted:focus,html body .theme-override-dark .fill-color-focus-info-font-muted:focus-within,html body .theme-override-dark .fill-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-muted:active{background-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outline-color-info-font-muted,body[data-theme-mode=dark] .outline-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-muted:active,html body .theme-override-dark .outline-color-info-font-muted,html body .theme-override-dark .outline-color-hover-info-font-muted:hover,html body .theme-override-dark .outline-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-muted:focus,html body .theme-override-dark .outline-color-focus-info-font-muted:focus-within,html body .theme-override-dark .outline-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-muted:active{outline-color:var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outside-border-color-info-font-muted,body[data-theme-mode=dark] .outside-border-color-hover-info-font-muted:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-muted[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-muted:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-muted:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-muted[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-muted:active,html body .theme-override-dark .outside-border-color-info-font-muted,html body .theme-override-dark .outside-border-color-hover-info-font-muted:hover,html body .theme-override-dark .outside-border-color-focus-info-font-muted[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-muted:focus,html body .theme-override-dark .outside-border-color-focus-info-font-muted:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-muted[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-muted:active{--outside-border-color: var(--color-info-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .font-color-info-font-disabled,body[data-theme-mode=dark] .font-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .font-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .font-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .font-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-font-disabled:active,html body .theme-override-dark .font-color-info-font-disabled,html body .theme-override-dark .font-color-hover-info-font-disabled:hover,html body .theme-override-dark .font-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .font-color-focus-info-font-disabled:focus,html body .theme-override-dark .font-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .font-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .font-color-active-info-font-disabled:active{color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-color-info-font-disabled,body[data-theme-mode=dark] .border-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .border-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .border-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .border-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-font-disabled:active,html body .theme-override-dark .border-color-info-font-disabled,html body .theme-override-dark .border-color-hover-info-font-disabled:hover,html body .theme-override-dark .border-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .border-color-focus-info-font-disabled:focus,html body .theme-override-dark .border-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .border-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .border-color-active-info-font-disabled:active{border-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-top-color-info-font-disabled,body[data-theme-mode=dark] .border-top-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .border-top-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .border-top-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-font-disabled:active,html body .theme-override-dark .border-top-color-info-font-disabled,html body .theme-override-dark .border-top-color-hover-info-font-disabled:hover,html body .theme-override-dark .border-top-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-font-disabled:focus,html body .theme-override-dark .border-top-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .border-top-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .border-top-color-active-info-font-disabled:active{border-top-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-bottom-color-info-font-disabled,body[data-theme-mode=dark] .border-bottom-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-font-disabled:active,html body .theme-override-dark .border-bottom-color-info-font-disabled,html body .theme-override-dark .border-bottom-color-hover-info-font-disabled:hover,html body .theme-override-dark .border-bottom-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-font-disabled:focus,html body .theme-override-dark .border-bottom-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .border-bottom-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-font-disabled:active{border-bottom-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-left-color-info-font-disabled,body[data-theme-mode=dark] .border-left-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .border-left-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .border-left-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-font-disabled:active,html body .theme-override-dark .border-left-color-info-font-disabled,html body .theme-override-dark .border-left-color-hover-info-font-disabled:hover,html body .theme-override-dark .border-left-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-font-disabled:focus,html body .theme-override-dark .border-left-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .border-left-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .border-left-color-active-info-font-disabled:active{border-left-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-right-color-info-font-disabled,body[data-theme-mode=dark] .border-right-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .border-right-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .border-right-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-font-disabled:active,html body .theme-override-dark .border-right-color-info-font-disabled,html body .theme-override-dark .border-right-color-hover-info-font-disabled:hover,html body .theme-override-dark .border-right-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-font-disabled:focus,html body .theme-override-dark .border-right-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .border-right-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .border-right-color-active-info-font-disabled:active{border-right-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .fill-color-info-font-disabled,body[data-theme-mode=dark] .fill-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .fill-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .fill-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .fill-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-font-disabled:active,html body .theme-override-dark .fill-color-info-font-disabled,html body .theme-override-dark .fill-color-hover-info-font-disabled:hover,html body .theme-override-dark .fill-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .fill-color-focus-info-font-disabled:focus,html body .theme-override-dark .fill-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .fill-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .fill-color-active-info-font-disabled:active{background-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outline-color-info-font-disabled,body[data-theme-mode=dark] .outline-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .outline-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .outline-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .outline-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-font-disabled:active,html body .theme-override-dark .outline-color-info-font-disabled,html body .theme-override-dark .outline-color-hover-info-font-disabled:hover,html body .theme-override-dark .outline-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .outline-color-focus-info-font-disabled:focus,html body .theme-override-dark .outline-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .outline-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .outline-color-active-info-font-disabled:active{outline-color:var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outside-border-color-info-font-disabled,body[data-theme-mode=dark] .outside-border-color-hover-info-font-disabled:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-font-disabled[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-font-disabled:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-font-disabled:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-font-disabled[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-font-disabled:active,html body .theme-override-dark .outside-border-color-info-font-disabled,html body .theme-override-dark .outside-border-color-hover-info-font-disabled:hover,html body .theme-override-dark .outside-border-color-focus-info-font-disabled[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-font-disabled:focus,html body .theme-override-dark .outside-border-color-focus-info-font-disabled:focus-within,html body .theme-override-dark .outside-border-color-active-info-font-disabled[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-font-disabled:active{--outside-border-color: var(--color-info-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .font-color-info-border,body[data-theme-mode=dark] .font-color-hover-info-border:hover,body[data-theme-mode=dark] .font-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border:focus,body[data-theme-mode=dark] .font-color-focus-info-border:focus-within,body[data-theme-mode=dark] .font-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border:active,html body .theme-override-dark .font-color-info-border,html body .theme-override-dark .font-color-hover-info-border:hover,html body .theme-override-dark .font-color-focus-info-border[data-focused=true],html body .theme-override-dark .font-color-focus-info-border:focus,html body .theme-override-dark .font-color-focus-info-border:focus-within,html body .theme-override-dark .font-color-active-info-border[data-selected=true],html body .theme-override-dark .font-color-active-info-border:active{color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-color-info-border,body[data-theme-mode=dark] .border-color-hover-info-border:hover,body[data-theme-mode=dark] .border-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border:focus,body[data-theme-mode=dark] .border-color-focus-info-border:focus-within,body[data-theme-mode=dark] .border-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border:active,html body .theme-override-dark .border-color-info-border,html body .theme-override-dark .border-color-hover-info-border:hover,html body .theme-override-dark .border-color-focus-info-border[data-focused=true],html body .theme-override-dark .border-color-focus-info-border:focus,html body .theme-override-dark .border-color-focus-info-border:focus-within,html body .theme-override-dark .border-color-active-info-border[data-selected=true],html body .theme-override-dark .border-color-active-info-border:active{border-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-top-color-info-border,body[data-theme-mode=dark] .border-top-color-hover-info-border:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border:active,html body .theme-override-dark .border-top-color-info-border,html body .theme-override-dark .border-top-color-hover-info-border:hover,html body .theme-override-dark .border-top-color-focus-info-border[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border:focus,html body .theme-override-dark .border-top-color-focus-info-border:focus-within,html body .theme-override-dark .border-top-color-active-info-border[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border:active{border-top-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-bottom-color-info-border,body[data-theme-mode=dark] .border-bottom-color-hover-info-border:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border:active,html body .theme-override-dark .border-bottom-color-info-border,html body .theme-override-dark .border-bottom-color-hover-info-border:hover,html body .theme-override-dark .border-bottom-color-focus-info-border[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border:focus,html body .theme-override-dark .border-bottom-color-focus-info-border:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border:active{border-bottom-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-left-color-info-border,body[data-theme-mode=dark] .border-left-color-hover-info-border:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border:active,html body .theme-override-dark .border-left-color-info-border,html body .theme-override-dark .border-left-color-hover-info-border:hover,html body .theme-override-dark .border-left-color-focus-info-border[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border:focus,html body .theme-override-dark .border-left-color-focus-info-border:focus-within,html body .theme-override-dark .border-left-color-active-info-border[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border:active{border-left-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-right-color-info-border,body[data-theme-mode=dark] .border-right-color-hover-info-border:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border:active,html body .theme-override-dark .border-right-color-info-border,html body .theme-override-dark .border-right-color-hover-info-border:hover,html body .theme-override-dark .border-right-color-focus-info-border[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border:focus,html body .theme-override-dark .border-right-color-focus-info-border:focus-within,html body .theme-override-dark .border-right-color-active-info-border[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border:active{border-right-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .fill-color-info-border,body[data-theme-mode=dark] .fill-color-hover-info-border:hover,body[data-theme-mode=dark] .fill-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border:focus,body[data-theme-mode=dark] .fill-color-focus-info-border:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border:active,html body .theme-override-dark .fill-color-info-border,html body .theme-override-dark .fill-color-hover-info-border:hover,html body .theme-override-dark .fill-color-focus-info-border[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border:focus,html body .theme-override-dark .fill-color-focus-info-border:focus-within,html body .theme-override-dark .fill-color-active-info-border[data-selected=true],html body .theme-override-dark .fill-color-active-info-border:active{background-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .outline-color-info-border,body[data-theme-mode=dark] .outline-color-hover-info-border:hover,body[data-theme-mode=dark] .outline-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border:focus,body[data-theme-mode=dark] .outline-color-focus-info-border:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border:active,html body .theme-override-dark .outline-color-info-border,html body .theme-override-dark .outline-color-hover-info-border:hover,html body .theme-override-dark .outline-color-focus-info-border[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border:focus,html body .theme-override-dark .outline-color-focus-info-border:focus-within,html body .theme-override-dark .outline-color-active-info-border[data-selected=true],html body .theme-override-dark .outline-color-active-info-border:active{outline-color:var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .outside-border-color-info-border,body[data-theme-mode=dark] .outside-border-color-hover-info-border:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border:active,html body .theme-override-dark .outside-border-color-info-border,html body .theme-override-dark .outside-border-color-hover-info-border:hover,html body .theme-override-dark .outside-border-color-focus-info-border[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border:focus,html body .theme-override-dark .outside-border-color-focus-info-border:focus-within,html body .theme-override-dark .outside-border-color-active-info-border[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border:active{--outside-border-color: var(--color-info-border, var(--color-dark-border))}body[data-theme-mode=dark] .font-color-info-border-light,body[data-theme-mode=dark] .font-color-hover-info-border-light:hover,body[data-theme-mode=dark] .font-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-light:focus,body[data-theme-mode=dark] .font-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-light:active,html body .theme-override-dark .font-color-info-border-light,html body .theme-override-dark .font-color-hover-info-border-light:hover,html body .theme-override-dark .font-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-light:focus,html body .theme-override-dark .font-color-focus-info-border-light:focus-within,html body .theme-override-dark .font-color-active-info-border-light[data-selected=true],html body .theme-override-dark .font-color-active-info-border-light:active{color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-color-info-border-light,body[data-theme-mode=dark] .border-color-hover-info-border-light:hover,body[data-theme-mode=dark] .border-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-light:focus,body[data-theme-mode=dark] .border-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-light:active,html body .theme-override-dark .border-color-info-border-light,html body .theme-override-dark .border-color-hover-info-border-light:hover,html body .theme-override-dark .border-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-light:focus,html body .theme-override-dark .border-color-focus-info-border-light:focus-within,html body .theme-override-dark .border-color-active-info-border-light[data-selected=true],html body .theme-override-dark .border-color-active-info-border-light:active{border-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-top-color-info-border-light,body[data-theme-mode=dark] .border-top-color-hover-info-border-light:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-light:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-light:active,html body .theme-override-dark .border-top-color-info-border-light,html body .theme-override-dark .border-top-color-hover-info-border-light:hover,html body .theme-override-dark .border-top-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-light:focus,html body .theme-override-dark .border-top-color-focus-info-border-light:focus-within,html body .theme-override-dark .border-top-color-active-info-border-light[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-light:active{border-top-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-bottom-color-info-border-light,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-light:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-light:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-light:active,html body .theme-override-dark .border-bottom-color-info-border-light,html body .theme-override-dark .border-bottom-color-hover-info-border-light:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-light:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-light:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-light[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-light:active{border-bottom-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-left-color-info-border-light,body[data-theme-mode=dark] .border-left-color-hover-info-border-light:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-light:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-light:active,html body .theme-override-dark .border-left-color-info-border-light,html body .theme-override-dark .border-left-color-hover-info-border-light:hover,html body .theme-override-dark .border-left-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-light:focus,html body .theme-override-dark .border-left-color-focus-info-border-light:focus-within,html body .theme-override-dark .border-left-color-active-info-border-light[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-light:active{border-left-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-right-color-info-border-light,body[data-theme-mode=dark] .border-right-color-hover-info-border-light:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-light:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-light:active,html body .theme-override-dark .border-right-color-info-border-light,html body .theme-override-dark .border-right-color-hover-info-border-light:hover,html body .theme-override-dark .border-right-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-light:focus,html body .theme-override-dark .border-right-color-focus-info-border-light:focus-within,html body .theme-override-dark .border-right-color-active-info-border-light[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-light:active{border-right-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .fill-color-info-border-light,body[data-theme-mode=dark] .fill-color-hover-info-border-light:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-light:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-light:active,html body .theme-override-dark .fill-color-info-border-light,html body .theme-override-dark .fill-color-hover-info-border-light:hover,html body .theme-override-dark .fill-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-light:focus,html body .theme-override-dark .fill-color-focus-info-border-light:focus-within,html body .theme-override-dark .fill-color-active-info-border-light[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-light:active{background-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outline-color-info-border-light,body[data-theme-mode=dark] .outline-color-hover-info-border-light:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-light:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-light:active,html body .theme-override-dark .outline-color-info-border-light,html body .theme-override-dark .outline-color-hover-info-border-light:hover,html body .theme-override-dark .outline-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-light:focus,html body .theme-override-dark .outline-color-focus-info-border-light:focus-within,html body .theme-override-dark .outline-color-active-info-border-light[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-light:active{outline-color:var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outside-border-color-info-border-light,body[data-theme-mode=dark] .outside-border-color-hover-info-border-light:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-light[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-light:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-light:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-light[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-light:active,html body .theme-override-dark .outside-border-color-info-border-light,html body .theme-override-dark .outside-border-color-hover-info-border-light:hover,html body .theme-override-dark .outside-border-color-focus-info-border-light[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-light:focus,html body .theme-override-dark .outside-border-color-focus-info-border-light:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-light[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-light:active{--outside-border-color: var(--color-info-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .font-color-info-border-dark,body[data-theme-mode=dark] .font-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .font-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .font-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-dark:active,html body .theme-override-dark .font-color-info-border-dark,html body .theme-override-dark .font-color-hover-info-border-dark:hover,html body .theme-override-dark .font-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-dark:focus,html body .theme-override-dark .font-color-focus-info-border-dark:focus-within,html body .theme-override-dark .font-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .font-color-active-info-border-dark:active{color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-color-info-border-dark,body[data-theme-mode=dark] .border-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .border-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .border-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-dark:active,html body .theme-override-dark .border-color-info-border-dark,html body .theme-override-dark .border-color-hover-info-border-dark:hover,html body .theme-override-dark .border-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-dark:focus,html body .theme-override-dark .border-color-focus-info-border-dark:focus-within,html body .theme-override-dark .border-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .border-color-active-info-border-dark:active{border-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-top-color-info-border-dark,body[data-theme-mode=dark] .border-top-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-dark:active,html body .theme-override-dark .border-top-color-info-border-dark,html body .theme-override-dark .border-top-color-hover-info-border-dark:hover,html body .theme-override-dark .border-top-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-dark:focus,html body .theme-override-dark .border-top-color-focus-info-border-dark:focus-within,html body .theme-override-dark .border-top-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-dark:active{border-top-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-bottom-color-info-border-dark,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-dark:active,html body .theme-override-dark .border-bottom-color-info-border-dark,html body .theme-override-dark .border-bottom-color-hover-info-border-dark:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-dark:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-dark:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-dark:active{border-bottom-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-left-color-info-border-dark,body[data-theme-mode=dark] .border-left-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-dark:active,html body .theme-override-dark .border-left-color-info-border-dark,html body .theme-override-dark .border-left-color-hover-info-border-dark:hover,html body .theme-override-dark .border-left-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-dark:focus,html body .theme-override-dark .border-left-color-focus-info-border-dark:focus-within,html body .theme-override-dark .border-left-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-dark:active{border-left-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-right-color-info-border-dark,body[data-theme-mode=dark] .border-right-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-dark:active,html body .theme-override-dark .border-right-color-info-border-dark,html body .theme-override-dark .border-right-color-hover-info-border-dark:hover,html body .theme-override-dark .border-right-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-dark:focus,html body .theme-override-dark .border-right-color-focus-info-border-dark:focus-within,html body .theme-override-dark .border-right-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-dark:active{border-right-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .fill-color-info-border-dark,body[data-theme-mode=dark] .fill-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-dark:active,html body .theme-override-dark .fill-color-info-border-dark,html body .theme-override-dark .fill-color-hover-info-border-dark:hover,html body .theme-override-dark .fill-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-dark:focus,html body .theme-override-dark .fill-color-focus-info-border-dark:focus-within,html body .theme-override-dark .fill-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-dark:active{background-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outline-color-info-border-dark,body[data-theme-mode=dark] .outline-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-dark:active,html body .theme-override-dark .outline-color-info-border-dark,html body .theme-override-dark .outline-color-hover-info-border-dark:hover,html body .theme-override-dark .outline-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-dark:focus,html body .theme-override-dark .outline-color-focus-info-border-dark:focus-within,html body .theme-override-dark .outline-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-dark:active{outline-color:var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outside-border-color-info-border-dark,body[data-theme-mode=dark] .outside-border-color-hover-info-border-dark:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-dark[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-dark:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-dark:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-dark[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-dark:active,html body .theme-override-dark .outside-border-color-info-border-dark,html body .theme-override-dark .outside-border-color-hover-info-border-dark:hover,html body .theme-override-dark .outside-border-color-focus-info-border-dark[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-dark:focus,html body .theme-override-dark .outside-border-color-focus-info-border-dark:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-dark[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-dark:active{--outside-border-color: var(--color-info-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .font-color-info-border-highlight,body[data-theme-mode=dark] .font-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .font-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .font-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-highlight:active,html body .theme-override-dark .font-color-info-border-highlight,html body .theme-override-dark .font-color-hover-info-border-highlight:hover,html body .theme-override-dark .font-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-highlight:focus,html body .theme-override-dark .font-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .font-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .font-color-active-info-border-highlight:active{color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-color-info-border-highlight,body[data-theme-mode=dark] .border-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .border-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .border-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-highlight:active,html body .theme-override-dark .border-color-info-border-highlight,html body .theme-override-dark .border-color-hover-info-border-highlight:hover,html body .theme-override-dark .border-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-highlight:focus,html body .theme-override-dark .border-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .border-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .border-color-active-info-border-highlight:active{border-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-top-color-info-border-highlight,body[data-theme-mode=dark] .border-top-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-highlight:active,html body .theme-override-dark .border-top-color-info-border-highlight,html body .theme-override-dark .border-top-color-hover-info-border-highlight:hover,html body .theme-override-dark .border-top-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-highlight:focus,html body .theme-override-dark .border-top-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .border-top-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-highlight:active{border-top-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-bottom-color-info-border-highlight,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-highlight:active,html body .theme-override-dark .border-bottom-color-info-border-highlight,html body .theme-override-dark .border-bottom-color-hover-info-border-highlight:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-highlight:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-highlight:active{border-bottom-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-left-color-info-border-highlight,body[data-theme-mode=dark] .border-left-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-highlight:active,html body .theme-override-dark .border-left-color-info-border-highlight,html body .theme-override-dark .border-left-color-hover-info-border-highlight:hover,html body .theme-override-dark .border-left-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-highlight:focus,html body .theme-override-dark .border-left-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .border-left-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-highlight:active{border-left-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-right-color-info-border-highlight,body[data-theme-mode=dark] .border-right-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-highlight:active,html body .theme-override-dark .border-right-color-info-border-highlight,html body .theme-override-dark .border-right-color-hover-info-border-highlight:hover,html body .theme-override-dark .border-right-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-highlight:focus,html body .theme-override-dark .border-right-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .border-right-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-highlight:active{border-right-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .fill-color-info-border-highlight,body[data-theme-mode=dark] .fill-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-highlight:active,html body .theme-override-dark .fill-color-info-border-highlight,html body .theme-override-dark .fill-color-hover-info-border-highlight:hover,html body .theme-override-dark .fill-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-highlight:focus,html body .theme-override-dark .fill-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .fill-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-highlight:active{background-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outline-color-info-border-highlight,body[data-theme-mode=dark] .outline-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-highlight:active,html body .theme-override-dark .outline-color-info-border-highlight,html body .theme-override-dark .outline-color-hover-info-border-highlight:hover,html body .theme-override-dark .outline-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-highlight:focus,html body .theme-override-dark .outline-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .outline-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-highlight:active{outline-color:var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outside-border-color-info-border-highlight,body[data-theme-mode=dark] .outside-border-color-hover-info-border-highlight:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-highlight[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-highlight:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-highlight:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-highlight[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-highlight:active,html body .theme-override-dark .outside-border-color-info-border-highlight,html body .theme-override-dark .outside-border-color-hover-info-border-highlight:hover,html body .theme-override-dark .outside-border-color-focus-info-border-highlight[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-highlight:focus,html body .theme-override-dark .outside-border-color-focus-info-border-highlight:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-highlight[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-highlight:active{--outside-border-color: var(--color-info-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .font-color-info-border-focus,body[data-theme-mode=dark] .font-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .font-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .font-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .font-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-border-focus:active,html body .theme-override-dark .font-color-info-border-focus,html body .theme-override-dark .font-color-hover-info-border-focus:hover,html body .theme-override-dark .font-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .font-color-focus-info-border-focus:focus,html body .theme-override-dark .font-color-focus-info-border-focus:focus-within,html body .theme-override-dark .font-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .font-color-active-info-border-focus:active{color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-color-info-border-focus,body[data-theme-mode=dark] .border-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .border-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .border-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .border-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-border-focus:active,html body .theme-override-dark .border-color-info-border-focus,html body .theme-override-dark .border-color-hover-info-border-focus:hover,html body .theme-override-dark .border-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .border-color-focus-info-border-focus:focus,html body .theme-override-dark .border-color-focus-info-border-focus:focus-within,html body .theme-override-dark .border-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .border-color-active-info-border-focus:active{border-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-top-color-info-border-focus,body[data-theme-mode=dark] .border-top-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .border-top-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .border-top-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-border-focus:active,html body .theme-override-dark .border-top-color-info-border-focus,html body .theme-override-dark .border-top-color-hover-info-border-focus:hover,html body .theme-override-dark .border-top-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-border-focus:focus,html body .theme-override-dark .border-top-color-focus-info-border-focus:focus-within,html body .theme-override-dark .border-top-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .border-top-color-active-info-border-focus:active{border-top-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-bottom-color-info-border-focus,body[data-theme-mode=dark] .border-bottom-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-border-focus:active,html body .theme-override-dark .border-bottom-color-info-border-focus,html body .theme-override-dark .border-bottom-color-hover-info-border-focus:hover,html body .theme-override-dark .border-bottom-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-border-focus:focus,html body .theme-override-dark .border-bottom-color-focus-info-border-focus:focus-within,html body .theme-override-dark .border-bottom-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-border-focus:active{border-bottom-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-left-color-info-border-focus,body[data-theme-mode=dark] .border-left-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .border-left-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .border-left-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-border-focus:active,html body .theme-override-dark .border-left-color-info-border-focus,html body .theme-override-dark .border-left-color-hover-info-border-focus:hover,html body .theme-override-dark .border-left-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-border-focus:focus,html body .theme-override-dark .border-left-color-focus-info-border-focus:focus-within,html body .theme-override-dark .border-left-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .border-left-color-active-info-border-focus:active{border-left-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-right-color-info-border-focus,body[data-theme-mode=dark] .border-right-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .border-right-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .border-right-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-border-focus:active,html body .theme-override-dark .border-right-color-info-border-focus,html body .theme-override-dark .border-right-color-hover-info-border-focus:hover,html body .theme-override-dark .border-right-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-border-focus:focus,html body .theme-override-dark .border-right-color-focus-info-border-focus:focus-within,html body .theme-override-dark .border-right-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .border-right-color-active-info-border-focus:active{border-right-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .fill-color-info-border-focus,body[data-theme-mode=dark] .fill-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .fill-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .fill-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .fill-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-border-focus:active,html body .theme-override-dark .fill-color-info-border-focus,html body .theme-override-dark .fill-color-hover-info-border-focus:hover,html body .theme-override-dark .fill-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .fill-color-focus-info-border-focus:focus,html body .theme-override-dark .fill-color-focus-info-border-focus:focus-within,html body .theme-override-dark .fill-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .fill-color-active-info-border-focus:active{background-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outline-color-info-border-focus,body[data-theme-mode=dark] .outline-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .outline-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .outline-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .outline-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-border-focus:active,html body .theme-override-dark .outline-color-info-border-focus,html body .theme-override-dark .outline-color-hover-info-border-focus:hover,html body .theme-override-dark .outline-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .outline-color-focus-info-border-focus:focus,html body .theme-override-dark .outline-color-focus-info-border-focus:focus-within,html body .theme-override-dark .outline-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .outline-color-active-info-border-focus:active{outline-color:var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outside-border-color-info-border-focus,body[data-theme-mode=dark] .outside-border-color-hover-info-border-focus:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-border-focus[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-border-focus:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-border-focus:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-border-focus[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-border-focus:active,html body .theme-override-dark .outside-border-color-info-border-focus,html body .theme-override-dark .outside-border-color-hover-info-border-focus:hover,html body .theme-override-dark .outside-border-color-focus-info-border-focus[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-border-focus:focus,html body .theme-override-dark .outside-border-color-focus-info-border-focus:focus-within,html body .theme-override-dark .outside-border-color-active-info-border-focus[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-border-focus:active{--outside-border-color: var(--color-info-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .font-color-info-shadow,body[data-theme-mode=dark] .font-color-hover-info-shadow:hover,body[data-theme-mode=dark] .font-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .font-color-focus-info-shadow:focus,body[data-theme-mode=dark] .font-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .font-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .font-color-active-info-shadow:active,html body .theme-override-dark .font-color-info-shadow,html body .theme-override-dark .font-color-hover-info-shadow:hover,html body .theme-override-dark .font-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .font-color-focus-info-shadow:focus,html body .theme-override-dark .font-color-focus-info-shadow:focus-within,html body .theme-override-dark .font-color-active-info-shadow[data-selected=true],html body .theme-override-dark .font-color-active-info-shadow:active{color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-color-info-shadow,body[data-theme-mode=dark] .border-color-hover-info-shadow:hover,body[data-theme-mode=dark] .border-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .border-color-focus-info-shadow:focus,body[data-theme-mode=dark] .border-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .border-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .border-color-active-info-shadow:active,html body .theme-override-dark .border-color-info-shadow,html body .theme-override-dark .border-color-hover-info-shadow:hover,html body .theme-override-dark .border-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .border-color-focus-info-shadow:focus,html body .theme-override-dark .border-color-focus-info-shadow:focus-within,html body .theme-override-dark .border-color-active-info-shadow[data-selected=true],html body .theme-override-dark .border-color-active-info-shadow:active{border-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-top-color-info-shadow,body[data-theme-mode=dark] .border-top-color-hover-info-shadow:hover,body[data-theme-mode=dark] .border-top-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-info-shadow:focus,body[data-theme-mode=dark] .border-top-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .border-top-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-info-shadow:active,html body .theme-override-dark .border-top-color-info-shadow,html body .theme-override-dark .border-top-color-hover-info-shadow:hover,html body .theme-override-dark .border-top-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .border-top-color-focus-info-shadow:focus,html body .theme-override-dark .border-top-color-focus-info-shadow:focus-within,html body .theme-override-dark .border-top-color-active-info-shadow[data-selected=true],html body .theme-override-dark .border-top-color-active-info-shadow:active{border-top-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-bottom-color-info-shadow,body[data-theme-mode=dark] .border-bottom-color-hover-info-shadow:hover,body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow:focus,body[data-theme-mode=dark] .border-bottom-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-info-shadow:active,html body .theme-override-dark .border-bottom-color-info-shadow,html body .theme-override-dark .border-bottom-color-hover-info-shadow:hover,html body .theme-override-dark .border-bottom-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-info-shadow:focus,html body .theme-override-dark .border-bottom-color-focus-info-shadow:focus-within,html body .theme-override-dark .border-bottom-color-active-info-shadow[data-selected=true],html body .theme-override-dark .border-bottom-color-active-info-shadow:active{border-bottom-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-left-color-info-shadow,body[data-theme-mode=dark] .border-left-color-hover-info-shadow:hover,body[data-theme-mode=dark] .border-left-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-info-shadow:focus,body[data-theme-mode=dark] .border-left-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .border-left-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-info-shadow:active,html body .theme-override-dark .border-left-color-info-shadow,html body .theme-override-dark .border-left-color-hover-info-shadow:hover,html body .theme-override-dark .border-left-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .border-left-color-focus-info-shadow:focus,html body .theme-override-dark .border-left-color-focus-info-shadow:focus-within,html body .theme-override-dark .border-left-color-active-info-shadow[data-selected=true],html body .theme-override-dark .border-left-color-active-info-shadow:active{border-left-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-right-color-info-shadow,body[data-theme-mode=dark] .border-right-color-hover-info-shadow:hover,body[data-theme-mode=dark] .border-right-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-info-shadow:focus,body[data-theme-mode=dark] .border-right-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .border-right-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-info-shadow:active,html body .theme-override-dark .border-right-color-info-shadow,html body .theme-override-dark .border-right-color-hover-info-shadow:hover,html body .theme-override-dark .border-right-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .border-right-color-focus-info-shadow:focus,html body .theme-override-dark .border-right-color-focus-info-shadow:focus-within,html body .theme-override-dark .border-right-color-active-info-shadow[data-selected=true],html body .theme-override-dark .border-right-color-active-info-shadow:active{border-right-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .fill-color-info-shadow,body[data-theme-mode=dark] .fill-color-hover-info-shadow:hover,body[data-theme-mode=dark] .fill-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-info-shadow:focus,body[data-theme-mode=dark] .fill-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .fill-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .fill-color-active-info-shadow:active,html body .theme-override-dark .fill-color-info-shadow,html body .theme-override-dark .fill-color-hover-info-shadow:hover,html body .theme-override-dark .fill-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .fill-color-focus-info-shadow:focus,html body .theme-override-dark .fill-color-focus-info-shadow:focus-within,html body .theme-override-dark .fill-color-active-info-shadow[data-selected=true],html body .theme-override-dark .fill-color-active-info-shadow:active{background-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outline-color-info-shadow,body[data-theme-mode=dark] .outline-color-hover-info-shadow:hover,body[data-theme-mode=dark] .outline-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-info-shadow:focus,body[data-theme-mode=dark] .outline-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .outline-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .outline-color-active-info-shadow:active,html body .theme-override-dark .outline-color-info-shadow,html body .theme-override-dark .outline-color-hover-info-shadow:hover,html body .theme-override-dark .outline-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .outline-color-focus-info-shadow:focus,html body .theme-override-dark .outline-color-focus-info-shadow:focus-within,html body .theme-override-dark .outline-color-active-info-shadow[data-selected=true],html body .theme-override-dark .outline-color-active-info-shadow:active{outline-color:var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outside-border-color-info-shadow,body[data-theme-mode=dark] .outside-border-color-hover-info-shadow:hover,body[data-theme-mode=dark] .outside-border-color-focus-info-shadow[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-info-shadow:focus,body[data-theme-mode=dark] .outside-border-color-focus-info-shadow:focus-within,body[data-theme-mode=dark] .outside-border-color-active-info-shadow[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-info-shadow:active,html body .theme-override-dark .outside-border-color-info-shadow,html body .theme-override-dark .outside-border-color-hover-info-shadow:hover,html body .theme-override-dark .outside-border-color-focus-info-shadow[data-focused=true],html body .theme-override-dark .outside-border-color-focus-info-shadow:focus,html body .theme-override-dark .outside-border-color-focus-info-shadow:focus-within,html body .theme-override-dark .outside-border-color-active-info-shadow[data-selected=true],html body .theme-override-dark .outside-border-color-active-info-shadow:active{--outside-border-color: var(--color-info-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .color-schema-info,html body .theme-override-dark .color-schema-info{--color-primary-0: var( --color-dark-info-primary-0, var(--color-dark-primary-0) );--color-primary-foreground-0: var( --color-dark-info-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-secondary-0: var( --color-dark-info-secondary-0, var(--color-dark-secondary-0) );--color-secondary-foreground-0: var( --color-dark-info-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-accent-0: var( --color-dark-info-accent-0, var(--color-dark-accent-0) );--color-accent-foreground-0: var( --color-dark-info-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-background-0: var( --color-dark-info-background-0, var(--color-dark-background-0) );--color-background-1: var( --color-dark-info-background-1, var(--color-dark-background-1) );--color-background-2: var( --color-dark-info-background-2, var(--color-dark-background-2) );--color-background-3: var( --color-dark-info-background-3, var(--color-dark-background-3) );--color-background-4: var( --color-dark-info-background-4, var(--color-dark-background-4) );--color-background-5: var( --color-dark-info-background-5, var(--color-dark-background-5) );--color-surface-0: var( --color-dark-info-surface-0, var(--color-dark-surface-0) );--color-surface-1: var( --color-dark-info-surface-1, var(--color-dark-surface-1) );--color-surface-2: var( --color-dark-info-surface-2, var(--color-dark-surface-2) );--color-surface-3: var( --color-dark-info-surface-3, var(--color-dark-surface-3) );--color-surface-4: var( --color-dark-info-surface-4, var(--color-dark-surface-4) );--color-surface-5: var( --color-dark-info-surface-5, var(--color-dark-surface-5) );--color-border-0: var( --color-dark-info-border-0, var(--color-dark-border-0) );--color-border-1: var( --color-dark-info-border-1, var(--color-dark-border-1) );--color-border-2: var( --color-dark-info-border-2, var(--color-dark-border-2) );--color-border-3: var( --color-dark-info-border-3, var(--color-dark-border-3) );--color-border-4: var( --color-dark-info-border-4, var(--color-dark-border-4) );--color-border-5: var( --color-dark-info-border-5, var(--color-dark-border-5) );--color-font-0: var( --color-dark-info-font-0, var(--color-dark-font-0) );--color-font-1: var( --color-dark-info-font-1, var(--color-dark-font-1) );--color-font-2: var( --color-dark-info-font-2, var(--color-dark-font-2) );--color-font-3: var( --color-dark-info-font-3, var(--color-dark-font-3) );--color-font-4: var( --color-dark-info-font-4, var(--color-dark-font-4) );--color-font-5: var( --color-dark-info-font-5, var(--color-dark-font-5) );--color-shadow-0: var( --color-dark-info-shadow-0, var(--color-dark-shadow-0) );--color-primary: var( --color-dark-info-primary, var(--color-dark-primary) );--color-primary-foreground: var( --color-dark-info-primary-foreground, var(--color-dark-primary-foreground) );--color-secondary: var( --color-dark-info-secondary, var(--color-dark-secondary) );--color-secondary-foreground: var( --color-dark-info-secondary-foreground, var(--color-dark-secondary-foreground) );--color-accent: var( --color-dark-info-accent, var(--color-dark-accent) );--color-accent-foreground: var( --color-dark-info-accent-foreground, var(--color-dark-accent-foreground) );--color-background: var( --color-dark-info-background, var(--color-dark-background) );--color-background-surface: var( --color-dark-info-background-surface, var(--color-dark-background-surface) );--color-background-ghost: var( --color-dark-info-background-ghost, var(--color-dark-background-ghost) );--color-background-flat: var( --color-dark-info-background-flat, var(--color-dark-background-flat) );--color-background-card: var( --color-dark-info-background-card, var(--color-dark-background-card) );--color-background-panel: var( --color-dark-info-background-panel, var(--color-dark-background-panel) );--color-background-field: var( --color-dark-info-background-field, var(--color-dark-background-field) );--color-font: var( --color-dark-info-font, var(--color-dark-font) );--color-font-muted: var( --color-dark-info-font-muted, var(--color-dark-font-muted) );--color-font-disabled: var( --color-dark-info-font-disabled, var(--color-dark-font-disabled) );--color-border: var( --color-dark-info-border, var(--color-dark-border) );--color-border-light: var( --color-dark-info-border-light, var(--color-dark-border-light) );--color-border-dark: var( --color-dark-info-border-dark, var(--color-dark-border-dark) );--color-border-highlight: var( --color-dark-info-border-highlight, var(--color-dark-border-highlight) );--color-border-focus: var( --color-dark-info-border-focus, var(--color-dark-border-focus) );--color-shadow: var( --color-dark-info-shadow, var(--color-dark-shadow) )}body[data-theme-mode=dark] .font-color-warning,body[data-theme-mode=dark] .font-color-hover-warning:hover,body[data-theme-mode=dark] .font-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning:focus,body[data-theme-mode=dark] .font-color-focus-warning:focus-within,body[data-theme-mode=dark] .font-color-active-warning[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning:active,html body .theme-override-dark .font-color-warning,html body .theme-override-dark .font-color-hover-warning:hover,html body .theme-override-dark .font-color-focus-warning[data-focused=true],html body .theme-override-dark .font-color-focus-warning:focus,html body .theme-override-dark .font-color-focus-warning:focus-within,html body .theme-override-dark .font-color-active-warning[data-selected=true],html body .theme-override-dark .font-color-active-warning:active{color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .border-color-warning,body[data-theme-mode=dark] .border-color-hover-warning:hover,body[data-theme-mode=dark] .border-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning:focus,body[data-theme-mode=dark] .border-color-focus-warning:focus-within,body[data-theme-mode=dark] .border-color-active-warning[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning:active,html body .theme-override-dark .border-color-warning,html body .theme-override-dark .border-color-hover-warning:hover,html body .theme-override-dark .border-color-focus-warning[data-focused=true],html body .theme-override-dark .border-color-focus-warning:focus,html body .theme-override-dark .border-color-focus-warning:focus-within,html body .theme-override-dark .border-color-active-warning[data-selected=true],html body .theme-override-dark .border-color-active-warning:active{border-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .border-top-color-warning,body[data-theme-mode=dark] .border-top-color-hover-warning:hover,body[data-theme-mode=dark] .border-top-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning:focus,body[data-theme-mode=dark] .border-top-color-focus-warning:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning:active,html body .theme-override-dark .border-top-color-warning,html body .theme-override-dark .border-top-color-hover-warning:hover,html body .theme-override-dark .border-top-color-focus-warning[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning:focus,html body .theme-override-dark .border-top-color-focus-warning:focus-within,html body .theme-override-dark .border-top-color-active-warning[data-selected=true],html body .theme-override-dark .border-top-color-active-warning:active{border-top-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .border-bottom-color-warning,body[data-theme-mode=dark] .border-bottom-color-hover-warning:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning:active,html body .theme-override-dark .border-bottom-color-warning,html body .theme-override-dark .border-bottom-color-hover-warning:hover,html body .theme-override-dark .border-bottom-color-focus-warning[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning:focus,html body .theme-override-dark .border-bottom-color-focus-warning:focus-within,html body .theme-override-dark .border-bottom-color-active-warning[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning:active{border-bottom-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .border-left-color-warning,body[data-theme-mode=dark] .border-left-color-hover-warning:hover,body[data-theme-mode=dark] .border-left-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning:focus,body[data-theme-mode=dark] .border-left-color-focus-warning:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning:active,html body .theme-override-dark .border-left-color-warning,html body .theme-override-dark .border-left-color-hover-warning:hover,html body .theme-override-dark .border-left-color-focus-warning[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning:focus,html body .theme-override-dark .border-left-color-focus-warning:focus-within,html body .theme-override-dark .border-left-color-active-warning[data-selected=true],html body .theme-override-dark .border-left-color-active-warning:active{border-left-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .border-right-color-warning,body[data-theme-mode=dark] .border-right-color-hover-warning:hover,body[data-theme-mode=dark] .border-right-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning:focus,body[data-theme-mode=dark] .border-right-color-focus-warning:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning:active,html body .theme-override-dark .border-right-color-warning,html body .theme-override-dark .border-right-color-hover-warning:hover,html body .theme-override-dark .border-right-color-focus-warning[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning:focus,html body .theme-override-dark .border-right-color-focus-warning:focus-within,html body .theme-override-dark .border-right-color-active-warning[data-selected=true],html body .theme-override-dark .border-right-color-active-warning:active{border-right-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .fill-color-warning,body[data-theme-mode=dark] .fill-color-hover-warning:hover,body[data-theme-mode=dark] .fill-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning:focus,body[data-theme-mode=dark] .fill-color-focus-warning:focus-within,body[data-theme-mode=dark] .fill-color-active-warning[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning:active,html body .theme-override-dark .fill-color-warning,html body .theme-override-dark .fill-color-hover-warning:hover,html body .theme-override-dark .fill-color-focus-warning[data-focused=true],html body .theme-override-dark .fill-color-focus-warning:focus,html body .theme-override-dark .fill-color-focus-warning:focus-within,html body .theme-override-dark .fill-color-active-warning[data-selected=true],html body .theme-override-dark .fill-color-active-warning:active{background-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .outline-color-warning,body[data-theme-mode=dark] .outline-color-hover-warning:hover,body[data-theme-mode=dark] .outline-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning:focus,body[data-theme-mode=dark] .outline-color-focus-warning:focus-within,body[data-theme-mode=dark] .outline-color-active-warning[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning:active,html body .theme-override-dark .outline-color-warning,html body .theme-override-dark .outline-color-hover-warning:hover,html body .theme-override-dark .outline-color-focus-warning[data-focused=true],html body .theme-override-dark .outline-color-focus-warning:focus,html body .theme-override-dark .outline-color-focus-warning:focus-within,html body .theme-override-dark .outline-color-active-warning[data-selected=true],html body .theme-override-dark .outline-color-active-warning:active{outline-color:var(--color-dark-warning-primary)}body[data-theme-mode=dark] .outside-border-color-warning,body[data-theme-mode=dark] .outside-border-color-hover-warning:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning:active,html body .theme-override-dark .outside-border-color-warning,html body .theme-override-dark .outside-border-color-hover-warning:hover,html body .theme-override-dark .outside-border-color-focus-warning[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning:focus,html body .theme-override-dark .outside-border-color-focus-warning:focus-within,html body .theme-override-dark .outside-border-color-active-warning[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning:active{--outside-border-color: var(--color-dark-warning-primary)}body[data-theme-mode=dark] .font-color-warning-primary-0,body[data-theme-mode=dark] .font-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-primary-0:active,html body .theme-override-dark .font-color-warning-primary-0,html body .theme-override-dark .font-color-hover-warning-primary-0:hover,html body .theme-override-dark .font-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-primary-0:focus,html body .theme-override-dark .font-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .font-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-primary-0:active{color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-color-warning-primary-0,body[data-theme-mode=dark] .border-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-primary-0:active,html body .theme-override-dark .border-color-warning-primary-0,html body .theme-override-dark .border-color-hover-warning-primary-0:hover,html body .theme-override-dark .border-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-primary-0:focus,html body .theme-override-dark .border-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .border-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-primary-0:active{border-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-top-color-warning-primary-0,body[data-theme-mode=dark] .border-top-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-primary-0:active,html body .theme-override-dark .border-top-color-warning-primary-0,html body .theme-override-dark .border-top-color-hover-warning-primary-0:hover,html body .theme-override-dark .border-top-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-primary-0:focus,html body .theme-override-dark .border-top-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-primary-0:active{border-top-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-bottom-color-warning-primary-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-0:active,html body .theme-override-dark .border-bottom-color-warning-primary-0,html body .theme-override-dark .border-bottom-color-hover-warning-primary-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-primary-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-primary-0:active{border-bottom-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-left-color-warning-primary-0,body[data-theme-mode=dark] .border-left-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-primary-0:active,html body .theme-override-dark .border-left-color-warning-primary-0,html body .theme-override-dark .border-left-color-hover-warning-primary-0:hover,html body .theme-override-dark .border-left-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-primary-0:focus,html body .theme-override-dark .border-left-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-primary-0:active{border-left-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .border-right-color-warning-primary-0,body[data-theme-mode=dark] .border-right-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-primary-0:active,html body .theme-override-dark .border-right-color-warning-primary-0,html body .theme-override-dark .border-right-color-hover-warning-primary-0:hover,html body .theme-override-dark .border-right-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-primary-0:focus,html body .theme-override-dark .border-right-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-primary-0:active{border-right-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .fill-color-warning-primary-0,body[data-theme-mode=dark] .fill-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-primary-0:active,html body .theme-override-dark .fill-color-warning-primary-0,html body .theme-override-dark .fill-color-hover-warning-primary-0:hover,html body .theme-override-dark .fill-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-primary-0:focus,html body .theme-override-dark .fill-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .fill-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-primary-0:active{background-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outline-color-warning-primary-0,body[data-theme-mode=dark] .outline-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-primary-0:active,html body .theme-override-dark .outline-color-warning-primary-0,html body .theme-override-dark .outline-color-hover-warning-primary-0:hover,html body .theme-override-dark .outline-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-primary-0:focus,html body .theme-override-dark .outline-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .outline-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-primary-0:active{outline-color:var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .outside-border-color-warning-primary-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-primary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-primary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-primary-0:active,html body .theme-override-dark .outside-border-color-warning-primary-0,html body .theme-override-dark .outside-border-color-hover-warning-primary-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-primary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-primary-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-primary-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-primary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-primary-0:active{--outside-border-color: var(--color-warning-primary-0, var(--color-dark-primary-0))}body[data-theme-mode=dark] .font-color-warning-primary-foreground-0,body[data-theme-mode=dark] .font-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .font-color-warning-primary-foreground-0,html body .theme-override-dark .font-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .font-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .font-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-primary-foreground-0:active{color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-color-warning-primary-foreground-0,body[data-theme-mode=dark] .border-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .border-color-warning-primary-foreground-0,html body .theme-override-dark .border-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .border-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .border-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-primary-foreground-0:active{border-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-top-color-warning-primary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .border-top-color-warning-primary-foreground-0,html body .theme-override-dark .border-top-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-primary-foreground-0:active{border-top-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-warning-primary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .border-bottom-color-warning-primary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-primary-foreground-0:active{border-bottom-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-left-color-warning-primary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .border-left-color-warning-primary-foreground-0,html body .theme-override-dark .border-left-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-primary-foreground-0:active{border-left-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .border-right-color-warning-primary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .border-right-color-warning-primary-foreground-0,html body .theme-override-dark .border-right-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-primary-foreground-0:active{border-right-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .fill-color-warning-primary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .fill-color-warning-primary-foreground-0,html body .theme-override-dark .fill-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-primary-foreground-0:active{background-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outline-color-warning-primary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .outline-color-warning-primary-foreground-0,html body .theme-override-dark .outline-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-primary-foreground-0:active{outline-color:var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-warning-primary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-primary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-primary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-primary-foreground-0:active,html body .theme-override-dark .outside-border-color-warning-primary-foreground-0,html body .theme-override-dark .outside-border-color-hover-warning-primary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-primary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-primary-foreground-0:active{--outside-border-color: var(--color-warning-primary-foreground-0, var(--color-dark-primary-foreground-0))}body[data-theme-mode=dark] .font-color-warning-secondary-0,body[data-theme-mode=dark] .font-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-secondary-0:active,html body .theme-override-dark .font-color-warning-secondary-0,html body .theme-override-dark .font-color-hover-warning-secondary-0:hover,html body .theme-override-dark .font-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-secondary-0:focus,html body .theme-override-dark .font-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .font-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-secondary-0:active{color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-color-warning-secondary-0,body[data-theme-mode=dark] .border-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-secondary-0:active,html body .theme-override-dark .border-color-warning-secondary-0,html body .theme-override-dark .border-color-hover-warning-secondary-0:hover,html body .theme-override-dark .border-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-secondary-0:focus,html body .theme-override-dark .border-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .border-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-secondary-0:active{border-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-top-color-warning-secondary-0,body[data-theme-mode=dark] .border-top-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-secondary-0:active,html body .theme-override-dark .border-top-color-warning-secondary-0,html body .theme-override-dark .border-top-color-hover-warning-secondary-0:hover,html body .theme-override-dark .border-top-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-secondary-0:focus,html body .theme-override-dark .border-top-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-secondary-0:active{border-top-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-bottom-color-warning-secondary-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-0:active,html body .theme-override-dark .border-bottom-color-warning-secondary-0,html body .theme-override-dark .border-bottom-color-hover-warning-secondary-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-secondary-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-secondary-0:active{border-bottom-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-left-color-warning-secondary-0,body[data-theme-mode=dark] .border-left-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-secondary-0:active,html body .theme-override-dark .border-left-color-warning-secondary-0,html body .theme-override-dark .border-left-color-hover-warning-secondary-0:hover,html body .theme-override-dark .border-left-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-secondary-0:focus,html body .theme-override-dark .border-left-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-secondary-0:active{border-left-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .border-right-color-warning-secondary-0,body[data-theme-mode=dark] .border-right-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-secondary-0:active,html body .theme-override-dark .border-right-color-warning-secondary-0,html body .theme-override-dark .border-right-color-hover-warning-secondary-0:hover,html body .theme-override-dark .border-right-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-secondary-0:focus,html body .theme-override-dark .border-right-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-secondary-0:active{border-right-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .fill-color-warning-secondary-0,body[data-theme-mode=dark] .fill-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-secondary-0:active,html body .theme-override-dark .fill-color-warning-secondary-0,html body .theme-override-dark .fill-color-hover-warning-secondary-0:hover,html body .theme-override-dark .fill-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-secondary-0:focus,html body .theme-override-dark .fill-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .fill-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-secondary-0:active{background-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outline-color-warning-secondary-0,body[data-theme-mode=dark] .outline-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-secondary-0:active,html body .theme-override-dark .outline-color-warning-secondary-0,html body .theme-override-dark .outline-color-hover-warning-secondary-0:hover,html body .theme-override-dark .outline-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-secondary-0:focus,html body .theme-override-dark .outline-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .outline-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-secondary-0:active{outline-color:var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .outside-border-color-warning-secondary-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-secondary-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-0:active,html body .theme-override-dark .outside-border-color-warning-secondary-0,html body .theme-override-dark .outside-border-color-hover-warning-secondary-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-secondary-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-secondary-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-secondary-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-secondary-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-secondary-0:active{--outside-border-color: var(--color-warning-secondary-0, var(--color-dark-secondary-0))}body[data-theme-mode=dark] .font-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .font-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .font-color-warning-secondary-foreground-0,html body .theme-override-dark .font-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .font-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .font-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .font-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-secondary-foreground-0:active{color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .border-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .border-color-warning-secondary-foreground-0,html body .theme-override-dark .border-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .border-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .border-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .border-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-secondary-foreground-0:active{border-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-top-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .border-top-color-warning-secondary-foreground-0,html body .theme-override-dark .border-top-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-secondary-foreground-0:active{border-top-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .border-bottom-color-warning-secondary-foreground-0,html body .theme-override-dark .border-bottom-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-secondary-foreground-0:active{border-bottom-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-left-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .border-left-color-warning-secondary-foreground-0,html body .theme-override-dark .border-left-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-secondary-foreground-0:active{border-left-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .border-right-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .border-right-color-warning-secondary-foreground-0,html body .theme-override-dark .border-right-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-secondary-foreground-0:active{border-right-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .fill-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .fill-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .fill-color-warning-secondary-foreground-0,html body .theme-override-dark .fill-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .fill-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .fill-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-secondary-foreground-0:active{background-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outline-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .outline-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .outline-color-warning-secondary-foreground-0,html body .theme-override-dark .outline-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .outline-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .outline-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-secondary-foreground-0:active{outline-color:var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .outside-border-color-warning-secondary-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-secondary-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-foreground-0:active,html body .theme-override-dark .outside-border-color-warning-secondary-foreground-0,html body .theme-override-dark .outside-border-color-hover-warning-secondary-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-secondary-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-secondary-foreground-0:active{--outside-border-color: var(--color-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0))}body[data-theme-mode=dark] .font-color-warning-accent-0,body[data-theme-mode=dark] .font-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-accent-0:active,html body .theme-override-dark .font-color-warning-accent-0,html body .theme-override-dark .font-color-hover-warning-accent-0:hover,html body .theme-override-dark .font-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-accent-0:focus,html body .theme-override-dark .font-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .font-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-accent-0:active{color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-color-warning-accent-0,body[data-theme-mode=dark] .border-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-accent-0:active,html body .theme-override-dark .border-color-warning-accent-0,html body .theme-override-dark .border-color-hover-warning-accent-0:hover,html body .theme-override-dark .border-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-accent-0:focus,html body .theme-override-dark .border-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .border-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-accent-0:active{border-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-top-color-warning-accent-0,body[data-theme-mode=dark] .border-top-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-accent-0:active,html body .theme-override-dark .border-top-color-warning-accent-0,html body .theme-override-dark .border-top-color-hover-warning-accent-0:hover,html body .theme-override-dark .border-top-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-accent-0:focus,html body .theme-override-dark .border-top-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-accent-0:active{border-top-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-bottom-color-warning-accent-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-0:active,html body .theme-override-dark .border-bottom-color-warning-accent-0,html body .theme-override-dark .border-bottom-color-hover-warning-accent-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-accent-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-accent-0:active{border-bottom-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-left-color-warning-accent-0,body[data-theme-mode=dark] .border-left-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-accent-0:active,html body .theme-override-dark .border-left-color-warning-accent-0,html body .theme-override-dark .border-left-color-hover-warning-accent-0:hover,html body .theme-override-dark .border-left-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-accent-0:focus,html body .theme-override-dark .border-left-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-accent-0:active{border-left-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .border-right-color-warning-accent-0,body[data-theme-mode=dark] .border-right-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-accent-0:active,html body .theme-override-dark .border-right-color-warning-accent-0,html body .theme-override-dark .border-right-color-hover-warning-accent-0:hover,html body .theme-override-dark .border-right-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-accent-0:focus,html body .theme-override-dark .border-right-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-accent-0:active{border-right-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .fill-color-warning-accent-0,body[data-theme-mode=dark] .fill-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-accent-0:active,html body .theme-override-dark .fill-color-warning-accent-0,html body .theme-override-dark .fill-color-hover-warning-accent-0:hover,html body .theme-override-dark .fill-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-accent-0:focus,html body .theme-override-dark .fill-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .fill-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-accent-0:active{background-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outline-color-warning-accent-0,body[data-theme-mode=dark] .outline-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-accent-0:active,html body .theme-override-dark .outline-color-warning-accent-0,html body .theme-override-dark .outline-color-hover-warning-accent-0:hover,html body .theme-override-dark .outline-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-accent-0:focus,html body .theme-override-dark .outline-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .outline-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-accent-0:active{outline-color:var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .outside-border-color-warning-accent-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-accent-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-accent-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-accent-0:active,html body .theme-override-dark .outside-border-color-warning-accent-0,html body .theme-override-dark .outside-border-color-hover-warning-accent-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-accent-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-accent-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-accent-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-accent-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-accent-0:active{--outside-border-color: var(--color-warning-accent-0, var(--color-dark-accent-0))}body[data-theme-mode=dark] .font-color-warning-accent-foreground-0,body[data-theme-mode=dark] .font-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .font-color-warning-accent-foreground-0,html body .theme-override-dark .font-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .font-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .font-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .font-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-accent-foreground-0:active{color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-color-warning-accent-foreground-0,body[data-theme-mode=dark] .border-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .border-color-warning-accent-foreground-0,html body .theme-override-dark .border-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .border-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .border-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .border-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-accent-foreground-0:active{border-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-top-color-warning-accent-foreground-0,body[data-theme-mode=dark] .border-top-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .border-top-color-warning-accent-foreground-0,html body .theme-override-dark .border-top-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .border-top-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .border-top-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-accent-foreground-0:active{border-top-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-bottom-color-warning-accent-foreground-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .border-bottom-color-warning-accent-foreground-0,html body .theme-override-dark .border-bottom-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-accent-foreground-0:active{border-bottom-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-left-color-warning-accent-foreground-0,body[data-theme-mode=dark] .border-left-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .border-left-color-warning-accent-foreground-0,html body .theme-override-dark .border-left-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .border-left-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .border-left-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-accent-foreground-0:active{border-left-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .border-right-color-warning-accent-foreground-0,body[data-theme-mode=dark] .border-right-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .border-right-color-warning-accent-foreground-0,html body .theme-override-dark .border-right-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .border-right-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .border-right-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-accent-foreground-0:active{border-right-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .fill-color-warning-accent-foreground-0,body[data-theme-mode=dark] .fill-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .fill-color-warning-accent-foreground-0,html body .theme-override-dark .fill-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .fill-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .fill-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .fill-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-accent-foreground-0:active{background-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outline-color-warning-accent-foreground-0,body[data-theme-mode=dark] .outline-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .outline-color-warning-accent-foreground-0,html body .theme-override-dark .outline-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .outline-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .outline-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .outline-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-accent-foreground-0:active{outline-color:var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .outside-border-color-warning-accent-foreground-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-accent-foreground-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-accent-foreground-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-accent-foreground-0:active,html body .theme-override-dark .outside-border-color-warning-accent-foreground-0,html body .theme-override-dark .outside-border-color-hover-warning-accent-foreground-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-accent-foreground-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-accent-foreground-0:active{--outside-border-color: var(--color-warning-accent-foreground-0, var(--color-dark-accent-foreground-0))}body[data-theme-mode=dark] .font-color-warning-background-0,body[data-theme-mode=dark] .font-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-0:active,html body .theme-override-dark .font-color-warning-background-0,html body .theme-override-dark .font-color-hover-warning-background-0:hover,html body .theme-override-dark .font-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-0:focus,html body .theme-override-dark .font-color-focus-warning-background-0:focus-within,html body .theme-override-dark .font-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-0:active{color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-color-warning-background-0,body[data-theme-mode=dark] .border-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-0:active,html body .theme-override-dark .border-color-warning-background-0,html body .theme-override-dark .border-color-hover-warning-background-0:hover,html body .theme-override-dark .border-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-0:focus,html body .theme-override-dark .border-color-focus-warning-background-0:focus-within,html body .theme-override-dark .border-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-0:active{border-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-top-color-warning-background-0,body[data-theme-mode=dark] .border-top-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-0:active,html body .theme-override-dark .border-top-color-warning-background-0,html body .theme-override-dark .border-top-color-hover-warning-background-0:hover,html body .theme-override-dark .border-top-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-0:focus,html body .theme-override-dark .border-top-color-focus-warning-background-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-0:active{border-top-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-bottom-color-warning-background-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-0:active,html body .theme-override-dark .border-bottom-color-warning-background-0,html body .theme-override-dark .border-bottom-color-hover-warning-background-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-0:active{border-bottom-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-left-color-warning-background-0,body[data-theme-mode=dark] .border-left-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-0:active,html body .theme-override-dark .border-left-color-warning-background-0,html body .theme-override-dark .border-left-color-hover-warning-background-0:hover,html body .theme-override-dark .border-left-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-0:focus,html body .theme-override-dark .border-left-color-focus-warning-background-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-0:active{border-left-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .border-right-color-warning-background-0,body[data-theme-mode=dark] .border-right-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-0:active,html body .theme-override-dark .border-right-color-warning-background-0,html body .theme-override-dark .border-right-color-hover-warning-background-0:hover,html body .theme-override-dark .border-right-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-0:focus,html body .theme-override-dark .border-right-color-focus-warning-background-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-0:active{border-right-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .fill-color-warning-background-0,body[data-theme-mode=dark] .fill-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-0:active,html body .theme-override-dark .fill-color-warning-background-0,html body .theme-override-dark .fill-color-hover-warning-background-0:hover,html body .theme-override-dark .fill-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-0:focus,html body .theme-override-dark .fill-color-focus-warning-background-0:focus-within,html body .theme-override-dark .fill-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-0:active{background-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outline-color-warning-background-0,body[data-theme-mode=dark] .outline-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-0:active,html body .theme-override-dark .outline-color-warning-background-0,html body .theme-override-dark .outline-color-hover-warning-background-0:hover,html body .theme-override-dark .outline-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-0:focus,html body .theme-override-dark .outline-color-focus-warning-background-0:focus-within,html body .theme-override-dark .outline-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-0:active{outline-color:var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .outside-border-color-warning-background-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-0:active,html body .theme-override-dark .outside-border-color-warning-background-0,html body .theme-override-dark .outside-border-color-hover-warning-background-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-0:active{--outside-border-color: var(--color-warning-background-0, var(--color-dark-background-0))}body[data-theme-mode=dark] .font-color-warning-background-1,body[data-theme-mode=dark] .font-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-1:active,html body .theme-override-dark .font-color-warning-background-1,html body .theme-override-dark .font-color-hover-warning-background-1:hover,html body .theme-override-dark .font-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-1:focus,html body .theme-override-dark .font-color-focus-warning-background-1:focus-within,html body .theme-override-dark .font-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-1:active{color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-color-warning-background-1,body[data-theme-mode=dark] .border-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-1:active,html body .theme-override-dark .border-color-warning-background-1,html body .theme-override-dark .border-color-hover-warning-background-1:hover,html body .theme-override-dark .border-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-1:focus,html body .theme-override-dark .border-color-focus-warning-background-1:focus-within,html body .theme-override-dark .border-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-1:active{border-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-top-color-warning-background-1,body[data-theme-mode=dark] .border-top-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-1:active,html body .theme-override-dark .border-top-color-warning-background-1,html body .theme-override-dark .border-top-color-hover-warning-background-1:hover,html body .theme-override-dark .border-top-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-1:focus,html body .theme-override-dark .border-top-color-focus-warning-background-1:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-1:active{border-top-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-bottom-color-warning-background-1,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-1:active,html body .theme-override-dark .border-bottom-color-warning-background-1,html body .theme-override-dark .border-bottom-color-hover-warning-background-1:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-1:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-1:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-1:active{border-bottom-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-left-color-warning-background-1,body[data-theme-mode=dark] .border-left-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-1:active,html body .theme-override-dark .border-left-color-warning-background-1,html body .theme-override-dark .border-left-color-hover-warning-background-1:hover,html body .theme-override-dark .border-left-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-1:focus,html body .theme-override-dark .border-left-color-focus-warning-background-1:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-1:active{border-left-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .border-right-color-warning-background-1,body[data-theme-mode=dark] .border-right-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-1:active,html body .theme-override-dark .border-right-color-warning-background-1,html body .theme-override-dark .border-right-color-hover-warning-background-1:hover,html body .theme-override-dark .border-right-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-1:focus,html body .theme-override-dark .border-right-color-focus-warning-background-1:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-1:active{border-right-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .fill-color-warning-background-1,body[data-theme-mode=dark] .fill-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-1:active,html body .theme-override-dark .fill-color-warning-background-1,html body .theme-override-dark .fill-color-hover-warning-background-1:hover,html body .theme-override-dark .fill-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-1:focus,html body .theme-override-dark .fill-color-focus-warning-background-1:focus-within,html body .theme-override-dark .fill-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-1:active{background-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outline-color-warning-background-1,body[data-theme-mode=dark] .outline-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-1:active,html body .theme-override-dark .outline-color-warning-background-1,html body .theme-override-dark .outline-color-hover-warning-background-1:hover,html body .theme-override-dark .outline-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-1:focus,html body .theme-override-dark .outline-color-focus-warning-background-1:focus-within,html body .theme-override-dark .outline-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-1:active{outline-color:var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .outside-border-color-warning-background-1,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-1:active,html body .theme-override-dark .outside-border-color-warning-background-1,html body .theme-override-dark .outside-border-color-hover-warning-background-1:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-1:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-1:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-1:active{--outside-border-color: var(--color-warning-background-1, var(--color-dark-background-1))}body[data-theme-mode=dark] .font-color-warning-background-2,body[data-theme-mode=dark] .font-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-2:active,html body .theme-override-dark .font-color-warning-background-2,html body .theme-override-dark .font-color-hover-warning-background-2:hover,html body .theme-override-dark .font-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-2:focus,html body .theme-override-dark .font-color-focus-warning-background-2:focus-within,html body .theme-override-dark .font-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-2:active{color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-color-warning-background-2,body[data-theme-mode=dark] .border-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-2:active,html body .theme-override-dark .border-color-warning-background-2,html body .theme-override-dark .border-color-hover-warning-background-2:hover,html body .theme-override-dark .border-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-2:focus,html body .theme-override-dark .border-color-focus-warning-background-2:focus-within,html body .theme-override-dark .border-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-2:active{border-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-top-color-warning-background-2,body[data-theme-mode=dark] .border-top-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-2:active,html body .theme-override-dark .border-top-color-warning-background-2,html body .theme-override-dark .border-top-color-hover-warning-background-2:hover,html body .theme-override-dark .border-top-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-2:focus,html body .theme-override-dark .border-top-color-focus-warning-background-2:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-2:active{border-top-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-bottom-color-warning-background-2,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-2:active,html body .theme-override-dark .border-bottom-color-warning-background-2,html body .theme-override-dark .border-bottom-color-hover-warning-background-2:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-2:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-2:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-2:active{border-bottom-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-left-color-warning-background-2,body[data-theme-mode=dark] .border-left-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-2:active,html body .theme-override-dark .border-left-color-warning-background-2,html body .theme-override-dark .border-left-color-hover-warning-background-2:hover,html body .theme-override-dark .border-left-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-2:focus,html body .theme-override-dark .border-left-color-focus-warning-background-2:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-2:active{border-left-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .border-right-color-warning-background-2,body[data-theme-mode=dark] .border-right-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-2:active,html body .theme-override-dark .border-right-color-warning-background-2,html body .theme-override-dark .border-right-color-hover-warning-background-2:hover,html body .theme-override-dark .border-right-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-2:focus,html body .theme-override-dark .border-right-color-focus-warning-background-2:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-2:active{border-right-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .fill-color-warning-background-2,body[data-theme-mode=dark] .fill-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-2:active,html body .theme-override-dark .fill-color-warning-background-2,html body .theme-override-dark .fill-color-hover-warning-background-2:hover,html body .theme-override-dark .fill-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-2:focus,html body .theme-override-dark .fill-color-focus-warning-background-2:focus-within,html body .theme-override-dark .fill-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-2:active{background-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outline-color-warning-background-2,body[data-theme-mode=dark] .outline-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-2:active,html body .theme-override-dark .outline-color-warning-background-2,html body .theme-override-dark .outline-color-hover-warning-background-2:hover,html body .theme-override-dark .outline-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-2:focus,html body .theme-override-dark .outline-color-focus-warning-background-2:focus-within,html body .theme-override-dark .outline-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-2:active{outline-color:var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .outside-border-color-warning-background-2,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-2:active,html body .theme-override-dark .outside-border-color-warning-background-2,html body .theme-override-dark .outside-border-color-hover-warning-background-2:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-2:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-2:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-2:active{--outside-border-color: var(--color-warning-background-2, var(--color-dark-background-2))}body[data-theme-mode=dark] .font-color-warning-background-3,body[data-theme-mode=dark] .font-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-3:active,html body .theme-override-dark .font-color-warning-background-3,html body .theme-override-dark .font-color-hover-warning-background-3:hover,html body .theme-override-dark .font-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-3:focus,html body .theme-override-dark .font-color-focus-warning-background-3:focus-within,html body .theme-override-dark .font-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-3:active{color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-color-warning-background-3,body[data-theme-mode=dark] .border-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-3:active,html body .theme-override-dark .border-color-warning-background-3,html body .theme-override-dark .border-color-hover-warning-background-3:hover,html body .theme-override-dark .border-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-3:focus,html body .theme-override-dark .border-color-focus-warning-background-3:focus-within,html body .theme-override-dark .border-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-3:active{border-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-top-color-warning-background-3,body[data-theme-mode=dark] .border-top-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-3:active,html body .theme-override-dark .border-top-color-warning-background-3,html body .theme-override-dark .border-top-color-hover-warning-background-3:hover,html body .theme-override-dark .border-top-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-3:focus,html body .theme-override-dark .border-top-color-focus-warning-background-3:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-3:active{border-top-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-bottom-color-warning-background-3,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-3:active,html body .theme-override-dark .border-bottom-color-warning-background-3,html body .theme-override-dark .border-bottom-color-hover-warning-background-3:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-3:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-3:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-3:active{border-bottom-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-left-color-warning-background-3,body[data-theme-mode=dark] .border-left-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-3:active,html body .theme-override-dark .border-left-color-warning-background-3,html body .theme-override-dark .border-left-color-hover-warning-background-3:hover,html body .theme-override-dark .border-left-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-3:focus,html body .theme-override-dark .border-left-color-focus-warning-background-3:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-3:active{border-left-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .border-right-color-warning-background-3,body[data-theme-mode=dark] .border-right-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-3:active,html body .theme-override-dark .border-right-color-warning-background-3,html body .theme-override-dark .border-right-color-hover-warning-background-3:hover,html body .theme-override-dark .border-right-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-3:focus,html body .theme-override-dark .border-right-color-focus-warning-background-3:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-3:active{border-right-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .fill-color-warning-background-3,body[data-theme-mode=dark] .fill-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-3:active,html body .theme-override-dark .fill-color-warning-background-3,html body .theme-override-dark .fill-color-hover-warning-background-3:hover,html body .theme-override-dark .fill-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-3:focus,html body .theme-override-dark .fill-color-focus-warning-background-3:focus-within,html body .theme-override-dark .fill-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-3:active{background-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outline-color-warning-background-3,body[data-theme-mode=dark] .outline-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-3:active,html body .theme-override-dark .outline-color-warning-background-3,html body .theme-override-dark .outline-color-hover-warning-background-3:hover,html body .theme-override-dark .outline-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-3:focus,html body .theme-override-dark .outline-color-focus-warning-background-3:focus-within,html body .theme-override-dark .outline-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-3:active{outline-color:var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .outside-border-color-warning-background-3,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-3:active,html body .theme-override-dark .outside-border-color-warning-background-3,html body .theme-override-dark .outside-border-color-hover-warning-background-3:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-3:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-3:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-3:active{--outside-border-color: var(--color-warning-background-3, var(--color-dark-background-3))}body[data-theme-mode=dark] .font-color-warning-background-4,body[data-theme-mode=dark] .font-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-4:active,html body .theme-override-dark .font-color-warning-background-4,html body .theme-override-dark .font-color-hover-warning-background-4:hover,html body .theme-override-dark .font-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-4:focus,html body .theme-override-dark .font-color-focus-warning-background-4:focus-within,html body .theme-override-dark .font-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-4:active{color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-color-warning-background-4,body[data-theme-mode=dark] .border-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-4:active,html body .theme-override-dark .border-color-warning-background-4,html body .theme-override-dark .border-color-hover-warning-background-4:hover,html body .theme-override-dark .border-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-4:focus,html body .theme-override-dark .border-color-focus-warning-background-4:focus-within,html body .theme-override-dark .border-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-4:active{border-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-top-color-warning-background-4,body[data-theme-mode=dark] .border-top-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-4:active,html body .theme-override-dark .border-top-color-warning-background-4,html body .theme-override-dark .border-top-color-hover-warning-background-4:hover,html body .theme-override-dark .border-top-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-4:focus,html body .theme-override-dark .border-top-color-focus-warning-background-4:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-4:active{border-top-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-bottom-color-warning-background-4,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-4:active,html body .theme-override-dark .border-bottom-color-warning-background-4,html body .theme-override-dark .border-bottom-color-hover-warning-background-4:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-4:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-4:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-4:active{border-bottom-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-left-color-warning-background-4,body[data-theme-mode=dark] .border-left-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-4:active,html body .theme-override-dark .border-left-color-warning-background-4,html body .theme-override-dark .border-left-color-hover-warning-background-4:hover,html body .theme-override-dark .border-left-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-4:focus,html body .theme-override-dark .border-left-color-focus-warning-background-4:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-4:active{border-left-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .border-right-color-warning-background-4,body[data-theme-mode=dark] .border-right-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-4:active,html body .theme-override-dark .border-right-color-warning-background-4,html body .theme-override-dark .border-right-color-hover-warning-background-4:hover,html body .theme-override-dark .border-right-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-4:focus,html body .theme-override-dark .border-right-color-focus-warning-background-4:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-4:active{border-right-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .fill-color-warning-background-4,body[data-theme-mode=dark] .fill-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-4:active,html body .theme-override-dark .fill-color-warning-background-4,html body .theme-override-dark .fill-color-hover-warning-background-4:hover,html body .theme-override-dark .fill-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-4:focus,html body .theme-override-dark .fill-color-focus-warning-background-4:focus-within,html body .theme-override-dark .fill-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-4:active{background-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outline-color-warning-background-4,body[data-theme-mode=dark] .outline-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-4:active,html body .theme-override-dark .outline-color-warning-background-4,html body .theme-override-dark .outline-color-hover-warning-background-4:hover,html body .theme-override-dark .outline-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-4:focus,html body .theme-override-dark .outline-color-focus-warning-background-4:focus-within,html body .theme-override-dark .outline-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-4:active{outline-color:var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .outside-border-color-warning-background-4,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-4:active,html body .theme-override-dark .outside-border-color-warning-background-4,html body .theme-override-dark .outside-border-color-hover-warning-background-4:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-4:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-4:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-4:active{--outside-border-color: var(--color-warning-background-4, var(--color-dark-background-4))}body[data-theme-mode=dark] .font-color-warning-background-5,body[data-theme-mode=dark] .font-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-5:active,html body .theme-override-dark .font-color-warning-background-5,html body .theme-override-dark .font-color-hover-warning-background-5:hover,html body .theme-override-dark .font-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-5:focus,html body .theme-override-dark .font-color-focus-warning-background-5:focus-within,html body .theme-override-dark .font-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-5:active{color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-color-warning-background-5,body[data-theme-mode=dark] .border-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-5:active,html body .theme-override-dark .border-color-warning-background-5,html body .theme-override-dark .border-color-hover-warning-background-5:hover,html body .theme-override-dark .border-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-5:focus,html body .theme-override-dark .border-color-focus-warning-background-5:focus-within,html body .theme-override-dark .border-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-5:active{border-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-top-color-warning-background-5,body[data-theme-mode=dark] .border-top-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-5:active,html body .theme-override-dark .border-top-color-warning-background-5,html body .theme-override-dark .border-top-color-hover-warning-background-5:hover,html body .theme-override-dark .border-top-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-5:focus,html body .theme-override-dark .border-top-color-focus-warning-background-5:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-5:active{border-top-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-bottom-color-warning-background-5,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-5:active,html body .theme-override-dark .border-bottom-color-warning-background-5,html body .theme-override-dark .border-bottom-color-hover-warning-background-5:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-5:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-5:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-5:active{border-bottom-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-left-color-warning-background-5,body[data-theme-mode=dark] .border-left-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-5:active,html body .theme-override-dark .border-left-color-warning-background-5,html body .theme-override-dark .border-left-color-hover-warning-background-5:hover,html body .theme-override-dark .border-left-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-5:focus,html body .theme-override-dark .border-left-color-focus-warning-background-5:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-5:active{border-left-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .border-right-color-warning-background-5,body[data-theme-mode=dark] .border-right-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-5:active,html body .theme-override-dark .border-right-color-warning-background-5,html body .theme-override-dark .border-right-color-hover-warning-background-5:hover,html body .theme-override-dark .border-right-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-5:focus,html body .theme-override-dark .border-right-color-focus-warning-background-5:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-5:active{border-right-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .fill-color-warning-background-5,body[data-theme-mode=dark] .fill-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-5:active,html body .theme-override-dark .fill-color-warning-background-5,html body .theme-override-dark .fill-color-hover-warning-background-5:hover,html body .theme-override-dark .fill-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-5:focus,html body .theme-override-dark .fill-color-focus-warning-background-5:focus-within,html body .theme-override-dark .fill-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-5:active{background-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outline-color-warning-background-5,body[data-theme-mode=dark] .outline-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-5:active,html body .theme-override-dark .outline-color-warning-background-5,html body .theme-override-dark .outline-color-hover-warning-background-5:hover,html body .theme-override-dark .outline-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-5:focus,html body .theme-override-dark .outline-color-focus-warning-background-5:focus-within,html body .theme-override-dark .outline-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-5:active{outline-color:var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .outside-border-color-warning-background-5,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-5:active,html body .theme-override-dark .outside-border-color-warning-background-5,html body .theme-override-dark .outside-border-color-hover-warning-background-5:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-5:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-5:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-5:active{--outside-border-color: var(--color-warning-background-5, var(--color-dark-background-5))}body[data-theme-mode=dark] .font-color-warning-surface-0,body[data-theme-mode=dark] .font-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-0:active,html body .theme-override-dark .font-color-warning-surface-0,html body .theme-override-dark .font-color-hover-warning-surface-0:hover,html body .theme-override-dark .font-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-0:focus,html body .theme-override-dark .font-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .font-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-0:active{color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-color-warning-surface-0,body[data-theme-mode=dark] .border-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-0:active,html body .theme-override-dark .border-color-warning-surface-0,html body .theme-override-dark .border-color-hover-warning-surface-0:hover,html body .theme-override-dark .border-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-0:focus,html body .theme-override-dark .border-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .border-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-0:active{border-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-top-color-warning-surface-0,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-0:active,html body .theme-override-dark .border-top-color-warning-surface-0,html body .theme-override-dark .border-top-color-hover-warning-surface-0:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-0:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-0:active{border-top-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-0:active,html body .theme-override-dark .border-bottom-color-warning-surface-0,html body .theme-override-dark .border-bottom-color-hover-warning-surface-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-0:active{border-bottom-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-left-color-warning-surface-0,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-0:active,html body .theme-override-dark .border-left-color-warning-surface-0,html body .theme-override-dark .border-left-color-hover-warning-surface-0:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-0:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-0:active{border-left-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .border-right-color-warning-surface-0,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-0:active,html body .theme-override-dark .border-right-color-warning-surface-0,html body .theme-override-dark .border-right-color-hover-warning-surface-0:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-0:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-0:active{border-right-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .fill-color-warning-surface-0,body[data-theme-mode=dark] .fill-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-0:active,html body .theme-override-dark .fill-color-warning-surface-0,html body .theme-override-dark .fill-color-hover-warning-surface-0:hover,html body .theme-override-dark .fill-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-0:focus,html body .theme-override-dark .fill-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-0:active{background-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outline-color-warning-surface-0,body[data-theme-mode=dark] .outline-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-0:active,html body .theme-override-dark .outline-color-warning-surface-0,html body .theme-override-dark .outline-color-hover-warning-surface-0:hover,html body .theme-override-dark .outline-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-0:focus,html body .theme-override-dark .outline-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-0:active{outline-color:var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .outside-border-color-warning-surface-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-0:active,html body .theme-override-dark .outside-border-color-warning-surface-0,html body .theme-override-dark .outside-border-color-hover-warning-surface-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-0:active{--outside-border-color: var(--color-warning-surface-0, var(--color-dark-surface-0))}body[data-theme-mode=dark] .font-color-warning-surface-1,body[data-theme-mode=dark] .font-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-1:active,html body .theme-override-dark .font-color-warning-surface-1,html body .theme-override-dark .font-color-hover-warning-surface-1:hover,html body .theme-override-dark .font-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-1:focus,html body .theme-override-dark .font-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .font-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-1:active{color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-color-warning-surface-1,body[data-theme-mode=dark] .border-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-1:active,html body .theme-override-dark .border-color-warning-surface-1,html body .theme-override-dark .border-color-hover-warning-surface-1:hover,html body .theme-override-dark .border-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-1:focus,html body .theme-override-dark .border-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .border-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-1:active{border-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-top-color-warning-surface-1,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-1:active,html body .theme-override-dark .border-top-color-warning-surface-1,html body .theme-override-dark .border-top-color-hover-warning-surface-1:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-1:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-1:active{border-top-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-1,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-1:active,html body .theme-override-dark .border-bottom-color-warning-surface-1,html body .theme-override-dark .border-bottom-color-hover-warning-surface-1:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-1:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-1:active{border-bottom-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-left-color-warning-surface-1,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-1:active,html body .theme-override-dark .border-left-color-warning-surface-1,html body .theme-override-dark .border-left-color-hover-warning-surface-1:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-1:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-1:active{border-left-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .border-right-color-warning-surface-1,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-1:active,html body .theme-override-dark .border-right-color-warning-surface-1,html body .theme-override-dark .border-right-color-hover-warning-surface-1:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-1:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-1:active{border-right-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .fill-color-warning-surface-1,body[data-theme-mode=dark] .fill-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-1:active,html body .theme-override-dark .fill-color-warning-surface-1,html body .theme-override-dark .fill-color-hover-warning-surface-1:hover,html body .theme-override-dark .fill-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-1:focus,html body .theme-override-dark .fill-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-1:active{background-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outline-color-warning-surface-1,body[data-theme-mode=dark] .outline-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-1:active,html body .theme-override-dark .outline-color-warning-surface-1,html body .theme-override-dark .outline-color-hover-warning-surface-1:hover,html body .theme-override-dark .outline-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-1:focus,html body .theme-override-dark .outline-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-1:active{outline-color:var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .outside-border-color-warning-surface-1,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-1:active,html body .theme-override-dark .outside-border-color-warning-surface-1,html body .theme-override-dark .outside-border-color-hover-warning-surface-1:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-1:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-1:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-1:active{--outside-border-color: var(--color-warning-surface-1, var(--color-dark-surface-1))}body[data-theme-mode=dark] .font-color-warning-surface-2,body[data-theme-mode=dark] .font-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-2:active,html body .theme-override-dark .font-color-warning-surface-2,html body .theme-override-dark .font-color-hover-warning-surface-2:hover,html body .theme-override-dark .font-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-2:focus,html body .theme-override-dark .font-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .font-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-2:active{color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-color-warning-surface-2,body[data-theme-mode=dark] .border-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-2:active,html body .theme-override-dark .border-color-warning-surface-2,html body .theme-override-dark .border-color-hover-warning-surface-2:hover,html body .theme-override-dark .border-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-2:focus,html body .theme-override-dark .border-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .border-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-2:active{border-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-top-color-warning-surface-2,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-2:active,html body .theme-override-dark .border-top-color-warning-surface-2,html body .theme-override-dark .border-top-color-hover-warning-surface-2:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-2:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-2:active{border-top-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-2,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-2:active,html body .theme-override-dark .border-bottom-color-warning-surface-2,html body .theme-override-dark .border-bottom-color-hover-warning-surface-2:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-2:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-2:active{border-bottom-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-left-color-warning-surface-2,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-2:active,html body .theme-override-dark .border-left-color-warning-surface-2,html body .theme-override-dark .border-left-color-hover-warning-surface-2:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-2:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-2:active{border-left-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .border-right-color-warning-surface-2,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-2:active,html body .theme-override-dark .border-right-color-warning-surface-2,html body .theme-override-dark .border-right-color-hover-warning-surface-2:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-2:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-2:active{border-right-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .fill-color-warning-surface-2,body[data-theme-mode=dark] .fill-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-2:active,html body .theme-override-dark .fill-color-warning-surface-2,html body .theme-override-dark .fill-color-hover-warning-surface-2:hover,html body .theme-override-dark .fill-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-2:focus,html body .theme-override-dark .fill-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-2:active{background-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outline-color-warning-surface-2,body[data-theme-mode=dark] .outline-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-2:active,html body .theme-override-dark .outline-color-warning-surface-2,html body .theme-override-dark .outline-color-hover-warning-surface-2:hover,html body .theme-override-dark .outline-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-2:focus,html body .theme-override-dark .outline-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-2:active{outline-color:var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .outside-border-color-warning-surface-2,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-2:active,html body .theme-override-dark .outside-border-color-warning-surface-2,html body .theme-override-dark .outside-border-color-hover-warning-surface-2:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-2:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-2:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-2:active{--outside-border-color: var(--color-warning-surface-2, var(--color-dark-surface-2))}body[data-theme-mode=dark] .font-color-warning-surface-3,body[data-theme-mode=dark] .font-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-3:active,html body .theme-override-dark .font-color-warning-surface-3,html body .theme-override-dark .font-color-hover-warning-surface-3:hover,html body .theme-override-dark .font-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-3:focus,html body .theme-override-dark .font-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .font-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-3:active{color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-color-warning-surface-3,body[data-theme-mode=dark] .border-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-3:active,html body .theme-override-dark .border-color-warning-surface-3,html body .theme-override-dark .border-color-hover-warning-surface-3:hover,html body .theme-override-dark .border-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-3:focus,html body .theme-override-dark .border-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .border-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-3:active{border-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-top-color-warning-surface-3,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-3:active,html body .theme-override-dark .border-top-color-warning-surface-3,html body .theme-override-dark .border-top-color-hover-warning-surface-3:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-3:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-3:active{border-top-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-3,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-3:active,html body .theme-override-dark .border-bottom-color-warning-surface-3,html body .theme-override-dark .border-bottom-color-hover-warning-surface-3:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-3:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-3:active{border-bottom-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-left-color-warning-surface-3,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-3:active,html body .theme-override-dark .border-left-color-warning-surface-3,html body .theme-override-dark .border-left-color-hover-warning-surface-3:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-3:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-3:active{border-left-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .border-right-color-warning-surface-3,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-3:active,html body .theme-override-dark .border-right-color-warning-surface-3,html body .theme-override-dark .border-right-color-hover-warning-surface-3:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-3:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-3:active{border-right-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .fill-color-warning-surface-3,body[data-theme-mode=dark] .fill-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-3:active,html body .theme-override-dark .fill-color-warning-surface-3,html body .theme-override-dark .fill-color-hover-warning-surface-3:hover,html body .theme-override-dark .fill-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-3:focus,html body .theme-override-dark .fill-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-3:active{background-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outline-color-warning-surface-3,body[data-theme-mode=dark] .outline-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-3:active,html body .theme-override-dark .outline-color-warning-surface-3,html body .theme-override-dark .outline-color-hover-warning-surface-3:hover,html body .theme-override-dark .outline-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-3:focus,html body .theme-override-dark .outline-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-3:active{outline-color:var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .outside-border-color-warning-surface-3,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-3:active,html body .theme-override-dark .outside-border-color-warning-surface-3,html body .theme-override-dark .outside-border-color-hover-warning-surface-3:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-3:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-3:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-3:active{--outside-border-color: var(--color-warning-surface-3, var(--color-dark-surface-3))}body[data-theme-mode=dark] .font-color-warning-surface-4,body[data-theme-mode=dark] .font-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-4:active,html body .theme-override-dark .font-color-warning-surface-4,html body .theme-override-dark .font-color-hover-warning-surface-4:hover,html body .theme-override-dark .font-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-4:focus,html body .theme-override-dark .font-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .font-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-4:active{color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-color-warning-surface-4,body[data-theme-mode=dark] .border-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-4:active,html body .theme-override-dark .border-color-warning-surface-4,html body .theme-override-dark .border-color-hover-warning-surface-4:hover,html body .theme-override-dark .border-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-4:focus,html body .theme-override-dark .border-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .border-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-4:active{border-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-top-color-warning-surface-4,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-4:active,html body .theme-override-dark .border-top-color-warning-surface-4,html body .theme-override-dark .border-top-color-hover-warning-surface-4:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-4:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-4:active{border-top-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-4,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-4:active,html body .theme-override-dark .border-bottom-color-warning-surface-4,html body .theme-override-dark .border-bottom-color-hover-warning-surface-4:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-4:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-4:active{border-bottom-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-left-color-warning-surface-4,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-4:active,html body .theme-override-dark .border-left-color-warning-surface-4,html body .theme-override-dark .border-left-color-hover-warning-surface-4:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-4:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-4:active{border-left-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .border-right-color-warning-surface-4,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-4:active,html body .theme-override-dark .border-right-color-warning-surface-4,html body .theme-override-dark .border-right-color-hover-warning-surface-4:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-4:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-4:active{border-right-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .fill-color-warning-surface-4,body[data-theme-mode=dark] .fill-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-4:active,html body .theme-override-dark .fill-color-warning-surface-4,html body .theme-override-dark .fill-color-hover-warning-surface-4:hover,html body .theme-override-dark .fill-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-4:focus,html body .theme-override-dark .fill-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-4:active{background-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outline-color-warning-surface-4,body[data-theme-mode=dark] .outline-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-4:active,html body .theme-override-dark .outline-color-warning-surface-4,html body .theme-override-dark .outline-color-hover-warning-surface-4:hover,html body .theme-override-dark .outline-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-4:focus,html body .theme-override-dark .outline-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-4:active{outline-color:var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .outside-border-color-warning-surface-4,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-4:active,html body .theme-override-dark .outside-border-color-warning-surface-4,html body .theme-override-dark .outside-border-color-hover-warning-surface-4:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-4:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-4:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-4:active{--outside-border-color: var(--color-warning-surface-4, var(--color-dark-surface-4))}body[data-theme-mode=dark] .font-color-warning-surface-5,body[data-theme-mode=dark] .font-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .font-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .font-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .font-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-surface-5:active,html body .theme-override-dark .font-color-warning-surface-5,html body .theme-override-dark .font-color-hover-warning-surface-5:hover,html body .theme-override-dark .font-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .font-color-focus-warning-surface-5:focus,html body .theme-override-dark .font-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .font-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .font-color-active-warning-surface-5:active{color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-color-warning-surface-5,body[data-theme-mode=dark] .border-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .border-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .border-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .border-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-surface-5:active,html body .theme-override-dark .border-color-warning-surface-5,html body .theme-override-dark .border-color-hover-warning-surface-5:hover,html body .theme-override-dark .border-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .border-color-focus-warning-surface-5:focus,html body .theme-override-dark .border-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .border-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .border-color-active-warning-surface-5:active{border-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-top-color-warning-surface-5,body[data-theme-mode=dark] .border-top-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-surface-5:active,html body .theme-override-dark .border-top-color-warning-surface-5,html body .theme-override-dark .border-top-color-hover-warning-surface-5:hover,html body .theme-override-dark .border-top-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-surface-5:focus,html body .theme-override-dark .border-top-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .border-top-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-surface-5:active{border-top-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-bottom-color-warning-surface-5,body[data-theme-mode=dark] .border-bottom-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-surface-5:active,html body .theme-override-dark .border-bottom-color-warning-surface-5,html body .theme-override-dark .border-bottom-color-hover-warning-surface-5:hover,html body .theme-override-dark .border-bottom-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-surface-5:focus,html body .theme-override-dark .border-bottom-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-surface-5:active{border-bottom-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-left-color-warning-surface-5,body[data-theme-mode=dark] .border-left-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-surface-5:active,html body .theme-override-dark .border-left-color-warning-surface-5,html body .theme-override-dark .border-left-color-hover-warning-surface-5:hover,html body .theme-override-dark .border-left-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-surface-5:focus,html body .theme-override-dark .border-left-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .border-left-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-surface-5:active{border-left-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .border-right-color-warning-surface-5,body[data-theme-mode=dark] .border-right-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-surface-5:active,html body .theme-override-dark .border-right-color-warning-surface-5,html body .theme-override-dark .border-right-color-hover-warning-surface-5:hover,html body .theme-override-dark .border-right-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-surface-5:focus,html body .theme-override-dark .border-right-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .border-right-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-surface-5:active{border-right-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .fill-color-warning-surface-5,body[data-theme-mode=dark] .fill-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .fill-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .fill-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-surface-5:active,html body .theme-override-dark .fill-color-warning-surface-5,html body .theme-override-dark .fill-color-hover-warning-surface-5:hover,html body .theme-override-dark .fill-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-surface-5:focus,html body .theme-override-dark .fill-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .fill-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .fill-color-active-warning-surface-5:active{background-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outline-color-warning-surface-5,body[data-theme-mode=dark] .outline-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .outline-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .outline-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-surface-5:active,html body .theme-override-dark .outline-color-warning-surface-5,html body .theme-override-dark .outline-color-hover-warning-surface-5:hover,html body .theme-override-dark .outline-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-surface-5:focus,html body .theme-override-dark .outline-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .outline-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .outline-color-active-warning-surface-5:active{outline-color:var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .outside-border-color-warning-surface-5,body[data-theme-mode=dark] .outside-border-color-hover-warning-surface-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-surface-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-surface-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-surface-5:active,html body .theme-override-dark .outside-border-color-warning-surface-5,html body .theme-override-dark .outside-border-color-hover-warning-surface-5:hover,html body .theme-override-dark .outside-border-color-focus-warning-surface-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-surface-5:focus,html body .theme-override-dark .outside-border-color-focus-warning-surface-5:focus-within,html body .theme-override-dark .outside-border-color-active-warning-surface-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-surface-5:active{--outside-border-color: var(--color-warning-surface-5, var(--color-dark-surface-5))}body[data-theme-mode=dark] .font-color-warning-border-0,body[data-theme-mode=dark] .font-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-0:active,html body .theme-override-dark .font-color-warning-border-0,html body .theme-override-dark .font-color-hover-warning-border-0:hover,html body .theme-override-dark .font-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-0:focus,html body .theme-override-dark .font-color-focus-warning-border-0:focus-within,html body .theme-override-dark .font-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-0:active{color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-color-warning-border-0,body[data-theme-mode=dark] .border-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-0:active,html body .theme-override-dark .border-color-warning-border-0,html body .theme-override-dark .border-color-hover-warning-border-0:hover,html body .theme-override-dark .border-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-0:focus,html body .theme-override-dark .border-color-focus-warning-border-0:focus-within,html body .theme-override-dark .border-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-0:active{border-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-top-color-warning-border-0,body[data-theme-mode=dark] .border-top-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-0:active,html body .theme-override-dark .border-top-color-warning-border-0,html body .theme-override-dark .border-top-color-hover-warning-border-0:hover,html body .theme-override-dark .border-top-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-0:focus,html body .theme-override-dark .border-top-color-focus-warning-border-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-0:active{border-top-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-bottom-color-warning-border-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-0:active,html body .theme-override-dark .border-bottom-color-warning-border-0,html body .theme-override-dark .border-bottom-color-hover-warning-border-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-0:active{border-bottom-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-left-color-warning-border-0,body[data-theme-mode=dark] .border-left-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-0:active,html body .theme-override-dark .border-left-color-warning-border-0,html body .theme-override-dark .border-left-color-hover-warning-border-0:hover,html body .theme-override-dark .border-left-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-0:focus,html body .theme-override-dark .border-left-color-focus-warning-border-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-0:active{border-left-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .border-right-color-warning-border-0,body[data-theme-mode=dark] .border-right-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-0:active,html body .theme-override-dark .border-right-color-warning-border-0,html body .theme-override-dark .border-right-color-hover-warning-border-0:hover,html body .theme-override-dark .border-right-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-0:focus,html body .theme-override-dark .border-right-color-focus-warning-border-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-0:active{border-right-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .fill-color-warning-border-0,body[data-theme-mode=dark] .fill-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-0:active,html body .theme-override-dark .fill-color-warning-border-0,html body .theme-override-dark .fill-color-hover-warning-border-0:hover,html body .theme-override-dark .fill-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-0:focus,html body .theme-override-dark .fill-color-focus-warning-border-0:focus-within,html body .theme-override-dark .fill-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-0:active{background-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outline-color-warning-border-0,body[data-theme-mode=dark] .outline-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-0:active,html body .theme-override-dark .outline-color-warning-border-0,html body .theme-override-dark .outline-color-hover-warning-border-0:hover,html body .theme-override-dark .outline-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-0:focus,html body .theme-override-dark .outline-color-focus-warning-border-0:focus-within,html body .theme-override-dark .outline-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-0:active{outline-color:var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .outside-border-color-warning-border-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-0:active,html body .theme-override-dark .outside-border-color-warning-border-0,html body .theme-override-dark .outside-border-color-hover-warning-border-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-0:active{--outside-border-color: var(--color-warning-border-0, var(--color-dark-border-0))}body[data-theme-mode=dark] .font-color-warning-border-1,body[data-theme-mode=dark] .font-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-1:active,html body .theme-override-dark .font-color-warning-border-1,html body .theme-override-dark .font-color-hover-warning-border-1:hover,html body .theme-override-dark .font-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-1:focus,html body .theme-override-dark .font-color-focus-warning-border-1:focus-within,html body .theme-override-dark .font-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-1:active{color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-color-warning-border-1,body[data-theme-mode=dark] .border-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-1:active,html body .theme-override-dark .border-color-warning-border-1,html body .theme-override-dark .border-color-hover-warning-border-1:hover,html body .theme-override-dark .border-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-1:focus,html body .theme-override-dark .border-color-focus-warning-border-1:focus-within,html body .theme-override-dark .border-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-1:active{border-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-top-color-warning-border-1,body[data-theme-mode=dark] .border-top-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-1:active,html body .theme-override-dark .border-top-color-warning-border-1,html body .theme-override-dark .border-top-color-hover-warning-border-1:hover,html body .theme-override-dark .border-top-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-1:focus,html body .theme-override-dark .border-top-color-focus-warning-border-1:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-1:active{border-top-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-bottom-color-warning-border-1,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-1:active,html body .theme-override-dark .border-bottom-color-warning-border-1,html body .theme-override-dark .border-bottom-color-hover-warning-border-1:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-1:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-1:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-1:active{border-bottom-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-left-color-warning-border-1,body[data-theme-mode=dark] .border-left-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-1:active,html body .theme-override-dark .border-left-color-warning-border-1,html body .theme-override-dark .border-left-color-hover-warning-border-1:hover,html body .theme-override-dark .border-left-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-1:focus,html body .theme-override-dark .border-left-color-focus-warning-border-1:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-1:active{border-left-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .border-right-color-warning-border-1,body[data-theme-mode=dark] .border-right-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-1:active,html body .theme-override-dark .border-right-color-warning-border-1,html body .theme-override-dark .border-right-color-hover-warning-border-1:hover,html body .theme-override-dark .border-right-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-1:focus,html body .theme-override-dark .border-right-color-focus-warning-border-1:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-1:active{border-right-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .fill-color-warning-border-1,body[data-theme-mode=dark] .fill-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-1:active,html body .theme-override-dark .fill-color-warning-border-1,html body .theme-override-dark .fill-color-hover-warning-border-1:hover,html body .theme-override-dark .fill-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-1:focus,html body .theme-override-dark .fill-color-focus-warning-border-1:focus-within,html body .theme-override-dark .fill-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-1:active{background-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outline-color-warning-border-1,body[data-theme-mode=dark] .outline-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-1:active,html body .theme-override-dark .outline-color-warning-border-1,html body .theme-override-dark .outline-color-hover-warning-border-1:hover,html body .theme-override-dark .outline-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-1:focus,html body .theme-override-dark .outline-color-focus-warning-border-1:focus-within,html body .theme-override-dark .outline-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-1:active{outline-color:var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .outside-border-color-warning-border-1,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-1:active,html body .theme-override-dark .outside-border-color-warning-border-1,html body .theme-override-dark .outside-border-color-hover-warning-border-1:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-1:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-1:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-1:active{--outside-border-color: var(--color-warning-border-1, var(--color-dark-border-1))}body[data-theme-mode=dark] .font-color-warning-border-2,body[data-theme-mode=dark] .font-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-2:active,html body .theme-override-dark .font-color-warning-border-2,html body .theme-override-dark .font-color-hover-warning-border-2:hover,html body .theme-override-dark .font-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-2:focus,html body .theme-override-dark .font-color-focus-warning-border-2:focus-within,html body .theme-override-dark .font-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-2:active{color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-color-warning-border-2,body[data-theme-mode=dark] .border-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-2:active,html body .theme-override-dark .border-color-warning-border-2,html body .theme-override-dark .border-color-hover-warning-border-2:hover,html body .theme-override-dark .border-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-2:focus,html body .theme-override-dark .border-color-focus-warning-border-2:focus-within,html body .theme-override-dark .border-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-2:active{border-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-top-color-warning-border-2,body[data-theme-mode=dark] .border-top-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-2:active,html body .theme-override-dark .border-top-color-warning-border-2,html body .theme-override-dark .border-top-color-hover-warning-border-2:hover,html body .theme-override-dark .border-top-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-2:focus,html body .theme-override-dark .border-top-color-focus-warning-border-2:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-2:active{border-top-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-bottom-color-warning-border-2,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-2:active,html body .theme-override-dark .border-bottom-color-warning-border-2,html body .theme-override-dark .border-bottom-color-hover-warning-border-2:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-2:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-2:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-2:active{border-bottom-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-left-color-warning-border-2,body[data-theme-mode=dark] .border-left-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-2:active,html body .theme-override-dark .border-left-color-warning-border-2,html body .theme-override-dark .border-left-color-hover-warning-border-2:hover,html body .theme-override-dark .border-left-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-2:focus,html body .theme-override-dark .border-left-color-focus-warning-border-2:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-2:active{border-left-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .border-right-color-warning-border-2,body[data-theme-mode=dark] .border-right-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-2:active,html body .theme-override-dark .border-right-color-warning-border-2,html body .theme-override-dark .border-right-color-hover-warning-border-2:hover,html body .theme-override-dark .border-right-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-2:focus,html body .theme-override-dark .border-right-color-focus-warning-border-2:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-2:active{border-right-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .fill-color-warning-border-2,body[data-theme-mode=dark] .fill-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-2:active,html body .theme-override-dark .fill-color-warning-border-2,html body .theme-override-dark .fill-color-hover-warning-border-2:hover,html body .theme-override-dark .fill-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-2:focus,html body .theme-override-dark .fill-color-focus-warning-border-2:focus-within,html body .theme-override-dark .fill-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-2:active{background-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outline-color-warning-border-2,body[data-theme-mode=dark] .outline-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-2:active,html body .theme-override-dark .outline-color-warning-border-2,html body .theme-override-dark .outline-color-hover-warning-border-2:hover,html body .theme-override-dark .outline-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-2:focus,html body .theme-override-dark .outline-color-focus-warning-border-2:focus-within,html body .theme-override-dark .outline-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-2:active{outline-color:var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .outside-border-color-warning-border-2,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-2:active,html body .theme-override-dark .outside-border-color-warning-border-2,html body .theme-override-dark .outside-border-color-hover-warning-border-2:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-2:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-2:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-2:active{--outside-border-color: var(--color-warning-border-2, var(--color-dark-border-2))}body[data-theme-mode=dark] .font-color-warning-border-3,body[data-theme-mode=dark] .font-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-3:active,html body .theme-override-dark .font-color-warning-border-3,html body .theme-override-dark .font-color-hover-warning-border-3:hover,html body .theme-override-dark .font-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-3:focus,html body .theme-override-dark .font-color-focus-warning-border-3:focus-within,html body .theme-override-dark .font-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-3:active{color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-color-warning-border-3,body[data-theme-mode=dark] .border-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-3:active,html body .theme-override-dark .border-color-warning-border-3,html body .theme-override-dark .border-color-hover-warning-border-3:hover,html body .theme-override-dark .border-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-3:focus,html body .theme-override-dark .border-color-focus-warning-border-3:focus-within,html body .theme-override-dark .border-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-3:active{border-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-top-color-warning-border-3,body[data-theme-mode=dark] .border-top-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-3:active,html body .theme-override-dark .border-top-color-warning-border-3,html body .theme-override-dark .border-top-color-hover-warning-border-3:hover,html body .theme-override-dark .border-top-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-3:focus,html body .theme-override-dark .border-top-color-focus-warning-border-3:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-3:active{border-top-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-bottom-color-warning-border-3,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-3:active,html body .theme-override-dark .border-bottom-color-warning-border-3,html body .theme-override-dark .border-bottom-color-hover-warning-border-3:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-3:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-3:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-3:active{border-bottom-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-left-color-warning-border-3,body[data-theme-mode=dark] .border-left-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-3:active,html body .theme-override-dark .border-left-color-warning-border-3,html body .theme-override-dark .border-left-color-hover-warning-border-3:hover,html body .theme-override-dark .border-left-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-3:focus,html body .theme-override-dark .border-left-color-focus-warning-border-3:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-3:active{border-left-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .border-right-color-warning-border-3,body[data-theme-mode=dark] .border-right-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-3:active,html body .theme-override-dark .border-right-color-warning-border-3,html body .theme-override-dark .border-right-color-hover-warning-border-3:hover,html body .theme-override-dark .border-right-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-3:focus,html body .theme-override-dark .border-right-color-focus-warning-border-3:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-3:active{border-right-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .fill-color-warning-border-3,body[data-theme-mode=dark] .fill-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-3:active,html body .theme-override-dark .fill-color-warning-border-3,html body .theme-override-dark .fill-color-hover-warning-border-3:hover,html body .theme-override-dark .fill-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-3:focus,html body .theme-override-dark .fill-color-focus-warning-border-3:focus-within,html body .theme-override-dark .fill-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-3:active{background-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outline-color-warning-border-3,body[data-theme-mode=dark] .outline-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-3:active,html body .theme-override-dark .outline-color-warning-border-3,html body .theme-override-dark .outline-color-hover-warning-border-3:hover,html body .theme-override-dark .outline-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-3:focus,html body .theme-override-dark .outline-color-focus-warning-border-3:focus-within,html body .theme-override-dark .outline-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-3:active{outline-color:var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .outside-border-color-warning-border-3,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-3:active,html body .theme-override-dark .outside-border-color-warning-border-3,html body .theme-override-dark .outside-border-color-hover-warning-border-3:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-3:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-3:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-3:active{--outside-border-color: var(--color-warning-border-3, var(--color-dark-border-3))}body[data-theme-mode=dark] .font-color-warning-border-4,body[data-theme-mode=dark] .font-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-4:active,html body .theme-override-dark .font-color-warning-border-4,html body .theme-override-dark .font-color-hover-warning-border-4:hover,html body .theme-override-dark .font-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-4:focus,html body .theme-override-dark .font-color-focus-warning-border-4:focus-within,html body .theme-override-dark .font-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-4:active{color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-color-warning-border-4,body[data-theme-mode=dark] .border-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-4:active,html body .theme-override-dark .border-color-warning-border-4,html body .theme-override-dark .border-color-hover-warning-border-4:hover,html body .theme-override-dark .border-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-4:focus,html body .theme-override-dark .border-color-focus-warning-border-4:focus-within,html body .theme-override-dark .border-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-4:active{border-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-top-color-warning-border-4,body[data-theme-mode=dark] .border-top-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-4:active,html body .theme-override-dark .border-top-color-warning-border-4,html body .theme-override-dark .border-top-color-hover-warning-border-4:hover,html body .theme-override-dark .border-top-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-4:focus,html body .theme-override-dark .border-top-color-focus-warning-border-4:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-4:active{border-top-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-bottom-color-warning-border-4,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-4:active,html body .theme-override-dark .border-bottom-color-warning-border-4,html body .theme-override-dark .border-bottom-color-hover-warning-border-4:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-4:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-4:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-4:active{border-bottom-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-left-color-warning-border-4,body[data-theme-mode=dark] .border-left-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-4:active,html body .theme-override-dark .border-left-color-warning-border-4,html body .theme-override-dark .border-left-color-hover-warning-border-4:hover,html body .theme-override-dark .border-left-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-4:focus,html body .theme-override-dark .border-left-color-focus-warning-border-4:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-4:active{border-left-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .border-right-color-warning-border-4,body[data-theme-mode=dark] .border-right-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-4:active,html body .theme-override-dark .border-right-color-warning-border-4,html body .theme-override-dark .border-right-color-hover-warning-border-4:hover,html body .theme-override-dark .border-right-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-4:focus,html body .theme-override-dark .border-right-color-focus-warning-border-4:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-4:active{border-right-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .fill-color-warning-border-4,body[data-theme-mode=dark] .fill-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-4:active,html body .theme-override-dark .fill-color-warning-border-4,html body .theme-override-dark .fill-color-hover-warning-border-4:hover,html body .theme-override-dark .fill-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-4:focus,html body .theme-override-dark .fill-color-focus-warning-border-4:focus-within,html body .theme-override-dark .fill-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-4:active{background-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outline-color-warning-border-4,body[data-theme-mode=dark] .outline-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-4:active,html body .theme-override-dark .outline-color-warning-border-4,html body .theme-override-dark .outline-color-hover-warning-border-4:hover,html body .theme-override-dark .outline-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-4:focus,html body .theme-override-dark .outline-color-focus-warning-border-4:focus-within,html body .theme-override-dark .outline-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-4:active{outline-color:var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .outside-border-color-warning-border-4,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-4:active,html body .theme-override-dark .outside-border-color-warning-border-4,html body .theme-override-dark .outside-border-color-hover-warning-border-4:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-4:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-4:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-4:active{--outside-border-color: var(--color-warning-border-4, var(--color-dark-border-4))}body[data-theme-mode=dark] .font-color-warning-border-5,body[data-theme-mode=dark] .font-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-5:active,html body .theme-override-dark .font-color-warning-border-5,html body .theme-override-dark .font-color-hover-warning-border-5:hover,html body .theme-override-dark .font-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-5:focus,html body .theme-override-dark .font-color-focus-warning-border-5:focus-within,html body .theme-override-dark .font-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-5:active{color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-color-warning-border-5,body[data-theme-mode=dark] .border-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-5:active,html body .theme-override-dark .border-color-warning-border-5,html body .theme-override-dark .border-color-hover-warning-border-5:hover,html body .theme-override-dark .border-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-5:focus,html body .theme-override-dark .border-color-focus-warning-border-5:focus-within,html body .theme-override-dark .border-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-5:active{border-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-top-color-warning-border-5,body[data-theme-mode=dark] .border-top-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-5:active,html body .theme-override-dark .border-top-color-warning-border-5,html body .theme-override-dark .border-top-color-hover-warning-border-5:hover,html body .theme-override-dark .border-top-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-5:focus,html body .theme-override-dark .border-top-color-focus-warning-border-5:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-5:active{border-top-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-bottom-color-warning-border-5,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-5:active,html body .theme-override-dark .border-bottom-color-warning-border-5,html body .theme-override-dark .border-bottom-color-hover-warning-border-5:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-5:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-5:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-5:active{border-bottom-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-left-color-warning-border-5,body[data-theme-mode=dark] .border-left-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-5:active,html body .theme-override-dark .border-left-color-warning-border-5,html body .theme-override-dark .border-left-color-hover-warning-border-5:hover,html body .theme-override-dark .border-left-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-5:focus,html body .theme-override-dark .border-left-color-focus-warning-border-5:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-5:active{border-left-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .border-right-color-warning-border-5,body[data-theme-mode=dark] .border-right-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-5:active,html body .theme-override-dark .border-right-color-warning-border-5,html body .theme-override-dark .border-right-color-hover-warning-border-5:hover,html body .theme-override-dark .border-right-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-5:focus,html body .theme-override-dark .border-right-color-focus-warning-border-5:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-5:active{border-right-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .fill-color-warning-border-5,body[data-theme-mode=dark] .fill-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-5:active,html body .theme-override-dark .fill-color-warning-border-5,html body .theme-override-dark .fill-color-hover-warning-border-5:hover,html body .theme-override-dark .fill-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-5:focus,html body .theme-override-dark .fill-color-focus-warning-border-5:focus-within,html body .theme-override-dark .fill-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-5:active{background-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outline-color-warning-border-5,body[data-theme-mode=dark] .outline-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-5:active,html body .theme-override-dark .outline-color-warning-border-5,html body .theme-override-dark .outline-color-hover-warning-border-5:hover,html body .theme-override-dark .outline-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-5:focus,html body .theme-override-dark .outline-color-focus-warning-border-5:focus-within,html body .theme-override-dark .outline-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-5:active{outline-color:var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .outside-border-color-warning-border-5,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-5:active,html body .theme-override-dark .outside-border-color-warning-border-5,html body .theme-override-dark .outside-border-color-hover-warning-border-5:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-5:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-5:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-5:active{--outside-border-color: var(--color-warning-border-5, var(--color-dark-border-5))}body[data-theme-mode=dark] .font-color-warning-font-0,body[data-theme-mode=dark] .font-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-0:active,html body .theme-override-dark .font-color-warning-font-0,html body .theme-override-dark .font-color-hover-warning-font-0:hover,html body .theme-override-dark .font-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-0:focus,html body .theme-override-dark .font-color-focus-warning-font-0:focus-within,html body .theme-override-dark .font-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-0:active{color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-color-warning-font-0,body[data-theme-mode=dark] .border-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-0:active,html body .theme-override-dark .border-color-warning-font-0,html body .theme-override-dark .border-color-hover-warning-font-0:hover,html body .theme-override-dark .border-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-0:focus,html body .theme-override-dark .border-color-focus-warning-font-0:focus-within,html body .theme-override-dark .border-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-0:active{border-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-top-color-warning-font-0,body[data-theme-mode=dark] .border-top-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-0:active,html body .theme-override-dark .border-top-color-warning-font-0,html body .theme-override-dark .border-top-color-hover-warning-font-0:hover,html body .theme-override-dark .border-top-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-0:focus,html body .theme-override-dark .border-top-color-focus-warning-font-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-0:active{border-top-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-bottom-color-warning-font-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-0:active,html body .theme-override-dark .border-bottom-color-warning-font-0,html body .theme-override-dark .border-bottom-color-hover-warning-font-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-0:active{border-bottom-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-left-color-warning-font-0,body[data-theme-mode=dark] .border-left-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-0:active,html body .theme-override-dark .border-left-color-warning-font-0,html body .theme-override-dark .border-left-color-hover-warning-font-0:hover,html body .theme-override-dark .border-left-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-0:focus,html body .theme-override-dark .border-left-color-focus-warning-font-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-0:active{border-left-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .border-right-color-warning-font-0,body[data-theme-mode=dark] .border-right-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-0:active,html body .theme-override-dark .border-right-color-warning-font-0,html body .theme-override-dark .border-right-color-hover-warning-font-0:hover,html body .theme-override-dark .border-right-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-0:focus,html body .theme-override-dark .border-right-color-focus-warning-font-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-0:active{border-right-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .fill-color-warning-font-0,body[data-theme-mode=dark] .fill-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-0:active,html body .theme-override-dark .fill-color-warning-font-0,html body .theme-override-dark .fill-color-hover-warning-font-0:hover,html body .theme-override-dark .fill-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-0:focus,html body .theme-override-dark .fill-color-focus-warning-font-0:focus-within,html body .theme-override-dark .fill-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-0:active{background-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outline-color-warning-font-0,body[data-theme-mode=dark] .outline-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-0:active,html body .theme-override-dark .outline-color-warning-font-0,html body .theme-override-dark .outline-color-hover-warning-font-0:hover,html body .theme-override-dark .outline-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-0:focus,html body .theme-override-dark .outline-color-focus-warning-font-0:focus-within,html body .theme-override-dark .outline-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-0:active{outline-color:var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .outside-border-color-warning-font-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-0:active,html body .theme-override-dark .outside-border-color-warning-font-0,html body .theme-override-dark .outside-border-color-hover-warning-font-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-0:active{--outside-border-color: var(--color-warning-font-0, var(--color-dark-font-0))}body[data-theme-mode=dark] .font-color-warning-font-1,body[data-theme-mode=dark] .font-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-1:active,html body .theme-override-dark .font-color-warning-font-1,html body .theme-override-dark .font-color-hover-warning-font-1:hover,html body .theme-override-dark .font-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-1:focus,html body .theme-override-dark .font-color-focus-warning-font-1:focus-within,html body .theme-override-dark .font-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-1:active{color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-color-warning-font-1,body[data-theme-mode=dark] .border-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-1:active,html body .theme-override-dark .border-color-warning-font-1,html body .theme-override-dark .border-color-hover-warning-font-1:hover,html body .theme-override-dark .border-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-1:focus,html body .theme-override-dark .border-color-focus-warning-font-1:focus-within,html body .theme-override-dark .border-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-1:active{border-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-top-color-warning-font-1,body[data-theme-mode=dark] .border-top-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-1:active,html body .theme-override-dark .border-top-color-warning-font-1,html body .theme-override-dark .border-top-color-hover-warning-font-1:hover,html body .theme-override-dark .border-top-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-1:focus,html body .theme-override-dark .border-top-color-focus-warning-font-1:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-1:active{border-top-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-bottom-color-warning-font-1,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-1:active,html body .theme-override-dark .border-bottom-color-warning-font-1,html body .theme-override-dark .border-bottom-color-hover-warning-font-1:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-1:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-1:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-1:active{border-bottom-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-left-color-warning-font-1,body[data-theme-mode=dark] .border-left-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-1:active,html body .theme-override-dark .border-left-color-warning-font-1,html body .theme-override-dark .border-left-color-hover-warning-font-1:hover,html body .theme-override-dark .border-left-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-1:focus,html body .theme-override-dark .border-left-color-focus-warning-font-1:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-1:active{border-left-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .border-right-color-warning-font-1,body[data-theme-mode=dark] .border-right-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-1:active,html body .theme-override-dark .border-right-color-warning-font-1,html body .theme-override-dark .border-right-color-hover-warning-font-1:hover,html body .theme-override-dark .border-right-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-1:focus,html body .theme-override-dark .border-right-color-focus-warning-font-1:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-1:active{border-right-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .fill-color-warning-font-1,body[data-theme-mode=dark] .fill-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-1:active,html body .theme-override-dark .fill-color-warning-font-1,html body .theme-override-dark .fill-color-hover-warning-font-1:hover,html body .theme-override-dark .fill-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-1:focus,html body .theme-override-dark .fill-color-focus-warning-font-1:focus-within,html body .theme-override-dark .fill-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-1:active{background-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outline-color-warning-font-1,body[data-theme-mode=dark] .outline-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-1:active,html body .theme-override-dark .outline-color-warning-font-1,html body .theme-override-dark .outline-color-hover-warning-font-1:hover,html body .theme-override-dark .outline-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-1:focus,html body .theme-override-dark .outline-color-focus-warning-font-1:focus-within,html body .theme-override-dark .outline-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-1:active{outline-color:var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .outside-border-color-warning-font-1,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-1:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-1[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-1:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-1:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-1[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-1:active,html body .theme-override-dark .outside-border-color-warning-font-1,html body .theme-override-dark .outside-border-color-hover-warning-font-1:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-1[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-1:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-1:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-1[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-1:active{--outside-border-color: var(--color-warning-font-1, var(--color-dark-font-1))}body[data-theme-mode=dark] .font-color-warning-font-2,body[data-theme-mode=dark] .font-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-2:active,html body .theme-override-dark .font-color-warning-font-2,html body .theme-override-dark .font-color-hover-warning-font-2:hover,html body .theme-override-dark .font-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-2:focus,html body .theme-override-dark .font-color-focus-warning-font-2:focus-within,html body .theme-override-dark .font-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-2:active{color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-color-warning-font-2,body[data-theme-mode=dark] .border-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-2:active,html body .theme-override-dark .border-color-warning-font-2,html body .theme-override-dark .border-color-hover-warning-font-2:hover,html body .theme-override-dark .border-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-2:focus,html body .theme-override-dark .border-color-focus-warning-font-2:focus-within,html body .theme-override-dark .border-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-2:active{border-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-top-color-warning-font-2,body[data-theme-mode=dark] .border-top-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-2:active,html body .theme-override-dark .border-top-color-warning-font-2,html body .theme-override-dark .border-top-color-hover-warning-font-2:hover,html body .theme-override-dark .border-top-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-2:focus,html body .theme-override-dark .border-top-color-focus-warning-font-2:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-2:active{border-top-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-bottom-color-warning-font-2,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-2:active,html body .theme-override-dark .border-bottom-color-warning-font-2,html body .theme-override-dark .border-bottom-color-hover-warning-font-2:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-2:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-2:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-2:active{border-bottom-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-left-color-warning-font-2,body[data-theme-mode=dark] .border-left-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-2:active,html body .theme-override-dark .border-left-color-warning-font-2,html body .theme-override-dark .border-left-color-hover-warning-font-2:hover,html body .theme-override-dark .border-left-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-2:focus,html body .theme-override-dark .border-left-color-focus-warning-font-2:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-2:active{border-left-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .border-right-color-warning-font-2,body[data-theme-mode=dark] .border-right-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-2:active,html body .theme-override-dark .border-right-color-warning-font-2,html body .theme-override-dark .border-right-color-hover-warning-font-2:hover,html body .theme-override-dark .border-right-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-2:focus,html body .theme-override-dark .border-right-color-focus-warning-font-2:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-2:active{border-right-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .fill-color-warning-font-2,body[data-theme-mode=dark] .fill-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-2:active,html body .theme-override-dark .fill-color-warning-font-2,html body .theme-override-dark .fill-color-hover-warning-font-2:hover,html body .theme-override-dark .fill-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-2:focus,html body .theme-override-dark .fill-color-focus-warning-font-2:focus-within,html body .theme-override-dark .fill-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-2:active{background-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outline-color-warning-font-2,body[data-theme-mode=dark] .outline-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-2:active,html body .theme-override-dark .outline-color-warning-font-2,html body .theme-override-dark .outline-color-hover-warning-font-2:hover,html body .theme-override-dark .outline-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-2:focus,html body .theme-override-dark .outline-color-focus-warning-font-2:focus-within,html body .theme-override-dark .outline-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-2:active{outline-color:var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .outside-border-color-warning-font-2,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-2:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-2[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-2:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-2:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-2[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-2:active,html body .theme-override-dark .outside-border-color-warning-font-2,html body .theme-override-dark .outside-border-color-hover-warning-font-2:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-2[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-2:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-2:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-2[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-2:active{--outside-border-color: var(--color-warning-font-2, var(--color-dark-font-2))}body[data-theme-mode=dark] .font-color-warning-font-3,body[data-theme-mode=dark] .font-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-3:active,html body .theme-override-dark .font-color-warning-font-3,html body .theme-override-dark .font-color-hover-warning-font-3:hover,html body .theme-override-dark .font-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-3:focus,html body .theme-override-dark .font-color-focus-warning-font-3:focus-within,html body .theme-override-dark .font-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-3:active{color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-color-warning-font-3,body[data-theme-mode=dark] .border-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-3:active,html body .theme-override-dark .border-color-warning-font-3,html body .theme-override-dark .border-color-hover-warning-font-3:hover,html body .theme-override-dark .border-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-3:focus,html body .theme-override-dark .border-color-focus-warning-font-3:focus-within,html body .theme-override-dark .border-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-3:active{border-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-top-color-warning-font-3,body[data-theme-mode=dark] .border-top-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-3:active,html body .theme-override-dark .border-top-color-warning-font-3,html body .theme-override-dark .border-top-color-hover-warning-font-3:hover,html body .theme-override-dark .border-top-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-3:focus,html body .theme-override-dark .border-top-color-focus-warning-font-3:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-3:active{border-top-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-bottom-color-warning-font-3,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-3:active,html body .theme-override-dark .border-bottom-color-warning-font-3,html body .theme-override-dark .border-bottom-color-hover-warning-font-3:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-3:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-3:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-3:active{border-bottom-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-left-color-warning-font-3,body[data-theme-mode=dark] .border-left-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-3:active,html body .theme-override-dark .border-left-color-warning-font-3,html body .theme-override-dark .border-left-color-hover-warning-font-3:hover,html body .theme-override-dark .border-left-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-3:focus,html body .theme-override-dark .border-left-color-focus-warning-font-3:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-3:active{border-left-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .border-right-color-warning-font-3,body[data-theme-mode=dark] .border-right-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-3:active,html body .theme-override-dark .border-right-color-warning-font-3,html body .theme-override-dark .border-right-color-hover-warning-font-3:hover,html body .theme-override-dark .border-right-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-3:focus,html body .theme-override-dark .border-right-color-focus-warning-font-3:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-3:active{border-right-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .fill-color-warning-font-3,body[data-theme-mode=dark] .fill-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-3:active,html body .theme-override-dark .fill-color-warning-font-3,html body .theme-override-dark .fill-color-hover-warning-font-3:hover,html body .theme-override-dark .fill-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-3:focus,html body .theme-override-dark .fill-color-focus-warning-font-3:focus-within,html body .theme-override-dark .fill-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-3:active{background-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outline-color-warning-font-3,body[data-theme-mode=dark] .outline-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-3:active,html body .theme-override-dark .outline-color-warning-font-3,html body .theme-override-dark .outline-color-hover-warning-font-3:hover,html body .theme-override-dark .outline-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-3:focus,html body .theme-override-dark .outline-color-focus-warning-font-3:focus-within,html body .theme-override-dark .outline-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-3:active{outline-color:var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .outside-border-color-warning-font-3,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-3:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-3[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-3:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-3:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-3[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-3:active,html body .theme-override-dark .outside-border-color-warning-font-3,html body .theme-override-dark .outside-border-color-hover-warning-font-3:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-3[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-3:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-3:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-3[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-3:active{--outside-border-color: var(--color-warning-font-3, var(--color-dark-font-3))}body[data-theme-mode=dark] .font-color-warning-font-4,body[data-theme-mode=dark] .font-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-4:active,html body .theme-override-dark .font-color-warning-font-4,html body .theme-override-dark .font-color-hover-warning-font-4:hover,html body .theme-override-dark .font-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-4:focus,html body .theme-override-dark .font-color-focus-warning-font-4:focus-within,html body .theme-override-dark .font-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-4:active{color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-color-warning-font-4,body[data-theme-mode=dark] .border-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-4:active,html body .theme-override-dark .border-color-warning-font-4,html body .theme-override-dark .border-color-hover-warning-font-4:hover,html body .theme-override-dark .border-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-4:focus,html body .theme-override-dark .border-color-focus-warning-font-4:focus-within,html body .theme-override-dark .border-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-4:active{border-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-top-color-warning-font-4,body[data-theme-mode=dark] .border-top-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-4:active,html body .theme-override-dark .border-top-color-warning-font-4,html body .theme-override-dark .border-top-color-hover-warning-font-4:hover,html body .theme-override-dark .border-top-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-4:focus,html body .theme-override-dark .border-top-color-focus-warning-font-4:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-4:active{border-top-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-bottom-color-warning-font-4,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-4:active,html body .theme-override-dark .border-bottom-color-warning-font-4,html body .theme-override-dark .border-bottom-color-hover-warning-font-4:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-4:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-4:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-4:active{border-bottom-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-left-color-warning-font-4,body[data-theme-mode=dark] .border-left-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-4:active,html body .theme-override-dark .border-left-color-warning-font-4,html body .theme-override-dark .border-left-color-hover-warning-font-4:hover,html body .theme-override-dark .border-left-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-4:focus,html body .theme-override-dark .border-left-color-focus-warning-font-4:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-4:active{border-left-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .border-right-color-warning-font-4,body[data-theme-mode=dark] .border-right-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-4:active,html body .theme-override-dark .border-right-color-warning-font-4,html body .theme-override-dark .border-right-color-hover-warning-font-4:hover,html body .theme-override-dark .border-right-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-4:focus,html body .theme-override-dark .border-right-color-focus-warning-font-4:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-4:active{border-right-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .fill-color-warning-font-4,body[data-theme-mode=dark] .fill-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-4:active,html body .theme-override-dark .fill-color-warning-font-4,html body .theme-override-dark .fill-color-hover-warning-font-4:hover,html body .theme-override-dark .fill-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-4:focus,html body .theme-override-dark .fill-color-focus-warning-font-4:focus-within,html body .theme-override-dark .fill-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-4:active{background-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outline-color-warning-font-4,body[data-theme-mode=dark] .outline-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-4:active,html body .theme-override-dark .outline-color-warning-font-4,html body .theme-override-dark .outline-color-hover-warning-font-4:hover,html body .theme-override-dark .outline-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-4:focus,html body .theme-override-dark .outline-color-focus-warning-font-4:focus-within,html body .theme-override-dark .outline-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-4:active{outline-color:var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .outside-border-color-warning-font-4,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-4:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-4[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-4:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-4:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-4[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-4:active,html body .theme-override-dark .outside-border-color-warning-font-4,html body .theme-override-dark .outside-border-color-hover-warning-font-4:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-4[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-4:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-4:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-4[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-4:active{--outside-border-color: var(--color-warning-font-4, var(--color-dark-font-4))}body[data-theme-mode=dark] .font-color-warning-font-5,body[data-theme-mode=dark] .font-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-5:active,html body .theme-override-dark .font-color-warning-font-5,html body .theme-override-dark .font-color-hover-warning-font-5:hover,html body .theme-override-dark .font-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-5:focus,html body .theme-override-dark .font-color-focus-warning-font-5:focus-within,html body .theme-override-dark .font-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-5:active{color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-color-warning-font-5,body[data-theme-mode=dark] .border-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-5:active,html body .theme-override-dark .border-color-warning-font-5,html body .theme-override-dark .border-color-hover-warning-font-5:hover,html body .theme-override-dark .border-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-5:focus,html body .theme-override-dark .border-color-focus-warning-font-5:focus-within,html body .theme-override-dark .border-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-5:active{border-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-top-color-warning-font-5,body[data-theme-mode=dark] .border-top-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-5:active,html body .theme-override-dark .border-top-color-warning-font-5,html body .theme-override-dark .border-top-color-hover-warning-font-5:hover,html body .theme-override-dark .border-top-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-5:focus,html body .theme-override-dark .border-top-color-focus-warning-font-5:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-5:active{border-top-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-bottom-color-warning-font-5,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-5:active,html body .theme-override-dark .border-bottom-color-warning-font-5,html body .theme-override-dark .border-bottom-color-hover-warning-font-5:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-5:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-5:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-5:active{border-bottom-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-left-color-warning-font-5,body[data-theme-mode=dark] .border-left-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-5:active,html body .theme-override-dark .border-left-color-warning-font-5,html body .theme-override-dark .border-left-color-hover-warning-font-5:hover,html body .theme-override-dark .border-left-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-5:focus,html body .theme-override-dark .border-left-color-focus-warning-font-5:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-5:active{border-left-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .border-right-color-warning-font-5,body[data-theme-mode=dark] .border-right-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-5:active,html body .theme-override-dark .border-right-color-warning-font-5,html body .theme-override-dark .border-right-color-hover-warning-font-5:hover,html body .theme-override-dark .border-right-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-5:focus,html body .theme-override-dark .border-right-color-focus-warning-font-5:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-5:active{border-right-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .fill-color-warning-font-5,body[data-theme-mode=dark] .fill-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-5:active,html body .theme-override-dark .fill-color-warning-font-5,html body .theme-override-dark .fill-color-hover-warning-font-5:hover,html body .theme-override-dark .fill-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-5:focus,html body .theme-override-dark .fill-color-focus-warning-font-5:focus-within,html body .theme-override-dark .fill-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-5:active{background-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outline-color-warning-font-5,body[data-theme-mode=dark] .outline-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-5:active,html body .theme-override-dark .outline-color-warning-font-5,html body .theme-override-dark .outline-color-hover-warning-font-5:hover,html body .theme-override-dark .outline-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-5:focus,html body .theme-override-dark .outline-color-focus-warning-font-5:focus-within,html body .theme-override-dark .outline-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-5:active{outline-color:var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .outside-border-color-warning-font-5,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-5:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-5[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-5:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-5:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-5[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-5:active,html body .theme-override-dark .outside-border-color-warning-font-5,html body .theme-override-dark .outside-border-color-hover-warning-font-5:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-5[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-5:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-5:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-5[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-5:active{--outside-border-color: var(--color-warning-font-5, var(--color-dark-font-5))}body[data-theme-mode=dark] .font-color-warning-shadow-0,body[data-theme-mode=dark] .font-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .font-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .font-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .font-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-shadow-0:active,html body .theme-override-dark .font-color-warning-shadow-0,html body .theme-override-dark .font-color-hover-warning-shadow-0:hover,html body .theme-override-dark .font-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .font-color-focus-warning-shadow-0:focus,html body .theme-override-dark .font-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .font-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .font-color-active-warning-shadow-0:active{color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-color-warning-shadow-0,body[data-theme-mode=dark] .border-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .border-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .border-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .border-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-shadow-0:active,html body .theme-override-dark .border-color-warning-shadow-0,html body .theme-override-dark .border-color-hover-warning-shadow-0:hover,html body .theme-override-dark .border-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .border-color-focus-warning-shadow-0:focus,html body .theme-override-dark .border-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .border-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .border-color-active-warning-shadow-0:active{border-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-top-color-warning-shadow-0,body[data-theme-mode=dark] .border-top-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-shadow-0:active,html body .theme-override-dark .border-top-color-warning-shadow-0,html body .theme-override-dark .border-top-color-hover-warning-shadow-0:hover,html body .theme-override-dark .border-top-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-shadow-0:focus,html body .theme-override-dark .border-top-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .border-top-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-shadow-0:active{border-top-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-bottom-color-warning-shadow-0,body[data-theme-mode=dark] .border-bottom-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-shadow-0:active,html body .theme-override-dark .border-bottom-color-warning-shadow-0,html body .theme-override-dark .border-bottom-color-hover-warning-shadow-0:hover,html body .theme-override-dark .border-bottom-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-shadow-0:focus,html body .theme-override-dark .border-bottom-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-shadow-0:active{border-bottom-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-left-color-warning-shadow-0,body[data-theme-mode=dark] .border-left-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-shadow-0:active,html body .theme-override-dark .border-left-color-warning-shadow-0,html body .theme-override-dark .border-left-color-hover-warning-shadow-0:hover,html body .theme-override-dark .border-left-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-shadow-0:focus,html body .theme-override-dark .border-left-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .border-left-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-shadow-0:active{border-left-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .border-right-color-warning-shadow-0,body[data-theme-mode=dark] .border-right-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-shadow-0:active,html body .theme-override-dark .border-right-color-warning-shadow-0,html body .theme-override-dark .border-right-color-hover-warning-shadow-0:hover,html body .theme-override-dark .border-right-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-shadow-0:focus,html body .theme-override-dark .border-right-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .border-right-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-shadow-0:active{border-right-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .fill-color-warning-shadow-0,body[data-theme-mode=dark] .fill-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .fill-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .fill-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-shadow-0:active,html body .theme-override-dark .fill-color-warning-shadow-0,html body .theme-override-dark .fill-color-hover-warning-shadow-0:hover,html body .theme-override-dark .fill-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-shadow-0:focus,html body .theme-override-dark .fill-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .fill-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .fill-color-active-warning-shadow-0:active{background-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outline-color-warning-shadow-0,body[data-theme-mode=dark] .outline-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .outline-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .outline-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-shadow-0:active,html body .theme-override-dark .outline-color-warning-shadow-0,html body .theme-override-dark .outline-color-hover-warning-shadow-0:hover,html body .theme-override-dark .outline-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-shadow-0:focus,html body .theme-override-dark .outline-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .outline-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .outline-color-active-warning-shadow-0:active{outline-color:var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .outside-border-color-warning-shadow-0,body[data-theme-mode=dark] .outside-border-color-hover-warning-shadow-0:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow-0[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow-0:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow-0:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-shadow-0[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-shadow-0:active,html body .theme-override-dark .outside-border-color-warning-shadow-0,html body .theme-override-dark .outside-border-color-hover-warning-shadow-0:hover,html body .theme-override-dark .outside-border-color-focus-warning-shadow-0[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-shadow-0:focus,html body .theme-override-dark .outside-border-color-focus-warning-shadow-0:focus-within,html body .theme-override-dark .outside-border-color-active-warning-shadow-0[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-shadow-0:active{--outside-border-color: var(--color-warning-shadow-0, var(--color-dark-shadow-0))}body[data-theme-mode=dark] .font-color-warning-primary,body[data-theme-mode=dark] .font-color-hover-warning-primary:hover,body[data-theme-mode=dark] .font-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-primary:focus,body[data-theme-mode=dark] .font-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .font-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-primary:active,html body .theme-override-dark .font-color-warning-primary,html body .theme-override-dark .font-color-hover-warning-primary:hover,html body .theme-override-dark .font-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .font-color-focus-warning-primary:focus,html body .theme-override-dark .font-color-focus-warning-primary:focus-within,html body .theme-override-dark .font-color-active-warning-primary[data-selected=true],html body .theme-override-dark .font-color-active-warning-primary:active{color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-color-warning-primary,body[data-theme-mode=dark] .border-color-hover-warning-primary:hover,body[data-theme-mode=dark] .border-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-primary:focus,body[data-theme-mode=dark] .border-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .border-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-primary:active,html body .theme-override-dark .border-color-warning-primary,html body .theme-override-dark .border-color-hover-warning-primary:hover,html body .theme-override-dark .border-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .border-color-focus-warning-primary:focus,html body .theme-override-dark .border-color-focus-warning-primary:focus-within,html body .theme-override-dark .border-color-active-warning-primary[data-selected=true],html body .theme-override-dark .border-color-active-warning-primary:active{border-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-top-color-warning-primary,body[data-theme-mode=dark] .border-top-color-hover-warning-primary:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-primary:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-primary:active,html body .theme-override-dark .border-top-color-warning-primary,html body .theme-override-dark .border-top-color-hover-warning-primary:hover,html body .theme-override-dark .border-top-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-primary:focus,html body .theme-override-dark .border-top-color-focus-warning-primary:focus-within,html body .theme-override-dark .border-top-color-active-warning-primary[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-primary:active{border-top-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-bottom-color-warning-primary,body[data-theme-mode=dark] .border-bottom-color-hover-warning-primary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-primary:active,html body .theme-override-dark .border-bottom-color-warning-primary,html body .theme-override-dark .border-bottom-color-hover-warning-primary:hover,html body .theme-override-dark .border-bottom-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-primary:focus,html body .theme-override-dark .border-bottom-color-focus-warning-primary:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-primary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-primary:active{border-bottom-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-left-color-warning-primary,body[data-theme-mode=dark] .border-left-color-hover-warning-primary:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-primary:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-primary:active,html body .theme-override-dark .border-left-color-warning-primary,html body .theme-override-dark .border-left-color-hover-warning-primary:hover,html body .theme-override-dark .border-left-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-primary:focus,html body .theme-override-dark .border-left-color-focus-warning-primary:focus-within,html body .theme-override-dark .border-left-color-active-warning-primary[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-primary:active{border-left-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .border-right-color-warning-primary,body[data-theme-mode=dark] .border-right-color-hover-warning-primary:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-primary:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-primary:active,html body .theme-override-dark .border-right-color-warning-primary,html body .theme-override-dark .border-right-color-hover-warning-primary:hover,html body .theme-override-dark .border-right-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-primary:focus,html body .theme-override-dark .border-right-color-focus-warning-primary:focus-within,html body .theme-override-dark .border-right-color-active-warning-primary[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-primary:active{border-right-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .fill-color-warning-primary,body[data-theme-mode=dark] .fill-color-hover-warning-primary:hover,body[data-theme-mode=dark] .fill-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-primary:focus,body[data-theme-mode=dark] .fill-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-primary:active,html body .theme-override-dark .fill-color-warning-primary,html body .theme-override-dark .fill-color-hover-warning-primary:hover,html body .theme-override-dark .fill-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-primary:focus,html body .theme-override-dark .fill-color-focus-warning-primary:focus-within,html body .theme-override-dark .fill-color-active-warning-primary[data-selected=true],html body .theme-override-dark .fill-color-active-warning-primary:active{background-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outline-color-warning-primary,body[data-theme-mode=dark] .outline-color-hover-warning-primary:hover,body[data-theme-mode=dark] .outline-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-primary:focus,body[data-theme-mode=dark] .outline-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-primary:active,html body .theme-override-dark .outline-color-warning-primary,html body .theme-override-dark .outline-color-hover-warning-primary:hover,html body .theme-override-dark .outline-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-primary:focus,html body .theme-override-dark .outline-color-focus-warning-primary:focus-within,html body .theme-override-dark .outline-color-active-warning-primary[data-selected=true],html body .theme-override-dark .outline-color-active-warning-primary:active{outline-color:var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .outside-border-color-warning-primary,body[data-theme-mode=dark] .outside-border-color-hover-warning-primary:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-primary:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-primary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-primary:active,html body .theme-override-dark .outside-border-color-warning-primary,html body .theme-override-dark .outside-border-color-hover-warning-primary:hover,html body .theme-override-dark .outside-border-color-focus-warning-primary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-primary:focus,html body .theme-override-dark .outside-border-color-focus-warning-primary:focus-within,html body .theme-override-dark .outside-border-color-active-warning-primary[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-primary:active{--outside-border-color: var(--color-warning-primary, var(--color-dark-primary))}body[data-theme-mode=dark] .font-color-warning-primary-foreground,body[data-theme-mode=dark] .font-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-primary-foreground:active,html body .theme-override-dark .font-color-warning-primary-foreground,html body .theme-override-dark .font-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .font-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .font-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .font-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-warning-primary-foreground:active{color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-color-warning-primary-foreground,body[data-theme-mode=dark] .border-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-primary-foreground:active,html body .theme-override-dark .border-color-warning-primary-foreground,html body .theme-override-dark .border-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .border-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .border-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .border-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-warning-primary-foreground:active{border-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-top-color-warning-primary-foreground,body[data-theme-mode=dark] .border-top-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-primary-foreground:active,html body .theme-override-dark .border-top-color-warning-primary-foreground,html body .theme-override-dark .border-top-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .border-top-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .border-top-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-primary-foreground:active{border-top-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-bottom-color-warning-primary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-primary-foreground:active,html body .theme-override-dark .border-bottom-color-warning-primary-foreground,html body .theme-override-dark .border-bottom-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-primary-foreground:active{border-bottom-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-left-color-warning-primary-foreground,body[data-theme-mode=dark] .border-left-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-primary-foreground:active,html body .theme-override-dark .border-left-color-warning-primary-foreground,html body .theme-override-dark .border-left-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .border-left-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .border-left-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-primary-foreground:active{border-left-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .border-right-color-warning-primary-foreground,body[data-theme-mode=dark] .border-right-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-primary-foreground:active,html body .theme-override-dark .border-right-color-warning-primary-foreground,html body .theme-override-dark .border-right-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .border-right-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .border-right-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-primary-foreground:active{border-right-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .fill-color-warning-primary-foreground,body[data-theme-mode=dark] .fill-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-primary-foreground:active,html body .theme-override-dark .fill-color-warning-primary-foreground,html body .theme-override-dark .fill-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .fill-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .fill-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .fill-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-warning-primary-foreground:active{background-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outline-color-warning-primary-foreground,body[data-theme-mode=dark] .outline-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-primary-foreground:active,html body .theme-override-dark .outline-color-warning-primary-foreground,html body .theme-override-dark .outline-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .outline-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .outline-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .outline-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-warning-primary-foreground:active{outline-color:var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .outside-border-color-warning-primary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-warning-primary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-primary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-primary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-primary-foreground:active,html body .theme-override-dark .outside-border-color-warning-primary-foreground,html body .theme-override-dark .outside-border-color-hover-warning-primary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-warning-primary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-warning-primary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-primary-foreground:active{--outside-border-color: var(--color-warning-primary-foreground, var(--color-dark-primary-foreground))}body[data-theme-mode=dark] .font-color-warning-secondary,body[data-theme-mode=dark] .font-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .font-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .font-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .font-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-secondary:active,html body .theme-override-dark .font-color-warning-secondary,html body .theme-override-dark .font-color-hover-warning-secondary:hover,html body .theme-override-dark .font-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .font-color-focus-warning-secondary:focus,html body .theme-override-dark .font-color-focus-warning-secondary:focus-within,html body .theme-override-dark .font-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .font-color-active-warning-secondary:active{color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-color-warning-secondary,body[data-theme-mode=dark] .border-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .border-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .border-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .border-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-secondary:active,html body .theme-override-dark .border-color-warning-secondary,html body .theme-override-dark .border-color-hover-warning-secondary:hover,html body .theme-override-dark .border-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .border-color-focus-warning-secondary:focus,html body .theme-override-dark .border-color-focus-warning-secondary:focus-within,html body .theme-override-dark .border-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .border-color-active-warning-secondary:active{border-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-top-color-warning-secondary,body[data-theme-mode=dark] .border-top-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-secondary:active,html body .theme-override-dark .border-top-color-warning-secondary,html body .theme-override-dark .border-top-color-hover-warning-secondary:hover,html body .theme-override-dark .border-top-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-secondary:focus,html body .theme-override-dark .border-top-color-focus-warning-secondary:focus-within,html body .theme-override-dark .border-top-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-secondary:active{border-top-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-bottom-color-warning-secondary,body[data-theme-mode=dark] .border-bottom-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary:active,html body .theme-override-dark .border-bottom-color-warning-secondary,html body .theme-override-dark .border-bottom-color-hover-warning-secondary:hover,html body .theme-override-dark .border-bottom-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-secondary:focus,html body .theme-override-dark .border-bottom-color-focus-warning-secondary:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-secondary:active{border-bottom-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-left-color-warning-secondary,body[data-theme-mode=dark] .border-left-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-secondary:active,html body .theme-override-dark .border-left-color-warning-secondary,html body .theme-override-dark .border-left-color-hover-warning-secondary:hover,html body .theme-override-dark .border-left-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-secondary:focus,html body .theme-override-dark .border-left-color-focus-warning-secondary:focus-within,html body .theme-override-dark .border-left-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-secondary:active{border-left-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .border-right-color-warning-secondary,body[data-theme-mode=dark] .border-right-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-secondary:active,html body .theme-override-dark .border-right-color-warning-secondary,html body .theme-override-dark .border-right-color-hover-warning-secondary:hover,html body .theme-override-dark .border-right-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-secondary:focus,html body .theme-override-dark .border-right-color-focus-warning-secondary:focus-within,html body .theme-override-dark .border-right-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-secondary:active{border-right-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .fill-color-warning-secondary,body[data-theme-mode=dark] .fill-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .fill-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .fill-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-secondary:active,html body .theme-override-dark .fill-color-warning-secondary,html body .theme-override-dark .fill-color-hover-warning-secondary:hover,html body .theme-override-dark .fill-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-secondary:focus,html body .theme-override-dark .fill-color-focus-warning-secondary:focus-within,html body .theme-override-dark .fill-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .fill-color-active-warning-secondary:active{background-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outline-color-warning-secondary,body[data-theme-mode=dark] .outline-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .outline-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .outline-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-secondary:active,html body .theme-override-dark .outline-color-warning-secondary,html body .theme-override-dark .outline-color-hover-warning-secondary:hover,html body .theme-override-dark .outline-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-secondary:focus,html body .theme-override-dark .outline-color-focus-warning-secondary:focus-within,html body .theme-override-dark .outline-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .outline-color-active-warning-secondary:active{outline-color:var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .outside-border-color-warning-secondary,body[data-theme-mode=dark] .outside-border-color-hover-warning-secondary:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-secondary[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-secondary:active,html body .theme-override-dark .outside-border-color-warning-secondary,html body .theme-override-dark .outside-border-color-hover-warning-secondary:hover,html body .theme-override-dark .outside-border-color-focus-warning-secondary[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-secondary:focus,html body .theme-override-dark .outside-border-color-focus-warning-secondary:focus-within,html body .theme-override-dark .outside-border-color-active-warning-secondary[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-secondary:active{--outside-border-color: var(--color-warning-secondary, var(--color-dark-secondary))}body[data-theme-mode=dark] .font-color-warning-secondary-foreground,body[data-theme-mode=dark] .font-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .font-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-secondary-foreground:active,html body .theme-override-dark .font-color-warning-secondary-foreground,html body .theme-override-dark .font-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .font-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .font-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .font-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .font-color-active-warning-secondary-foreground:active{color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-color-warning-secondary-foreground,body[data-theme-mode=dark] .border-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .border-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-secondary-foreground:active,html body .theme-override-dark .border-color-warning-secondary-foreground,html body .theme-override-dark .border-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .border-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .border-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .border-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .border-color-active-warning-secondary-foreground:active{border-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-top-color-warning-secondary-foreground,body[data-theme-mode=dark] .border-top-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-secondary-foreground:active,html body .theme-override-dark .border-top-color-warning-secondary-foreground,html body .theme-override-dark .border-top-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .border-top-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .border-top-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-secondary-foreground:active{border-top-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-bottom-color-warning-secondary-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-secondary-foreground:active,html body .theme-override-dark .border-bottom-color-warning-secondary-foreground,html body .theme-override-dark .border-bottom-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-secondary-foreground:active{border-bottom-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-left-color-warning-secondary-foreground,body[data-theme-mode=dark] .border-left-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-secondary-foreground:active,html body .theme-override-dark .border-left-color-warning-secondary-foreground,html body .theme-override-dark .border-left-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .border-left-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .border-left-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-secondary-foreground:active{border-left-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .border-right-color-warning-secondary-foreground,body[data-theme-mode=dark] .border-right-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-secondary-foreground:active,html body .theme-override-dark .border-right-color-warning-secondary-foreground,html body .theme-override-dark .border-right-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .border-right-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .border-right-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-secondary-foreground:active{border-right-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .fill-color-warning-secondary-foreground,body[data-theme-mode=dark] .fill-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-secondary-foreground:active,html body .theme-override-dark .fill-color-warning-secondary-foreground,html body .theme-override-dark .fill-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .fill-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .fill-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .fill-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-warning-secondary-foreground:active{background-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outline-color-warning-secondary-foreground,body[data-theme-mode=dark] .outline-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-secondary-foreground:active,html body .theme-override-dark .outline-color-warning-secondary-foreground,html body .theme-override-dark .outline-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .outline-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .outline-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .outline-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-warning-secondary-foreground:active{outline-color:var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .outside-border-color-warning-secondary-foreground,body[data-theme-mode=dark] .outside-border-color-hover-warning-secondary-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-secondary-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-secondary-foreground:active,html body .theme-override-dark .outside-border-color-warning-secondary-foreground,html body .theme-override-dark .outside-border-color-hover-warning-secondary-foreground:hover,html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground:focus,html body .theme-override-dark .outside-border-color-focus-warning-secondary-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-warning-secondary-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-secondary-foreground:active{--outside-border-color: var(--color-warning-secondary-foreground, var(--color-dark-secondary-foreground))}body[data-theme-mode=dark] .font-color-warning-accent,body[data-theme-mode=dark] .font-color-hover-warning-accent:hover,body[data-theme-mode=dark] .font-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-accent:focus,body[data-theme-mode=dark] .font-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .font-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-accent:active,html body .theme-override-dark .font-color-warning-accent,html body .theme-override-dark .font-color-hover-warning-accent:hover,html body .theme-override-dark .font-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .font-color-focus-warning-accent:focus,html body .theme-override-dark .font-color-focus-warning-accent:focus-within,html body .theme-override-dark .font-color-active-warning-accent[data-selected=true],html body .theme-override-dark .font-color-active-warning-accent:active{color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-color-warning-accent,body[data-theme-mode=dark] .border-color-hover-warning-accent:hover,body[data-theme-mode=dark] .border-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-accent:focus,body[data-theme-mode=dark] .border-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .border-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-accent:active,html body .theme-override-dark .border-color-warning-accent,html body .theme-override-dark .border-color-hover-warning-accent:hover,html body .theme-override-dark .border-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .border-color-focus-warning-accent:focus,html body .theme-override-dark .border-color-focus-warning-accent:focus-within,html body .theme-override-dark .border-color-active-warning-accent[data-selected=true],html body .theme-override-dark .border-color-active-warning-accent:active{border-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-top-color-warning-accent,body[data-theme-mode=dark] .border-top-color-hover-warning-accent:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-accent:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-accent:active,html body .theme-override-dark .border-top-color-warning-accent,html body .theme-override-dark .border-top-color-hover-warning-accent:hover,html body .theme-override-dark .border-top-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-accent:focus,html body .theme-override-dark .border-top-color-focus-warning-accent:focus-within,html body .theme-override-dark .border-top-color-active-warning-accent[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-accent:active{border-top-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-bottom-color-warning-accent,body[data-theme-mode=dark] .border-bottom-color-hover-warning-accent:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-accent:active,html body .theme-override-dark .border-bottom-color-warning-accent,html body .theme-override-dark .border-bottom-color-hover-warning-accent:hover,html body .theme-override-dark .border-bottom-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-accent:focus,html body .theme-override-dark .border-bottom-color-focus-warning-accent:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-accent[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-accent:active{border-bottom-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-left-color-warning-accent,body[data-theme-mode=dark] .border-left-color-hover-warning-accent:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-accent:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-accent:active,html body .theme-override-dark .border-left-color-warning-accent,html body .theme-override-dark .border-left-color-hover-warning-accent:hover,html body .theme-override-dark .border-left-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-accent:focus,html body .theme-override-dark .border-left-color-focus-warning-accent:focus-within,html body .theme-override-dark .border-left-color-active-warning-accent[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-accent:active{border-left-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .border-right-color-warning-accent,body[data-theme-mode=dark] .border-right-color-hover-warning-accent:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-accent:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-accent:active,html body .theme-override-dark .border-right-color-warning-accent,html body .theme-override-dark .border-right-color-hover-warning-accent:hover,html body .theme-override-dark .border-right-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-accent:focus,html body .theme-override-dark .border-right-color-focus-warning-accent:focus-within,html body .theme-override-dark .border-right-color-active-warning-accent[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-accent:active{border-right-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .fill-color-warning-accent,body[data-theme-mode=dark] .fill-color-hover-warning-accent:hover,body[data-theme-mode=dark] .fill-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-accent:focus,body[data-theme-mode=dark] .fill-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-accent:active,html body .theme-override-dark .fill-color-warning-accent,html body .theme-override-dark .fill-color-hover-warning-accent:hover,html body .theme-override-dark .fill-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-accent:focus,html body .theme-override-dark .fill-color-focus-warning-accent:focus-within,html body .theme-override-dark .fill-color-active-warning-accent[data-selected=true],html body .theme-override-dark .fill-color-active-warning-accent:active{background-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outline-color-warning-accent,body[data-theme-mode=dark] .outline-color-hover-warning-accent:hover,body[data-theme-mode=dark] .outline-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-accent:focus,body[data-theme-mode=dark] .outline-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-accent:active,html body .theme-override-dark .outline-color-warning-accent,html body .theme-override-dark .outline-color-hover-warning-accent:hover,html body .theme-override-dark .outline-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-accent:focus,html body .theme-override-dark .outline-color-focus-warning-accent:focus-within,html body .theme-override-dark .outline-color-active-warning-accent[data-selected=true],html body .theme-override-dark .outline-color-active-warning-accent:active{outline-color:var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .outside-border-color-warning-accent,body[data-theme-mode=dark] .outside-border-color-hover-warning-accent:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-accent:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-accent[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-accent:active,html body .theme-override-dark .outside-border-color-warning-accent,html body .theme-override-dark .outside-border-color-hover-warning-accent:hover,html body .theme-override-dark .outside-border-color-focus-warning-accent[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-accent:focus,html body .theme-override-dark .outside-border-color-focus-warning-accent:focus-within,html body .theme-override-dark .outside-border-color-active-warning-accent[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-accent:active{--outside-border-color: var(--color-warning-accent, var(--color-dark-accent))}body[data-theme-mode=dark] .font-color-warning-accent-foreground,body[data-theme-mode=dark] .font-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .font-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .font-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-accent-foreground:active,html body .theme-override-dark .font-color-warning-accent-foreground,html body .theme-override-dark .font-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .font-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .font-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .font-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .font-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .font-color-active-warning-accent-foreground:active{color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-color-warning-accent-foreground,body[data-theme-mode=dark] .border-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .border-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .border-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-accent-foreground:active,html body .theme-override-dark .border-color-warning-accent-foreground,html body .theme-override-dark .border-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .border-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .border-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .border-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .border-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .border-color-active-warning-accent-foreground:active{border-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-top-color-warning-accent-foreground,body[data-theme-mode=dark] .border-top-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-accent-foreground:active,html body .theme-override-dark .border-top-color-warning-accent-foreground,html body .theme-override-dark .border-top-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .border-top-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .border-top-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .border-top-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-accent-foreground:active{border-top-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-bottom-color-warning-accent-foreground,body[data-theme-mode=dark] .border-bottom-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-accent-foreground:active,html body .theme-override-dark .border-bottom-color-warning-accent-foreground,html body .theme-override-dark .border-bottom-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .border-bottom-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-accent-foreground:active{border-bottom-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-left-color-warning-accent-foreground,body[data-theme-mode=dark] .border-left-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-accent-foreground:active,html body .theme-override-dark .border-left-color-warning-accent-foreground,html body .theme-override-dark .border-left-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .border-left-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .border-left-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .border-left-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-accent-foreground:active{border-left-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .border-right-color-warning-accent-foreground,body[data-theme-mode=dark] .border-right-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-accent-foreground:active,html body .theme-override-dark .border-right-color-warning-accent-foreground,html body .theme-override-dark .border-right-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .border-right-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .border-right-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .border-right-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-accent-foreground:active{border-right-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .fill-color-warning-accent-foreground,body[data-theme-mode=dark] .fill-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .fill-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-accent-foreground:active,html body .theme-override-dark .fill-color-warning-accent-foreground,html body .theme-override-dark .fill-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .fill-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .fill-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .fill-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .fill-color-active-warning-accent-foreground:active{background-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outline-color-warning-accent-foreground,body[data-theme-mode=dark] .outline-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .outline-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-accent-foreground:active,html body .theme-override-dark .outline-color-warning-accent-foreground,html body .theme-override-dark .outline-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .outline-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .outline-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .outline-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .outline-color-active-warning-accent-foreground:active{outline-color:var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .outside-border-color-warning-accent-foreground,body[data-theme-mode=dark] .outside-border-color-hover-warning-accent-foreground:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-accent-foreground:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-accent-foreground[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-accent-foreground:active,html body .theme-override-dark .outside-border-color-warning-accent-foreground,html body .theme-override-dark .outside-border-color-hover-warning-accent-foreground:hover,html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground:focus,html body .theme-override-dark .outside-border-color-focus-warning-accent-foreground:focus-within,html body .theme-override-dark .outside-border-color-active-warning-accent-foreground[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-accent-foreground:active{--outside-border-color: var(--color-warning-accent-foreground, var(--color-dark-accent-foreground))}body[data-theme-mode=dark] .font-color-warning-background,body[data-theme-mode=dark] .font-color-hover-warning-background:hover,body[data-theme-mode=dark] .font-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background:focus,body[data-theme-mode=dark] .font-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background:active,html body .theme-override-dark .font-color-warning-background,html body .theme-override-dark .font-color-hover-warning-background:hover,html body .theme-override-dark .font-color-focus-warning-background[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background:focus,html body .theme-override-dark .font-color-focus-warning-background:focus-within,html body .theme-override-dark .font-color-active-warning-background[data-selected=true],html body .theme-override-dark .font-color-active-warning-background:active{color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-color-warning-background,body[data-theme-mode=dark] .border-color-hover-warning-background:hover,body[data-theme-mode=dark] .border-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background:focus,body[data-theme-mode=dark] .border-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background:active,html body .theme-override-dark .border-color-warning-background,html body .theme-override-dark .border-color-hover-warning-background:hover,html body .theme-override-dark .border-color-focus-warning-background[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background:focus,html body .theme-override-dark .border-color-focus-warning-background:focus-within,html body .theme-override-dark .border-color-active-warning-background[data-selected=true],html body .theme-override-dark .border-color-active-warning-background:active{border-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-top-color-warning-background,body[data-theme-mode=dark] .border-top-color-hover-warning-background:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background:active,html body .theme-override-dark .border-top-color-warning-background,html body .theme-override-dark .border-top-color-hover-warning-background:hover,html body .theme-override-dark .border-top-color-focus-warning-background[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background:focus,html body .theme-override-dark .border-top-color-focus-warning-background:focus-within,html body .theme-override-dark .border-top-color-active-warning-background[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background:active{border-top-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-bottom-color-warning-background,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background:active,html body .theme-override-dark .border-bottom-color-warning-background,html body .theme-override-dark .border-bottom-color-hover-warning-background:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background:active{border-bottom-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-left-color-warning-background,body[data-theme-mode=dark] .border-left-color-hover-warning-background:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background:active,html body .theme-override-dark .border-left-color-warning-background,html body .theme-override-dark .border-left-color-hover-warning-background:hover,html body .theme-override-dark .border-left-color-focus-warning-background[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background:focus,html body .theme-override-dark .border-left-color-focus-warning-background:focus-within,html body .theme-override-dark .border-left-color-active-warning-background[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background:active{border-left-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .border-right-color-warning-background,body[data-theme-mode=dark] .border-right-color-hover-warning-background:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background:active,html body .theme-override-dark .border-right-color-warning-background,html body .theme-override-dark .border-right-color-hover-warning-background:hover,html body .theme-override-dark .border-right-color-focus-warning-background[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background:focus,html body .theme-override-dark .border-right-color-focus-warning-background:focus-within,html body .theme-override-dark .border-right-color-active-warning-background[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background:active{border-right-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .fill-color-warning-background,body[data-theme-mode=dark] .fill-color-hover-warning-background:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background:active,html body .theme-override-dark .fill-color-warning-background,html body .theme-override-dark .fill-color-hover-warning-background:hover,html body .theme-override-dark .fill-color-focus-warning-background[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background:focus,html body .theme-override-dark .fill-color-focus-warning-background:focus-within,html body .theme-override-dark .fill-color-active-warning-background[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background:active{background-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .outline-color-warning-background,body[data-theme-mode=dark] .outline-color-hover-warning-background:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background:active,html body .theme-override-dark .outline-color-warning-background,html body .theme-override-dark .outline-color-hover-warning-background:hover,html body .theme-override-dark .outline-color-focus-warning-background[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background:focus,html body .theme-override-dark .outline-color-focus-warning-background:focus-within,html body .theme-override-dark .outline-color-active-warning-background[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background:active{outline-color:var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .outside-border-color-warning-background,body[data-theme-mode=dark] .outside-border-color-hover-warning-background:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background:active,html body .theme-override-dark .outside-border-color-warning-background,html body .theme-override-dark .outside-border-color-hover-warning-background:hover,html body .theme-override-dark .outside-border-color-focus-warning-background[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background:focus,html body .theme-override-dark .outside-border-color-focus-warning-background:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background:active{--outside-border-color: var(--color-warning-background, var(--color-dark-background))}body[data-theme-mode=dark] .font-color-warning-background-surface,body[data-theme-mode=dark] .font-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-surface:active,html body .theme-override-dark .font-color-warning-background-surface,html body .theme-override-dark .font-color-hover-warning-background-surface:hover,html body .theme-override-dark .font-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-surface:focus,html body .theme-override-dark .font-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .font-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-surface:active{color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-color-warning-background-surface,body[data-theme-mode=dark] .border-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-surface:active,html body .theme-override-dark .border-color-warning-background-surface,html body .theme-override-dark .border-color-hover-warning-background-surface:hover,html body .theme-override-dark .border-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-surface:focus,html body .theme-override-dark .border-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .border-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-surface:active{border-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-top-color-warning-background-surface,body[data-theme-mode=dark] .border-top-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-surface:active,html body .theme-override-dark .border-top-color-warning-background-surface,html body .theme-override-dark .border-top-color-hover-warning-background-surface:hover,html body .theme-override-dark .border-top-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-surface:focus,html body .theme-override-dark .border-top-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-surface:active{border-top-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-bottom-color-warning-background-surface,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-surface:active,html body .theme-override-dark .border-bottom-color-warning-background-surface,html body .theme-override-dark .border-bottom-color-hover-warning-background-surface:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-surface:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-surface:active{border-bottom-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-left-color-warning-background-surface,body[data-theme-mode=dark] .border-left-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-surface:active,html body .theme-override-dark .border-left-color-warning-background-surface,html body .theme-override-dark .border-left-color-hover-warning-background-surface:hover,html body .theme-override-dark .border-left-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-surface:focus,html body .theme-override-dark .border-left-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-surface:active{border-left-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .border-right-color-warning-background-surface,body[data-theme-mode=dark] .border-right-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-surface:active,html body .theme-override-dark .border-right-color-warning-background-surface,html body .theme-override-dark .border-right-color-hover-warning-background-surface:hover,html body .theme-override-dark .border-right-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-surface:focus,html body .theme-override-dark .border-right-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-surface:active{border-right-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .fill-color-warning-background-surface,body[data-theme-mode=dark] .fill-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-surface:active,html body .theme-override-dark .fill-color-warning-background-surface,html body .theme-override-dark .fill-color-hover-warning-background-surface:hover,html body .theme-override-dark .fill-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-surface:focus,html body .theme-override-dark .fill-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .fill-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-surface:active{background-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outline-color-warning-background-surface,body[data-theme-mode=dark] .outline-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-surface:active,html body .theme-override-dark .outline-color-warning-background-surface,html body .theme-override-dark .outline-color-hover-warning-background-surface:hover,html body .theme-override-dark .outline-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-surface:focus,html body .theme-override-dark .outline-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .outline-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-surface:active{outline-color:var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .outside-border-color-warning-background-surface,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-surface:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-surface[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-surface:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-surface:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-surface[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-surface:active,html body .theme-override-dark .outside-border-color-warning-background-surface,html body .theme-override-dark .outside-border-color-hover-warning-background-surface:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-surface[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-surface:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-surface:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-surface[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-surface:active{--outside-border-color: var(--color-warning-background-surface, var(--color-dark-background-surface))}body[data-theme-mode=dark] .font-color-warning-background-ghost,body[data-theme-mode=dark] .font-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-ghost:active,html body .theme-override-dark .font-color-warning-background-ghost,html body .theme-override-dark .font-color-hover-warning-background-ghost:hover,html body .theme-override-dark .font-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-ghost:focus,html body .theme-override-dark .font-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .font-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-ghost:active{color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-color-warning-background-ghost,body[data-theme-mode=dark] .border-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-ghost:active,html body .theme-override-dark .border-color-warning-background-ghost,html body .theme-override-dark .border-color-hover-warning-background-ghost:hover,html body .theme-override-dark .border-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-ghost:focus,html body .theme-override-dark .border-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .border-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-ghost:active{border-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-top-color-warning-background-ghost,body[data-theme-mode=dark] .border-top-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-ghost:active,html body .theme-override-dark .border-top-color-warning-background-ghost,html body .theme-override-dark .border-top-color-hover-warning-background-ghost:hover,html body .theme-override-dark .border-top-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-ghost:focus,html body .theme-override-dark .border-top-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-ghost:active{border-top-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-bottom-color-warning-background-ghost,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-ghost:active,html body .theme-override-dark .border-bottom-color-warning-background-ghost,html body .theme-override-dark .border-bottom-color-hover-warning-background-ghost:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-ghost:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-ghost:active{border-bottom-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-left-color-warning-background-ghost,body[data-theme-mode=dark] .border-left-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-ghost:active,html body .theme-override-dark .border-left-color-warning-background-ghost,html body .theme-override-dark .border-left-color-hover-warning-background-ghost:hover,html body .theme-override-dark .border-left-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-ghost:focus,html body .theme-override-dark .border-left-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-ghost:active{border-left-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .border-right-color-warning-background-ghost,body[data-theme-mode=dark] .border-right-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-ghost:active,html body .theme-override-dark .border-right-color-warning-background-ghost,html body .theme-override-dark .border-right-color-hover-warning-background-ghost:hover,html body .theme-override-dark .border-right-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-ghost:focus,html body .theme-override-dark .border-right-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-ghost:active{border-right-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .fill-color-warning-background-ghost,body[data-theme-mode=dark] .fill-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-ghost:active,html body .theme-override-dark .fill-color-warning-background-ghost,html body .theme-override-dark .fill-color-hover-warning-background-ghost:hover,html body .theme-override-dark .fill-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-ghost:focus,html body .theme-override-dark .fill-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .fill-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-ghost:active{background-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outline-color-warning-background-ghost,body[data-theme-mode=dark] .outline-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-ghost:active,html body .theme-override-dark .outline-color-warning-background-ghost,html body .theme-override-dark .outline-color-hover-warning-background-ghost:hover,html body .theme-override-dark .outline-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-ghost:focus,html body .theme-override-dark .outline-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .outline-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-ghost:active{outline-color:var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .outside-border-color-warning-background-ghost,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-ghost:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-ghost[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-ghost:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-ghost:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-ghost[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-ghost:active,html body .theme-override-dark .outside-border-color-warning-background-ghost,html body .theme-override-dark .outside-border-color-hover-warning-background-ghost:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-ghost[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-ghost:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-ghost:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-ghost[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-ghost:active{--outside-border-color: var(--color-warning-background-ghost, var(--color-dark-background-ghost))}body[data-theme-mode=dark] .font-color-warning-background-flat,body[data-theme-mode=dark] .font-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-flat:active,html body .theme-override-dark .font-color-warning-background-flat,html body .theme-override-dark .font-color-hover-warning-background-flat:hover,html body .theme-override-dark .font-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-flat:focus,html body .theme-override-dark .font-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .font-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-flat:active{color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-color-warning-background-flat,body[data-theme-mode=dark] .border-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-flat:active,html body .theme-override-dark .border-color-warning-background-flat,html body .theme-override-dark .border-color-hover-warning-background-flat:hover,html body .theme-override-dark .border-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-flat:focus,html body .theme-override-dark .border-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .border-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-flat:active{border-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-top-color-warning-background-flat,body[data-theme-mode=dark] .border-top-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-flat:active,html body .theme-override-dark .border-top-color-warning-background-flat,html body .theme-override-dark .border-top-color-hover-warning-background-flat:hover,html body .theme-override-dark .border-top-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-flat:focus,html body .theme-override-dark .border-top-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-flat:active{border-top-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-bottom-color-warning-background-flat,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-flat:active,html body .theme-override-dark .border-bottom-color-warning-background-flat,html body .theme-override-dark .border-bottom-color-hover-warning-background-flat:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-flat:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-flat:active{border-bottom-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-left-color-warning-background-flat,body[data-theme-mode=dark] .border-left-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-flat:active,html body .theme-override-dark .border-left-color-warning-background-flat,html body .theme-override-dark .border-left-color-hover-warning-background-flat:hover,html body .theme-override-dark .border-left-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-flat:focus,html body .theme-override-dark .border-left-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-flat:active{border-left-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .border-right-color-warning-background-flat,body[data-theme-mode=dark] .border-right-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-flat:active,html body .theme-override-dark .border-right-color-warning-background-flat,html body .theme-override-dark .border-right-color-hover-warning-background-flat:hover,html body .theme-override-dark .border-right-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-flat:focus,html body .theme-override-dark .border-right-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-flat:active{border-right-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .fill-color-warning-background-flat,body[data-theme-mode=dark] .fill-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-flat:active,html body .theme-override-dark .fill-color-warning-background-flat,html body .theme-override-dark .fill-color-hover-warning-background-flat:hover,html body .theme-override-dark .fill-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-flat:focus,html body .theme-override-dark .fill-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .fill-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-flat:active{background-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outline-color-warning-background-flat,body[data-theme-mode=dark] .outline-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-flat:active,html body .theme-override-dark .outline-color-warning-background-flat,html body .theme-override-dark .outline-color-hover-warning-background-flat:hover,html body .theme-override-dark .outline-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-flat:focus,html body .theme-override-dark .outline-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .outline-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-flat:active{outline-color:var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .outside-border-color-warning-background-flat,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-flat:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-flat[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-flat:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-flat:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-flat[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-flat:active,html body .theme-override-dark .outside-border-color-warning-background-flat,html body .theme-override-dark .outside-border-color-hover-warning-background-flat:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-flat[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-flat:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-flat:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-flat[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-flat:active{--outside-border-color: var(--color-warning-background-flat, var(--color-dark-background-flat))}body[data-theme-mode=dark] .font-color-warning-background-card,body[data-theme-mode=dark] .font-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-card:active,html body .theme-override-dark .font-color-warning-background-card,html body .theme-override-dark .font-color-hover-warning-background-card:hover,html body .theme-override-dark .font-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-card:focus,html body .theme-override-dark .font-color-focus-warning-background-card:focus-within,html body .theme-override-dark .font-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-card:active{color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-color-warning-background-card,body[data-theme-mode=dark] .border-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-card:active,html body .theme-override-dark .border-color-warning-background-card,html body .theme-override-dark .border-color-hover-warning-background-card:hover,html body .theme-override-dark .border-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-card:focus,html body .theme-override-dark .border-color-focus-warning-background-card:focus-within,html body .theme-override-dark .border-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-card:active{border-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-top-color-warning-background-card,body[data-theme-mode=dark] .border-top-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-card:active,html body .theme-override-dark .border-top-color-warning-background-card,html body .theme-override-dark .border-top-color-hover-warning-background-card:hover,html body .theme-override-dark .border-top-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-card:focus,html body .theme-override-dark .border-top-color-focus-warning-background-card:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-card:active{border-top-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-bottom-color-warning-background-card,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-card:active,html body .theme-override-dark .border-bottom-color-warning-background-card,html body .theme-override-dark .border-bottom-color-hover-warning-background-card:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-card:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-card:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-card:active{border-bottom-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-left-color-warning-background-card,body[data-theme-mode=dark] .border-left-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-card:active,html body .theme-override-dark .border-left-color-warning-background-card,html body .theme-override-dark .border-left-color-hover-warning-background-card:hover,html body .theme-override-dark .border-left-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-card:focus,html body .theme-override-dark .border-left-color-focus-warning-background-card:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-card:active{border-left-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .border-right-color-warning-background-card,body[data-theme-mode=dark] .border-right-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-card:active,html body .theme-override-dark .border-right-color-warning-background-card,html body .theme-override-dark .border-right-color-hover-warning-background-card:hover,html body .theme-override-dark .border-right-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-card:focus,html body .theme-override-dark .border-right-color-focus-warning-background-card:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-card:active{border-right-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .fill-color-warning-background-card,body[data-theme-mode=dark] .fill-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-card:active,html body .theme-override-dark .fill-color-warning-background-card,html body .theme-override-dark .fill-color-hover-warning-background-card:hover,html body .theme-override-dark .fill-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-card:focus,html body .theme-override-dark .fill-color-focus-warning-background-card:focus-within,html body .theme-override-dark .fill-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-card:active{background-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outline-color-warning-background-card,body[data-theme-mode=dark] .outline-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-card:active,html body .theme-override-dark .outline-color-warning-background-card,html body .theme-override-dark .outline-color-hover-warning-background-card:hover,html body .theme-override-dark .outline-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-card:focus,html body .theme-override-dark .outline-color-focus-warning-background-card:focus-within,html body .theme-override-dark .outline-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-card:active{outline-color:var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .outside-border-color-warning-background-card,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-card:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-card[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-card:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-card:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-card[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-card:active,html body .theme-override-dark .outside-border-color-warning-background-card,html body .theme-override-dark .outside-border-color-hover-warning-background-card:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-card[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-card:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-card:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-card[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-card:active{--outside-border-color: var(--color-warning-background-card, var(--color-dark-background-card))}body[data-theme-mode=dark] .font-color-warning-background-panel,body[data-theme-mode=dark] .font-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-panel:active,html body .theme-override-dark .font-color-warning-background-panel,html body .theme-override-dark .font-color-hover-warning-background-panel:hover,html body .theme-override-dark .font-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-panel:focus,html body .theme-override-dark .font-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .font-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-panel:active{color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-color-warning-background-panel,body[data-theme-mode=dark] .border-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-panel:active,html body .theme-override-dark .border-color-warning-background-panel,html body .theme-override-dark .border-color-hover-warning-background-panel:hover,html body .theme-override-dark .border-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-panel:focus,html body .theme-override-dark .border-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .border-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-panel:active{border-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-top-color-warning-background-panel,body[data-theme-mode=dark] .border-top-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-panel:active,html body .theme-override-dark .border-top-color-warning-background-panel,html body .theme-override-dark .border-top-color-hover-warning-background-panel:hover,html body .theme-override-dark .border-top-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-panel:focus,html body .theme-override-dark .border-top-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-panel:active{border-top-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-bottom-color-warning-background-panel,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-panel:active,html body .theme-override-dark .border-bottom-color-warning-background-panel,html body .theme-override-dark .border-bottom-color-hover-warning-background-panel:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-panel:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-panel:active{border-bottom-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-left-color-warning-background-panel,body[data-theme-mode=dark] .border-left-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-panel:active,html body .theme-override-dark .border-left-color-warning-background-panel,html body .theme-override-dark .border-left-color-hover-warning-background-panel:hover,html body .theme-override-dark .border-left-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-panel:focus,html body .theme-override-dark .border-left-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-panel:active{border-left-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .border-right-color-warning-background-panel,body[data-theme-mode=dark] .border-right-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-panel:active,html body .theme-override-dark .border-right-color-warning-background-panel,html body .theme-override-dark .border-right-color-hover-warning-background-panel:hover,html body .theme-override-dark .border-right-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-panel:focus,html body .theme-override-dark .border-right-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-panel:active{border-right-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .fill-color-warning-background-panel,body[data-theme-mode=dark] .fill-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-panel:active,html body .theme-override-dark .fill-color-warning-background-panel,html body .theme-override-dark .fill-color-hover-warning-background-panel:hover,html body .theme-override-dark .fill-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-panel:focus,html body .theme-override-dark .fill-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .fill-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-panel:active{background-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outline-color-warning-background-panel,body[data-theme-mode=dark] .outline-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-panel:active,html body .theme-override-dark .outline-color-warning-background-panel,html body .theme-override-dark .outline-color-hover-warning-background-panel:hover,html body .theme-override-dark .outline-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-panel:focus,html body .theme-override-dark .outline-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .outline-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-panel:active{outline-color:var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .outside-border-color-warning-background-panel,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-panel:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-panel[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-panel:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-panel:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-panel[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-panel:active,html body .theme-override-dark .outside-border-color-warning-background-panel,html body .theme-override-dark .outside-border-color-hover-warning-background-panel:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-panel[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-panel:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-panel:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-panel[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-panel:active{--outside-border-color: var(--color-warning-background-panel, var(--color-dark-background-panel))}body[data-theme-mode=dark] .font-color-warning-background-field,body[data-theme-mode=dark] .font-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .font-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .font-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .font-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-background-field:active,html body .theme-override-dark .font-color-warning-background-field,html body .theme-override-dark .font-color-hover-warning-background-field:hover,html body .theme-override-dark .font-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .font-color-focus-warning-background-field:focus,html body .theme-override-dark .font-color-focus-warning-background-field:focus-within,html body .theme-override-dark .font-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .font-color-active-warning-background-field:active{color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-color-warning-background-field,body[data-theme-mode=dark] .border-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .border-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .border-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .border-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-background-field:active,html body .theme-override-dark .border-color-warning-background-field,html body .theme-override-dark .border-color-hover-warning-background-field:hover,html body .theme-override-dark .border-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .border-color-focus-warning-background-field:focus,html body .theme-override-dark .border-color-focus-warning-background-field:focus-within,html body .theme-override-dark .border-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .border-color-active-warning-background-field:active{border-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-top-color-warning-background-field,body[data-theme-mode=dark] .border-top-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-background-field:active,html body .theme-override-dark .border-top-color-warning-background-field,html body .theme-override-dark .border-top-color-hover-warning-background-field:hover,html body .theme-override-dark .border-top-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-background-field:focus,html body .theme-override-dark .border-top-color-focus-warning-background-field:focus-within,html body .theme-override-dark .border-top-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-background-field:active{border-top-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-bottom-color-warning-background-field,body[data-theme-mode=dark] .border-bottom-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-background-field:active,html body .theme-override-dark .border-bottom-color-warning-background-field,html body .theme-override-dark .border-bottom-color-hover-warning-background-field:hover,html body .theme-override-dark .border-bottom-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-background-field:focus,html body .theme-override-dark .border-bottom-color-focus-warning-background-field:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-background-field:active{border-bottom-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-left-color-warning-background-field,body[data-theme-mode=dark] .border-left-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-background-field:active,html body .theme-override-dark .border-left-color-warning-background-field,html body .theme-override-dark .border-left-color-hover-warning-background-field:hover,html body .theme-override-dark .border-left-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-background-field:focus,html body .theme-override-dark .border-left-color-focus-warning-background-field:focus-within,html body .theme-override-dark .border-left-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-background-field:active{border-left-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .border-right-color-warning-background-field,body[data-theme-mode=dark] .border-right-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-background-field:active,html body .theme-override-dark .border-right-color-warning-background-field,html body .theme-override-dark .border-right-color-hover-warning-background-field:hover,html body .theme-override-dark .border-right-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-background-field:focus,html body .theme-override-dark .border-right-color-focus-warning-background-field:focus-within,html body .theme-override-dark .border-right-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-background-field:active{border-right-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .fill-color-warning-background-field,body[data-theme-mode=dark] .fill-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .fill-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .fill-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-background-field:active,html body .theme-override-dark .fill-color-warning-background-field,html body .theme-override-dark .fill-color-hover-warning-background-field:hover,html body .theme-override-dark .fill-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-background-field:focus,html body .theme-override-dark .fill-color-focus-warning-background-field:focus-within,html body .theme-override-dark .fill-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .fill-color-active-warning-background-field:active{background-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outline-color-warning-background-field,body[data-theme-mode=dark] .outline-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .outline-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .outline-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-background-field:active,html body .theme-override-dark .outline-color-warning-background-field,html body .theme-override-dark .outline-color-hover-warning-background-field:hover,html body .theme-override-dark .outline-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-background-field:focus,html body .theme-override-dark .outline-color-focus-warning-background-field:focus-within,html body .theme-override-dark .outline-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .outline-color-active-warning-background-field:active{outline-color:var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .outside-border-color-warning-background-field,body[data-theme-mode=dark] .outside-border-color-hover-warning-background-field:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-field[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-background-field:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-background-field:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-background-field[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-background-field:active,html body .theme-override-dark .outside-border-color-warning-background-field,html body .theme-override-dark .outside-border-color-hover-warning-background-field:hover,html body .theme-override-dark .outside-border-color-focus-warning-background-field[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-background-field:focus,html body .theme-override-dark .outside-border-color-focus-warning-background-field:focus-within,html body .theme-override-dark .outside-border-color-active-warning-background-field[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-background-field:active{--outside-border-color: var(--color-warning-background-field, var(--color-dark-background-field))}body[data-theme-mode=dark] .font-color-warning-font,body[data-theme-mode=dark] .font-color-hover-warning-font:hover,body[data-theme-mode=dark] .font-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font:focus,body[data-theme-mode=dark] .font-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font:active,html body .theme-override-dark .font-color-warning-font,html body .theme-override-dark .font-color-hover-warning-font:hover,html body .theme-override-dark .font-color-focus-warning-font[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font:focus,html body .theme-override-dark .font-color-focus-warning-font:focus-within,html body .theme-override-dark .font-color-active-warning-font[data-selected=true],html body .theme-override-dark .font-color-active-warning-font:active{color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-color-warning-font,body[data-theme-mode=dark] .border-color-hover-warning-font:hover,body[data-theme-mode=dark] .border-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font:focus,body[data-theme-mode=dark] .border-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font:active,html body .theme-override-dark .border-color-warning-font,html body .theme-override-dark .border-color-hover-warning-font:hover,html body .theme-override-dark .border-color-focus-warning-font[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font:focus,html body .theme-override-dark .border-color-focus-warning-font:focus-within,html body .theme-override-dark .border-color-active-warning-font[data-selected=true],html body .theme-override-dark .border-color-active-warning-font:active{border-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-top-color-warning-font,body[data-theme-mode=dark] .border-top-color-hover-warning-font:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font:active,html body .theme-override-dark .border-top-color-warning-font,html body .theme-override-dark .border-top-color-hover-warning-font:hover,html body .theme-override-dark .border-top-color-focus-warning-font[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font:focus,html body .theme-override-dark .border-top-color-focus-warning-font:focus-within,html body .theme-override-dark .border-top-color-active-warning-font[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font:active{border-top-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-bottom-color-warning-font,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font:active,html body .theme-override-dark .border-bottom-color-warning-font,html body .theme-override-dark .border-bottom-color-hover-warning-font:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font:active{border-bottom-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-left-color-warning-font,body[data-theme-mode=dark] .border-left-color-hover-warning-font:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font:active,html body .theme-override-dark .border-left-color-warning-font,html body .theme-override-dark .border-left-color-hover-warning-font:hover,html body .theme-override-dark .border-left-color-focus-warning-font[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font:focus,html body .theme-override-dark .border-left-color-focus-warning-font:focus-within,html body .theme-override-dark .border-left-color-active-warning-font[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font:active{border-left-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .border-right-color-warning-font,body[data-theme-mode=dark] .border-right-color-hover-warning-font:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font:active,html body .theme-override-dark .border-right-color-warning-font,html body .theme-override-dark .border-right-color-hover-warning-font:hover,html body .theme-override-dark .border-right-color-focus-warning-font[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font:focus,html body .theme-override-dark .border-right-color-focus-warning-font:focus-within,html body .theme-override-dark .border-right-color-active-warning-font[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font:active{border-right-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .fill-color-warning-font,body[data-theme-mode=dark] .fill-color-hover-warning-font:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font:active,html body .theme-override-dark .fill-color-warning-font,html body .theme-override-dark .fill-color-hover-warning-font:hover,html body .theme-override-dark .fill-color-focus-warning-font[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font:focus,html body .theme-override-dark .fill-color-focus-warning-font:focus-within,html body .theme-override-dark .fill-color-active-warning-font[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font:active{background-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .outline-color-warning-font,body[data-theme-mode=dark] .outline-color-hover-warning-font:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font:active,html body .theme-override-dark .outline-color-warning-font,html body .theme-override-dark .outline-color-hover-warning-font:hover,html body .theme-override-dark .outline-color-focus-warning-font[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font:focus,html body .theme-override-dark .outline-color-focus-warning-font:focus-within,html body .theme-override-dark .outline-color-active-warning-font[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font:active{outline-color:var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .outside-border-color-warning-font,body[data-theme-mode=dark] .outside-border-color-hover-warning-font:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font:active,html body .theme-override-dark .outside-border-color-warning-font,html body .theme-override-dark .outside-border-color-hover-warning-font:hover,html body .theme-override-dark .outside-border-color-focus-warning-font[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font:focus,html body .theme-override-dark .outside-border-color-focus-warning-font:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font:active{--outside-border-color: var(--color-warning-font, var(--color-dark-font))}body[data-theme-mode=dark] .font-color-warning-font-muted,body[data-theme-mode=dark] .font-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-muted:active,html body .theme-override-dark .font-color-warning-font-muted,html body .theme-override-dark .font-color-hover-warning-font-muted:hover,html body .theme-override-dark .font-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-muted:focus,html body .theme-override-dark .font-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .font-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-muted:active{color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-color-warning-font-muted,body[data-theme-mode=dark] .border-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-muted:active,html body .theme-override-dark .border-color-warning-font-muted,html body .theme-override-dark .border-color-hover-warning-font-muted:hover,html body .theme-override-dark .border-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-muted:focus,html body .theme-override-dark .border-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .border-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-muted:active{border-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-top-color-warning-font-muted,body[data-theme-mode=dark] .border-top-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-muted:active,html body .theme-override-dark .border-top-color-warning-font-muted,html body .theme-override-dark .border-top-color-hover-warning-font-muted:hover,html body .theme-override-dark .border-top-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-muted:focus,html body .theme-override-dark .border-top-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-muted:active{border-top-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-bottom-color-warning-font-muted,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-muted:active,html body .theme-override-dark .border-bottom-color-warning-font-muted,html body .theme-override-dark .border-bottom-color-hover-warning-font-muted:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-muted:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-muted:active{border-bottom-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-left-color-warning-font-muted,body[data-theme-mode=dark] .border-left-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-muted:active,html body .theme-override-dark .border-left-color-warning-font-muted,html body .theme-override-dark .border-left-color-hover-warning-font-muted:hover,html body .theme-override-dark .border-left-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-muted:focus,html body .theme-override-dark .border-left-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-muted:active{border-left-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .border-right-color-warning-font-muted,body[data-theme-mode=dark] .border-right-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-muted:active,html body .theme-override-dark .border-right-color-warning-font-muted,html body .theme-override-dark .border-right-color-hover-warning-font-muted:hover,html body .theme-override-dark .border-right-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-muted:focus,html body .theme-override-dark .border-right-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-muted:active{border-right-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .fill-color-warning-font-muted,body[data-theme-mode=dark] .fill-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-muted:active,html body .theme-override-dark .fill-color-warning-font-muted,html body .theme-override-dark .fill-color-hover-warning-font-muted:hover,html body .theme-override-dark .fill-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-muted:focus,html body .theme-override-dark .fill-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .fill-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-muted:active{background-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outline-color-warning-font-muted,body[data-theme-mode=dark] .outline-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-muted:active,html body .theme-override-dark .outline-color-warning-font-muted,html body .theme-override-dark .outline-color-hover-warning-font-muted:hover,html body .theme-override-dark .outline-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-muted:focus,html body .theme-override-dark .outline-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .outline-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-muted:active{outline-color:var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .outside-border-color-warning-font-muted,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-muted:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-muted[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-muted:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-muted:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-muted[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-muted:active,html body .theme-override-dark .outside-border-color-warning-font-muted,html body .theme-override-dark .outside-border-color-hover-warning-font-muted:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-muted[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-muted:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-muted:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-muted[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-muted:active{--outside-border-color: var(--color-warning-font-muted, var(--color-dark-font-muted))}body[data-theme-mode=dark] .font-color-warning-font-disabled,body[data-theme-mode=dark] .font-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .font-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .font-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .font-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-font-disabled:active,html body .theme-override-dark .font-color-warning-font-disabled,html body .theme-override-dark .font-color-hover-warning-font-disabled:hover,html body .theme-override-dark .font-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .font-color-focus-warning-font-disabled:focus,html body .theme-override-dark .font-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .font-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .font-color-active-warning-font-disabled:active{color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-color-warning-font-disabled,body[data-theme-mode=dark] .border-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .border-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .border-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .border-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-font-disabled:active,html body .theme-override-dark .border-color-warning-font-disabled,html body .theme-override-dark .border-color-hover-warning-font-disabled:hover,html body .theme-override-dark .border-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .border-color-focus-warning-font-disabled:focus,html body .theme-override-dark .border-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .border-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .border-color-active-warning-font-disabled:active{border-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-top-color-warning-font-disabled,body[data-theme-mode=dark] .border-top-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-font-disabled:active,html body .theme-override-dark .border-top-color-warning-font-disabled,html body .theme-override-dark .border-top-color-hover-warning-font-disabled:hover,html body .theme-override-dark .border-top-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-font-disabled:focus,html body .theme-override-dark .border-top-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .border-top-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-font-disabled:active{border-top-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-bottom-color-warning-font-disabled,body[data-theme-mode=dark] .border-bottom-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-font-disabled:active,html body .theme-override-dark .border-bottom-color-warning-font-disabled,html body .theme-override-dark .border-bottom-color-hover-warning-font-disabled:hover,html body .theme-override-dark .border-bottom-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-font-disabled:focus,html body .theme-override-dark .border-bottom-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-font-disabled:active{border-bottom-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-left-color-warning-font-disabled,body[data-theme-mode=dark] .border-left-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-font-disabled:active,html body .theme-override-dark .border-left-color-warning-font-disabled,html body .theme-override-dark .border-left-color-hover-warning-font-disabled:hover,html body .theme-override-dark .border-left-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-font-disabled:focus,html body .theme-override-dark .border-left-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .border-left-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-font-disabled:active{border-left-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .border-right-color-warning-font-disabled,body[data-theme-mode=dark] .border-right-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-font-disabled:active,html body .theme-override-dark .border-right-color-warning-font-disabled,html body .theme-override-dark .border-right-color-hover-warning-font-disabled:hover,html body .theme-override-dark .border-right-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-font-disabled:focus,html body .theme-override-dark .border-right-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .border-right-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-font-disabled:active{border-right-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .fill-color-warning-font-disabled,body[data-theme-mode=dark] .fill-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .fill-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .fill-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-font-disabled:active,html body .theme-override-dark .fill-color-warning-font-disabled,html body .theme-override-dark .fill-color-hover-warning-font-disabled:hover,html body .theme-override-dark .fill-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-font-disabled:focus,html body .theme-override-dark .fill-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .fill-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .fill-color-active-warning-font-disabled:active{background-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outline-color-warning-font-disabled,body[data-theme-mode=dark] .outline-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .outline-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .outline-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-font-disabled:active,html body .theme-override-dark .outline-color-warning-font-disabled,html body .theme-override-dark .outline-color-hover-warning-font-disabled:hover,html body .theme-override-dark .outline-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-font-disabled:focus,html body .theme-override-dark .outline-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .outline-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .outline-color-active-warning-font-disabled:active{outline-color:var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .outside-border-color-warning-font-disabled,body[data-theme-mode=dark] .outside-border-color-hover-warning-font-disabled:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-disabled[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-font-disabled:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-font-disabled:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-font-disabled[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-font-disabled:active,html body .theme-override-dark .outside-border-color-warning-font-disabled,html body .theme-override-dark .outside-border-color-hover-warning-font-disabled:hover,html body .theme-override-dark .outside-border-color-focus-warning-font-disabled[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-font-disabled:focus,html body .theme-override-dark .outside-border-color-focus-warning-font-disabled:focus-within,html body .theme-override-dark .outside-border-color-active-warning-font-disabled[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-font-disabled:active{--outside-border-color: var(--color-warning-font-disabled, var(--color-dark-font-disabled))}body[data-theme-mode=dark] .font-color-warning-border,body[data-theme-mode=dark] .font-color-hover-warning-border:hover,body[data-theme-mode=dark] .font-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border:focus,body[data-theme-mode=dark] .font-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border:active,html body .theme-override-dark .font-color-warning-border,html body .theme-override-dark .font-color-hover-warning-border:hover,html body .theme-override-dark .font-color-focus-warning-border[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border:focus,html body .theme-override-dark .font-color-focus-warning-border:focus-within,html body .theme-override-dark .font-color-active-warning-border[data-selected=true],html body .theme-override-dark .font-color-active-warning-border:active{color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-color-warning-border,body[data-theme-mode=dark] .border-color-hover-warning-border:hover,body[data-theme-mode=dark] .border-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border:focus,body[data-theme-mode=dark] .border-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border:active,html body .theme-override-dark .border-color-warning-border,html body .theme-override-dark .border-color-hover-warning-border:hover,html body .theme-override-dark .border-color-focus-warning-border[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border:focus,html body .theme-override-dark .border-color-focus-warning-border:focus-within,html body .theme-override-dark .border-color-active-warning-border[data-selected=true],html body .theme-override-dark .border-color-active-warning-border:active{border-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-top-color-warning-border,body[data-theme-mode=dark] .border-top-color-hover-warning-border:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border:active,html body .theme-override-dark .border-top-color-warning-border,html body .theme-override-dark .border-top-color-hover-warning-border:hover,html body .theme-override-dark .border-top-color-focus-warning-border[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border:focus,html body .theme-override-dark .border-top-color-focus-warning-border:focus-within,html body .theme-override-dark .border-top-color-active-warning-border[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border:active{border-top-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-bottom-color-warning-border,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border:active,html body .theme-override-dark .border-bottom-color-warning-border,html body .theme-override-dark .border-bottom-color-hover-warning-border:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border:active{border-bottom-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-left-color-warning-border,body[data-theme-mode=dark] .border-left-color-hover-warning-border:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border:active,html body .theme-override-dark .border-left-color-warning-border,html body .theme-override-dark .border-left-color-hover-warning-border:hover,html body .theme-override-dark .border-left-color-focus-warning-border[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border:focus,html body .theme-override-dark .border-left-color-focus-warning-border:focus-within,html body .theme-override-dark .border-left-color-active-warning-border[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border:active{border-left-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .border-right-color-warning-border,body[data-theme-mode=dark] .border-right-color-hover-warning-border:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border:active,html body .theme-override-dark .border-right-color-warning-border,html body .theme-override-dark .border-right-color-hover-warning-border:hover,html body .theme-override-dark .border-right-color-focus-warning-border[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border:focus,html body .theme-override-dark .border-right-color-focus-warning-border:focus-within,html body .theme-override-dark .border-right-color-active-warning-border[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border:active{border-right-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .fill-color-warning-border,body[data-theme-mode=dark] .fill-color-hover-warning-border:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border:active,html body .theme-override-dark .fill-color-warning-border,html body .theme-override-dark .fill-color-hover-warning-border:hover,html body .theme-override-dark .fill-color-focus-warning-border[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border:focus,html body .theme-override-dark .fill-color-focus-warning-border:focus-within,html body .theme-override-dark .fill-color-active-warning-border[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border:active{background-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .outline-color-warning-border,body[data-theme-mode=dark] .outline-color-hover-warning-border:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border:active,html body .theme-override-dark .outline-color-warning-border,html body .theme-override-dark .outline-color-hover-warning-border:hover,html body .theme-override-dark .outline-color-focus-warning-border[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border:focus,html body .theme-override-dark .outline-color-focus-warning-border:focus-within,html body .theme-override-dark .outline-color-active-warning-border[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border:active{outline-color:var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .outside-border-color-warning-border,body[data-theme-mode=dark] .outside-border-color-hover-warning-border:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border:active,html body .theme-override-dark .outside-border-color-warning-border,html body .theme-override-dark .outside-border-color-hover-warning-border:hover,html body .theme-override-dark .outside-border-color-focus-warning-border[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border:focus,html body .theme-override-dark .outside-border-color-focus-warning-border:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border:active{--outside-border-color: var(--color-warning-border, var(--color-dark-border))}body[data-theme-mode=dark] .font-color-warning-border-light,body[data-theme-mode=dark] .font-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-light:active,html body .theme-override-dark .font-color-warning-border-light,html body .theme-override-dark .font-color-hover-warning-border-light:hover,html body .theme-override-dark .font-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-light:focus,html body .theme-override-dark .font-color-focus-warning-border-light:focus-within,html body .theme-override-dark .font-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-light:active{color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-color-warning-border-light,body[data-theme-mode=dark] .border-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-light:active,html body .theme-override-dark .border-color-warning-border-light,html body .theme-override-dark .border-color-hover-warning-border-light:hover,html body .theme-override-dark .border-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-light:focus,html body .theme-override-dark .border-color-focus-warning-border-light:focus-within,html body .theme-override-dark .border-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-light:active{border-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-top-color-warning-border-light,body[data-theme-mode=dark] .border-top-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-light:active,html body .theme-override-dark .border-top-color-warning-border-light,html body .theme-override-dark .border-top-color-hover-warning-border-light:hover,html body .theme-override-dark .border-top-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-light:focus,html body .theme-override-dark .border-top-color-focus-warning-border-light:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-light:active{border-top-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-bottom-color-warning-border-light,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-light:active,html body .theme-override-dark .border-bottom-color-warning-border-light,html body .theme-override-dark .border-bottom-color-hover-warning-border-light:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-light:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-light:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-light:active{border-bottom-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-left-color-warning-border-light,body[data-theme-mode=dark] .border-left-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-light:active,html body .theme-override-dark .border-left-color-warning-border-light,html body .theme-override-dark .border-left-color-hover-warning-border-light:hover,html body .theme-override-dark .border-left-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-light:focus,html body .theme-override-dark .border-left-color-focus-warning-border-light:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-light:active{border-left-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .border-right-color-warning-border-light,body[data-theme-mode=dark] .border-right-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-light:active,html body .theme-override-dark .border-right-color-warning-border-light,html body .theme-override-dark .border-right-color-hover-warning-border-light:hover,html body .theme-override-dark .border-right-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-light:focus,html body .theme-override-dark .border-right-color-focus-warning-border-light:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-light:active{border-right-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .fill-color-warning-border-light,body[data-theme-mode=dark] .fill-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-light:active,html body .theme-override-dark .fill-color-warning-border-light,html body .theme-override-dark .fill-color-hover-warning-border-light:hover,html body .theme-override-dark .fill-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-light:focus,html body .theme-override-dark .fill-color-focus-warning-border-light:focus-within,html body .theme-override-dark .fill-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-light:active{background-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outline-color-warning-border-light,body[data-theme-mode=dark] .outline-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-light:active,html body .theme-override-dark .outline-color-warning-border-light,html body .theme-override-dark .outline-color-hover-warning-border-light:hover,html body .theme-override-dark .outline-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-light:focus,html body .theme-override-dark .outline-color-focus-warning-border-light:focus-within,html body .theme-override-dark .outline-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-light:active{outline-color:var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .outside-border-color-warning-border-light,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-light:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-light[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-light:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-light:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-light[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-light:active,html body .theme-override-dark .outside-border-color-warning-border-light,html body .theme-override-dark .outside-border-color-hover-warning-border-light:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-light[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-light:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-light:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-light[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-light:active{--outside-border-color: var(--color-warning-border-light, var(--color-dark-border-light))}body[data-theme-mode=dark] .font-color-warning-border-dark,body[data-theme-mode=dark] .font-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-dark:active,html body .theme-override-dark .font-color-warning-border-dark,html body .theme-override-dark .font-color-hover-warning-border-dark:hover,html body .theme-override-dark .font-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-dark:focus,html body .theme-override-dark .font-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .font-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-dark:active{color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-color-warning-border-dark,body[data-theme-mode=dark] .border-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-dark:active,html body .theme-override-dark .border-color-warning-border-dark,html body .theme-override-dark .border-color-hover-warning-border-dark:hover,html body .theme-override-dark .border-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-dark:focus,html body .theme-override-dark .border-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .border-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-dark:active{border-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-top-color-warning-border-dark,body[data-theme-mode=dark] .border-top-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-dark:active,html body .theme-override-dark .border-top-color-warning-border-dark,html body .theme-override-dark .border-top-color-hover-warning-border-dark:hover,html body .theme-override-dark .border-top-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-dark:focus,html body .theme-override-dark .border-top-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-dark:active{border-top-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-bottom-color-warning-border-dark,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-dark:active,html body .theme-override-dark .border-bottom-color-warning-border-dark,html body .theme-override-dark .border-bottom-color-hover-warning-border-dark:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-dark:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-dark:active{border-bottom-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-left-color-warning-border-dark,body[data-theme-mode=dark] .border-left-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-dark:active,html body .theme-override-dark .border-left-color-warning-border-dark,html body .theme-override-dark .border-left-color-hover-warning-border-dark:hover,html body .theme-override-dark .border-left-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-dark:focus,html body .theme-override-dark .border-left-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-dark:active{border-left-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .border-right-color-warning-border-dark,body[data-theme-mode=dark] .border-right-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-dark:active,html body .theme-override-dark .border-right-color-warning-border-dark,html body .theme-override-dark .border-right-color-hover-warning-border-dark:hover,html body .theme-override-dark .border-right-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-dark:focus,html body .theme-override-dark .border-right-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-dark:active{border-right-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .fill-color-warning-border-dark,body[data-theme-mode=dark] .fill-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-dark:active,html body .theme-override-dark .fill-color-warning-border-dark,html body .theme-override-dark .fill-color-hover-warning-border-dark:hover,html body .theme-override-dark .fill-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-dark:focus,html body .theme-override-dark .fill-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .fill-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-dark:active{background-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outline-color-warning-border-dark,body[data-theme-mode=dark] .outline-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-dark:active,html body .theme-override-dark .outline-color-warning-border-dark,html body .theme-override-dark .outline-color-hover-warning-border-dark:hover,html body .theme-override-dark .outline-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-dark:focus,html body .theme-override-dark .outline-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .outline-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-dark:active{outline-color:var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .outside-border-color-warning-border-dark,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-dark:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-dark[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-dark:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-dark:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-dark[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-dark:active,html body .theme-override-dark .outside-border-color-warning-border-dark,html body .theme-override-dark .outside-border-color-hover-warning-border-dark:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-dark[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-dark:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-dark:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-dark[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-dark:active{--outside-border-color: var(--color-warning-border-dark, var(--color-dark-border-dark))}body[data-theme-mode=dark] .font-color-warning-border-highlight,body[data-theme-mode=dark] .font-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-highlight:active,html body .theme-override-dark .font-color-warning-border-highlight,html body .theme-override-dark .font-color-hover-warning-border-highlight:hover,html body .theme-override-dark .font-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-highlight:focus,html body .theme-override-dark .font-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .font-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-highlight:active{color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-color-warning-border-highlight,body[data-theme-mode=dark] .border-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-highlight:active,html body .theme-override-dark .border-color-warning-border-highlight,html body .theme-override-dark .border-color-hover-warning-border-highlight:hover,html body .theme-override-dark .border-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-highlight:focus,html body .theme-override-dark .border-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .border-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-highlight:active{border-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-top-color-warning-border-highlight,body[data-theme-mode=dark] .border-top-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-highlight:active,html body .theme-override-dark .border-top-color-warning-border-highlight,html body .theme-override-dark .border-top-color-hover-warning-border-highlight:hover,html body .theme-override-dark .border-top-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-highlight:focus,html body .theme-override-dark .border-top-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-highlight:active{border-top-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-bottom-color-warning-border-highlight,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-highlight:active,html body .theme-override-dark .border-bottom-color-warning-border-highlight,html body .theme-override-dark .border-bottom-color-hover-warning-border-highlight:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-highlight:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-highlight:active{border-bottom-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-left-color-warning-border-highlight,body[data-theme-mode=dark] .border-left-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-highlight:active,html body .theme-override-dark .border-left-color-warning-border-highlight,html body .theme-override-dark .border-left-color-hover-warning-border-highlight:hover,html body .theme-override-dark .border-left-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-highlight:focus,html body .theme-override-dark .border-left-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-highlight:active{border-left-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .border-right-color-warning-border-highlight,body[data-theme-mode=dark] .border-right-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-highlight:active,html body .theme-override-dark .border-right-color-warning-border-highlight,html body .theme-override-dark .border-right-color-hover-warning-border-highlight:hover,html body .theme-override-dark .border-right-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-highlight:focus,html body .theme-override-dark .border-right-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-highlight:active{border-right-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .fill-color-warning-border-highlight,body[data-theme-mode=dark] .fill-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-highlight:active,html body .theme-override-dark .fill-color-warning-border-highlight,html body .theme-override-dark .fill-color-hover-warning-border-highlight:hover,html body .theme-override-dark .fill-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-highlight:focus,html body .theme-override-dark .fill-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .fill-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-highlight:active{background-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outline-color-warning-border-highlight,body[data-theme-mode=dark] .outline-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-highlight:active,html body .theme-override-dark .outline-color-warning-border-highlight,html body .theme-override-dark .outline-color-hover-warning-border-highlight:hover,html body .theme-override-dark .outline-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-highlight:focus,html body .theme-override-dark .outline-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .outline-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-highlight:active{outline-color:var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .outside-border-color-warning-border-highlight,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-highlight:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-highlight[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-highlight:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-highlight:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-highlight[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-highlight:active,html body .theme-override-dark .outside-border-color-warning-border-highlight,html body .theme-override-dark .outside-border-color-hover-warning-border-highlight:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-highlight[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-highlight:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-highlight:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-highlight[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-highlight:active{--outside-border-color: var(--color-warning-border-highlight, var(--color-dark-border-highlight))}body[data-theme-mode=dark] .font-color-warning-border-focus,body[data-theme-mode=dark] .font-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .font-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .font-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .font-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-border-focus:active,html body .theme-override-dark .font-color-warning-border-focus,html body .theme-override-dark .font-color-hover-warning-border-focus:hover,html body .theme-override-dark .font-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .font-color-focus-warning-border-focus:focus,html body .theme-override-dark .font-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .font-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .font-color-active-warning-border-focus:active{color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-color-warning-border-focus,body[data-theme-mode=dark] .border-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .border-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .border-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .border-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-border-focus:active,html body .theme-override-dark .border-color-warning-border-focus,html body .theme-override-dark .border-color-hover-warning-border-focus:hover,html body .theme-override-dark .border-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .border-color-focus-warning-border-focus:focus,html body .theme-override-dark .border-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .border-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .border-color-active-warning-border-focus:active{border-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-top-color-warning-border-focus,body[data-theme-mode=dark] .border-top-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-border-focus:active,html body .theme-override-dark .border-top-color-warning-border-focus,html body .theme-override-dark .border-top-color-hover-warning-border-focus:hover,html body .theme-override-dark .border-top-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-border-focus:focus,html body .theme-override-dark .border-top-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .border-top-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-border-focus:active{border-top-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-bottom-color-warning-border-focus,body[data-theme-mode=dark] .border-bottom-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-border-focus:active,html body .theme-override-dark .border-bottom-color-warning-border-focus,html body .theme-override-dark .border-bottom-color-hover-warning-border-focus:hover,html body .theme-override-dark .border-bottom-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-border-focus:focus,html body .theme-override-dark .border-bottom-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-border-focus:active{border-bottom-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-left-color-warning-border-focus,body[data-theme-mode=dark] .border-left-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-border-focus:active,html body .theme-override-dark .border-left-color-warning-border-focus,html body .theme-override-dark .border-left-color-hover-warning-border-focus:hover,html body .theme-override-dark .border-left-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-border-focus:focus,html body .theme-override-dark .border-left-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .border-left-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-border-focus:active{border-left-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .border-right-color-warning-border-focus,body[data-theme-mode=dark] .border-right-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-border-focus:active,html body .theme-override-dark .border-right-color-warning-border-focus,html body .theme-override-dark .border-right-color-hover-warning-border-focus:hover,html body .theme-override-dark .border-right-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-border-focus:focus,html body .theme-override-dark .border-right-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .border-right-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-border-focus:active{border-right-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .fill-color-warning-border-focus,body[data-theme-mode=dark] .fill-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .fill-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .fill-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-border-focus:active,html body .theme-override-dark .fill-color-warning-border-focus,html body .theme-override-dark .fill-color-hover-warning-border-focus:hover,html body .theme-override-dark .fill-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-border-focus:focus,html body .theme-override-dark .fill-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .fill-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .fill-color-active-warning-border-focus:active{background-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outline-color-warning-border-focus,body[data-theme-mode=dark] .outline-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .outline-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .outline-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-border-focus:active,html body .theme-override-dark .outline-color-warning-border-focus,html body .theme-override-dark .outline-color-hover-warning-border-focus:hover,html body .theme-override-dark .outline-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-border-focus:focus,html body .theme-override-dark .outline-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .outline-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .outline-color-active-warning-border-focus:active{outline-color:var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .outside-border-color-warning-border-focus,body[data-theme-mode=dark] .outside-border-color-hover-warning-border-focus:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-focus[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-border-focus:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-border-focus:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-border-focus[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-border-focus:active,html body .theme-override-dark .outside-border-color-warning-border-focus,html body .theme-override-dark .outside-border-color-hover-warning-border-focus:hover,html body .theme-override-dark .outside-border-color-focus-warning-border-focus[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-border-focus:focus,html body .theme-override-dark .outside-border-color-focus-warning-border-focus:focus-within,html body .theme-override-dark .outside-border-color-active-warning-border-focus[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-border-focus:active{--outside-border-color: var(--color-warning-border-focus, var(--color-dark-border-focus))}body[data-theme-mode=dark] .font-color-warning-shadow,body[data-theme-mode=dark] .font-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .font-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .font-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .font-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .font-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .font-color-active-warning-shadow:active,html body .theme-override-dark .font-color-warning-shadow,html body .theme-override-dark .font-color-hover-warning-shadow:hover,html body .theme-override-dark .font-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .font-color-focus-warning-shadow:focus,html body .theme-override-dark .font-color-focus-warning-shadow:focus-within,html body .theme-override-dark .font-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .font-color-active-warning-shadow:active{color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-color-warning-shadow,body[data-theme-mode=dark] .border-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .border-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .border-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .border-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .border-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .border-color-active-warning-shadow:active,html body .theme-override-dark .border-color-warning-shadow,html body .theme-override-dark .border-color-hover-warning-shadow:hover,html body .theme-override-dark .border-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .border-color-focus-warning-shadow:focus,html body .theme-override-dark .border-color-focus-warning-shadow:focus-within,html body .theme-override-dark .border-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .border-color-active-warning-shadow:active{border-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-top-color-warning-shadow,body[data-theme-mode=dark] .border-top-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .border-top-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .border-top-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .border-top-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .border-top-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .border-top-color-active-warning-shadow:active,html body .theme-override-dark .border-top-color-warning-shadow,html body .theme-override-dark .border-top-color-hover-warning-shadow:hover,html body .theme-override-dark .border-top-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .border-top-color-focus-warning-shadow:focus,html body .theme-override-dark .border-top-color-focus-warning-shadow:focus-within,html body .theme-override-dark .border-top-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .border-top-color-active-warning-shadow:active{border-top-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-bottom-color-warning-shadow,body[data-theme-mode=dark] .border-bottom-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .border-bottom-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .border-bottom-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .border-bottom-color-active-warning-shadow:active,html body .theme-override-dark .border-bottom-color-warning-shadow,html body .theme-override-dark .border-bottom-color-hover-warning-shadow:hover,html body .theme-override-dark .border-bottom-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .border-bottom-color-focus-warning-shadow:focus,html body .theme-override-dark .border-bottom-color-focus-warning-shadow:focus-within,html body .theme-override-dark .border-bottom-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .border-bottom-color-active-warning-shadow:active{border-bottom-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-left-color-warning-shadow,body[data-theme-mode=dark] .border-left-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .border-left-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .border-left-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .border-left-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .border-left-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .border-left-color-active-warning-shadow:active,html body .theme-override-dark .border-left-color-warning-shadow,html body .theme-override-dark .border-left-color-hover-warning-shadow:hover,html body .theme-override-dark .border-left-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .border-left-color-focus-warning-shadow:focus,html body .theme-override-dark .border-left-color-focus-warning-shadow:focus-within,html body .theme-override-dark .border-left-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .border-left-color-active-warning-shadow:active{border-left-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .border-right-color-warning-shadow,body[data-theme-mode=dark] .border-right-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .border-right-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .border-right-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .border-right-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .border-right-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .border-right-color-active-warning-shadow:active,html body .theme-override-dark .border-right-color-warning-shadow,html body .theme-override-dark .border-right-color-hover-warning-shadow:hover,html body .theme-override-dark .border-right-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .border-right-color-focus-warning-shadow:focus,html body .theme-override-dark .border-right-color-focus-warning-shadow:focus-within,html body .theme-override-dark .border-right-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .border-right-color-active-warning-shadow:active{border-right-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .fill-color-warning-shadow,body[data-theme-mode=dark] .fill-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .fill-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .fill-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .fill-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .fill-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .fill-color-active-warning-shadow:active,html body .theme-override-dark .fill-color-warning-shadow,html body .theme-override-dark .fill-color-hover-warning-shadow:hover,html body .theme-override-dark .fill-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .fill-color-focus-warning-shadow:focus,html body .theme-override-dark .fill-color-focus-warning-shadow:focus-within,html body .theme-override-dark .fill-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .fill-color-active-warning-shadow:active{background-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outline-color-warning-shadow,body[data-theme-mode=dark] .outline-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .outline-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .outline-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .outline-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .outline-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .outline-color-active-warning-shadow:active,html body .theme-override-dark .outline-color-warning-shadow,html body .theme-override-dark .outline-color-hover-warning-shadow:hover,html body .theme-override-dark .outline-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .outline-color-focus-warning-shadow:focus,html body .theme-override-dark .outline-color-focus-warning-shadow:focus-within,html body .theme-override-dark .outline-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .outline-color-active-warning-shadow:active{outline-color:var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .outside-border-color-warning-shadow,body[data-theme-mode=dark] .outside-border-color-hover-warning-shadow:hover,body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow[data-focused=true],body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow:focus,body[data-theme-mode=dark] .outside-border-color-focus-warning-shadow:focus-within,body[data-theme-mode=dark] .outside-border-color-active-warning-shadow[data-selected=true],body[data-theme-mode=dark] .outside-border-color-active-warning-shadow:active,html body .theme-override-dark .outside-border-color-warning-shadow,html body .theme-override-dark .outside-border-color-hover-warning-shadow:hover,html body .theme-override-dark .outside-border-color-focus-warning-shadow[data-focused=true],html body .theme-override-dark .outside-border-color-focus-warning-shadow:focus,html body .theme-override-dark .outside-border-color-focus-warning-shadow:focus-within,html body .theme-override-dark .outside-border-color-active-warning-shadow[data-selected=true],html body .theme-override-dark .outside-border-color-active-warning-shadow:active{--outside-border-color: var(--color-warning-shadow, var(--color-dark-shadow))}body[data-theme-mode=dark] .color-schema-warning,html body .theme-override-dark .color-schema-warning{--color-primary-0: var( --color-dark-warning-primary-0, var(--color-dark-primary-0) );--color-primary-foreground-0: var( --color-dark-warning-primary-foreground-0, var(--color-dark-primary-foreground-0) );--color-secondary-0: var( --color-dark-warning-secondary-0, var(--color-dark-secondary-0) );--color-secondary-foreground-0: var( --color-dark-warning-secondary-foreground-0, var(--color-dark-secondary-foreground-0) );--color-accent-0: var( --color-dark-warning-accent-0, var(--color-dark-accent-0) );--color-accent-foreground-0: var( --color-dark-warning-accent-foreground-0, var(--color-dark-accent-foreground-0) );--color-background-0: var( --color-dark-warning-background-0, var(--color-dark-background-0) );--color-background-1: var( --color-dark-warning-background-1, var(--color-dark-background-1) );--color-background-2: var( --color-dark-warning-background-2, var(--color-dark-background-2) );--color-background-3: var( --color-dark-warning-background-3, var(--color-dark-background-3) );--color-background-4: var( --color-dark-warning-background-4, var(--color-dark-background-4) );--color-background-5: var( --color-dark-warning-background-5, var(--color-dark-background-5) );--color-surface-0: var( --color-dark-warning-surface-0, var(--color-dark-surface-0) );--color-surface-1: var( --color-dark-warning-surface-1, var(--color-dark-surface-1) );--color-surface-2: var( --color-dark-warning-surface-2, var(--color-dark-surface-2) );--color-surface-3: var( --color-dark-warning-surface-3, var(--color-dark-surface-3) );--color-surface-4: var( --color-dark-warning-surface-4, var(--color-dark-surface-4) );--color-surface-5: var( --color-dark-warning-surface-5, var(--color-dark-surface-5) );--color-border-0: var( --color-dark-warning-border-0, var(--color-dark-border-0) );--color-border-1: var( --color-dark-warning-border-1, var(--color-dark-border-1) );--color-border-2: var( --color-dark-warning-border-2, var(--color-dark-border-2) );--color-border-3: var( --color-dark-warning-border-3, var(--color-dark-border-3) );--color-border-4: var( --color-dark-warning-border-4, var(--color-dark-border-4) );--color-border-5: var( --color-dark-warning-border-5, var(--color-dark-border-5) );--color-font-0: var( --color-dark-warning-font-0, var(--color-dark-font-0) );--color-font-1: var( --color-dark-warning-font-1, var(--color-dark-font-1) );--color-font-2: var( --color-dark-warning-font-2, var(--color-dark-font-2) );--color-font-3: var( --color-dark-warning-font-3, var(--color-dark-font-3) );--color-font-4: var( --color-dark-warning-font-4, var(--color-dark-font-4) );--color-font-5: var( --color-dark-warning-font-5, var(--color-dark-font-5) );--color-shadow-0: var( --color-dark-warning-shadow-0, var(--color-dark-shadow-0) );--color-primary: var( --color-dark-warning-primary, var(--color-dark-primary) );--color-primary-foreground: var( --color-dark-warning-primary-foreground, var(--color-dark-primary-foreground) );--color-secondary: var( --color-dark-warning-secondary, var(--color-dark-secondary) );--color-secondary-foreground: var( --color-dark-warning-secondary-foreground, var(--color-dark-secondary-foreground) );--color-accent: var( --color-dark-warning-accent, var(--color-dark-accent) );--color-accent-foreground: var( --color-dark-warning-accent-foreground, var(--color-dark-accent-foreground) );--color-background: var( --color-dark-warning-background, var(--color-dark-background) );--color-background-surface: var( --color-dark-warning-background-surface, var(--color-dark-background-surface) );--color-background-ghost: var( --color-dark-warning-background-ghost, var(--color-dark-background-ghost) );--color-background-flat: var( --color-dark-warning-background-flat, var(--color-dark-background-flat) );--color-background-card: var( --color-dark-warning-background-card, var(--color-dark-background-card) );--color-background-panel: var( --color-dark-warning-background-panel, var(--color-dark-background-panel) );--color-background-field: var( --color-dark-warning-background-field, var(--color-dark-background-field) );--color-font: var( --color-dark-warning-font, var(--color-dark-font) );--color-font-muted: var( --color-dark-warning-font-muted, var(--color-dark-font-muted) );--color-font-disabled: var( --color-dark-warning-font-disabled, var(--color-dark-font-disabled) );--color-border: var( --color-dark-warning-border, var(--color-dark-border) );--color-border-light: var( --color-dark-warning-border-light, var(--color-dark-border-light) );--color-border-dark: var( --color-dark-warning-border-dark, var(--color-dark-border-dark) );--color-border-highlight: var( --color-dark-warning-border-highlight, var(--color-dark-border-highlight) );--color-border-focus: var( --color-dark-warning-border-focus, var(--color-dark-border-focus) );--color-shadow: var( --color-dark-warning-shadow, var(--color-dark-shadow) )}}@layer theme{body[data-theme-mode=light] .color-schema-success,html body .theme-override-light .color-schema-success{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=light] .color-schema-success.muted,body[data-theme-mode=light] .color-schema-success .muted,html body .theme-override-light .color-schema-success.muted,html body .theme-override-light .color-schema-success .muted{color:var(--color-font-muted)}body[data-theme-mode=light] .color-schema-success.surface,body[data-theme-mode=light] .color-schema-success .surface,html body .theme-override-light .color-schema-success.surface,html body .theme-override-light .color-schema-success .surface{background-color:var(--color-background-surface)}body[data-theme-mode=light] .color-schema-danger,html body .theme-override-light .color-schema-danger{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=light] .color-schema-danger.muted,body[data-theme-mode=light] .color-schema-danger .muted,html body .theme-override-light .color-schema-danger.muted,html body .theme-override-light .color-schema-danger .muted{color:var(--color-font-muted)}body[data-theme-mode=light] .color-schema-danger.surface,body[data-theme-mode=light] .color-schema-danger .surface,html body .theme-override-light .color-schema-danger.surface,html body .theme-override-light .color-schema-danger .surface{background-color:var(--color-background-surface)}body[data-theme-mode=light] .color-schema-info,html body .theme-override-light .color-schema-info{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=light] .color-schema-info.muted,body[data-theme-mode=light] .color-schema-info .muted,html body .theme-override-light .color-schema-info.muted,html body .theme-override-light .color-schema-info .muted{color:var(--color-font-muted)}body[data-theme-mode=light] .color-schema-info.surface,body[data-theme-mode=light] .color-schema-info .surface,html body .theme-override-light .color-schema-info.surface,html body .theme-override-light .color-schema-info .surface{background-color:var(--color-background-surface)}body[data-theme-mode=light] .color-schema-warning,html body .theme-override-light .color-schema-warning{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=light] .color-schema-warning.muted,body[data-theme-mode=light] .color-schema-warning .muted,html body .theme-override-light .color-schema-warning.muted,html body .theme-override-light .color-schema-warning .muted{color:var(--color-font-muted)}body[data-theme-mode=light] .color-schema-warning.surface,body[data-theme-mode=light] .color-schema-warning .surface,html body .theme-override-light .color-schema-warning.surface,html body .theme-override-light .color-schema-warning .surface{background-color:var(--color-background-surface)}body[data-theme-mode=light],html body .theme-override-light{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=light].muted,body[data-theme-mode=light] .muted,html body .theme-override-light.muted,html body .theme-override-light .muted{color:var(--color-font-muted)}body[data-theme-mode=light].surface,body[data-theme-mode=light] .surface,html body .theme-override-light.surface,html body .theme-override-light .surface{background-color:var(--color-background-surface)}body[data-theme-mode=dark] .color-schema-success,html body .theme-override-dark .color-schema-success{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=dark] .color-schema-success.muted,body[data-theme-mode=dark] .color-schema-success .muted,html body .theme-override-dark .color-schema-success.muted,html body .theme-override-dark .color-schema-success .muted{color:var(--color-font-muted)}body[data-theme-mode=dark] .color-schema-success.surface,body[data-theme-mode=dark] .color-schema-success .surface,html body .theme-override-dark .color-schema-success.surface,html body .theme-override-dark .color-schema-success .surface{background-color:var(--color-background-surface)}body[data-theme-mode=dark] .color-schema-danger,html body .theme-override-dark .color-schema-danger{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=dark] .color-schema-danger.muted,body[data-theme-mode=dark] .color-schema-danger .muted,html body .theme-override-dark .color-schema-danger.muted,html body .theme-override-dark .color-schema-danger .muted{color:var(--color-font-muted)}body[data-theme-mode=dark] .color-schema-danger.surface,body[data-theme-mode=dark] .color-schema-danger .surface,html body .theme-override-dark .color-schema-danger.surface,html body .theme-override-dark .color-schema-danger .surface{background-color:var(--color-background-surface)}body[data-theme-mode=dark] .color-schema-info,html body .theme-override-dark .color-schema-info{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=dark] .color-schema-info.muted,body[data-theme-mode=dark] .color-schema-info .muted,html body .theme-override-dark .color-schema-info.muted,html body .theme-override-dark .color-schema-info .muted{color:var(--color-font-muted)}body[data-theme-mode=dark] .color-schema-info.surface,body[data-theme-mode=dark] .color-schema-info .surface,html body .theme-override-dark .color-schema-info.surface,html body .theme-override-dark .color-schema-info .surface{background-color:var(--color-background-surface)}body[data-theme-mode=dark] .color-schema-warning,html body .theme-override-dark .color-schema-warning{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=dark] .color-schema-warning.muted,body[data-theme-mode=dark] .color-schema-warning .muted,html body .theme-override-dark .color-schema-warning.muted,html body .theme-override-dark .color-schema-warning .muted{color:var(--color-font-muted)}body[data-theme-mode=dark] .color-schema-warning.surface,body[data-theme-mode=dark] .color-schema-warning .surface,html body .theme-override-dark .color-schema-warning.surface,html body .theme-override-dark .color-schema-warning .surface{background-color:var(--color-background-surface)}body[data-theme-mode=dark],html body .theme-override-dark{background-color:var(--color-background);color:var(--color-font);border-color:var(--color-border)}body[data-theme-mode=dark].muted,body[data-theme-mode=dark] .muted,html body .theme-override-dark.muted,html body .theme-override-dark .muted{color:var(--color-font-muted)}body[data-theme-mode=dark].surface,body[data-theme-mode=dark] .surface,html body .theme-override-dark.surface,html body .theme-override-dark .surface{background-color:var(--color-background-surface)}}@layer palette{:root{--color-red: var(--color-red-6);--color-red-light: var(--color-red-4);--color-red-dark: var(--color-red-8);--color-orange: var(--color-orange-6);--color-orange-light: var(--color-orange-4);--color-orange-dark: var(--color-orange-8);--color-amber: var(--color-amber-6);--color-amber-light: var(--color-amber-4);--color-amber-dark: var(--color-amber-8);--color-yellow: var(--color-yellow-6);--color-yellow-light: var(--color-yellow-4);--color-yellow-dark: var(--color-yellow-8);--color-lime: var(--color-lime-6);--color-lime-light: var(--color-lime-4);--color-lime-dark: var(--color-lime-8);--color-green: var(--color-green-6);--color-green-light: var(--color-green-4);--color-green-dark: var(--color-green-8);--color-emerald: var(--color-emerald-6);--color-emerald-light: var(--color-emerald-4);--color-emerald-dark: var(--color-emerald-8);--color-teal: var(--color-teal-6);--color-teal-light: var(--color-teal-4);--color-teal-dark: var(--color-teal-8);--color-cyan: var(--color-cyan-6);--color-cyan-light: var(--color-cyan-4);--color-cyan-dark: var(--color-cyan-8);--color-sky: var(--color-sky-6);--color-sky-light: var(--color-sky-4);--color-sky-dark: var(--color-sky-8);--color-blue: var(--color-blue-6);--color-blue-light: var(--color-blue-4);--color-blue-dark: var(--color-blue-8);--color-indigo: var(--color-indigo-6);--color-indigo-light: var(--color-indigo-4);--color-indigo-dark: var(--color-indigo-8);--color-violet: var(--color-violet-6);--color-violet-light: var(--color-violet-4);--color-violet-dark: var(--color-violet-8);--color-purple: var(--color-purple-6);--color-purple-light: var(--color-purple-4);--color-purple-dark: var(--color-purple-8);--color-fuchsia: var(--color-fuchsia-6);--color-fuchsia-light: var(--color-fuchsia-4);--color-fuchsia-dark: var(--color-fuchsia-8);--color-pink: var(--color-pink-6);--color-pink-light: var(--color-pink-4);--color-pink-dark: var(--color-pink-8);--color-rose: var(--color-rose-6);--color-rose-light: var(--color-rose-4);--color-rose-dark: var(--color-rose-8);--color-slate: var(--color-slate-6);--color-slate-light: var(--color-slate-4);--color-slate-dark: var(--color-slate-8);--color-gray: var(--color-gray-6);--color-gray-light: var(--color-gray-4);--color-gray-dark: var(--color-gray-8);--color-zinc: var(--color-zinc-6);--color-zinc-light: var(--color-zinc-4);--color-zinc-dark: var(--color-zinc-8);--color-neutral: var(--color-neutral-6);--color-neutral-light: var(--color-neutral-4);--color-neutral-dark: var(--color-neutral-8);--color-stone: var(--color-stone-6);--color-stone-light: var(--color-stone-4);--color-stone-dark: var(--color-stone-8);--color-white: white;--color-black: black;--color-transparent: transparent;--color-red-0: oklch(97.1% .013 17.38deg);--color-red-1: oklch(93.6% .032 17.717deg);--color-red-2: oklch(88.5% .062 18.334deg);--color-red-3: oklch(80.8% .114 19.571deg);--color-red-4: oklch(70.4% .191 22.216deg);--color-red-5: oklch(63.7% .237 25.331deg);--color-red-6: oklch(57.7% .245 27.325deg);--color-red-7: oklch(50.5% .213 27.518deg);--color-red-8: oklch(44.4% .177 26.899deg);--color-red-9: oklch(39.6% .141 25.723deg);--color-red-10: oklch(25.8% .092 26.042deg);--color-orange-0: oklch(98% .016 73.684deg);--color-orange-1: oklch(95.4% .038 75.164deg);--color-orange-2: oklch(90.1% .076 70.697deg);--color-orange-3: oklch(83.7% .128 66.29deg);--color-orange-4: oklch(75% .183 55.934deg);--color-orange-5: oklch(70.5% .213 47.604deg);--color-orange-6: oklch(64.6% .222 41.116deg);--color-orange-7: oklch(55.3% .195 38.402deg);--color-orange-8: oklch(47% .157 37.304deg);--color-orange-9: oklch(40.8% .123 38.172deg);--color-orange-10: oklch(26.6% .079 36.259deg);--color-amber-0: oklch(98.7% .022 95.277deg);--color-amber-1: oklch(96.2% .059 95.617deg);--color-amber-2: oklch(92.4% .12 95.746deg);--color-amber-3: oklch(87.9% .169 91.605deg);--color-amber-4: oklch(82.8% .189 84.429deg);--color-amber-5: oklch(76.9% .188 70.08deg);--color-amber-6: oklch(66.6% .179 58.318deg);--color-amber-7: oklch(55.5% .163 48.998deg);--color-amber-8: oklch(47.3% .137 46.201deg);--color-amber-9: oklch(41.4% .112 45.904deg);--color-amber-10: oklch(27.9% .077 45.635deg);--color-yellow-0: oklch(98.7% .026 102.212deg);--color-yellow-1: oklch(97.3% .071 103.193deg);--color-yellow-2: oklch(94.5% .129 101.54deg);--color-yellow-3: oklch(90.5% .182 98.111deg);--color-yellow-4: oklch(85.2% .199 91.936deg);--color-yellow-5: oklch(79.5% .184 86.047deg);--color-yellow-6: oklch(68.1% .162 75.834deg);--color-yellow-7: oklch(55.4% .135 66.442deg);--color-yellow-8: oklch(47.6% .114 61.907deg);--color-yellow-9: oklch(42.1% .095 57.708deg);--color-yellow-10: oklch(28.6% .066 53.813deg);--color-lime-0: oklch(98.6% .031 120.757deg);--color-lime-1: oklch(96.7% .067 122.328deg);--color-lime-2: oklch(93.8% .127 124.321deg);--color-lime-3: oklch(89.7% .196 126.665deg);--color-lime-4: oklch(84.1% .238 128.85deg);--color-lime-5: oklch(76.8% .233 130.85deg);--color-lime-6: oklch(64.8% .2 131.684deg);--color-lime-7: oklch(53.2% .157 131.589deg);--color-lime-8: oklch(45.3% .124 130.933deg);--color-lime-9: oklch(40.5% .101 131.063deg);--color-lime-10: oklch(27.4% .072 132.109deg);--color-green-0: oklch(98.2% .018 155.826deg);--color-green-1: oklch(96.2% .044 156.743deg);--color-green-2: oklch(92.5% .084 155.995deg);--color-green-3: oklch(87.1% .15 154.449deg);--color-green-4: oklch(79.2% .209 151.711deg);--color-green-5: oklch(72.3% .219 149.579deg);--color-green-6: oklch(62.7% .194 149.214deg);--color-green-7: oklch(52.7% .154 150.069deg);--color-green-8: oklch(44.8% .119 151.328deg);--color-green-9: oklch(39.3% .095 152.535deg);--color-green-10: oklch(26.6% .065 152.934deg);--color-emerald-0: oklch(97.9% .021 166.113deg);--color-emerald-1: oklch(95% .052 163.051deg);--color-emerald-2: oklch(90.5% .093 164.15deg);--color-emerald-3: oklch(84.5% .143 164.978deg);--color-emerald-4: oklch(76.5% .177 163.223deg);--color-emerald-5: oklch(69.6% .17 162.48deg);--color-emerald-6: oklch(59.6% .145 163.225deg);--color-emerald-7: oklch(50.8% .118 165.612deg);--color-emerald-8: oklch(43.2% .095 166.913deg);--color-emerald-9: oklch(37.8% .077 168.94deg);--color-emerald-10: oklch(26.2% .051 172.552deg);--color-teal-0: oklch(98.4% .014 180.72deg);--color-teal-1: oklch(95.3% .051 180.801deg);--color-teal-2: oklch(91% .096 180.426deg);--color-teal-3: oklch(85.5% .138 181.071deg);--color-teal-4: oklch(77.7% .152 181.912deg);--color-teal-5: oklch(70.4% .14 182.503deg);--color-teal-6: oklch(60% .118 184.704deg);--color-teal-7: oklch(51.1% .096 186.391deg);--color-teal-8: oklch(43.7% .078 188.216deg);--color-teal-9: oklch(38.6% .063 188.416deg);--color-teal-10: oklch(27.7% .046 192.524deg);--color-cyan-0: oklch(98.4% .019 200.873deg);--color-cyan-1: oklch(95.6% .045 203.388deg);--color-cyan-2: oklch(91.7% .08 205.041deg);--color-cyan-3: oklch(86.5% .127 207.078deg);--color-cyan-4: oklch(78.9% .154 211.53deg);--color-cyan-5: oklch(71.5% .143 215.221deg);--color-cyan-6: oklch(60.9% .126 221.723deg);--color-cyan-7: oklch(52% .105 223.128deg);--color-cyan-8: oklch(45% .085 224.283deg);--color-cyan-9: oklch(39.8% .07 227.392deg);--color-cyan-10: oklch(30.2% .056 229.695deg);--color-sky-0: oklch(97.7% .013 236.62deg);--color-sky-1: oklch(95.1% .026 236.824deg);--color-sky-2: oklch(90.1% .058 230.902deg);--color-sky-3: oklch(82.8% .111 230.318deg);--color-sky-4: oklch(74.6% .16 232.661deg);--color-sky-5: oklch(68.5% .169 237.323deg);--color-sky-6: oklch(58.8% .158 241.966deg);--color-sky-7: oklch(50% .134 242.749deg);--color-sky-8: oklch(44.3% .11 240.79deg);--color-sky-9: oklch(39.1% .09 240.876deg);--color-sky-10: oklch(29.3% .066 243.157deg);--color-blue-0: oklch(97% .014 254.604deg);--color-blue-1: oklch(93.2% .032 255.585deg);--color-blue-2: oklch(88.2% .059 254.128deg);--color-blue-3: oklch(80.9% .105 251.813deg);--color-blue-4: oklch(70.7% .165 254.624deg);--color-blue-5: oklch(62.3% .214 259.815deg);--color-blue-6: oklch(54.6% .245 262.881deg);--color-blue-7: oklch(48.8% .243 264.376deg);--color-blue-8: oklch(42.4% .199 265.638deg);--color-blue-9: oklch(37.9% .146 265.522deg);--color-blue-10: oklch(28.2% .091 267.935deg);--color-indigo-0: oklch(96.2% .018 272.314deg);--color-indigo-1: oklch(93% .034 272.788deg);--color-indigo-2: oklch(87% .065 274.039deg);--color-indigo-3: oklch(78.5% .115 274.713deg);--color-indigo-4: oklch(67.3% .182 276.935deg);--color-indigo-5: oklch(58.5% .233 277.117deg);--color-indigo-6: oklch(51.1% .262 276.966deg);--color-indigo-7: oklch(45.7% .24 277.023deg);--color-indigo-8: oklch(39.8% .195 277.366deg);--color-indigo-9: oklch(35.9% .144 278.697deg);--color-indigo-10: oklch(25.7% .09 281.288deg);--color-violet-0: oklch(96.9% .016 293.756deg);--color-violet-1: oklch(94.3% .029 294.588deg);--color-violet-2: oklch(89.4% .057 293.283deg);--color-violet-3: oklch(81.1% .111 293.571deg);--color-violet-4: oklch(70.2% .183 293.541deg);--color-violet-5: oklch(60.6% .25 292.717deg);--color-violet-6: oklch(54.1% .281 293.009deg);--color-violet-7: oklch(49.1% .27 292.581deg);--color-violet-8: oklch(43.2% .232 292.759deg);--color-violet-9: oklch(38% .189 293.745deg);--color-violet-10: oklch(28.3% .141 291.089deg);--color-purple-0: oklch(97.7% .014 308.299deg);--color-purple-1: oklch(94.6% .033 307.174deg);--color-purple-2: oklch(90.2% .063 306.703deg);--color-purple-3: oklch(82.7% .119 306.383deg);--color-purple-4: oklch(71.4% .203 305.504deg);--color-purple-5: oklch(62.7% .265 303.9deg);--color-purple-6: oklch(55.8% .288 302.321deg);--color-purple-7: oklch(49.6% .265 301.924deg);--color-purple-8: oklch(43.8% .218 303.724deg);--color-purple-9: oklch(38.1% .176 304.987deg);--color-purple-10: oklch(29.1% .149 302.717deg);--color-fuchsia-0: oklch(97.7% .017 320.058deg);--color-fuchsia-1: oklch(95.2% .037 318.852deg);--color-fuchsia-2: oklch(90.3% .076 319.62deg);--color-fuchsia-3: oklch(83.3% .145 321.434deg);--color-fuchsia-4: oklch(74% .238 322.16deg);--color-fuchsia-5: oklch(66.7% .295 322.15deg);--color-fuchsia-6: oklch(59.1% .293 322.896deg);--color-fuchsia-7: oklch(51.8% .253 323.949deg);--color-fuchsia-8: oklch(45.2% .211 324.591deg);--color-fuchsia-9: oklch(40.1% .17 325.612deg);--color-fuchsia-10: oklch(29.3% .136 325.661deg);--color-pink-0: oklch(97.1% .014 343.198deg);--color-pink-1: oklch(94.8% .028 342.258deg);--color-pink-2: oklch(89.9% .061 343.231deg);--color-pink-3: oklch(82.3% .12 346.018deg);--color-pink-4: oklch(71.8% .202 349.761deg);--color-pink-5: oklch(65.6% .241 354.308deg);--color-pink-6: oklch(59.2% .249 .584deg);--color-pink-7: oklch(52.5% .223 3.958deg);--color-pink-8: oklch(45.9% .187 3.815deg);--color-pink-9: oklch(40.8% .153 2.432deg);--color-pink-10: oklch(28.4% .109 3.907deg);--color-rose-0: oklch(96.9% .015 12.422deg);--color-rose-1: oklch(94.1% .03 12.58deg);--color-rose-2: oklch(89.2% .058 10.001deg);--color-rose-3: oklch(81% .117 11.638deg);--color-rose-4: oklch(71.2% .194 13.428deg);--color-rose-5: oklch(64.5% .246 16.439deg);--color-rose-6: oklch(58.6% .253 17.585deg);--color-rose-7: oklch(51.4% .222 16.935deg);--color-rose-8: oklch(45.5% .188 13.697deg);--color-rose-9: oklch(41% .159 10.272deg);--color-rose-10: oklch(27.1% .105 12.094deg);--color-slate-0: oklch(98.4% .003 247.858deg);--color-slate-1: oklch(96.8% .007 247.896deg);--color-slate-2: oklch(92.9% .013 255.508deg);--color-slate-3: oklch(86.9% .022 252.894deg);--color-slate-4: oklch(70.4% .04 256.788deg);--color-slate-5: oklch(55.4% .046 257.417deg);--color-slate-6: oklch(44.6% .043 257.281deg);--color-slate-7: oklch(37.2% .044 257.287deg);--color-slate-8: oklch(27.9% .041 260.031deg);--color-slate-9: oklch(20.8% .042 265.755deg);--color-slate-10: oklch(12.9% .042 264.695deg);--color-gray-0: oklch(98.5% .002 247.839deg);--color-gray-1: oklch(96.7% .003 264.542deg);--color-gray-2: oklch(92.8% .006 264.531deg);--color-gray-3: oklch(87.2% .01 258.338deg);--color-gray-4: oklch(70.7% .022 261.325deg);--color-gray-5: oklch(55.1% .027 264.364deg);--color-gray-6: oklch(44.6% .03 256.802deg);--color-gray-7: oklch(37.3% .034 259.733deg);--color-gray-8: oklch(27.8% .033 256.848deg);--color-gray-9: oklch(21% .034 264.665deg);--color-gray-10: oklch(13% .028 261.692deg);--color-zinc-0: oklch(98.5% 0 0deg);--color-zinc-1: oklch(96.7% .001 286.375deg);--color-zinc-2: oklch(92% .004 286.32deg);--color-zinc-3: oklch(87.1% .006 286.286deg);--color-zinc-4: oklch(70.5% .015 286.067deg);--color-zinc-5: oklch(55.2% .016 285.938deg);--color-zinc-6: oklch(44.2% .017 285.786deg);--color-zinc-7: oklch(37% .013 285.805deg);--color-zinc-8: oklch(27.4% .006 286.033deg);--color-zinc-9: oklch(21% .006 285.885deg);--color-zinc-10: oklch(14.1% .005 285.823deg);--color-neutral-0: oklch(98.5% 0 0deg);--color-neutral-1: oklch(97% 0 0deg);--color-neutral-2: oklch(92.2% 0 0deg);--color-neutral-3: oklch(87% 0 0deg);--color-neutral-4: oklch(70.8% 0 0deg);--color-neutral-5: oklch(55.6% 0 0deg);--color-neutral-6: oklch(43.9% 0 0deg);--color-neutral-7: oklch(37.1% 0 0deg);--color-neutral-8: oklch(26.9% 0 0deg);--color-neutral-9: oklch(20.5% 0 0deg);--color-neutral-10: oklch(14.5% 0 0deg);--color-stone-0: oklch(98.5% .001 106.423deg);--color-stone-1: oklch(97% .001 106.424deg);--color-stone-2: oklch(92.3% .003 48.717deg);--color-stone-3: oklch(86.9% .005 56.366deg);--color-stone-4: oklch(70.9% .01 56.259deg);--color-stone-5: oklch(55.3% .013 58.071deg);--color-stone-6: oklch(44.4% .011 73.639deg);--color-stone-7: oklch(37.4% .01 67.558deg);--color-stone-8: oklch(26.8% .007 34.298deg);--color-stone-9: oklch(21.6% .006 56.043deg);--color-stone-10: oklch(14.7% .004 49.25deg)}.font-color-inherit,.font-color-hover-inherit:hover,.font-color-focus-inherit[data-focused=true],.font-color-focus-inherit:focus,.font-color-focus-inherit:focus-within,.font-color-active-inherit[data-selected=true],.font-color-active-active:active{color:inherit}.font-color-red,.font-color-hover-red:hover,.font-color-focus-red[data-focused=true],.font-color-focus-red:focus,.font-color-focus-red:focus-within,.font-color-active-red[data-selected=true],.font-color-active-red:active{color:var(--color-red)}.font-color-red-light,.font-color-hover-red-light:hover,.font-color-focus-red-light[data-focused=true],.font-color-focus-red-light:focus,.font-color-focus-red-light:focus-within,.font-color-active-red-light[data-selected=true],.font-color-active-red-light:active{color:var(--color-red-light)}.font-color-red-dark,.font-color-hover-red-dark:hover,.font-color-focus-red-dark[data-focused=true],.font-color-focus-red-dark:focus,.font-color-focus-red-dark:focus-within,.font-color-active-red-dark[data-selected=true],.font-color-active-red-dark:active{color:var(--color-red-dark)}.font-color-red-themed,.font-color-hover-red-themed:hover,.font-color-focus-red-themed[data-focused=true],.font-color-focus-red-themed:focus,.font-color-focus-red-themed:focus-within,.font-color-active-red-themed[data-selected=true],.font-color-active-red-themed:active{color:var(--color-red-themed)}.font-color-orange,.font-color-hover-orange:hover,.font-color-focus-orange[data-focused=true],.font-color-focus-orange:focus,.font-color-focus-orange:focus-within,.font-color-active-orange[data-selected=true],.font-color-active-orange:active{color:var(--color-orange)}.font-color-orange-light,.font-color-hover-orange-light:hover,.font-color-focus-orange-light[data-focused=true],.font-color-focus-orange-light:focus,.font-color-focus-orange-light:focus-within,.font-color-active-orange-light[data-selected=true],.font-color-active-orange-light:active{color:var(--color-orange-light)}.font-color-orange-dark,.font-color-hover-orange-dark:hover,.font-color-focus-orange-dark[data-focused=true],.font-color-focus-orange-dark:focus,.font-color-focus-orange-dark:focus-within,.font-color-active-orange-dark[data-selected=true],.font-color-active-orange-dark:active{color:var(--color-orange-dark)}.font-color-orange-themed,.font-color-hover-orange-themed:hover,.font-color-focus-orange-themed[data-focused=true],.font-color-focus-orange-themed:focus,.font-color-focus-orange-themed:focus-within,.font-color-active-orange-themed[data-selected=true],.font-color-active-orange-themed:active{color:var(--color-orange-themed)}.font-color-amber,.font-color-hover-amber:hover,.font-color-focus-amber[data-focused=true],.font-color-focus-amber:focus,.font-color-focus-amber:focus-within,.font-color-active-amber[data-selected=true],.font-color-active-amber:active{color:var(--color-amber)}.font-color-amber-light,.font-color-hover-amber-light:hover,.font-color-focus-amber-light[data-focused=true],.font-color-focus-amber-light:focus,.font-color-focus-amber-light:focus-within,.font-color-active-amber-light[data-selected=true],.font-color-active-amber-light:active{color:var(--color-amber-light)}.font-color-amber-dark,.font-color-hover-amber-dark:hover,.font-color-focus-amber-dark[data-focused=true],.font-color-focus-amber-dark:focus,.font-color-focus-amber-dark:focus-within,.font-color-active-amber-dark[data-selected=true],.font-color-active-amber-dark:active{color:var(--color-amber-dark)}.font-color-amber-themed,.font-color-hover-amber-themed:hover,.font-color-focus-amber-themed[data-focused=true],.font-color-focus-amber-themed:focus,.font-color-focus-amber-themed:focus-within,.font-color-active-amber-themed[data-selected=true],.font-color-active-amber-themed:active{color:var(--color-amber-themed)}.font-color-yellow,.font-color-hover-yellow:hover,.font-color-focus-yellow[data-focused=true],.font-color-focus-yellow:focus,.font-color-focus-yellow:focus-within,.font-color-active-yellow[data-selected=true],.font-color-active-yellow:active{color:var(--color-yellow)}.font-color-yellow-light,.font-color-hover-yellow-light:hover,.font-color-focus-yellow-light[data-focused=true],.font-color-focus-yellow-light:focus,.font-color-focus-yellow-light:focus-within,.font-color-active-yellow-light[data-selected=true],.font-color-active-yellow-light:active{color:var(--color-yellow-light)}.font-color-yellow-dark,.font-color-hover-yellow-dark:hover,.font-color-focus-yellow-dark[data-focused=true],.font-color-focus-yellow-dark:focus,.font-color-focus-yellow-dark:focus-within,.font-color-active-yellow-dark[data-selected=true],.font-color-active-yellow-dark:active{color:var(--color-yellow-dark)}.font-color-yellow-themed,.font-color-hover-yellow-themed:hover,.font-color-focus-yellow-themed[data-focused=true],.font-color-focus-yellow-themed:focus,.font-color-focus-yellow-themed:focus-within,.font-color-active-yellow-themed[data-selected=true],.font-color-active-yellow-themed:active{color:var(--color-yellow-themed)}.font-color-lime,.font-color-hover-lime:hover,.font-color-focus-lime[data-focused=true],.font-color-focus-lime:focus,.font-color-focus-lime:focus-within,.font-color-active-lime[data-selected=true],.font-color-active-lime:active{color:var(--color-lime)}.font-color-lime-light,.font-color-hover-lime-light:hover,.font-color-focus-lime-light[data-focused=true],.font-color-focus-lime-light:focus,.font-color-focus-lime-light:focus-within,.font-color-active-lime-light[data-selected=true],.font-color-active-lime-light:active{color:var(--color-lime-light)}.font-color-lime-dark,.font-color-hover-lime-dark:hover,.font-color-focus-lime-dark[data-focused=true],.font-color-focus-lime-dark:focus,.font-color-focus-lime-dark:focus-within,.font-color-active-lime-dark[data-selected=true],.font-color-active-lime-dark:active{color:var(--color-lime-dark)}.font-color-lime-themed,.font-color-hover-lime-themed:hover,.font-color-focus-lime-themed[data-focused=true],.font-color-focus-lime-themed:focus,.font-color-focus-lime-themed:focus-within,.font-color-active-lime-themed[data-selected=true],.font-color-active-lime-themed:active{color:var(--color-lime-themed)}.font-color-green,.font-color-hover-green:hover,.font-color-focus-green[data-focused=true],.font-color-focus-green:focus,.font-color-focus-green:focus-within,.font-color-active-green[data-selected=true],.font-color-active-green:active{color:var(--color-green)}.font-color-green-light,.font-color-hover-green-light:hover,.font-color-focus-green-light[data-focused=true],.font-color-focus-green-light:focus,.font-color-focus-green-light:focus-within,.font-color-active-green-light[data-selected=true],.font-color-active-green-light:active{color:var(--color-green-light)}.font-color-green-dark,.font-color-hover-green-dark:hover,.font-color-focus-green-dark[data-focused=true],.font-color-focus-green-dark:focus,.font-color-focus-green-dark:focus-within,.font-color-active-green-dark[data-selected=true],.font-color-active-green-dark:active{color:var(--color-green-dark)}.font-color-green-themed,.font-color-hover-green-themed:hover,.font-color-focus-green-themed[data-focused=true],.font-color-focus-green-themed:focus,.font-color-focus-green-themed:focus-within,.font-color-active-green-themed[data-selected=true],.font-color-active-green-themed:active{color:var(--color-green-themed)}.font-color-emerald,.font-color-hover-emerald:hover,.font-color-focus-emerald[data-focused=true],.font-color-focus-emerald:focus,.font-color-focus-emerald:focus-within,.font-color-active-emerald[data-selected=true],.font-color-active-emerald:active{color:var(--color-emerald)}.font-color-emerald-light,.font-color-hover-emerald-light:hover,.font-color-focus-emerald-light[data-focused=true],.font-color-focus-emerald-light:focus,.font-color-focus-emerald-light:focus-within,.font-color-active-emerald-light[data-selected=true],.font-color-active-emerald-light:active{color:var(--color-emerald-light)}.font-color-emerald-dark,.font-color-hover-emerald-dark:hover,.font-color-focus-emerald-dark[data-focused=true],.font-color-focus-emerald-dark:focus,.font-color-focus-emerald-dark:focus-within,.font-color-active-emerald-dark[data-selected=true],.font-color-active-emerald-dark:active{color:var(--color-emerald-dark)}.font-color-emerald-themed,.font-color-hover-emerald-themed:hover,.font-color-focus-emerald-themed[data-focused=true],.font-color-focus-emerald-themed:focus,.font-color-focus-emerald-themed:focus-within,.font-color-active-emerald-themed[data-selected=true],.font-color-active-emerald-themed:active{color:var(--color-emerald-themed)}.font-color-teal,.font-color-hover-teal:hover,.font-color-focus-teal[data-focused=true],.font-color-focus-teal:focus,.font-color-focus-teal:focus-within,.font-color-active-teal[data-selected=true],.font-color-active-teal:active{color:var(--color-teal)}.font-color-teal-light,.font-color-hover-teal-light:hover,.font-color-focus-teal-light[data-focused=true],.font-color-focus-teal-light:focus,.font-color-focus-teal-light:focus-within,.font-color-active-teal-light[data-selected=true],.font-color-active-teal-light:active{color:var(--color-teal-light)}.font-color-teal-dark,.font-color-hover-teal-dark:hover,.font-color-focus-teal-dark[data-focused=true],.font-color-focus-teal-dark:focus,.font-color-focus-teal-dark:focus-within,.font-color-active-teal-dark[data-selected=true],.font-color-active-teal-dark:active{color:var(--color-teal-dark)}.font-color-teal-themed,.font-color-hover-teal-themed:hover,.font-color-focus-teal-themed[data-focused=true],.font-color-focus-teal-themed:focus,.font-color-focus-teal-themed:focus-within,.font-color-active-teal-themed[data-selected=true],.font-color-active-teal-themed:active{color:var(--color-teal-themed)}.font-color-cyan,.font-color-hover-cyan:hover,.font-color-focus-cyan[data-focused=true],.font-color-focus-cyan:focus,.font-color-focus-cyan:focus-within,.font-color-active-cyan[data-selected=true],.font-color-active-cyan:active{color:var(--color-cyan)}.font-color-cyan-light,.font-color-hover-cyan-light:hover,.font-color-focus-cyan-light[data-focused=true],.font-color-focus-cyan-light:focus,.font-color-focus-cyan-light:focus-within,.font-color-active-cyan-light[data-selected=true],.font-color-active-cyan-light:active{color:var(--color-cyan-light)}.font-color-cyan-dark,.font-color-hover-cyan-dark:hover,.font-color-focus-cyan-dark[data-focused=true],.font-color-focus-cyan-dark:focus,.font-color-focus-cyan-dark:focus-within,.font-color-active-cyan-dark[data-selected=true],.font-color-active-cyan-dark:active{color:var(--color-cyan-dark)}.font-color-cyan-themed,.font-color-hover-cyan-themed:hover,.font-color-focus-cyan-themed[data-focused=true],.font-color-focus-cyan-themed:focus,.font-color-focus-cyan-themed:focus-within,.font-color-active-cyan-themed[data-selected=true],.font-color-active-cyan-themed:active{color:var(--color-cyan-themed)}.font-color-sky,.font-color-hover-sky:hover,.font-color-focus-sky[data-focused=true],.font-color-focus-sky:focus,.font-color-focus-sky:focus-within,.font-color-active-sky[data-selected=true],.font-color-active-sky:active{color:var(--color-sky)}.font-color-sky-light,.font-color-hover-sky-light:hover,.font-color-focus-sky-light[data-focused=true],.font-color-focus-sky-light:focus,.font-color-focus-sky-light:focus-within,.font-color-active-sky-light[data-selected=true],.font-color-active-sky-light:active{color:var(--color-sky-light)}.font-color-sky-dark,.font-color-hover-sky-dark:hover,.font-color-focus-sky-dark[data-focused=true],.font-color-focus-sky-dark:focus,.font-color-focus-sky-dark:focus-within,.font-color-active-sky-dark[data-selected=true],.font-color-active-sky-dark:active{color:var(--color-sky-dark)}.font-color-sky-themed,.font-color-hover-sky-themed:hover,.font-color-focus-sky-themed[data-focused=true],.font-color-focus-sky-themed:focus,.font-color-focus-sky-themed:focus-within,.font-color-active-sky-themed[data-selected=true],.font-color-active-sky-themed:active{color:var(--color-sky-themed)}.font-color-blue,.font-color-hover-blue:hover,.font-color-focus-blue[data-focused=true],.font-color-focus-blue:focus,.font-color-focus-blue:focus-within,.font-color-active-blue[data-selected=true],.font-color-active-blue:active{color:var(--color-blue)}.font-color-blue-light,.font-color-hover-blue-light:hover,.font-color-focus-blue-light[data-focused=true],.font-color-focus-blue-light:focus,.font-color-focus-blue-light:focus-within,.font-color-active-blue-light[data-selected=true],.font-color-active-blue-light:active{color:var(--color-blue-light)}.font-color-blue-dark,.font-color-hover-blue-dark:hover,.font-color-focus-blue-dark[data-focused=true],.font-color-focus-blue-dark:focus,.font-color-focus-blue-dark:focus-within,.font-color-active-blue-dark[data-selected=true],.font-color-active-blue-dark:active{color:var(--color-blue-dark)}.font-color-blue-themed,.font-color-hover-blue-themed:hover,.font-color-focus-blue-themed[data-focused=true],.font-color-focus-blue-themed:focus,.font-color-focus-blue-themed:focus-within,.font-color-active-blue-themed[data-selected=true],.font-color-active-blue-themed:active{color:var(--color-blue-themed)}.font-color-indigo,.font-color-hover-indigo:hover,.font-color-focus-indigo[data-focused=true],.font-color-focus-indigo:focus,.font-color-focus-indigo:focus-within,.font-color-active-indigo[data-selected=true],.font-color-active-indigo:active{color:var(--color-indigo)}.font-color-indigo-light,.font-color-hover-indigo-light:hover,.font-color-focus-indigo-light[data-focused=true],.font-color-focus-indigo-light:focus,.font-color-focus-indigo-light:focus-within,.font-color-active-indigo-light[data-selected=true],.font-color-active-indigo-light:active{color:var(--color-indigo-light)}.font-color-indigo-dark,.font-color-hover-indigo-dark:hover,.font-color-focus-indigo-dark[data-focused=true],.font-color-focus-indigo-dark:focus,.font-color-focus-indigo-dark:focus-within,.font-color-active-indigo-dark[data-selected=true],.font-color-active-indigo-dark:active{color:var(--color-indigo-dark)}.font-color-indigo-themed,.font-color-hover-indigo-themed:hover,.font-color-focus-indigo-themed[data-focused=true],.font-color-focus-indigo-themed:focus,.font-color-focus-indigo-themed:focus-within,.font-color-active-indigo-themed[data-selected=true],.font-color-active-indigo-themed:active{color:var(--color-indigo-themed)}.font-color-violet,.font-color-hover-violet:hover,.font-color-focus-violet[data-focused=true],.font-color-focus-violet:focus,.font-color-focus-violet:focus-within,.font-color-active-violet[data-selected=true],.font-color-active-violet:active{color:var(--color-violet)}.font-color-violet-light,.font-color-hover-violet-light:hover,.font-color-focus-violet-light[data-focused=true],.font-color-focus-violet-light:focus,.font-color-focus-violet-light:focus-within,.font-color-active-violet-light[data-selected=true],.font-color-active-violet-light:active{color:var(--color-violet-light)}.font-color-violet-dark,.font-color-hover-violet-dark:hover,.font-color-focus-violet-dark[data-focused=true],.font-color-focus-violet-dark:focus,.font-color-focus-violet-dark:focus-within,.font-color-active-violet-dark[data-selected=true],.font-color-active-violet-dark:active{color:var(--color-violet-dark)}.font-color-violet-themed,.font-color-hover-violet-themed:hover,.font-color-focus-violet-themed[data-focused=true],.font-color-focus-violet-themed:focus,.font-color-focus-violet-themed:focus-within,.font-color-active-violet-themed[data-selected=true],.font-color-active-violet-themed:active{color:var(--color-violet-themed)}.font-color-purple,.font-color-hover-purple:hover,.font-color-focus-purple[data-focused=true],.font-color-focus-purple:focus,.font-color-focus-purple:focus-within,.font-color-active-purple[data-selected=true],.font-color-active-purple:active{color:var(--color-purple)}.font-color-purple-light,.font-color-hover-purple-light:hover,.font-color-focus-purple-light[data-focused=true],.font-color-focus-purple-light:focus,.font-color-focus-purple-light:focus-within,.font-color-active-purple-light[data-selected=true],.font-color-active-purple-light:active{color:var(--color-purple-light)}.font-color-purple-dark,.font-color-hover-purple-dark:hover,.font-color-focus-purple-dark[data-focused=true],.font-color-focus-purple-dark:focus,.font-color-focus-purple-dark:focus-within,.font-color-active-purple-dark[data-selected=true],.font-color-active-purple-dark:active{color:var(--color-purple-dark)}.font-color-purple-themed,.font-color-hover-purple-themed:hover,.font-color-focus-purple-themed[data-focused=true],.font-color-focus-purple-themed:focus,.font-color-focus-purple-themed:focus-within,.font-color-active-purple-themed[data-selected=true],.font-color-active-purple-themed:active{color:var(--color-purple-themed)}.font-color-fuchsia,.font-color-hover-fuchsia:hover,.font-color-focus-fuchsia[data-focused=true],.font-color-focus-fuchsia:focus,.font-color-focus-fuchsia:focus-within,.font-color-active-fuchsia[data-selected=true],.font-color-active-fuchsia:active{color:var(--color-fuchsia)}.font-color-fuchsia-light,.font-color-hover-fuchsia-light:hover,.font-color-focus-fuchsia-light[data-focused=true],.font-color-focus-fuchsia-light:focus,.font-color-focus-fuchsia-light:focus-within,.font-color-active-fuchsia-light[data-selected=true],.font-color-active-fuchsia-light:active{color:var(--color-fuchsia-light)}.font-color-fuchsia-dark,.font-color-hover-fuchsia-dark:hover,.font-color-focus-fuchsia-dark[data-focused=true],.font-color-focus-fuchsia-dark:focus,.font-color-focus-fuchsia-dark:focus-within,.font-color-active-fuchsia-dark[data-selected=true],.font-color-active-fuchsia-dark:active{color:var(--color-fuchsia-dark)}.font-color-fuchsia-themed,.font-color-hover-fuchsia-themed:hover,.font-color-focus-fuchsia-themed[data-focused=true],.font-color-focus-fuchsia-themed:focus,.font-color-focus-fuchsia-themed:focus-within,.font-color-active-fuchsia-themed[data-selected=true],.font-color-active-fuchsia-themed:active{color:var(--color-fuchsia-themed)}.font-color-pink,.font-color-hover-pink:hover,.font-color-focus-pink[data-focused=true],.font-color-focus-pink:focus,.font-color-focus-pink:focus-within,.font-color-active-pink[data-selected=true],.font-color-active-pink:active{color:var(--color-pink)}.font-color-pink-light,.font-color-hover-pink-light:hover,.font-color-focus-pink-light[data-focused=true],.font-color-focus-pink-light:focus,.font-color-focus-pink-light:focus-within,.font-color-active-pink-light[data-selected=true],.font-color-active-pink-light:active{color:var(--color-pink-light)}.font-color-pink-dark,.font-color-hover-pink-dark:hover,.font-color-focus-pink-dark[data-focused=true],.font-color-focus-pink-dark:focus,.font-color-focus-pink-dark:focus-within,.font-color-active-pink-dark[data-selected=true],.font-color-active-pink-dark:active{color:var(--color-pink-dark)}.font-color-pink-themed,.font-color-hover-pink-themed:hover,.font-color-focus-pink-themed[data-focused=true],.font-color-focus-pink-themed:focus,.font-color-focus-pink-themed:focus-within,.font-color-active-pink-themed[data-selected=true],.font-color-active-pink-themed:active{color:var(--color-pink-themed)}.font-color-rose,.font-color-hover-rose:hover,.font-color-focus-rose[data-focused=true],.font-color-focus-rose:focus,.font-color-focus-rose:focus-within,.font-color-active-rose[data-selected=true],.font-color-active-rose:active{color:var(--color-rose)}.font-color-rose-light,.font-color-hover-rose-light:hover,.font-color-focus-rose-light[data-focused=true],.font-color-focus-rose-light:focus,.font-color-focus-rose-light:focus-within,.font-color-active-rose-light[data-selected=true],.font-color-active-rose-light:active{color:var(--color-rose-light)}.font-color-rose-dark,.font-color-hover-rose-dark:hover,.font-color-focus-rose-dark[data-focused=true],.font-color-focus-rose-dark:focus,.font-color-focus-rose-dark:focus-within,.font-color-active-rose-dark[data-selected=true],.font-color-active-rose-dark:active{color:var(--color-rose-dark)}.font-color-rose-themed,.font-color-hover-rose-themed:hover,.font-color-focus-rose-themed[data-focused=true],.font-color-focus-rose-themed:focus,.font-color-focus-rose-themed:focus-within,.font-color-active-rose-themed[data-selected=true],.font-color-active-rose-themed:active{color:var(--color-rose-themed)}.font-color-slate,.font-color-hover-slate:hover,.font-color-focus-slate[data-focused=true],.font-color-focus-slate:focus,.font-color-focus-slate:focus-within,.font-color-active-slate[data-selected=true],.font-color-active-slate:active{color:var(--color-slate)}.font-color-slate-light,.font-color-hover-slate-light:hover,.font-color-focus-slate-light[data-focused=true],.font-color-focus-slate-light:focus,.font-color-focus-slate-light:focus-within,.font-color-active-slate-light[data-selected=true],.font-color-active-slate-light:active{color:var(--color-slate-light)}.font-color-slate-dark,.font-color-hover-slate-dark:hover,.font-color-focus-slate-dark[data-focused=true],.font-color-focus-slate-dark:focus,.font-color-focus-slate-dark:focus-within,.font-color-active-slate-dark[data-selected=true],.font-color-active-slate-dark:active{color:var(--color-slate-dark)}.font-color-slate-themed,.font-color-hover-slate-themed:hover,.font-color-focus-slate-themed[data-focused=true],.font-color-focus-slate-themed:focus,.font-color-focus-slate-themed:focus-within,.font-color-active-slate-themed[data-selected=true],.font-color-active-slate-themed:active{color:var(--color-slate-themed)}.font-color-gray,.font-color-hover-gray:hover,.font-color-focus-gray[data-focused=true],.font-color-focus-gray:focus,.font-color-focus-gray:focus-within,.font-color-active-gray[data-selected=true],.font-color-active-gray:active{color:var(--color-gray)}.font-color-gray-light,.font-color-hover-gray-light:hover,.font-color-focus-gray-light[data-focused=true],.font-color-focus-gray-light:focus,.font-color-focus-gray-light:focus-within,.font-color-active-gray-light[data-selected=true],.font-color-active-gray-light:active{color:var(--color-gray-light)}.font-color-gray-dark,.font-color-hover-gray-dark:hover,.font-color-focus-gray-dark[data-focused=true],.font-color-focus-gray-dark:focus,.font-color-focus-gray-dark:focus-within,.font-color-active-gray-dark[data-selected=true],.font-color-active-gray-dark:active{color:var(--color-gray-dark)}.font-color-gray-themed,.font-color-hover-gray-themed:hover,.font-color-focus-gray-themed[data-focused=true],.font-color-focus-gray-themed:focus,.font-color-focus-gray-themed:focus-within,.font-color-active-gray-themed[data-selected=true],.font-color-active-gray-themed:active{color:var(--color-gray-themed)}.font-color-zinc,.font-color-hover-zinc:hover,.font-color-focus-zinc[data-focused=true],.font-color-focus-zinc:focus,.font-color-focus-zinc:focus-within,.font-color-active-zinc[data-selected=true],.font-color-active-zinc:active{color:var(--color-zinc)}.font-color-zinc-light,.font-color-hover-zinc-light:hover,.font-color-focus-zinc-light[data-focused=true],.font-color-focus-zinc-light:focus,.font-color-focus-zinc-light:focus-within,.font-color-active-zinc-light[data-selected=true],.font-color-active-zinc-light:active{color:var(--color-zinc-light)}.font-color-zinc-dark,.font-color-hover-zinc-dark:hover,.font-color-focus-zinc-dark[data-focused=true],.font-color-focus-zinc-dark:focus,.font-color-focus-zinc-dark:focus-within,.font-color-active-zinc-dark[data-selected=true],.font-color-active-zinc-dark:active{color:var(--color-zinc-dark)}.font-color-zinc-themed,.font-color-hover-zinc-themed:hover,.font-color-focus-zinc-themed[data-focused=true],.font-color-focus-zinc-themed:focus,.font-color-focus-zinc-themed:focus-within,.font-color-active-zinc-themed[data-selected=true],.font-color-active-zinc-themed:active{color:var(--color-zinc-themed)}.font-color-neutral,.font-color-hover-neutral:hover,.font-color-focus-neutral[data-focused=true],.font-color-focus-neutral:focus,.font-color-focus-neutral:focus-within,.font-color-active-neutral[data-selected=true],.font-color-active-neutral:active{color:var(--color-neutral)}.font-color-neutral-light,.font-color-hover-neutral-light:hover,.font-color-focus-neutral-light[data-focused=true],.font-color-focus-neutral-light:focus,.font-color-focus-neutral-light:focus-within,.font-color-active-neutral-light[data-selected=true],.font-color-active-neutral-light:active{color:var(--color-neutral-light)}.font-color-neutral-dark,.font-color-hover-neutral-dark:hover,.font-color-focus-neutral-dark[data-focused=true],.font-color-focus-neutral-dark:focus,.font-color-focus-neutral-dark:focus-within,.font-color-active-neutral-dark[data-selected=true],.font-color-active-neutral-dark:active{color:var(--color-neutral-dark)}.font-color-neutral-themed,.font-color-hover-neutral-themed:hover,.font-color-focus-neutral-themed[data-focused=true],.font-color-focus-neutral-themed:focus,.font-color-focus-neutral-themed:focus-within,.font-color-active-neutral-themed[data-selected=true],.font-color-active-neutral-themed:active{color:var(--color-neutral-themed)}.font-color-stone,.font-color-hover-stone:hover,.font-color-focus-stone[data-focused=true],.font-color-focus-stone:focus,.font-color-focus-stone:focus-within,.font-color-active-stone[data-selected=true],.font-color-active-stone:active{color:var(--color-stone)}.font-color-stone-light,.font-color-hover-stone-light:hover,.font-color-focus-stone-light[data-focused=true],.font-color-focus-stone-light:focus,.font-color-focus-stone-light:focus-within,.font-color-active-stone-light[data-selected=true],.font-color-active-stone-light:active{color:var(--color-stone-light)}.font-color-stone-dark,.font-color-hover-stone-dark:hover,.font-color-focus-stone-dark[data-focused=true],.font-color-focus-stone-dark:focus,.font-color-focus-stone-dark:focus-within,.font-color-active-stone-dark[data-selected=true],.font-color-active-stone-dark:active{color:var(--color-stone-dark)}.font-color-stone-themed,.font-color-hover-stone-themed:hover,.font-color-focus-stone-themed[data-focused=true],.font-color-focus-stone-themed:focus,.font-color-focus-stone-themed:focus-within,.font-color-active-stone-themed[data-selected=true],.font-color-active-stone-themed:active{color:var(--color-stone-themed)}.font-color-white,.font-color-hover-white:hover,.font-color-focus-white[data-focused=true],.font-color-focus-white:focus,.font-color-focus-white:focus-within,.font-color-active-white[data-selected=true],.font-color-active-white:active{color:var(--color-white)}.font-color-black,.font-color-hover-black:hover,.font-color-focus-black[data-focused=true],.font-color-focus-black:focus,.font-color-focus-black:focus-within,.font-color-active-black[data-selected=true],.font-color-active-black:active{color:var(--color-black)}.font-color-transparent,.font-color-hover-transparent:hover,.font-color-focus-transparent[data-focused=true],.font-color-focus-transparent:focus,.font-color-focus-transparent:focus-within,.font-color-active-transparent[data-selected=true],.font-color-active-transparent:active{color:var(--color-transparent)}.font-color-red-0,.font-color-hover-red-0:hover,.font-color-focus-red-0[data-focused=true],.font-color-focus-red-0:focus,.font-color-focus-red-0:focus-within,.font-color-active-red-0[data-selected=true],.font-color-active-red-0:active{color:var(--color-red-0)}.font-color-red-1,.font-color-hover-red-1:hover,.font-color-focus-red-1[data-focused=true],.font-color-focus-red-1:focus,.font-color-focus-red-1:focus-within,.font-color-active-red-1[data-selected=true],.font-color-active-red-1:active{color:var(--color-red-1)}.font-color-red-2,.font-color-hover-red-2:hover,.font-color-focus-red-2[data-focused=true],.font-color-focus-red-2:focus,.font-color-focus-red-2:focus-within,.font-color-active-red-2[data-selected=true],.font-color-active-red-2:active{color:var(--color-red-2)}.font-color-red-3,.font-color-hover-red-3:hover,.font-color-focus-red-3[data-focused=true],.font-color-focus-red-3:focus,.font-color-focus-red-3:focus-within,.font-color-active-red-3[data-selected=true],.font-color-active-red-3:active{color:var(--color-red-3)}.font-color-red-4,.font-color-hover-red-4:hover,.font-color-focus-red-4[data-focused=true],.font-color-focus-red-4:focus,.font-color-focus-red-4:focus-within,.font-color-active-red-4[data-selected=true],.font-color-active-red-4:active{color:var(--color-red-4)}.font-color-red-5,.font-color-hover-red-5:hover,.font-color-focus-red-5[data-focused=true],.font-color-focus-red-5:focus,.font-color-focus-red-5:focus-within,.font-color-active-red-5[data-selected=true],.font-color-active-red-5:active{color:var(--color-red-5)}.font-color-red-6,.font-color-hover-red-6:hover,.font-color-focus-red-6[data-focused=true],.font-color-focus-red-6:focus,.font-color-focus-red-6:focus-within,.font-color-active-red-6[data-selected=true],.font-color-active-red-6:active{color:var(--color-red-6)}.font-color-red-7,.font-color-hover-red-7:hover,.font-color-focus-red-7[data-focused=true],.font-color-focus-red-7:focus,.font-color-focus-red-7:focus-within,.font-color-active-red-7[data-selected=true],.font-color-active-red-7:active{color:var(--color-red-7)}.font-color-red-8,.font-color-hover-red-8:hover,.font-color-focus-red-8[data-focused=true],.font-color-focus-red-8:focus,.font-color-focus-red-8:focus-within,.font-color-active-red-8[data-selected=true],.font-color-active-red-8:active{color:var(--color-red-8)}.font-color-red-9,.font-color-hover-red-9:hover,.font-color-focus-red-9[data-focused=true],.font-color-focus-red-9:focus,.font-color-focus-red-9:focus-within,.font-color-active-red-9[data-selected=true],.font-color-active-red-9:active{color:var(--color-red-9)}.font-color-red-10,.font-color-hover-red-10:hover,.font-color-focus-red-10[data-focused=true],.font-color-focus-red-10:focus,.font-color-focus-red-10:focus-within,.font-color-active-red-10[data-selected=true],.font-color-active-red-10:active{color:var(--color-red-10)}.font-color-orange-0,.font-color-hover-orange-0:hover,.font-color-focus-orange-0[data-focused=true],.font-color-focus-orange-0:focus,.font-color-focus-orange-0:focus-within,.font-color-active-orange-0[data-selected=true],.font-color-active-orange-0:active{color:var(--color-orange-0)}.font-color-orange-1,.font-color-hover-orange-1:hover,.font-color-focus-orange-1[data-focused=true],.font-color-focus-orange-1:focus,.font-color-focus-orange-1:focus-within,.font-color-active-orange-1[data-selected=true],.font-color-active-orange-1:active{color:var(--color-orange-1)}.font-color-orange-2,.font-color-hover-orange-2:hover,.font-color-focus-orange-2[data-focused=true],.font-color-focus-orange-2:focus,.font-color-focus-orange-2:focus-within,.font-color-active-orange-2[data-selected=true],.font-color-active-orange-2:active{color:var(--color-orange-2)}.font-color-orange-3,.font-color-hover-orange-3:hover,.font-color-focus-orange-3[data-focused=true],.font-color-focus-orange-3:focus,.font-color-focus-orange-3:focus-within,.font-color-active-orange-3[data-selected=true],.font-color-active-orange-3:active{color:var(--color-orange-3)}.font-color-orange-4,.font-color-hover-orange-4:hover,.font-color-focus-orange-4[data-focused=true],.font-color-focus-orange-4:focus,.font-color-focus-orange-4:focus-within,.font-color-active-orange-4[data-selected=true],.font-color-active-orange-4:active{color:var(--color-orange-4)}.font-color-orange-5,.font-color-hover-orange-5:hover,.font-color-focus-orange-5[data-focused=true],.font-color-focus-orange-5:focus,.font-color-focus-orange-5:focus-within,.font-color-active-orange-5[data-selected=true],.font-color-active-orange-5:active{color:var(--color-orange-5)}.font-color-orange-6,.font-color-hover-orange-6:hover,.font-color-focus-orange-6[data-focused=true],.font-color-focus-orange-6:focus,.font-color-focus-orange-6:focus-within,.font-color-active-orange-6[data-selected=true],.font-color-active-orange-6:active{color:var(--color-orange-6)}.font-color-orange-7,.font-color-hover-orange-7:hover,.font-color-focus-orange-7[data-focused=true],.font-color-focus-orange-7:focus,.font-color-focus-orange-7:focus-within,.font-color-active-orange-7[data-selected=true],.font-color-active-orange-7:active{color:var(--color-orange-7)}.font-color-orange-8,.font-color-hover-orange-8:hover,.font-color-focus-orange-8[data-focused=true],.font-color-focus-orange-8:focus,.font-color-focus-orange-8:focus-within,.font-color-active-orange-8[data-selected=true],.font-color-active-orange-8:active{color:var(--color-orange-8)}.font-color-orange-9,.font-color-hover-orange-9:hover,.font-color-focus-orange-9[data-focused=true],.font-color-focus-orange-9:focus,.font-color-focus-orange-9:focus-within,.font-color-active-orange-9[data-selected=true],.font-color-active-orange-9:active{color:var(--color-orange-9)}.font-color-orange-10,.font-color-hover-orange-10:hover,.font-color-focus-orange-10[data-focused=true],.font-color-focus-orange-10:focus,.font-color-focus-orange-10:focus-within,.font-color-active-orange-10[data-selected=true],.font-color-active-orange-10:active{color:var(--color-orange-10)}.font-color-amber-0,.font-color-hover-amber-0:hover,.font-color-focus-amber-0[data-focused=true],.font-color-focus-amber-0:focus,.font-color-focus-amber-0:focus-within,.font-color-active-amber-0[data-selected=true],.font-color-active-amber-0:active{color:var(--color-amber-0)}.font-color-amber-1,.font-color-hover-amber-1:hover,.font-color-focus-amber-1[data-focused=true],.font-color-focus-amber-1:focus,.font-color-focus-amber-1:focus-within,.font-color-active-amber-1[data-selected=true],.font-color-active-amber-1:active{color:var(--color-amber-1)}.font-color-amber-2,.font-color-hover-amber-2:hover,.font-color-focus-amber-2[data-focused=true],.font-color-focus-amber-2:focus,.font-color-focus-amber-2:focus-within,.font-color-active-amber-2[data-selected=true],.font-color-active-amber-2:active{color:var(--color-amber-2)}.font-color-amber-3,.font-color-hover-amber-3:hover,.font-color-focus-amber-3[data-focused=true],.font-color-focus-amber-3:focus,.font-color-focus-amber-3:focus-within,.font-color-active-amber-3[data-selected=true],.font-color-active-amber-3:active{color:var(--color-amber-3)}.font-color-amber-4,.font-color-hover-amber-4:hover,.font-color-focus-amber-4[data-focused=true],.font-color-focus-amber-4:focus,.font-color-focus-amber-4:focus-within,.font-color-active-amber-4[data-selected=true],.font-color-active-amber-4:active{color:var(--color-amber-4)}.font-color-amber-5,.font-color-hover-amber-5:hover,.font-color-focus-amber-5[data-focused=true],.font-color-focus-amber-5:focus,.font-color-focus-amber-5:focus-within,.font-color-active-amber-5[data-selected=true],.font-color-active-amber-5:active{color:var(--color-amber-5)}.font-color-amber-6,.font-color-hover-amber-6:hover,.font-color-focus-amber-6[data-focused=true],.font-color-focus-amber-6:focus,.font-color-focus-amber-6:focus-within,.font-color-active-amber-6[data-selected=true],.font-color-active-amber-6:active{color:var(--color-amber-6)}.font-color-amber-7,.font-color-hover-amber-7:hover,.font-color-focus-amber-7[data-focused=true],.font-color-focus-amber-7:focus,.font-color-focus-amber-7:focus-within,.font-color-active-amber-7[data-selected=true],.font-color-active-amber-7:active{color:var(--color-amber-7)}.font-color-amber-8,.font-color-hover-amber-8:hover,.font-color-focus-amber-8[data-focused=true],.font-color-focus-amber-8:focus,.font-color-focus-amber-8:focus-within,.font-color-active-amber-8[data-selected=true],.font-color-active-amber-8:active{color:var(--color-amber-8)}.font-color-amber-9,.font-color-hover-amber-9:hover,.font-color-focus-amber-9[data-focused=true],.font-color-focus-amber-9:focus,.font-color-focus-amber-9:focus-within,.font-color-active-amber-9[data-selected=true],.font-color-active-amber-9:active{color:var(--color-amber-9)}.font-color-amber-10,.font-color-hover-amber-10:hover,.font-color-focus-amber-10[data-focused=true],.font-color-focus-amber-10:focus,.font-color-focus-amber-10:focus-within,.font-color-active-amber-10[data-selected=true],.font-color-active-amber-10:active{color:var(--color-amber-10)}.font-color-yellow-0,.font-color-hover-yellow-0:hover,.font-color-focus-yellow-0[data-focused=true],.font-color-focus-yellow-0:focus,.font-color-focus-yellow-0:focus-within,.font-color-active-yellow-0[data-selected=true],.font-color-active-yellow-0:active{color:var(--color-yellow-0)}.font-color-yellow-1,.font-color-hover-yellow-1:hover,.font-color-focus-yellow-1[data-focused=true],.font-color-focus-yellow-1:focus,.font-color-focus-yellow-1:focus-within,.font-color-active-yellow-1[data-selected=true],.font-color-active-yellow-1:active{color:var(--color-yellow-1)}.font-color-yellow-2,.font-color-hover-yellow-2:hover,.font-color-focus-yellow-2[data-focused=true],.font-color-focus-yellow-2:focus,.font-color-focus-yellow-2:focus-within,.font-color-active-yellow-2[data-selected=true],.font-color-active-yellow-2:active{color:var(--color-yellow-2)}.font-color-yellow-3,.font-color-hover-yellow-3:hover,.font-color-focus-yellow-3[data-focused=true],.font-color-focus-yellow-3:focus,.font-color-focus-yellow-3:focus-within,.font-color-active-yellow-3[data-selected=true],.font-color-active-yellow-3:active{color:var(--color-yellow-3)}.font-color-yellow-4,.font-color-hover-yellow-4:hover,.font-color-focus-yellow-4[data-focused=true],.font-color-focus-yellow-4:focus,.font-color-focus-yellow-4:focus-within,.font-color-active-yellow-4[data-selected=true],.font-color-active-yellow-4:active{color:var(--color-yellow-4)}.font-color-yellow-5,.font-color-hover-yellow-5:hover,.font-color-focus-yellow-5[data-focused=true],.font-color-focus-yellow-5:focus,.font-color-focus-yellow-5:focus-within,.font-color-active-yellow-5[data-selected=true],.font-color-active-yellow-5:active{color:var(--color-yellow-5)}.font-color-yellow-6,.font-color-hover-yellow-6:hover,.font-color-focus-yellow-6[data-focused=true],.font-color-focus-yellow-6:focus,.font-color-focus-yellow-6:focus-within,.font-color-active-yellow-6[data-selected=true],.font-color-active-yellow-6:active{color:var(--color-yellow-6)}.font-color-yellow-7,.font-color-hover-yellow-7:hover,.font-color-focus-yellow-7[data-focused=true],.font-color-focus-yellow-7:focus,.font-color-focus-yellow-7:focus-within,.font-color-active-yellow-7[data-selected=true],.font-color-active-yellow-7:active{color:var(--color-yellow-7)}.font-color-yellow-8,.font-color-hover-yellow-8:hover,.font-color-focus-yellow-8[data-focused=true],.font-color-focus-yellow-8:focus,.font-color-focus-yellow-8:focus-within,.font-color-active-yellow-8[data-selected=true],.font-color-active-yellow-8:active{color:var(--color-yellow-8)}.font-color-yellow-9,.font-color-hover-yellow-9:hover,.font-color-focus-yellow-9[data-focused=true],.font-color-focus-yellow-9:focus,.font-color-focus-yellow-9:focus-within,.font-color-active-yellow-9[data-selected=true],.font-color-active-yellow-9:active{color:var(--color-yellow-9)}.font-color-yellow-10,.font-color-hover-yellow-10:hover,.font-color-focus-yellow-10[data-focused=true],.font-color-focus-yellow-10:focus,.font-color-focus-yellow-10:focus-within,.font-color-active-yellow-10[data-selected=true],.font-color-active-yellow-10:active{color:var(--color-yellow-10)}.font-color-lime-0,.font-color-hover-lime-0:hover,.font-color-focus-lime-0[data-focused=true],.font-color-focus-lime-0:focus,.font-color-focus-lime-0:focus-within,.font-color-active-lime-0[data-selected=true],.font-color-active-lime-0:active{color:var(--color-lime-0)}.font-color-lime-1,.font-color-hover-lime-1:hover,.font-color-focus-lime-1[data-focused=true],.font-color-focus-lime-1:focus,.font-color-focus-lime-1:focus-within,.font-color-active-lime-1[data-selected=true],.font-color-active-lime-1:active{color:var(--color-lime-1)}.font-color-lime-2,.font-color-hover-lime-2:hover,.font-color-focus-lime-2[data-focused=true],.font-color-focus-lime-2:focus,.font-color-focus-lime-2:focus-within,.font-color-active-lime-2[data-selected=true],.font-color-active-lime-2:active{color:var(--color-lime-2)}.font-color-lime-3,.font-color-hover-lime-3:hover,.font-color-focus-lime-3[data-focused=true],.font-color-focus-lime-3:focus,.font-color-focus-lime-3:focus-within,.font-color-active-lime-3[data-selected=true],.font-color-active-lime-3:active{color:var(--color-lime-3)}.font-color-lime-4,.font-color-hover-lime-4:hover,.font-color-focus-lime-4[data-focused=true],.font-color-focus-lime-4:focus,.font-color-focus-lime-4:focus-within,.font-color-active-lime-4[data-selected=true],.font-color-active-lime-4:active{color:var(--color-lime-4)}.font-color-lime-5,.font-color-hover-lime-5:hover,.font-color-focus-lime-5[data-focused=true],.font-color-focus-lime-5:focus,.font-color-focus-lime-5:focus-within,.font-color-active-lime-5[data-selected=true],.font-color-active-lime-5:active{color:var(--color-lime-5)}.font-color-lime-6,.font-color-hover-lime-6:hover,.font-color-focus-lime-6[data-focused=true],.font-color-focus-lime-6:focus,.font-color-focus-lime-6:focus-within,.font-color-active-lime-6[data-selected=true],.font-color-active-lime-6:active{color:var(--color-lime-6)}.font-color-lime-7,.font-color-hover-lime-7:hover,.font-color-focus-lime-7[data-focused=true],.font-color-focus-lime-7:focus,.font-color-focus-lime-7:focus-within,.font-color-active-lime-7[data-selected=true],.font-color-active-lime-7:active{color:var(--color-lime-7)}.font-color-lime-8,.font-color-hover-lime-8:hover,.font-color-focus-lime-8[data-focused=true],.font-color-focus-lime-8:focus,.font-color-focus-lime-8:focus-within,.font-color-active-lime-8[data-selected=true],.font-color-active-lime-8:active{color:var(--color-lime-8)}.font-color-lime-9,.font-color-hover-lime-9:hover,.font-color-focus-lime-9[data-focused=true],.font-color-focus-lime-9:focus,.font-color-focus-lime-9:focus-within,.font-color-active-lime-9[data-selected=true],.font-color-active-lime-9:active{color:var(--color-lime-9)}.font-color-lime-10,.font-color-hover-lime-10:hover,.font-color-focus-lime-10[data-focused=true],.font-color-focus-lime-10:focus,.font-color-focus-lime-10:focus-within,.font-color-active-lime-10[data-selected=true],.font-color-active-lime-10:active{color:var(--color-lime-10)}.font-color-green-0,.font-color-hover-green-0:hover,.font-color-focus-green-0[data-focused=true],.font-color-focus-green-0:focus,.font-color-focus-green-0:focus-within,.font-color-active-green-0[data-selected=true],.font-color-active-green-0:active{color:var(--color-green-0)}.font-color-green-1,.font-color-hover-green-1:hover,.font-color-focus-green-1[data-focused=true],.font-color-focus-green-1:focus,.font-color-focus-green-1:focus-within,.font-color-active-green-1[data-selected=true],.font-color-active-green-1:active{color:var(--color-green-1)}.font-color-green-2,.font-color-hover-green-2:hover,.font-color-focus-green-2[data-focused=true],.font-color-focus-green-2:focus,.font-color-focus-green-2:focus-within,.font-color-active-green-2[data-selected=true],.font-color-active-green-2:active{color:var(--color-green-2)}.font-color-green-3,.font-color-hover-green-3:hover,.font-color-focus-green-3[data-focused=true],.font-color-focus-green-3:focus,.font-color-focus-green-3:focus-within,.font-color-active-green-3[data-selected=true],.font-color-active-green-3:active{color:var(--color-green-3)}.font-color-green-4,.font-color-hover-green-4:hover,.font-color-focus-green-4[data-focused=true],.font-color-focus-green-4:focus,.font-color-focus-green-4:focus-within,.font-color-active-green-4[data-selected=true],.font-color-active-green-4:active{color:var(--color-green-4)}.font-color-green-5,.font-color-hover-green-5:hover,.font-color-focus-green-5[data-focused=true],.font-color-focus-green-5:focus,.font-color-focus-green-5:focus-within,.font-color-active-green-5[data-selected=true],.font-color-active-green-5:active{color:var(--color-green-5)}.font-color-green-6,.font-color-hover-green-6:hover,.font-color-focus-green-6[data-focused=true],.font-color-focus-green-6:focus,.font-color-focus-green-6:focus-within,.font-color-active-green-6[data-selected=true],.font-color-active-green-6:active{color:var(--color-green-6)}.font-color-green-7,.font-color-hover-green-7:hover,.font-color-focus-green-7[data-focused=true],.font-color-focus-green-7:focus,.font-color-focus-green-7:focus-within,.font-color-active-green-7[data-selected=true],.font-color-active-green-7:active{color:var(--color-green-7)}.font-color-green-8,.font-color-hover-green-8:hover,.font-color-focus-green-8[data-focused=true],.font-color-focus-green-8:focus,.font-color-focus-green-8:focus-within,.font-color-active-green-8[data-selected=true],.font-color-active-green-8:active{color:var(--color-green-8)}.font-color-green-9,.font-color-hover-green-9:hover,.font-color-focus-green-9[data-focused=true],.font-color-focus-green-9:focus,.font-color-focus-green-9:focus-within,.font-color-active-green-9[data-selected=true],.font-color-active-green-9:active{color:var(--color-green-9)}.font-color-green-10,.font-color-hover-green-10:hover,.font-color-focus-green-10[data-focused=true],.font-color-focus-green-10:focus,.font-color-focus-green-10:focus-within,.font-color-active-green-10[data-selected=true],.font-color-active-green-10:active{color:var(--color-green-10)}.font-color-emerald-0,.font-color-hover-emerald-0:hover,.font-color-focus-emerald-0[data-focused=true],.font-color-focus-emerald-0:focus,.font-color-focus-emerald-0:focus-within,.font-color-active-emerald-0[data-selected=true],.font-color-active-emerald-0:active{color:var(--color-emerald-0)}.font-color-emerald-1,.font-color-hover-emerald-1:hover,.font-color-focus-emerald-1[data-focused=true],.font-color-focus-emerald-1:focus,.font-color-focus-emerald-1:focus-within,.font-color-active-emerald-1[data-selected=true],.font-color-active-emerald-1:active{color:var(--color-emerald-1)}.font-color-emerald-2,.font-color-hover-emerald-2:hover,.font-color-focus-emerald-2[data-focused=true],.font-color-focus-emerald-2:focus,.font-color-focus-emerald-2:focus-within,.font-color-active-emerald-2[data-selected=true],.font-color-active-emerald-2:active{color:var(--color-emerald-2)}.font-color-emerald-3,.font-color-hover-emerald-3:hover,.font-color-focus-emerald-3[data-focused=true],.font-color-focus-emerald-3:focus,.font-color-focus-emerald-3:focus-within,.font-color-active-emerald-3[data-selected=true],.font-color-active-emerald-3:active{color:var(--color-emerald-3)}.font-color-emerald-4,.font-color-hover-emerald-4:hover,.font-color-focus-emerald-4[data-focused=true],.font-color-focus-emerald-4:focus,.font-color-focus-emerald-4:focus-within,.font-color-active-emerald-4[data-selected=true],.font-color-active-emerald-4:active{color:var(--color-emerald-4)}.font-color-emerald-5,.font-color-hover-emerald-5:hover,.font-color-focus-emerald-5[data-focused=true],.font-color-focus-emerald-5:focus,.font-color-focus-emerald-5:focus-within,.font-color-active-emerald-5[data-selected=true],.font-color-active-emerald-5:active{color:var(--color-emerald-5)}.font-color-emerald-6,.font-color-hover-emerald-6:hover,.font-color-focus-emerald-6[data-focused=true],.font-color-focus-emerald-6:focus,.font-color-focus-emerald-6:focus-within,.font-color-active-emerald-6[data-selected=true],.font-color-active-emerald-6:active{color:var(--color-emerald-6)}.font-color-emerald-7,.font-color-hover-emerald-7:hover,.font-color-focus-emerald-7[data-focused=true],.font-color-focus-emerald-7:focus,.font-color-focus-emerald-7:focus-within,.font-color-active-emerald-7[data-selected=true],.font-color-active-emerald-7:active{color:var(--color-emerald-7)}.font-color-emerald-8,.font-color-hover-emerald-8:hover,.font-color-focus-emerald-8[data-focused=true],.font-color-focus-emerald-8:focus,.font-color-focus-emerald-8:focus-within,.font-color-active-emerald-8[data-selected=true],.font-color-active-emerald-8:active{color:var(--color-emerald-8)}.font-color-emerald-9,.font-color-hover-emerald-9:hover,.font-color-focus-emerald-9[data-focused=true],.font-color-focus-emerald-9:focus,.font-color-focus-emerald-9:focus-within,.font-color-active-emerald-9[data-selected=true],.font-color-active-emerald-9:active{color:var(--color-emerald-9)}.font-color-emerald-10,.font-color-hover-emerald-10:hover,.font-color-focus-emerald-10[data-focused=true],.font-color-focus-emerald-10:focus,.font-color-focus-emerald-10:focus-within,.font-color-active-emerald-10[data-selected=true],.font-color-active-emerald-10:active{color:var(--color-emerald-10)}.font-color-teal-0,.font-color-hover-teal-0:hover,.font-color-focus-teal-0[data-focused=true],.font-color-focus-teal-0:focus,.font-color-focus-teal-0:focus-within,.font-color-active-teal-0[data-selected=true],.font-color-active-teal-0:active{color:var(--color-teal-0)}.font-color-teal-1,.font-color-hover-teal-1:hover,.font-color-focus-teal-1[data-focused=true],.font-color-focus-teal-1:focus,.font-color-focus-teal-1:focus-within,.font-color-active-teal-1[data-selected=true],.font-color-active-teal-1:active{color:var(--color-teal-1)}.font-color-teal-2,.font-color-hover-teal-2:hover,.font-color-focus-teal-2[data-focused=true],.font-color-focus-teal-2:focus,.font-color-focus-teal-2:focus-within,.font-color-active-teal-2[data-selected=true],.font-color-active-teal-2:active{color:var(--color-teal-2)}.font-color-teal-3,.font-color-hover-teal-3:hover,.font-color-focus-teal-3[data-focused=true],.font-color-focus-teal-3:focus,.font-color-focus-teal-3:focus-within,.font-color-active-teal-3[data-selected=true],.font-color-active-teal-3:active{color:var(--color-teal-3)}.font-color-teal-4,.font-color-hover-teal-4:hover,.font-color-focus-teal-4[data-focused=true],.font-color-focus-teal-4:focus,.font-color-focus-teal-4:focus-within,.font-color-active-teal-4[data-selected=true],.font-color-active-teal-4:active{color:var(--color-teal-4)}.font-color-teal-5,.font-color-hover-teal-5:hover,.font-color-focus-teal-5[data-focused=true],.font-color-focus-teal-5:focus,.font-color-focus-teal-5:focus-within,.font-color-active-teal-5[data-selected=true],.font-color-active-teal-5:active{color:var(--color-teal-5)}.font-color-teal-6,.font-color-hover-teal-6:hover,.font-color-focus-teal-6[data-focused=true],.font-color-focus-teal-6:focus,.font-color-focus-teal-6:focus-within,.font-color-active-teal-6[data-selected=true],.font-color-active-teal-6:active{color:var(--color-teal-6)}.font-color-teal-7,.font-color-hover-teal-7:hover,.font-color-focus-teal-7[data-focused=true],.font-color-focus-teal-7:focus,.font-color-focus-teal-7:focus-within,.font-color-active-teal-7[data-selected=true],.font-color-active-teal-7:active{color:var(--color-teal-7)}.font-color-teal-8,.font-color-hover-teal-8:hover,.font-color-focus-teal-8[data-focused=true],.font-color-focus-teal-8:focus,.font-color-focus-teal-8:focus-within,.font-color-active-teal-8[data-selected=true],.font-color-active-teal-8:active{color:var(--color-teal-8)}.font-color-teal-9,.font-color-hover-teal-9:hover,.font-color-focus-teal-9[data-focused=true],.font-color-focus-teal-9:focus,.font-color-focus-teal-9:focus-within,.font-color-active-teal-9[data-selected=true],.font-color-active-teal-9:active{color:var(--color-teal-9)}.font-color-teal-10,.font-color-hover-teal-10:hover,.font-color-focus-teal-10[data-focused=true],.font-color-focus-teal-10:focus,.font-color-focus-teal-10:focus-within,.font-color-active-teal-10[data-selected=true],.font-color-active-teal-10:active{color:var(--color-teal-10)}.font-color-cyan-0,.font-color-hover-cyan-0:hover,.font-color-focus-cyan-0[data-focused=true],.font-color-focus-cyan-0:focus,.font-color-focus-cyan-0:focus-within,.font-color-active-cyan-0[data-selected=true],.font-color-active-cyan-0:active{color:var(--color-cyan-0)}.font-color-cyan-1,.font-color-hover-cyan-1:hover,.font-color-focus-cyan-1[data-focused=true],.font-color-focus-cyan-1:focus,.font-color-focus-cyan-1:focus-within,.font-color-active-cyan-1[data-selected=true],.font-color-active-cyan-1:active{color:var(--color-cyan-1)}.font-color-cyan-2,.font-color-hover-cyan-2:hover,.font-color-focus-cyan-2[data-focused=true],.font-color-focus-cyan-2:focus,.font-color-focus-cyan-2:focus-within,.font-color-active-cyan-2[data-selected=true],.font-color-active-cyan-2:active{color:var(--color-cyan-2)}.font-color-cyan-3,.font-color-hover-cyan-3:hover,.font-color-focus-cyan-3[data-focused=true],.font-color-focus-cyan-3:focus,.font-color-focus-cyan-3:focus-within,.font-color-active-cyan-3[data-selected=true],.font-color-active-cyan-3:active{color:var(--color-cyan-3)}.font-color-cyan-4,.font-color-hover-cyan-4:hover,.font-color-focus-cyan-4[data-focused=true],.font-color-focus-cyan-4:focus,.font-color-focus-cyan-4:focus-within,.font-color-active-cyan-4[data-selected=true],.font-color-active-cyan-4:active{color:var(--color-cyan-4)}.font-color-cyan-5,.font-color-hover-cyan-5:hover,.font-color-focus-cyan-5[data-focused=true],.font-color-focus-cyan-5:focus,.font-color-focus-cyan-5:focus-within,.font-color-active-cyan-5[data-selected=true],.font-color-active-cyan-5:active{color:var(--color-cyan-5)}.font-color-cyan-6,.font-color-hover-cyan-6:hover,.font-color-focus-cyan-6[data-focused=true],.font-color-focus-cyan-6:focus,.font-color-focus-cyan-6:focus-within,.font-color-active-cyan-6[data-selected=true],.font-color-active-cyan-6:active{color:var(--color-cyan-6)}.font-color-cyan-7,.font-color-hover-cyan-7:hover,.font-color-focus-cyan-7[data-focused=true],.font-color-focus-cyan-7:focus,.font-color-focus-cyan-7:focus-within,.font-color-active-cyan-7[data-selected=true],.font-color-active-cyan-7:active{color:var(--color-cyan-7)}.font-color-cyan-8,.font-color-hover-cyan-8:hover,.font-color-focus-cyan-8[data-focused=true],.font-color-focus-cyan-8:focus,.font-color-focus-cyan-8:focus-within,.font-color-active-cyan-8[data-selected=true],.font-color-active-cyan-8:active{color:var(--color-cyan-8)}.font-color-cyan-9,.font-color-hover-cyan-9:hover,.font-color-focus-cyan-9[data-focused=true],.font-color-focus-cyan-9:focus,.font-color-focus-cyan-9:focus-within,.font-color-active-cyan-9[data-selected=true],.font-color-active-cyan-9:active{color:var(--color-cyan-9)}.font-color-cyan-10,.font-color-hover-cyan-10:hover,.font-color-focus-cyan-10[data-focused=true],.font-color-focus-cyan-10:focus,.font-color-focus-cyan-10:focus-within,.font-color-active-cyan-10[data-selected=true],.font-color-active-cyan-10:active{color:var(--color-cyan-10)}.font-color-sky-0,.font-color-hover-sky-0:hover,.font-color-focus-sky-0[data-focused=true],.font-color-focus-sky-0:focus,.font-color-focus-sky-0:focus-within,.font-color-active-sky-0[data-selected=true],.font-color-active-sky-0:active{color:var(--color-sky-0)}.font-color-sky-1,.font-color-hover-sky-1:hover,.font-color-focus-sky-1[data-focused=true],.font-color-focus-sky-1:focus,.font-color-focus-sky-1:focus-within,.font-color-active-sky-1[data-selected=true],.font-color-active-sky-1:active{color:var(--color-sky-1)}.font-color-sky-2,.font-color-hover-sky-2:hover,.font-color-focus-sky-2[data-focused=true],.font-color-focus-sky-2:focus,.font-color-focus-sky-2:focus-within,.font-color-active-sky-2[data-selected=true],.font-color-active-sky-2:active{color:var(--color-sky-2)}.font-color-sky-3,.font-color-hover-sky-3:hover,.font-color-focus-sky-3[data-focused=true],.font-color-focus-sky-3:focus,.font-color-focus-sky-3:focus-within,.font-color-active-sky-3[data-selected=true],.font-color-active-sky-3:active{color:var(--color-sky-3)}.font-color-sky-4,.font-color-hover-sky-4:hover,.font-color-focus-sky-4[data-focused=true],.font-color-focus-sky-4:focus,.font-color-focus-sky-4:focus-within,.font-color-active-sky-4[data-selected=true],.font-color-active-sky-4:active{color:var(--color-sky-4)}.font-color-sky-5,.font-color-hover-sky-5:hover,.font-color-focus-sky-5[data-focused=true],.font-color-focus-sky-5:focus,.font-color-focus-sky-5:focus-within,.font-color-active-sky-5[data-selected=true],.font-color-active-sky-5:active{color:var(--color-sky-5)}.font-color-sky-6,.font-color-hover-sky-6:hover,.font-color-focus-sky-6[data-focused=true],.font-color-focus-sky-6:focus,.font-color-focus-sky-6:focus-within,.font-color-active-sky-6[data-selected=true],.font-color-active-sky-6:active{color:var(--color-sky-6)}.font-color-sky-7,.font-color-hover-sky-7:hover,.font-color-focus-sky-7[data-focused=true],.font-color-focus-sky-7:focus,.font-color-focus-sky-7:focus-within,.font-color-active-sky-7[data-selected=true],.font-color-active-sky-7:active{color:var(--color-sky-7)}.font-color-sky-8,.font-color-hover-sky-8:hover,.font-color-focus-sky-8[data-focused=true],.font-color-focus-sky-8:focus,.font-color-focus-sky-8:focus-within,.font-color-active-sky-8[data-selected=true],.font-color-active-sky-8:active{color:var(--color-sky-8)}.font-color-sky-9,.font-color-hover-sky-9:hover,.font-color-focus-sky-9[data-focused=true],.font-color-focus-sky-9:focus,.font-color-focus-sky-9:focus-within,.font-color-active-sky-9[data-selected=true],.font-color-active-sky-9:active{color:var(--color-sky-9)}.font-color-sky-10,.font-color-hover-sky-10:hover,.font-color-focus-sky-10[data-focused=true],.font-color-focus-sky-10:focus,.font-color-focus-sky-10:focus-within,.font-color-active-sky-10[data-selected=true],.font-color-active-sky-10:active{color:var(--color-sky-10)}.font-color-blue-0,.font-color-hover-blue-0:hover,.font-color-focus-blue-0[data-focused=true],.font-color-focus-blue-0:focus,.font-color-focus-blue-0:focus-within,.font-color-active-blue-0[data-selected=true],.font-color-active-blue-0:active{color:var(--color-blue-0)}.font-color-blue-1,.font-color-hover-blue-1:hover,.font-color-focus-blue-1[data-focused=true],.font-color-focus-blue-1:focus,.font-color-focus-blue-1:focus-within,.font-color-active-blue-1[data-selected=true],.font-color-active-blue-1:active{color:var(--color-blue-1)}.font-color-blue-2,.font-color-hover-blue-2:hover,.font-color-focus-blue-2[data-focused=true],.font-color-focus-blue-2:focus,.font-color-focus-blue-2:focus-within,.font-color-active-blue-2[data-selected=true],.font-color-active-blue-2:active{color:var(--color-blue-2)}.font-color-blue-3,.font-color-hover-blue-3:hover,.font-color-focus-blue-3[data-focused=true],.font-color-focus-blue-3:focus,.font-color-focus-blue-3:focus-within,.font-color-active-blue-3[data-selected=true],.font-color-active-blue-3:active{color:var(--color-blue-3)}.font-color-blue-4,.font-color-hover-blue-4:hover,.font-color-focus-blue-4[data-focused=true],.font-color-focus-blue-4:focus,.font-color-focus-blue-4:focus-within,.font-color-active-blue-4[data-selected=true],.font-color-active-blue-4:active{color:var(--color-blue-4)}.font-color-blue-5,.font-color-hover-blue-5:hover,.font-color-focus-blue-5[data-focused=true],.font-color-focus-blue-5:focus,.font-color-focus-blue-5:focus-within,.font-color-active-blue-5[data-selected=true],.font-color-active-blue-5:active{color:var(--color-blue-5)}.font-color-blue-6,.font-color-hover-blue-6:hover,.font-color-focus-blue-6[data-focused=true],.font-color-focus-blue-6:focus,.font-color-focus-blue-6:focus-within,.font-color-active-blue-6[data-selected=true],.font-color-active-blue-6:active{color:var(--color-blue-6)}.font-color-blue-7,.font-color-hover-blue-7:hover,.font-color-focus-blue-7[data-focused=true],.font-color-focus-blue-7:focus,.font-color-focus-blue-7:focus-within,.font-color-active-blue-7[data-selected=true],.font-color-active-blue-7:active{color:var(--color-blue-7)}.font-color-blue-8,.font-color-hover-blue-8:hover,.font-color-focus-blue-8[data-focused=true],.font-color-focus-blue-8:focus,.font-color-focus-blue-8:focus-within,.font-color-active-blue-8[data-selected=true],.font-color-active-blue-8:active{color:var(--color-blue-8)}.font-color-blue-9,.font-color-hover-blue-9:hover,.font-color-focus-blue-9[data-focused=true],.font-color-focus-blue-9:focus,.font-color-focus-blue-9:focus-within,.font-color-active-blue-9[data-selected=true],.font-color-active-blue-9:active{color:var(--color-blue-9)}.font-color-blue-10,.font-color-hover-blue-10:hover,.font-color-focus-blue-10[data-focused=true],.font-color-focus-blue-10:focus,.font-color-focus-blue-10:focus-within,.font-color-active-blue-10[data-selected=true],.font-color-active-blue-10:active{color:var(--color-blue-10)}.font-color-indigo-0,.font-color-hover-indigo-0:hover,.font-color-focus-indigo-0[data-focused=true],.font-color-focus-indigo-0:focus,.font-color-focus-indigo-0:focus-within,.font-color-active-indigo-0[data-selected=true],.font-color-active-indigo-0:active{color:var(--color-indigo-0)}.font-color-indigo-1,.font-color-hover-indigo-1:hover,.font-color-focus-indigo-1[data-focused=true],.font-color-focus-indigo-1:focus,.font-color-focus-indigo-1:focus-within,.font-color-active-indigo-1[data-selected=true],.font-color-active-indigo-1:active{color:var(--color-indigo-1)}.font-color-indigo-2,.font-color-hover-indigo-2:hover,.font-color-focus-indigo-2[data-focused=true],.font-color-focus-indigo-2:focus,.font-color-focus-indigo-2:focus-within,.font-color-active-indigo-2[data-selected=true],.font-color-active-indigo-2:active{color:var(--color-indigo-2)}.font-color-indigo-3,.font-color-hover-indigo-3:hover,.font-color-focus-indigo-3[data-focused=true],.font-color-focus-indigo-3:focus,.font-color-focus-indigo-3:focus-within,.font-color-active-indigo-3[data-selected=true],.font-color-active-indigo-3:active{color:var(--color-indigo-3)}.font-color-indigo-4,.font-color-hover-indigo-4:hover,.font-color-focus-indigo-4[data-focused=true],.font-color-focus-indigo-4:focus,.font-color-focus-indigo-4:focus-within,.font-color-active-indigo-4[data-selected=true],.font-color-active-indigo-4:active{color:var(--color-indigo-4)}.font-color-indigo-5,.font-color-hover-indigo-5:hover,.font-color-focus-indigo-5[data-focused=true],.font-color-focus-indigo-5:focus,.font-color-focus-indigo-5:focus-within,.font-color-active-indigo-5[data-selected=true],.font-color-active-indigo-5:active{color:var(--color-indigo-5)}.font-color-indigo-6,.font-color-hover-indigo-6:hover,.font-color-focus-indigo-6[data-focused=true],.font-color-focus-indigo-6:focus,.font-color-focus-indigo-6:focus-within,.font-color-active-indigo-6[data-selected=true],.font-color-active-indigo-6:active{color:var(--color-indigo-6)}.font-color-indigo-7,.font-color-hover-indigo-7:hover,.font-color-focus-indigo-7[data-focused=true],.font-color-focus-indigo-7:focus,.font-color-focus-indigo-7:focus-within,.font-color-active-indigo-7[data-selected=true],.font-color-active-indigo-7:active{color:var(--color-indigo-7)}.font-color-indigo-8,.font-color-hover-indigo-8:hover,.font-color-focus-indigo-8[data-focused=true],.font-color-focus-indigo-8:focus,.font-color-focus-indigo-8:focus-within,.font-color-active-indigo-8[data-selected=true],.font-color-active-indigo-8:active{color:var(--color-indigo-8)}.font-color-indigo-9,.font-color-hover-indigo-9:hover,.font-color-focus-indigo-9[data-focused=true],.font-color-focus-indigo-9:focus,.font-color-focus-indigo-9:focus-within,.font-color-active-indigo-9[data-selected=true],.font-color-active-indigo-9:active{color:var(--color-indigo-9)}.font-color-indigo-10,.font-color-hover-indigo-10:hover,.font-color-focus-indigo-10[data-focused=true],.font-color-focus-indigo-10:focus,.font-color-focus-indigo-10:focus-within,.font-color-active-indigo-10[data-selected=true],.font-color-active-indigo-10:active{color:var(--color-indigo-10)}.font-color-violet-0,.font-color-hover-violet-0:hover,.font-color-focus-violet-0[data-focused=true],.font-color-focus-violet-0:focus,.font-color-focus-violet-0:focus-within,.font-color-active-violet-0[data-selected=true],.font-color-active-violet-0:active{color:var(--color-violet-0)}.font-color-violet-1,.font-color-hover-violet-1:hover,.font-color-focus-violet-1[data-focused=true],.font-color-focus-violet-1:focus,.font-color-focus-violet-1:focus-within,.font-color-active-violet-1[data-selected=true],.font-color-active-violet-1:active{color:var(--color-violet-1)}.font-color-violet-2,.font-color-hover-violet-2:hover,.font-color-focus-violet-2[data-focused=true],.font-color-focus-violet-2:focus,.font-color-focus-violet-2:focus-within,.font-color-active-violet-2[data-selected=true],.font-color-active-violet-2:active{color:var(--color-violet-2)}.font-color-violet-3,.font-color-hover-violet-3:hover,.font-color-focus-violet-3[data-focused=true],.font-color-focus-violet-3:focus,.font-color-focus-violet-3:focus-within,.font-color-active-violet-3[data-selected=true],.font-color-active-violet-3:active{color:var(--color-violet-3)}.font-color-violet-4,.font-color-hover-violet-4:hover,.font-color-focus-violet-4[data-focused=true],.font-color-focus-violet-4:focus,.font-color-focus-violet-4:focus-within,.font-color-active-violet-4[data-selected=true],.font-color-active-violet-4:active{color:var(--color-violet-4)}.font-color-violet-5,.font-color-hover-violet-5:hover,.font-color-focus-violet-5[data-focused=true],.font-color-focus-violet-5:focus,.font-color-focus-violet-5:focus-within,.font-color-active-violet-5[data-selected=true],.font-color-active-violet-5:active{color:var(--color-violet-5)}.font-color-violet-6,.font-color-hover-violet-6:hover,.font-color-focus-violet-6[data-focused=true],.font-color-focus-violet-6:focus,.font-color-focus-violet-6:focus-within,.font-color-active-violet-6[data-selected=true],.font-color-active-violet-6:active{color:var(--color-violet-6)}.font-color-violet-7,.font-color-hover-violet-7:hover,.font-color-focus-violet-7[data-focused=true],.font-color-focus-violet-7:focus,.font-color-focus-violet-7:focus-within,.font-color-active-violet-7[data-selected=true],.font-color-active-violet-7:active{color:var(--color-violet-7)}.font-color-violet-8,.font-color-hover-violet-8:hover,.font-color-focus-violet-8[data-focused=true],.font-color-focus-violet-8:focus,.font-color-focus-violet-8:focus-within,.font-color-active-violet-8[data-selected=true],.font-color-active-violet-8:active{color:var(--color-violet-8)}.font-color-violet-9,.font-color-hover-violet-9:hover,.font-color-focus-violet-9[data-focused=true],.font-color-focus-violet-9:focus,.font-color-focus-violet-9:focus-within,.font-color-active-violet-9[data-selected=true],.font-color-active-violet-9:active{color:var(--color-violet-9)}.font-color-violet-10,.font-color-hover-violet-10:hover,.font-color-focus-violet-10[data-focused=true],.font-color-focus-violet-10:focus,.font-color-focus-violet-10:focus-within,.font-color-active-violet-10[data-selected=true],.font-color-active-violet-10:active{color:var(--color-violet-10)}.font-color-purple-0,.font-color-hover-purple-0:hover,.font-color-focus-purple-0[data-focused=true],.font-color-focus-purple-0:focus,.font-color-focus-purple-0:focus-within,.font-color-active-purple-0[data-selected=true],.font-color-active-purple-0:active{color:var(--color-purple-0)}.font-color-purple-1,.font-color-hover-purple-1:hover,.font-color-focus-purple-1[data-focused=true],.font-color-focus-purple-1:focus,.font-color-focus-purple-1:focus-within,.font-color-active-purple-1[data-selected=true],.font-color-active-purple-1:active{color:var(--color-purple-1)}.font-color-purple-2,.font-color-hover-purple-2:hover,.font-color-focus-purple-2[data-focused=true],.font-color-focus-purple-2:focus,.font-color-focus-purple-2:focus-within,.font-color-active-purple-2[data-selected=true],.font-color-active-purple-2:active{color:var(--color-purple-2)}.font-color-purple-3,.font-color-hover-purple-3:hover,.font-color-focus-purple-3[data-focused=true],.font-color-focus-purple-3:focus,.font-color-focus-purple-3:focus-within,.font-color-active-purple-3[data-selected=true],.font-color-active-purple-3:active{color:var(--color-purple-3)}.font-color-purple-4,.font-color-hover-purple-4:hover,.font-color-focus-purple-4[data-focused=true],.font-color-focus-purple-4:focus,.font-color-focus-purple-4:focus-within,.font-color-active-purple-4[data-selected=true],.font-color-active-purple-4:active{color:var(--color-purple-4)}.font-color-purple-5,.font-color-hover-purple-5:hover,.font-color-focus-purple-5[data-focused=true],.font-color-focus-purple-5:focus,.font-color-focus-purple-5:focus-within,.font-color-active-purple-5[data-selected=true],.font-color-active-purple-5:active{color:var(--color-purple-5)}.font-color-purple-6,.font-color-hover-purple-6:hover,.font-color-focus-purple-6[data-focused=true],.font-color-focus-purple-6:focus,.font-color-focus-purple-6:focus-within,.font-color-active-purple-6[data-selected=true],.font-color-active-purple-6:active{color:var(--color-purple-6)}.font-color-purple-7,.font-color-hover-purple-7:hover,.font-color-focus-purple-7[data-focused=true],.font-color-focus-purple-7:focus,.font-color-focus-purple-7:focus-within,.font-color-active-purple-7[data-selected=true],.font-color-active-purple-7:active{color:var(--color-purple-7)}.font-color-purple-8,.font-color-hover-purple-8:hover,.font-color-focus-purple-8[data-focused=true],.font-color-focus-purple-8:focus,.font-color-focus-purple-8:focus-within,.font-color-active-purple-8[data-selected=true],.font-color-active-purple-8:active{color:var(--color-purple-8)}.font-color-purple-9,.font-color-hover-purple-9:hover,.font-color-focus-purple-9[data-focused=true],.font-color-focus-purple-9:focus,.font-color-focus-purple-9:focus-within,.font-color-active-purple-9[data-selected=true],.font-color-active-purple-9:active{color:var(--color-purple-9)}.font-color-purple-10,.font-color-hover-purple-10:hover,.font-color-focus-purple-10[data-focused=true],.font-color-focus-purple-10:focus,.font-color-focus-purple-10:focus-within,.font-color-active-purple-10[data-selected=true],.font-color-active-purple-10:active{color:var(--color-purple-10)}.font-color-fuchsia-0,.font-color-hover-fuchsia-0:hover,.font-color-focus-fuchsia-0[data-focused=true],.font-color-focus-fuchsia-0:focus,.font-color-focus-fuchsia-0:focus-within,.font-color-active-fuchsia-0[data-selected=true],.font-color-active-fuchsia-0:active{color:var(--color-fuchsia-0)}.font-color-fuchsia-1,.font-color-hover-fuchsia-1:hover,.font-color-focus-fuchsia-1[data-focused=true],.font-color-focus-fuchsia-1:focus,.font-color-focus-fuchsia-1:focus-within,.font-color-active-fuchsia-1[data-selected=true],.font-color-active-fuchsia-1:active{color:var(--color-fuchsia-1)}.font-color-fuchsia-2,.font-color-hover-fuchsia-2:hover,.font-color-focus-fuchsia-2[data-focused=true],.font-color-focus-fuchsia-2:focus,.font-color-focus-fuchsia-2:focus-within,.font-color-active-fuchsia-2[data-selected=true],.font-color-active-fuchsia-2:active{color:var(--color-fuchsia-2)}.font-color-fuchsia-3,.font-color-hover-fuchsia-3:hover,.font-color-focus-fuchsia-3[data-focused=true],.font-color-focus-fuchsia-3:focus,.font-color-focus-fuchsia-3:focus-within,.font-color-active-fuchsia-3[data-selected=true],.font-color-active-fuchsia-3:active{color:var(--color-fuchsia-3)}.font-color-fuchsia-4,.font-color-hover-fuchsia-4:hover,.font-color-focus-fuchsia-4[data-focused=true],.font-color-focus-fuchsia-4:focus,.font-color-focus-fuchsia-4:focus-within,.font-color-active-fuchsia-4[data-selected=true],.font-color-active-fuchsia-4:active{color:var(--color-fuchsia-4)}.font-color-fuchsia-5,.font-color-hover-fuchsia-5:hover,.font-color-focus-fuchsia-5[data-focused=true],.font-color-focus-fuchsia-5:focus,.font-color-focus-fuchsia-5:focus-within,.font-color-active-fuchsia-5[data-selected=true],.font-color-active-fuchsia-5:active{color:var(--color-fuchsia-5)}.font-color-fuchsia-6,.font-color-hover-fuchsia-6:hover,.font-color-focus-fuchsia-6[data-focused=true],.font-color-focus-fuchsia-6:focus,.font-color-focus-fuchsia-6:focus-within,.font-color-active-fuchsia-6[data-selected=true],.font-color-active-fuchsia-6:active{color:var(--color-fuchsia-6)}.font-color-fuchsia-7,.font-color-hover-fuchsia-7:hover,.font-color-focus-fuchsia-7[data-focused=true],.font-color-focus-fuchsia-7:focus,.font-color-focus-fuchsia-7:focus-within,.font-color-active-fuchsia-7[data-selected=true],.font-color-active-fuchsia-7:active{color:var(--color-fuchsia-7)}.font-color-fuchsia-8,.font-color-hover-fuchsia-8:hover,.font-color-focus-fuchsia-8[data-focused=true],.font-color-focus-fuchsia-8:focus,.font-color-focus-fuchsia-8:focus-within,.font-color-active-fuchsia-8[data-selected=true],.font-color-active-fuchsia-8:active{color:var(--color-fuchsia-8)}.font-color-fuchsia-9,.font-color-hover-fuchsia-9:hover,.font-color-focus-fuchsia-9[data-focused=true],.font-color-focus-fuchsia-9:focus,.font-color-focus-fuchsia-9:focus-within,.font-color-active-fuchsia-9[data-selected=true],.font-color-active-fuchsia-9:active{color:var(--color-fuchsia-9)}.font-color-fuchsia-10,.font-color-hover-fuchsia-10:hover,.font-color-focus-fuchsia-10[data-focused=true],.font-color-focus-fuchsia-10:focus,.font-color-focus-fuchsia-10:focus-within,.font-color-active-fuchsia-10[data-selected=true],.font-color-active-fuchsia-10:active{color:var(--color-fuchsia-10)}.font-color-pink-0,.font-color-hover-pink-0:hover,.font-color-focus-pink-0[data-focused=true],.font-color-focus-pink-0:focus,.font-color-focus-pink-0:focus-within,.font-color-active-pink-0[data-selected=true],.font-color-active-pink-0:active{color:var(--color-pink-0)}.font-color-pink-1,.font-color-hover-pink-1:hover,.font-color-focus-pink-1[data-focused=true],.font-color-focus-pink-1:focus,.font-color-focus-pink-1:focus-within,.font-color-active-pink-1[data-selected=true],.font-color-active-pink-1:active{color:var(--color-pink-1)}.font-color-pink-2,.font-color-hover-pink-2:hover,.font-color-focus-pink-2[data-focused=true],.font-color-focus-pink-2:focus,.font-color-focus-pink-2:focus-within,.font-color-active-pink-2[data-selected=true],.font-color-active-pink-2:active{color:var(--color-pink-2)}.font-color-pink-3,.font-color-hover-pink-3:hover,.font-color-focus-pink-3[data-focused=true],.font-color-focus-pink-3:focus,.font-color-focus-pink-3:focus-within,.font-color-active-pink-3[data-selected=true],.font-color-active-pink-3:active{color:var(--color-pink-3)}.font-color-pink-4,.font-color-hover-pink-4:hover,.font-color-focus-pink-4[data-focused=true],.font-color-focus-pink-4:focus,.font-color-focus-pink-4:focus-within,.font-color-active-pink-4[data-selected=true],.font-color-active-pink-4:active{color:var(--color-pink-4)}.font-color-pink-5,.font-color-hover-pink-5:hover,.font-color-focus-pink-5[data-focused=true],.font-color-focus-pink-5:focus,.font-color-focus-pink-5:focus-within,.font-color-active-pink-5[data-selected=true],.font-color-active-pink-5:active{color:var(--color-pink-5)}.font-color-pink-6,.font-color-hover-pink-6:hover,.font-color-focus-pink-6[data-focused=true],.font-color-focus-pink-6:focus,.font-color-focus-pink-6:focus-within,.font-color-active-pink-6[data-selected=true],.font-color-active-pink-6:active{color:var(--color-pink-6)}.font-color-pink-7,.font-color-hover-pink-7:hover,.font-color-focus-pink-7[data-focused=true],.font-color-focus-pink-7:focus,.font-color-focus-pink-7:focus-within,.font-color-active-pink-7[data-selected=true],.font-color-active-pink-7:active{color:var(--color-pink-7)}.font-color-pink-8,.font-color-hover-pink-8:hover,.font-color-focus-pink-8[data-focused=true],.font-color-focus-pink-8:focus,.font-color-focus-pink-8:focus-within,.font-color-active-pink-8[data-selected=true],.font-color-active-pink-8:active{color:var(--color-pink-8)}.font-color-pink-9,.font-color-hover-pink-9:hover,.font-color-focus-pink-9[data-focused=true],.font-color-focus-pink-9:focus,.font-color-focus-pink-9:focus-within,.font-color-active-pink-9[data-selected=true],.font-color-active-pink-9:active{color:var(--color-pink-9)}.font-color-pink-10,.font-color-hover-pink-10:hover,.font-color-focus-pink-10[data-focused=true],.font-color-focus-pink-10:focus,.font-color-focus-pink-10:focus-within,.font-color-active-pink-10[data-selected=true],.font-color-active-pink-10:active{color:var(--color-pink-10)}.font-color-rose-0,.font-color-hover-rose-0:hover,.font-color-focus-rose-0[data-focused=true],.font-color-focus-rose-0:focus,.font-color-focus-rose-0:focus-within,.font-color-active-rose-0[data-selected=true],.font-color-active-rose-0:active{color:var(--color-rose-0)}.font-color-rose-1,.font-color-hover-rose-1:hover,.font-color-focus-rose-1[data-focused=true],.font-color-focus-rose-1:focus,.font-color-focus-rose-1:focus-within,.font-color-active-rose-1[data-selected=true],.font-color-active-rose-1:active{color:var(--color-rose-1)}.font-color-rose-2,.font-color-hover-rose-2:hover,.font-color-focus-rose-2[data-focused=true],.font-color-focus-rose-2:focus,.font-color-focus-rose-2:focus-within,.font-color-active-rose-2[data-selected=true],.font-color-active-rose-2:active{color:var(--color-rose-2)}.font-color-rose-3,.font-color-hover-rose-3:hover,.font-color-focus-rose-3[data-focused=true],.font-color-focus-rose-3:focus,.font-color-focus-rose-3:focus-within,.font-color-active-rose-3[data-selected=true],.font-color-active-rose-3:active{color:var(--color-rose-3)}.font-color-rose-4,.font-color-hover-rose-4:hover,.font-color-focus-rose-4[data-focused=true],.font-color-focus-rose-4:focus,.font-color-focus-rose-4:focus-within,.font-color-active-rose-4[data-selected=true],.font-color-active-rose-4:active{color:var(--color-rose-4)}.font-color-rose-5,.font-color-hover-rose-5:hover,.font-color-focus-rose-5[data-focused=true],.font-color-focus-rose-5:focus,.font-color-focus-rose-5:focus-within,.font-color-active-rose-5[data-selected=true],.font-color-active-rose-5:active{color:var(--color-rose-5)}.font-color-rose-6,.font-color-hover-rose-6:hover,.font-color-focus-rose-6[data-focused=true],.font-color-focus-rose-6:focus,.font-color-focus-rose-6:focus-within,.font-color-active-rose-6[data-selected=true],.font-color-active-rose-6:active{color:var(--color-rose-6)}.font-color-rose-7,.font-color-hover-rose-7:hover,.font-color-focus-rose-7[data-focused=true],.font-color-focus-rose-7:focus,.font-color-focus-rose-7:focus-within,.font-color-active-rose-7[data-selected=true],.font-color-active-rose-7:active{color:var(--color-rose-7)}.font-color-rose-8,.font-color-hover-rose-8:hover,.font-color-focus-rose-8[data-focused=true],.font-color-focus-rose-8:focus,.font-color-focus-rose-8:focus-within,.font-color-active-rose-8[data-selected=true],.font-color-active-rose-8:active{color:var(--color-rose-8)}.font-color-rose-9,.font-color-hover-rose-9:hover,.font-color-focus-rose-9[data-focused=true],.font-color-focus-rose-9:focus,.font-color-focus-rose-9:focus-within,.font-color-active-rose-9[data-selected=true],.font-color-active-rose-9:active{color:var(--color-rose-9)}.font-color-rose-10,.font-color-hover-rose-10:hover,.font-color-focus-rose-10[data-focused=true],.font-color-focus-rose-10:focus,.font-color-focus-rose-10:focus-within,.font-color-active-rose-10[data-selected=true],.font-color-active-rose-10:active{color:var(--color-rose-10)}.font-color-slate-0,.font-color-hover-slate-0:hover,.font-color-focus-slate-0[data-focused=true],.font-color-focus-slate-0:focus,.font-color-focus-slate-0:focus-within,.font-color-active-slate-0[data-selected=true],.font-color-active-slate-0:active{color:var(--color-slate-0)}.font-color-slate-1,.font-color-hover-slate-1:hover,.font-color-focus-slate-1[data-focused=true],.font-color-focus-slate-1:focus,.font-color-focus-slate-1:focus-within,.font-color-active-slate-1[data-selected=true],.font-color-active-slate-1:active{color:var(--color-slate-1)}.font-color-slate-2,.font-color-hover-slate-2:hover,.font-color-focus-slate-2[data-focused=true],.font-color-focus-slate-2:focus,.font-color-focus-slate-2:focus-within,.font-color-active-slate-2[data-selected=true],.font-color-active-slate-2:active{color:var(--color-slate-2)}.font-color-slate-3,.font-color-hover-slate-3:hover,.font-color-focus-slate-3[data-focused=true],.font-color-focus-slate-3:focus,.font-color-focus-slate-3:focus-within,.font-color-active-slate-3[data-selected=true],.font-color-active-slate-3:active{color:var(--color-slate-3)}.font-color-slate-4,.font-color-hover-slate-4:hover,.font-color-focus-slate-4[data-focused=true],.font-color-focus-slate-4:focus,.font-color-focus-slate-4:focus-within,.font-color-active-slate-4[data-selected=true],.font-color-active-slate-4:active{color:var(--color-slate-4)}.font-color-slate-5,.font-color-hover-slate-5:hover,.font-color-focus-slate-5[data-focused=true],.font-color-focus-slate-5:focus,.font-color-focus-slate-5:focus-within,.font-color-active-slate-5[data-selected=true],.font-color-active-slate-5:active{color:var(--color-slate-5)}.font-color-slate-6,.font-color-hover-slate-6:hover,.font-color-focus-slate-6[data-focused=true],.font-color-focus-slate-6:focus,.font-color-focus-slate-6:focus-within,.font-color-active-slate-6[data-selected=true],.font-color-active-slate-6:active{color:var(--color-slate-6)}.font-color-slate-7,.font-color-hover-slate-7:hover,.font-color-focus-slate-7[data-focused=true],.font-color-focus-slate-7:focus,.font-color-focus-slate-7:focus-within,.font-color-active-slate-7[data-selected=true],.font-color-active-slate-7:active{color:var(--color-slate-7)}.font-color-slate-8,.font-color-hover-slate-8:hover,.font-color-focus-slate-8[data-focused=true],.font-color-focus-slate-8:focus,.font-color-focus-slate-8:focus-within,.font-color-active-slate-8[data-selected=true],.font-color-active-slate-8:active{color:var(--color-slate-8)}.font-color-slate-9,.font-color-hover-slate-9:hover,.font-color-focus-slate-9[data-focused=true],.font-color-focus-slate-9:focus,.font-color-focus-slate-9:focus-within,.font-color-active-slate-9[data-selected=true],.font-color-active-slate-9:active{color:var(--color-slate-9)}.font-color-slate-10,.font-color-hover-slate-10:hover,.font-color-focus-slate-10[data-focused=true],.font-color-focus-slate-10:focus,.font-color-focus-slate-10:focus-within,.font-color-active-slate-10[data-selected=true],.font-color-active-slate-10:active{color:var(--color-slate-10)}.font-color-gray-0,.font-color-hover-gray-0:hover,.font-color-focus-gray-0[data-focused=true],.font-color-focus-gray-0:focus,.font-color-focus-gray-0:focus-within,.font-color-active-gray-0[data-selected=true],.font-color-active-gray-0:active{color:var(--color-gray-0)}.font-color-gray-1,.font-color-hover-gray-1:hover,.font-color-focus-gray-1[data-focused=true],.font-color-focus-gray-1:focus,.font-color-focus-gray-1:focus-within,.font-color-active-gray-1[data-selected=true],.font-color-active-gray-1:active{color:var(--color-gray-1)}.font-color-gray-2,.font-color-hover-gray-2:hover,.font-color-focus-gray-2[data-focused=true],.font-color-focus-gray-2:focus,.font-color-focus-gray-2:focus-within,.font-color-active-gray-2[data-selected=true],.font-color-active-gray-2:active{color:var(--color-gray-2)}.font-color-gray-3,.font-color-hover-gray-3:hover,.font-color-focus-gray-3[data-focused=true],.font-color-focus-gray-3:focus,.font-color-focus-gray-3:focus-within,.font-color-active-gray-3[data-selected=true],.font-color-active-gray-3:active{color:var(--color-gray-3)}.font-color-gray-4,.font-color-hover-gray-4:hover,.font-color-focus-gray-4[data-focused=true],.font-color-focus-gray-4:focus,.font-color-focus-gray-4:focus-within,.font-color-active-gray-4[data-selected=true],.font-color-active-gray-4:active{color:var(--color-gray-4)}.font-color-gray-5,.font-color-hover-gray-5:hover,.font-color-focus-gray-5[data-focused=true],.font-color-focus-gray-5:focus,.font-color-focus-gray-5:focus-within,.font-color-active-gray-5[data-selected=true],.font-color-active-gray-5:active{color:var(--color-gray-5)}.font-color-gray-6,.font-color-hover-gray-6:hover,.font-color-focus-gray-6[data-focused=true],.font-color-focus-gray-6:focus,.font-color-focus-gray-6:focus-within,.font-color-active-gray-6[data-selected=true],.font-color-active-gray-6:active{color:var(--color-gray-6)}.font-color-gray-7,.font-color-hover-gray-7:hover,.font-color-focus-gray-7[data-focused=true],.font-color-focus-gray-7:focus,.font-color-focus-gray-7:focus-within,.font-color-active-gray-7[data-selected=true],.font-color-active-gray-7:active{color:var(--color-gray-7)}.font-color-gray-8,.font-color-hover-gray-8:hover,.font-color-focus-gray-8[data-focused=true],.font-color-focus-gray-8:focus,.font-color-focus-gray-8:focus-within,.font-color-active-gray-8[data-selected=true],.font-color-active-gray-8:active{color:var(--color-gray-8)}.font-color-gray-9,.font-color-hover-gray-9:hover,.font-color-focus-gray-9[data-focused=true],.font-color-focus-gray-9:focus,.font-color-focus-gray-9:focus-within,.font-color-active-gray-9[data-selected=true],.font-color-active-gray-9:active{color:var(--color-gray-9)}.font-color-gray-10,.font-color-hover-gray-10:hover,.font-color-focus-gray-10[data-focused=true],.font-color-focus-gray-10:focus,.font-color-focus-gray-10:focus-within,.font-color-active-gray-10[data-selected=true],.font-color-active-gray-10:active{color:var(--color-gray-10)}.font-color-zinc-0,.font-color-hover-zinc-0:hover,.font-color-focus-zinc-0[data-focused=true],.font-color-focus-zinc-0:focus,.font-color-focus-zinc-0:focus-within,.font-color-active-zinc-0[data-selected=true],.font-color-active-zinc-0:active{color:var(--color-zinc-0)}.font-color-zinc-1,.font-color-hover-zinc-1:hover,.font-color-focus-zinc-1[data-focused=true],.font-color-focus-zinc-1:focus,.font-color-focus-zinc-1:focus-within,.font-color-active-zinc-1[data-selected=true],.font-color-active-zinc-1:active{color:var(--color-zinc-1)}.font-color-zinc-2,.font-color-hover-zinc-2:hover,.font-color-focus-zinc-2[data-focused=true],.font-color-focus-zinc-2:focus,.font-color-focus-zinc-2:focus-within,.font-color-active-zinc-2[data-selected=true],.font-color-active-zinc-2:active{color:var(--color-zinc-2)}.font-color-zinc-3,.font-color-hover-zinc-3:hover,.font-color-focus-zinc-3[data-focused=true],.font-color-focus-zinc-3:focus,.font-color-focus-zinc-3:focus-within,.font-color-active-zinc-3[data-selected=true],.font-color-active-zinc-3:active{color:var(--color-zinc-3)}.font-color-zinc-4,.font-color-hover-zinc-4:hover,.font-color-focus-zinc-4[data-focused=true],.font-color-focus-zinc-4:focus,.font-color-focus-zinc-4:focus-within,.font-color-active-zinc-4[data-selected=true],.font-color-active-zinc-4:active{color:var(--color-zinc-4)}.font-color-zinc-5,.font-color-hover-zinc-5:hover,.font-color-focus-zinc-5[data-focused=true],.font-color-focus-zinc-5:focus,.font-color-focus-zinc-5:focus-within,.font-color-active-zinc-5[data-selected=true],.font-color-active-zinc-5:active{color:var(--color-zinc-5)}.font-color-zinc-6,.font-color-hover-zinc-6:hover,.font-color-focus-zinc-6[data-focused=true],.font-color-focus-zinc-6:focus,.font-color-focus-zinc-6:focus-within,.font-color-active-zinc-6[data-selected=true],.font-color-active-zinc-6:active{color:var(--color-zinc-6)}.font-color-zinc-7,.font-color-hover-zinc-7:hover,.font-color-focus-zinc-7[data-focused=true],.font-color-focus-zinc-7:focus,.font-color-focus-zinc-7:focus-within,.font-color-active-zinc-7[data-selected=true],.font-color-active-zinc-7:active{color:var(--color-zinc-7)}.font-color-zinc-8,.font-color-hover-zinc-8:hover,.font-color-focus-zinc-8[data-focused=true],.font-color-focus-zinc-8:focus,.font-color-focus-zinc-8:focus-within,.font-color-active-zinc-8[data-selected=true],.font-color-active-zinc-8:active{color:var(--color-zinc-8)}.font-color-zinc-9,.font-color-hover-zinc-9:hover,.font-color-focus-zinc-9[data-focused=true],.font-color-focus-zinc-9:focus,.font-color-focus-zinc-9:focus-within,.font-color-active-zinc-9[data-selected=true],.font-color-active-zinc-9:active{color:var(--color-zinc-9)}.font-color-zinc-10,.font-color-hover-zinc-10:hover,.font-color-focus-zinc-10[data-focused=true],.font-color-focus-zinc-10:focus,.font-color-focus-zinc-10:focus-within,.font-color-active-zinc-10[data-selected=true],.font-color-active-zinc-10:active{color:var(--color-zinc-10)}.font-color-neutral-0,.font-color-hover-neutral-0:hover,.font-color-focus-neutral-0[data-focused=true],.font-color-focus-neutral-0:focus,.font-color-focus-neutral-0:focus-within,.font-color-active-neutral-0[data-selected=true],.font-color-active-neutral-0:active{color:var(--color-neutral-0)}.font-color-neutral-1,.font-color-hover-neutral-1:hover,.font-color-focus-neutral-1[data-focused=true],.font-color-focus-neutral-1:focus,.font-color-focus-neutral-1:focus-within,.font-color-active-neutral-1[data-selected=true],.font-color-active-neutral-1:active{color:var(--color-neutral-1)}.font-color-neutral-2,.font-color-hover-neutral-2:hover,.font-color-focus-neutral-2[data-focused=true],.font-color-focus-neutral-2:focus,.font-color-focus-neutral-2:focus-within,.font-color-active-neutral-2[data-selected=true],.font-color-active-neutral-2:active{color:var(--color-neutral-2)}.font-color-neutral-3,.font-color-hover-neutral-3:hover,.font-color-focus-neutral-3[data-focused=true],.font-color-focus-neutral-3:focus,.font-color-focus-neutral-3:focus-within,.font-color-active-neutral-3[data-selected=true],.font-color-active-neutral-3:active{color:var(--color-neutral-3)}.font-color-neutral-4,.font-color-hover-neutral-4:hover,.font-color-focus-neutral-4[data-focused=true],.font-color-focus-neutral-4:focus,.font-color-focus-neutral-4:focus-within,.font-color-active-neutral-4[data-selected=true],.font-color-active-neutral-4:active{color:var(--color-neutral-4)}.font-color-neutral-5,.font-color-hover-neutral-5:hover,.font-color-focus-neutral-5[data-focused=true],.font-color-focus-neutral-5:focus,.font-color-focus-neutral-5:focus-within,.font-color-active-neutral-5[data-selected=true],.font-color-active-neutral-5:active{color:var(--color-neutral-5)}.font-color-neutral-6,.font-color-hover-neutral-6:hover,.font-color-focus-neutral-6[data-focused=true],.font-color-focus-neutral-6:focus,.font-color-focus-neutral-6:focus-within,.font-color-active-neutral-6[data-selected=true],.font-color-active-neutral-6:active{color:var(--color-neutral-6)}.font-color-neutral-7,.font-color-hover-neutral-7:hover,.font-color-focus-neutral-7[data-focused=true],.font-color-focus-neutral-7:focus,.font-color-focus-neutral-7:focus-within,.font-color-active-neutral-7[data-selected=true],.font-color-active-neutral-7:active{color:var(--color-neutral-7)}.font-color-neutral-8,.font-color-hover-neutral-8:hover,.font-color-focus-neutral-8[data-focused=true],.font-color-focus-neutral-8:focus,.font-color-focus-neutral-8:focus-within,.font-color-active-neutral-8[data-selected=true],.font-color-active-neutral-8:active{color:var(--color-neutral-8)}.font-color-neutral-9,.font-color-hover-neutral-9:hover,.font-color-focus-neutral-9[data-focused=true],.font-color-focus-neutral-9:focus,.font-color-focus-neutral-9:focus-within,.font-color-active-neutral-9[data-selected=true],.font-color-active-neutral-9:active{color:var(--color-neutral-9)}.font-color-neutral-10,.font-color-hover-neutral-10:hover,.font-color-focus-neutral-10[data-focused=true],.font-color-focus-neutral-10:focus,.font-color-focus-neutral-10:focus-within,.font-color-active-neutral-10[data-selected=true],.font-color-active-neutral-10:active{color:var(--color-neutral-10)}.font-color-stone-0,.font-color-hover-stone-0:hover,.font-color-focus-stone-0[data-focused=true],.font-color-focus-stone-0:focus,.font-color-focus-stone-0:focus-within,.font-color-active-stone-0[data-selected=true],.font-color-active-stone-0:active{color:var(--color-stone-0)}.font-color-stone-1,.font-color-hover-stone-1:hover,.font-color-focus-stone-1[data-focused=true],.font-color-focus-stone-1:focus,.font-color-focus-stone-1:focus-within,.font-color-active-stone-1[data-selected=true],.font-color-active-stone-1:active{color:var(--color-stone-1)}.font-color-stone-2,.font-color-hover-stone-2:hover,.font-color-focus-stone-2[data-focused=true],.font-color-focus-stone-2:focus,.font-color-focus-stone-2:focus-within,.font-color-active-stone-2[data-selected=true],.font-color-active-stone-2:active{color:var(--color-stone-2)}.font-color-stone-3,.font-color-hover-stone-3:hover,.font-color-focus-stone-3[data-focused=true],.font-color-focus-stone-3:focus,.font-color-focus-stone-3:focus-within,.font-color-active-stone-3[data-selected=true],.font-color-active-stone-3:active{color:var(--color-stone-3)}.font-color-stone-4,.font-color-hover-stone-4:hover,.font-color-focus-stone-4[data-focused=true],.font-color-focus-stone-4:focus,.font-color-focus-stone-4:focus-within,.font-color-active-stone-4[data-selected=true],.font-color-active-stone-4:active{color:var(--color-stone-4)}.font-color-stone-5,.font-color-hover-stone-5:hover,.font-color-focus-stone-5[data-focused=true],.font-color-focus-stone-5:focus,.font-color-focus-stone-5:focus-within,.font-color-active-stone-5[data-selected=true],.font-color-active-stone-5:active{color:var(--color-stone-5)}.font-color-stone-6,.font-color-hover-stone-6:hover,.font-color-focus-stone-6[data-focused=true],.font-color-focus-stone-6:focus,.font-color-focus-stone-6:focus-within,.font-color-active-stone-6[data-selected=true],.font-color-active-stone-6:active{color:var(--color-stone-6)}.font-color-stone-7,.font-color-hover-stone-7:hover,.font-color-focus-stone-7[data-focused=true],.font-color-focus-stone-7:focus,.font-color-focus-stone-7:focus-within,.font-color-active-stone-7[data-selected=true],.font-color-active-stone-7:active{color:var(--color-stone-7)}.font-color-stone-8,.font-color-hover-stone-8:hover,.font-color-focus-stone-8[data-focused=true],.font-color-focus-stone-8:focus,.font-color-focus-stone-8:focus-within,.font-color-active-stone-8[data-selected=true],.font-color-active-stone-8:active{color:var(--color-stone-8)}.font-color-stone-9,.font-color-hover-stone-9:hover,.font-color-focus-stone-9[data-focused=true],.font-color-focus-stone-9:focus,.font-color-focus-stone-9:focus-within,.font-color-active-stone-9[data-selected=true],.font-color-active-stone-9:active{color:var(--color-stone-9)}.font-color-stone-10,.font-color-hover-stone-10:hover,.font-color-focus-stone-10[data-focused=true],.font-color-focus-stone-10:focus,.font-color-focus-stone-10:focus-within,.font-color-active-stone-10[data-selected=true],.font-color-active-stone-10:active{color:var(--color-stone-10)}.border-color-inherit,.border-color-hover-inherit:hover,.border-color-focus-inherit[data-focused=true],.border-color-focus-inherit:focus,.border-color-focus-inherit:focus-within,.border-color-active-inherit[data-selected=true],.border-color-active-active:active{border-color:inherit}.border-color-red,.border-color-hover-red:hover,.border-color-focus-red[data-focused=true],.border-color-focus-red:focus,.border-color-focus-red:focus-within,.border-color-active-red[data-selected=true],.border-color-active-red:active{border-color:var(--color-red)}.border-color-red-light,.border-color-hover-red-light:hover,.border-color-focus-red-light[data-focused=true],.border-color-focus-red-light:focus,.border-color-focus-red-light:focus-within,.border-color-active-red-light[data-selected=true],.border-color-active-red-light:active{border-color:var(--color-red-light)}.border-color-red-dark,.border-color-hover-red-dark:hover,.border-color-focus-red-dark[data-focused=true],.border-color-focus-red-dark:focus,.border-color-focus-red-dark:focus-within,.border-color-active-red-dark[data-selected=true],.border-color-active-red-dark:active{border-color:var(--color-red-dark)}.border-color-red-themed,.border-color-hover-red-themed:hover,.border-color-focus-red-themed[data-focused=true],.border-color-focus-red-themed:focus,.border-color-focus-red-themed:focus-within,.border-color-active-red-themed[data-selected=true],.border-color-active-red-themed:active{border-color:var(--color-red-themed)}.border-color-orange,.border-color-hover-orange:hover,.border-color-focus-orange[data-focused=true],.border-color-focus-orange:focus,.border-color-focus-orange:focus-within,.border-color-active-orange[data-selected=true],.border-color-active-orange:active{border-color:var(--color-orange)}.border-color-orange-light,.border-color-hover-orange-light:hover,.border-color-focus-orange-light[data-focused=true],.border-color-focus-orange-light:focus,.border-color-focus-orange-light:focus-within,.border-color-active-orange-light[data-selected=true],.border-color-active-orange-light:active{border-color:var(--color-orange-light)}.border-color-orange-dark,.border-color-hover-orange-dark:hover,.border-color-focus-orange-dark[data-focused=true],.border-color-focus-orange-dark:focus,.border-color-focus-orange-dark:focus-within,.border-color-active-orange-dark[data-selected=true],.border-color-active-orange-dark:active{border-color:var(--color-orange-dark)}.border-color-orange-themed,.border-color-hover-orange-themed:hover,.border-color-focus-orange-themed[data-focused=true],.border-color-focus-orange-themed:focus,.border-color-focus-orange-themed:focus-within,.border-color-active-orange-themed[data-selected=true],.border-color-active-orange-themed:active{border-color:var(--color-orange-themed)}.border-color-amber,.border-color-hover-amber:hover,.border-color-focus-amber[data-focused=true],.border-color-focus-amber:focus,.border-color-focus-amber:focus-within,.border-color-active-amber[data-selected=true],.border-color-active-amber:active{border-color:var(--color-amber)}.border-color-amber-light,.border-color-hover-amber-light:hover,.border-color-focus-amber-light[data-focused=true],.border-color-focus-amber-light:focus,.border-color-focus-amber-light:focus-within,.border-color-active-amber-light[data-selected=true],.border-color-active-amber-light:active{border-color:var(--color-amber-light)}.border-color-amber-dark,.border-color-hover-amber-dark:hover,.border-color-focus-amber-dark[data-focused=true],.border-color-focus-amber-dark:focus,.border-color-focus-amber-dark:focus-within,.border-color-active-amber-dark[data-selected=true],.border-color-active-amber-dark:active{border-color:var(--color-amber-dark)}.border-color-amber-themed,.border-color-hover-amber-themed:hover,.border-color-focus-amber-themed[data-focused=true],.border-color-focus-amber-themed:focus,.border-color-focus-amber-themed:focus-within,.border-color-active-amber-themed[data-selected=true],.border-color-active-amber-themed:active{border-color:var(--color-amber-themed)}.border-color-yellow,.border-color-hover-yellow:hover,.border-color-focus-yellow[data-focused=true],.border-color-focus-yellow:focus,.border-color-focus-yellow:focus-within,.border-color-active-yellow[data-selected=true],.border-color-active-yellow:active{border-color:var(--color-yellow)}.border-color-yellow-light,.border-color-hover-yellow-light:hover,.border-color-focus-yellow-light[data-focused=true],.border-color-focus-yellow-light:focus,.border-color-focus-yellow-light:focus-within,.border-color-active-yellow-light[data-selected=true],.border-color-active-yellow-light:active{border-color:var(--color-yellow-light)}.border-color-yellow-dark,.border-color-hover-yellow-dark:hover,.border-color-focus-yellow-dark[data-focused=true],.border-color-focus-yellow-dark:focus,.border-color-focus-yellow-dark:focus-within,.border-color-active-yellow-dark[data-selected=true],.border-color-active-yellow-dark:active{border-color:var(--color-yellow-dark)}.border-color-yellow-themed,.border-color-hover-yellow-themed:hover,.border-color-focus-yellow-themed[data-focused=true],.border-color-focus-yellow-themed:focus,.border-color-focus-yellow-themed:focus-within,.border-color-active-yellow-themed[data-selected=true],.border-color-active-yellow-themed:active{border-color:var(--color-yellow-themed)}.border-color-lime,.border-color-hover-lime:hover,.border-color-focus-lime[data-focused=true],.border-color-focus-lime:focus,.border-color-focus-lime:focus-within,.border-color-active-lime[data-selected=true],.border-color-active-lime:active{border-color:var(--color-lime)}.border-color-lime-light,.border-color-hover-lime-light:hover,.border-color-focus-lime-light[data-focused=true],.border-color-focus-lime-light:focus,.border-color-focus-lime-light:focus-within,.border-color-active-lime-light[data-selected=true],.border-color-active-lime-light:active{border-color:var(--color-lime-light)}.border-color-lime-dark,.border-color-hover-lime-dark:hover,.border-color-focus-lime-dark[data-focused=true],.border-color-focus-lime-dark:focus,.border-color-focus-lime-dark:focus-within,.border-color-active-lime-dark[data-selected=true],.border-color-active-lime-dark:active{border-color:var(--color-lime-dark)}.border-color-lime-themed,.border-color-hover-lime-themed:hover,.border-color-focus-lime-themed[data-focused=true],.border-color-focus-lime-themed:focus,.border-color-focus-lime-themed:focus-within,.border-color-active-lime-themed[data-selected=true],.border-color-active-lime-themed:active{border-color:var(--color-lime-themed)}.border-color-green,.border-color-hover-green:hover,.border-color-focus-green[data-focused=true],.border-color-focus-green:focus,.border-color-focus-green:focus-within,.border-color-active-green[data-selected=true],.border-color-active-green:active{border-color:var(--color-green)}.border-color-green-light,.border-color-hover-green-light:hover,.border-color-focus-green-light[data-focused=true],.border-color-focus-green-light:focus,.border-color-focus-green-light:focus-within,.border-color-active-green-light[data-selected=true],.border-color-active-green-light:active{border-color:var(--color-green-light)}.border-color-green-dark,.border-color-hover-green-dark:hover,.border-color-focus-green-dark[data-focused=true],.border-color-focus-green-dark:focus,.border-color-focus-green-dark:focus-within,.border-color-active-green-dark[data-selected=true],.border-color-active-green-dark:active{border-color:var(--color-green-dark)}.border-color-green-themed,.border-color-hover-green-themed:hover,.border-color-focus-green-themed[data-focused=true],.border-color-focus-green-themed:focus,.border-color-focus-green-themed:focus-within,.border-color-active-green-themed[data-selected=true],.border-color-active-green-themed:active{border-color:var(--color-green-themed)}.border-color-emerald,.border-color-hover-emerald:hover,.border-color-focus-emerald[data-focused=true],.border-color-focus-emerald:focus,.border-color-focus-emerald:focus-within,.border-color-active-emerald[data-selected=true],.border-color-active-emerald:active{border-color:var(--color-emerald)}.border-color-emerald-light,.border-color-hover-emerald-light:hover,.border-color-focus-emerald-light[data-focused=true],.border-color-focus-emerald-light:focus,.border-color-focus-emerald-light:focus-within,.border-color-active-emerald-light[data-selected=true],.border-color-active-emerald-light:active{border-color:var(--color-emerald-light)}.border-color-emerald-dark,.border-color-hover-emerald-dark:hover,.border-color-focus-emerald-dark[data-focused=true],.border-color-focus-emerald-dark:focus,.border-color-focus-emerald-dark:focus-within,.border-color-active-emerald-dark[data-selected=true],.border-color-active-emerald-dark:active{border-color:var(--color-emerald-dark)}.border-color-emerald-themed,.border-color-hover-emerald-themed:hover,.border-color-focus-emerald-themed[data-focused=true],.border-color-focus-emerald-themed:focus,.border-color-focus-emerald-themed:focus-within,.border-color-active-emerald-themed[data-selected=true],.border-color-active-emerald-themed:active{border-color:var(--color-emerald-themed)}.border-color-teal,.border-color-hover-teal:hover,.border-color-focus-teal[data-focused=true],.border-color-focus-teal:focus,.border-color-focus-teal:focus-within,.border-color-active-teal[data-selected=true],.border-color-active-teal:active{border-color:var(--color-teal)}.border-color-teal-light,.border-color-hover-teal-light:hover,.border-color-focus-teal-light[data-focused=true],.border-color-focus-teal-light:focus,.border-color-focus-teal-light:focus-within,.border-color-active-teal-light[data-selected=true],.border-color-active-teal-light:active{border-color:var(--color-teal-light)}.border-color-teal-dark,.border-color-hover-teal-dark:hover,.border-color-focus-teal-dark[data-focused=true],.border-color-focus-teal-dark:focus,.border-color-focus-teal-dark:focus-within,.border-color-active-teal-dark[data-selected=true],.border-color-active-teal-dark:active{border-color:var(--color-teal-dark)}.border-color-teal-themed,.border-color-hover-teal-themed:hover,.border-color-focus-teal-themed[data-focused=true],.border-color-focus-teal-themed:focus,.border-color-focus-teal-themed:focus-within,.border-color-active-teal-themed[data-selected=true],.border-color-active-teal-themed:active{border-color:var(--color-teal-themed)}.border-color-cyan,.border-color-hover-cyan:hover,.border-color-focus-cyan[data-focused=true],.border-color-focus-cyan:focus,.border-color-focus-cyan:focus-within,.border-color-active-cyan[data-selected=true],.border-color-active-cyan:active{border-color:var(--color-cyan)}.border-color-cyan-light,.border-color-hover-cyan-light:hover,.border-color-focus-cyan-light[data-focused=true],.border-color-focus-cyan-light:focus,.border-color-focus-cyan-light:focus-within,.border-color-active-cyan-light[data-selected=true],.border-color-active-cyan-light:active{border-color:var(--color-cyan-light)}.border-color-cyan-dark,.border-color-hover-cyan-dark:hover,.border-color-focus-cyan-dark[data-focused=true],.border-color-focus-cyan-dark:focus,.border-color-focus-cyan-dark:focus-within,.border-color-active-cyan-dark[data-selected=true],.border-color-active-cyan-dark:active{border-color:var(--color-cyan-dark)}.border-color-cyan-themed,.border-color-hover-cyan-themed:hover,.border-color-focus-cyan-themed[data-focused=true],.border-color-focus-cyan-themed:focus,.border-color-focus-cyan-themed:focus-within,.border-color-active-cyan-themed[data-selected=true],.border-color-active-cyan-themed:active{border-color:var(--color-cyan-themed)}.border-color-sky,.border-color-hover-sky:hover,.border-color-focus-sky[data-focused=true],.border-color-focus-sky:focus,.border-color-focus-sky:focus-within,.border-color-active-sky[data-selected=true],.border-color-active-sky:active{border-color:var(--color-sky)}.border-color-sky-light,.border-color-hover-sky-light:hover,.border-color-focus-sky-light[data-focused=true],.border-color-focus-sky-light:focus,.border-color-focus-sky-light:focus-within,.border-color-active-sky-light[data-selected=true],.border-color-active-sky-light:active{border-color:var(--color-sky-light)}.border-color-sky-dark,.border-color-hover-sky-dark:hover,.border-color-focus-sky-dark[data-focused=true],.border-color-focus-sky-dark:focus,.border-color-focus-sky-dark:focus-within,.border-color-active-sky-dark[data-selected=true],.border-color-active-sky-dark:active{border-color:var(--color-sky-dark)}.border-color-sky-themed,.border-color-hover-sky-themed:hover,.border-color-focus-sky-themed[data-focused=true],.border-color-focus-sky-themed:focus,.border-color-focus-sky-themed:focus-within,.border-color-active-sky-themed[data-selected=true],.border-color-active-sky-themed:active{border-color:var(--color-sky-themed)}.border-color-blue,.border-color-hover-blue:hover,.border-color-focus-blue[data-focused=true],.border-color-focus-blue:focus,.border-color-focus-blue:focus-within,.border-color-active-blue[data-selected=true],.border-color-active-blue:active{border-color:var(--color-blue)}.border-color-blue-light,.border-color-hover-blue-light:hover,.border-color-focus-blue-light[data-focused=true],.border-color-focus-blue-light:focus,.border-color-focus-blue-light:focus-within,.border-color-active-blue-light[data-selected=true],.border-color-active-blue-light:active{border-color:var(--color-blue-light)}.border-color-blue-dark,.border-color-hover-blue-dark:hover,.border-color-focus-blue-dark[data-focused=true],.border-color-focus-blue-dark:focus,.border-color-focus-blue-dark:focus-within,.border-color-active-blue-dark[data-selected=true],.border-color-active-blue-dark:active{border-color:var(--color-blue-dark)}.border-color-blue-themed,.border-color-hover-blue-themed:hover,.border-color-focus-blue-themed[data-focused=true],.border-color-focus-blue-themed:focus,.border-color-focus-blue-themed:focus-within,.border-color-active-blue-themed[data-selected=true],.border-color-active-blue-themed:active{border-color:var(--color-blue-themed)}.border-color-indigo,.border-color-hover-indigo:hover,.border-color-focus-indigo[data-focused=true],.border-color-focus-indigo:focus,.border-color-focus-indigo:focus-within,.border-color-active-indigo[data-selected=true],.border-color-active-indigo:active{border-color:var(--color-indigo)}.border-color-indigo-light,.border-color-hover-indigo-light:hover,.border-color-focus-indigo-light[data-focused=true],.border-color-focus-indigo-light:focus,.border-color-focus-indigo-light:focus-within,.border-color-active-indigo-light[data-selected=true],.border-color-active-indigo-light:active{border-color:var(--color-indigo-light)}.border-color-indigo-dark,.border-color-hover-indigo-dark:hover,.border-color-focus-indigo-dark[data-focused=true],.border-color-focus-indigo-dark:focus,.border-color-focus-indigo-dark:focus-within,.border-color-active-indigo-dark[data-selected=true],.border-color-active-indigo-dark:active{border-color:var(--color-indigo-dark)}.border-color-indigo-themed,.border-color-hover-indigo-themed:hover,.border-color-focus-indigo-themed[data-focused=true],.border-color-focus-indigo-themed:focus,.border-color-focus-indigo-themed:focus-within,.border-color-active-indigo-themed[data-selected=true],.border-color-active-indigo-themed:active{border-color:var(--color-indigo-themed)}.border-color-violet,.border-color-hover-violet:hover,.border-color-focus-violet[data-focused=true],.border-color-focus-violet:focus,.border-color-focus-violet:focus-within,.border-color-active-violet[data-selected=true],.border-color-active-violet:active{border-color:var(--color-violet)}.border-color-violet-light,.border-color-hover-violet-light:hover,.border-color-focus-violet-light[data-focused=true],.border-color-focus-violet-light:focus,.border-color-focus-violet-light:focus-within,.border-color-active-violet-light[data-selected=true],.border-color-active-violet-light:active{border-color:var(--color-violet-light)}.border-color-violet-dark,.border-color-hover-violet-dark:hover,.border-color-focus-violet-dark[data-focused=true],.border-color-focus-violet-dark:focus,.border-color-focus-violet-dark:focus-within,.border-color-active-violet-dark[data-selected=true],.border-color-active-violet-dark:active{border-color:var(--color-violet-dark)}.border-color-violet-themed,.border-color-hover-violet-themed:hover,.border-color-focus-violet-themed[data-focused=true],.border-color-focus-violet-themed:focus,.border-color-focus-violet-themed:focus-within,.border-color-active-violet-themed[data-selected=true],.border-color-active-violet-themed:active{border-color:var(--color-violet-themed)}.border-color-purple,.border-color-hover-purple:hover,.border-color-focus-purple[data-focused=true],.border-color-focus-purple:focus,.border-color-focus-purple:focus-within,.border-color-active-purple[data-selected=true],.border-color-active-purple:active{border-color:var(--color-purple)}.border-color-purple-light,.border-color-hover-purple-light:hover,.border-color-focus-purple-light[data-focused=true],.border-color-focus-purple-light:focus,.border-color-focus-purple-light:focus-within,.border-color-active-purple-light[data-selected=true],.border-color-active-purple-light:active{border-color:var(--color-purple-light)}.border-color-purple-dark,.border-color-hover-purple-dark:hover,.border-color-focus-purple-dark[data-focused=true],.border-color-focus-purple-dark:focus,.border-color-focus-purple-dark:focus-within,.border-color-active-purple-dark[data-selected=true],.border-color-active-purple-dark:active{border-color:var(--color-purple-dark)}.border-color-purple-themed,.border-color-hover-purple-themed:hover,.border-color-focus-purple-themed[data-focused=true],.border-color-focus-purple-themed:focus,.border-color-focus-purple-themed:focus-within,.border-color-active-purple-themed[data-selected=true],.border-color-active-purple-themed:active{border-color:var(--color-purple-themed)}.border-color-fuchsia,.border-color-hover-fuchsia:hover,.border-color-focus-fuchsia[data-focused=true],.border-color-focus-fuchsia:focus,.border-color-focus-fuchsia:focus-within,.border-color-active-fuchsia[data-selected=true],.border-color-active-fuchsia:active{border-color:var(--color-fuchsia)}.border-color-fuchsia-light,.border-color-hover-fuchsia-light:hover,.border-color-focus-fuchsia-light[data-focused=true],.border-color-focus-fuchsia-light:focus,.border-color-focus-fuchsia-light:focus-within,.border-color-active-fuchsia-light[data-selected=true],.border-color-active-fuchsia-light:active{border-color:var(--color-fuchsia-light)}.border-color-fuchsia-dark,.border-color-hover-fuchsia-dark:hover,.border-color-focus-fuchsia-dark[data-focused=true],.border-color-focus-fuchsia-dark:focus,.border-color-focus-fuchsia-dark:focus-within,.border-color-active-fuchsia-dark[data-selected=true],.border-color-active-fuchsia-dark:active{border-color:var(--color-fuchsia-dark)}.border-color-fuchsia-themed,.border-color-hover-fuchsia-themed:hover,.border-color-focus-fuchsia-themed[data-focused=true],.border-color-focus-fuchsia-themed:focus,.border-color-focus-fuchsia-themed:focus-within,.border-color-active-fuchsia-themed[data-selected=true],.border-color-active-fuchsia-themed:active{border-color:var(--color-fuchsia-themed)}.border-color-pink,.border-color-hover-pink:hover,.border-color-focus-pink[data-focused=true],.border-color-focus-pink:focus,.border-color-focus-pink:focus-within,.border-color-active-pink[data-selected=true],.border-color-active-pink:active{border-color:var(--color-pink)}.border-color-pink-light,.border-color-hover-pink-light:hover,.border-color-focus-pink-light[data-focused=true],.border-color-focus-pink-light:focus,.border-color-focus-pink-light:focus-within,.border-color-active-pink-light[data-selected=true],.border-color-active-pink-light:active{border-color:var(--color-pink-light)}.border-color-pink-dark,.border-color-hover-pink-dark:hover,.border-color-focus-pink-dark[data-focused=true],.border-color-focus-pink-dark:focus,.border-color-focus-pink-dark:focus-within,.border-color-active-pink-dark[data-selected=true],.border-color-active-pink-dark:active{border-color:var(--color-pink-dark)}.border-color-pink-themed,.border-color-hover-pink-themed:hover,.border-color-focus-pink-themed[data-focused=true],.border-color-focus-pink-themed:focus,.border-color-focus-pink-themed:focus-within,.border-color-active-pink-themed[data-selected=true],.border-color-active-pink-themed:active{border-color:var(--color-pink-themed)}.border-color-rose,.border-color-hover-rose:hover,.border-color-focus-rose[data-focused=true],.border-color-focus-rose:focus,.border-color-focus-rose:focus-within,.border-color-active-rose[data-selected=true],.border-color-active-rose:active{border-color:var(--color-rose)}.border-color-rose-light,.border-color-hover-rose-light:hover,.border-color-focus-rose-light[data-focused=true],.border-color-focus-rose-light:focus,.border-color-focus-rose-light:focus-within,.border-color-active-rose-light[data-selected=true],.border-color-active-rose-light:active{border-color:var(--color-rose-light)}.border-color-rose-dark,.border-color-hover-rose-dark:hover,.border-color-focus-rose-dark[data-focused=true],.border-color-focus-rose-dark:focus,.border-color-focus-rose-dark:focus-within,.border-color-active-rose-dark[data-selected=true],.border-color-active-rose-dark:active{border-color:var(--color-rose-dark)}.border-color-rose-themed,.border-color-hover-rose-themed:hover,.border-color-focus-rose-themed[data-focused=true],.border-color-focus-rose-themed:focus,.border-color-focus-rose-themed:focus-within,.border-color-active-rose-themed[data-selected=true],.border-color-active-rose-themed:active{border-color:var(--color-rose-themed)}.border-color-slate,.border-color-hover-slate:hover,.border-color-focus-slate[data-focused=true],.border-color-focus-slate:focus,.border-color-focus-slate:focus-within,.border-color-active-slate[data-selected=true],.border-color-active-slate:active{border-color:var(--color-slate)}.border-color-slate-light,.border-color-hover-slate-light:hover,.border-color-focus-slate-light[data-focused=true],.border-color-focus-slate-light:focus,.border-color-focus-slate-light:focus-within,.border-color-active-slate-light[data-selected=true],.border-color-active-slate-light:active{border-color:var(--color-slate-light)}.border-color-slate-dark,.border-color-hover-slate-dark:hover,.border-color-focus-slate-dark[data-focused=true],.border-color-focus-slate-dark:focus,.border-color-focus-slate-dark:focus-within,.border-color-active-slate-dark[data-selected=true],.border-color-active-slate-dark:active{border-color:var(--color-slate-dark)}.border-color-slate-themed,.border-color-hover-slate-themed:hover,.border-color-focus-slate-themed[data-focused=true],.border-color-focus-slate-themed:focus,.border-color-focus-slate-themed:focus-within,.border-color-active-slate-themed[data-selected=true],.border-color-active-slate-themed:active{border-color:var(--color-slate-themed)}.border-color-gray,.border-color-hover-gray:hover,.border-color-focus-gray[data-focused=true],.border-color-focus-gray:focus,.border-color-focus-gray:focus-within,.border-color-active-gray[data-selected=true],.border-color-active-gray:active{border-color:var(--color-gray)}.border-color-gray-light,.border-color-hover-gray-light:hover,.border-color-focus-gray-light[data-focused=true],.border-color-focus-gray-light:focus,.border-color-focus-gray-light:focus-within,.border-color-active-gray-light[data-selected=true],.border-color-active-gray-light:active{border-color:var(--color-gray-light)}.border-color-gray-dark,.border-color-hover-gray-dark:hover,.border-color-focus-gray-dark[data-focused=true],.border-color-focus-gray-dark:focus,.border-color-focus-gray-dark:focus-within,.border-color-active-gray-dark[data-selected=true],.border-color-active-gray-dark:active{border-color:var(--color-gray-dark)}.border-color-gray-themed,.border-color-hover-gray-themed:hover,.border-color-focus-gray-themed[data-focused=true],.border-color-focus-gray-themed:focus,.border-color-focus-gray-themed:focus-within,.border-color-active-gray-themed[data-selected=true],.border-color-active-gray-themed:active{border-color:var(--color-gray-themed)}.border-color-zinc,.border-color-hover-zinc:hover,.border-color-focus-zinc[data-focused=true],.border-color-focus-zinc:focus,.border-color-focus-zinc:focus-within,.border-color-active-zinc[data-selected=true],.border-color-active-zinc:active{border-color:var(--color-zinc)}.border-color-zinc-light,.border-color-hover-zinc-light:hover,.border-color-focus-zinc-light[data-focused=true],.border-color-focus-zinc-light:focus,.border-color-focus-zinc-light:focus-within,.border-color-active-zinc-light[data-selected=true],.border-color-active-zinc-light:active{border-color:var(--color-zinc-light)}.border-color-zinc-dark,.border-color-hover-zinc-dark:hover,.border-color-focus-zinc-dark[data-focused=true],.border-color-focus-zinc-dark:focus,.border-color-focus-zinc-dark:focus-within,.border-color-active-zinc-dark[data-selected=true],.border-color-active-zinc-dark:active{border-color:var(--color-zinc-dark)}.border-color-zinc-themed,.border-color-hover-zinc-themed:hover,.border-color-focus-zinc-themed[data-focused=true],.border-color-focus-zinc-themed:focus,.border-color-focus-zinc-themed:focus-within,.border-color-active-zinc-themed[data-selected=true],.border-color-active-zinc-themed:active{border-color:var(--color-zinc-themed)}.border-color-neutral,.border-color-hover-neutral:hover,.border-color-focus-neutral[data-focused=true],.border-color-focus-neutral:focus,.border-color-focus-neutral:focus-within,.border-color-active-neutral[data-selected=true],.border-color-active-neutral:active{border-color:var(--color-neutral)}.border-color-neutral-light,.border-color-hover-neutral-light:hover,.border-color-focus-neutral-light[data-focused=true],.border-color-focus-neutral-light:focus,.border-color-focus-neutral-light:focus-within,.border-color-active-neutral-light[data-selected=true],.border-color-active-neutral-light:active{border-color:var(--color-neutral-light)}.border-color-neutral-dark,.border-color-hover-neutral-dark:hover,.border-color-focus-neutral-dark[data-focused=true],.border-color-focus-neutral-dark:focus,.border-color-focus-neutral-dark:focus-within,.border-color-active-neutral-dark[data-selected=true],.border-color-active-neutral-dark:active{border-color:var(--color-neutral-dark)}.border-color-neutral-themed,.border-color-hover-neutral-themed:hover,.border-color-focus-neutral-themed[data-focused=true],.border-color-focus-neutral-themed:focus,.border-color-focus-neutral-themed:focus-within,.border-color-active-neutral-themed[data-selected=true],.border-color-active-neutral-themed:active{border-color:var(--color-neutral-themed)}.border-color-stone,.border-color-hover-stone:hover,.border-color-focus-stone[data-focused=true],.border-color-focus-stone:focus,.border-color-focus-stone:focus-within,.border-color-active-stone[data-selected=true],.border-color-active-stone:active{border-color:var(--color-stone)}.border-color-stone-light,.border-color-hover-stone-light:hover,.border-color-focus-stone-light[data-focused=true],.border-color-focus-stone-light:focus,.border-color-focus-stone-light:focus-within,.border-color-active-stone-light[data-selected=true],.border-color-active-stone-light:active{border-color:var(--color-stone-light)}.border-color-stone-dark,.border-color-hover-stone-dark:hover,.border-color-focus-stone-dark[data-focused=true],.border-color-focus-stone-dark:focus,.border-color-focus-stone-dark:focus-within,.border-color-active-stone-dark[data-selected=true],.border-color-active-stone-dark:active{border-color:var(--color-stone-dark)}.border-color-stone-themed,.border-color-hover-stone-themed:hover,.border-color-focus-stone-themed[data-focused=true],.border-color-focus-stone-themed:focus,.border-color-focus-stone-themed:focus-within,.border-color-active-stone-themed[data-selected=true],.border-color-active-stone-themed:active{border-color:var(--color-stone-themed)}.border-color-white,.border-color-hover-white:hover,.border-color-focus-white[data-focused=true],.border-color-focus-white:focus,.border-color-focus-white:focus-within,.border-color-active-white[data-selected=true],.border-color-active-white:active{border-color:var(--color-white)}.border-color-black,.border-color-hover-black:hover,.border-color-focus-black[data-focused=true],.border-color-focus-black:focus,.border-color-focus-black:focus-within,.border-color-active-black[data-selected=true],.border-color-active-black:active{border-color:var(--color-black)}.border-color-transparent,.border-color-hover-transparent:hover,.border-color-focus-transparent[data-focused=true],.border-color-focus-transparent:focus,.border-color-focus-transparent:focus-within,.border-color-active-transparent[data-selected=true],.border-color-active-transparent:active{border-color:var(--color-transparent)}.border-color-red-0,.border-color-hover-red-0:hover,.border-color-focus-red-0[data-focused=true],.border-color-focus-red-0:focus,.border-color-focus-red-0:focus-within,.border-color-active-red-0[data-selected=true],.border-color-active-red-0:active{border-color:var(--color-red-0)}.border-color-red-1,.border-color-hover-red-1:hover,.border-color-focus-red-1[data-focused=true],.border-color-focus-red-1:focus,.border-color-focus-red-1:focus-within,.border-color-active-red-1[data-selected=true],.border-color-active-red-1:active{border-color:var(--color-red-1)}.border-color-red-2,.border-color-hover-red-2:hover,.border-color-focus-red-2[data-focused=true],.border-color-focus-red-2:focus,.border-color-focus-red-2:focus-within,.border-color-active-red-2[data-selected=true],.border-color-active-red-2:active{border-color:var(--color-red-2)}.border-color-red-3,.border-color-hover-red-3:hover,.border-color-focus-red-3[data-focused=true],.border-color-focus-red-3:focus,.border-color-focus-red-3:focus-within,.border-color-active-red-3[data-selected=true],.border-color-active-red-3:active{border-color:var(--color-red-3)}.border-color-red-4,.border-color-hover-red-4:hover,.border-color-focus-red-4[data-focused=true],.border-color-focus-red-4:focus,.border-color-focus-red-4:focus-within,.border-color-active-red-4[data-selected=true],.border-color-active-red-4:active{border-color:var(--color-red-4)}.border-color-red-5,.border-color-hover-red-5:hover,.border-color-focus-red-5[data-focused=true],.border-color-focus-red-5:focus,.border-color-focus-red-5:focus-within,.border-color-active-red-5[data-selected=true],.border-color-active-red-5:active{border-color:var(--color-red-5)}.border-color-red-6,.border-color-hover-red-6:hover,.border-color-focus-red-6[data-focused=true],.border-color-focus-red-6:focus,.border-color-focus-red-6:focus-within,.border-color-active-red-6[data-selected=true],.border-color-active-red-6:active{border-color:var(--color-red-6)}.border-color-red-7,.border-color-hover-red-7:hover,.border-color-focus-red-7[data-focused=true],.border-color-focus-red-7:focus,.border-color-focus-red-7:focus-within,.border-color-active-red-7[data-selected=true],.border-color-active-red-7:active{border-color:var(--color-red-7)}.border-color-red-8,.border-color-hover-red-8:hover,.border-color-focus-red-8[data-focused=true],.border-color-focus-red-8:focus,.border-color-focus-red-8:focus-within,.border-color-active-red-8[data-selected=true],.border-color-active-red-8:active{border-color:var(--color-red-8)}.border-color-red-9,.border-color-hover-red-9:hover,.border-color-focus-red-9[data-focused=true],.border-color-focus-red-9:focus,.border-color-focus-red-9:focus-within,.border-color-active-red-9[data-selected=true],.border-color-active-red-9:active{border-color:var(--color-red-9)}.border-color-red-10,.border-color-hover-red-10:hover,.border-color-focus-red-10[data-focused=true],.border-color-focus-red-10:focus,.border-color-focus-red-10:focus-within,.border-color-active-red-10[data-selected=true],.border-color-active-red-10:active{border-color:var(--color-red-10)}.border-color-orange-0,.border-color-hover-orange-0:hover,.border-color-focus-orange-0[data-focused=true],.border-color-focus-orange-0:focus,.border-color-focus-orange-0:focus-within,.border-color-active-orange-0[data-selected=true],.border-color-active-orange-0:active{border-color:var(--color-orange-0)}.border-color-orange-1,.border-color-hover-orange-1:hover,.border-color-focus-orange-1[data-focused=true],.border-color-focus-orange-1:focus,.border-color-focus-orange-1:focus-within,.border-color-active-orange-1[data-selected=true],.border-color-active-orange-1:active{border-color:var(--color-orange-1)}.border-color-orange-2,.border-color-hover-orange-2:hover,.border-color-focus-orange-2[data-focused=true],.border-color-focus-orange-2:focus,.border-color-focus-orange-2:focus-within,.border-color-active-orange-2[data-selected=true],.border-color-active-orange-2:active{border-color:var(--color-orange-2)}.border-color-orange-3,.border-color-hover-orange-3:hover,.border-color-focus-orange-3[data-focused=true],.border-color-focus-orange-3:focus,.border-color-focus-orange-3:focus-within,.border-color-active-orange-3[data-selected=true],.border-color-active-orange-3:active{border-color:var(--color-orange-3)}.border-color-orange-4,.border-color-hover-orange-4:hover,.border-color-focus-orange-4[data-focused=true],.border-color-focus-orange-4:focus,.border-color-focus-orange-4:focus-within,.border-color-active-orange-4[data-selected=true],.border-color-active-orange-4:active{border-color:var(--color-orange-4)}.border-color-orange-5,.border-color-hover-orange-5:hover,.border-color-focus-orange-5[data-focused=true],.border-color-focus-orange-5:focus,.border-color-focus-orange-5:focus-within,.border-color-active-orange-5[data-selected=true],.border-color-active-orange-5:active{border-color:var(--color-orange-5)}.border-color-orange-6,.border-color-hover-orange-6:hover,.border-color-focus-orange-6[data-focused=true],.border-color-focus-orange-6:focus,.border-color-focus-orange-6:focus-within,.border-color-active-orange-6[data-selected=true],.border-color-active-orange-6:active{border-color:var(--color-orange-6)}.border-color-orange-7,.border-color-hover-orange-7:hover,.border-color-focus-orange-7[data-focused=true],.border-color-focus-orange-7:focus,.border-color-focus-orange-7:focus-within,.border-color-active-orange-7[data-selected=true],.border-color-active-orange-7:active{border-color:var(--color-orange-7)}.border-color-orange-8,.border-color-hover-orange-8:hover,.border-color-focus-orange-8[data-focused=true],.border-color-focus-orange-8:focus,.border-color-focus-orange-8:focus-within,.border-color-active-orange-8[data-selected=true],.border-color-active-orange-8:active{border-color:var(--color-orange-8)}.border-color-orange-9,.border-color-hover-orange-9:hover,.border-color-focus-orange-9[data-focused=true],.border-color-focus-orange-9:focus,.border-color-focus-orange-9:focus-within,.border-color-active-orange-9[data-selected=true],.border-color-active-orange-9:active{border-color:var(--color-orange-9)}.border-color-orange-10,.border-color-hover-orange-10:hover,.border-color-focus-orange-10[data-focused=true],.border-color-focus-orange-10:focus,.border-color-focus-orange-10:focus-within,.border-color-active-orange-10[data-selected=true],.border-color-active-orange-10:active{border-color:var(--color-orange-10)}.border-color-amber-0,.border-color-hover-amber-0:hover,.border-color-focus-amber-0[data-focused=true],.border-color-focus-amber-0:focus,.border-color-focus-amber-0:focus-within,.border-color-active-amber-0[data-selected=true],.border-color-active-amber-0:active{border-color:var(--color-amber-0)}.border-color-amber-1,.border-color-hover-amber-1:hover,.border-color-focus-amber-1[data-focused=true],.border-color-focus-amber-1:focus,.border-color-focus-amber-1:focus-within,.border-color-active-amber-1[data-selected=true],.border-color-active-amber-1:active{border-color:var(--color-amber-1)}.border-color-amber-2,.border-color-hover-amber-2:hover,.border-color-focus-amber-2[data-focused=true],.border-color-focus-amber-2:focus,.border-color-focus-amber-2:focus-within,.border-color-active-amber-2[data-selected=true],.border-color-active-amber-2:active{border-color:var(--color-amber-2)}.border-color-amber-3,.border-color-hover-amber-3:hover,.border-color-focus-amber-3[data-focused=true],.border-color-focus-amber-3:focus,.border-color-focus-amber-3:focus-within,.border-color-active-amber-3[data-selected=true],.border-color-active-amber-3:active{border-color:var(--color-amber-3)}.border-color-amber-4,.border-color-hover-amber-4:hover,.border-color-focus-amber-4[data-focused=true],.border-color-focus-amber-4:focus,.border-color-focus-amber-4:focus-within,.border-color-active-amber-4[data-selected=true],.border-color-active-amber-4:active{border-color:var(--color-amber-4)}.border-color-amber-5,.border-color-hover-amber-5:hover,.border-color-focus-amber-5[data-focused=true],.border-color-focus-amber-5:focus,.border-color-focus-amber-5:focus-within,.border-color-active-amber-5[data-selected=true],.border-color-active-amber-5:active{border-color:var(--color-amber-5)}.border-color-amber-6,.border-color-hover-amber-6:hover,.border-color-focus-amber-6[data-focused=true],.border-color-focus-amber-6:focus,.border-color-focus-amber-6:focus-within,.border-color-active-amber-6[data-selected=true],.border-color-active-amber-6:active{border-color:var(--color-amber-6)}.border-color-amber-7,.border-color-hover-amber-7:hover,.border-color-focus-amber-7[data-focused=true],.border-color-focus-amber-7:focus,.border-color-focus-amber-7:focus-within,.border-color-active-amber-7[data-selected=true],.border-color-active-amber-7:active{border-color:var(--color-amber-7)}.border-color-amber-8,.border-color-hover-amber-8:hover,.border-color-focus-amber-8[data-focused=true],.border-color-focus-amber-8:focus,.border-color-focus-amber-8:focus-within,.border-color-active-amber-8[data-selected=true],.border-color-active-amber-8:active{border-color:var(--color-amber-8)}.border-color-amber-9,.border-color-hover-amber-9:hover,.border-color-focus-amber-9[data-focused=true],.border-color-focus-amber-9:focus,.border-color-focus-amber-9:focus-within,.border-color-active-amber-9[data-selected=true],.border-color-active-amber-9:active{border-color:var(--color-amber-9)}.border-color-amber-10,.border-color-hover-amber-10:hover,.border-color-focus-amber-10[data-focused=true],.border-color-focus-amber-10:focus,.border-color-focus-amber-10:focus-within,.border-color-active-amber-10[data-selected=true],.border-color-active-amber-10:active{border-color:var(--color-amber-10)}.border-color-yellow-0,.border-color-hover-yellow-0:hover,.border-color-focus-yellow-0[data-focused=true],.border-color-focus-yellow-0:focus,.border-color-focus-yellow-0:focus-within,.border-color-active-yellow-0[data-selected=true],.border-color-active-yellow-0:active{border-color:var(--color-yellow-0)}.border-color-yellow-1,.border-color-hover-yellow-1:hover,.border-color-focus-yellow-1[data-focused=true],.border-color-focus-yellow-1:focus,.border-color-focus-yellow-1:focus-within,.border-color-active-yellow-1[data-selected=true],.border-color-active-yellow-1:active{border-color:var(--color-yellow-1)}.border-color-yellow-2,.border-color-hover-yellow-2:hover,.border-color-focus-yellow-2[data-focused=true],.border-color-focus-yellow-2:focus,.border-color-focus-yellow-2:focus-within,.border-color-active-yellow-2[data-selected=true],.border-color-active-yellow-2:active{border-color:var(--color-yellow-2)}.border-color-yellow-3,.border-color-hover-yellow-3:hover,.border-color-focus-yellow-3[data-focused=true],.border-color-focus-yellow-3:focus,.border-color-focus-yellow-3:focus-within,.border-color-active-yellow-3[data-selected=true],.border-color-active-yellow-3:active{border-color:var(--color-yellow-3)}.border-color-yellow-4,.border-color-hover-yellow-4:hover,.border-color-focus-yellow-4[data-focused=true],.border-color-focus-yellow-4:focus,.border-color-focus-yellow-4:focus-within,.border-color-active-yellow-4[data-selected=true],.border-color-active-yellow-4:active{border-color:var(--color-yellow-4)}.border-color-yellow-5,.border-color-hover-yellow-5:hover,.border-color-focus-yellow-5[data-focused=true],.border-color-focus-yellow-5:focus,.border-color-focus-yellow-5:focus-within,.border-color-active-yellow-5[data-selected=true],.border-color-active-yellow-5:active{border-color:var(--color-yellow-5)}.border-color-yellow-6,.border-color-hover-yellow-6:hover,.border-color-focus-yellow-6[data-focused=true],.border-color-focus-yellow-6:focus,.border-color-focus-yellow-6:focus-within,.border-color-active-yellow-6[data-selected=true],.border-color-active-yellow-6:active{border-color:var(--color-yellow-6)}.border-color-yellow-7,.border-color-hover-yellow-7:hover,.border-color-focus-yellow-7[data-focused=true],.border-color-focus-yellow-7:focus,.border-color-focus-yellow-7:focus-within,.border-color-active-yellow-7[data-selected=true],.border-color-active-yellow-7:active{border-color:var(--color-yellow-7)}.border-color-yellow-8,.border-color-hover-yellow-8:hover,.border-color-focus-yellow-8[data-focused=true],.border-color-focus-yellow-8:focus,.border-color-focus-yellow-8:focus-within,.border-color-active-yellow-8[data-selected=true],.border-color-active-yellow-8:active{border-color:var(--color-yellow-8)}.border-color-yellow-9,.border-color-hover-yellow-9:hover,.border-color-focus-yellow-9[data-focused=true],.border-color-focus-yellow-9:focus,.border-color-focus-yellow-9:focus-within,.border-color-active-yellow-9[data-selected=true],.border-color-active-yellow-9:active{border-color:var(--color-yellow-9)}.border-color-yellow-10,.border-color-hover-yellow-10:hover,.border-color-focus-yellow-10[data-focused=true],.border-color-focus-yellow-10:focus,.border-color-focus-yellow-10:focus-within,.border-color-active-yellow-10[data-selected=true],.border-color-active-yellow-10:active{border-color:var(--color-yellow-10)}.border-color-lime-0,.border-color-hover-lime-0:hover,.border-color-focus-lime-0[data-focused=true],.border-color-focus-lime-0:focus,.border-color-focus-lime-0:focus-within,.border-color-active-lime-0[data-selected=true],.border-color-active-lime-0:active{border-color:var(--color-lime-0)}.border-color-lime-1,.border-color-hover-lime-1:hover,.border-color-focus-lime-1[data-focused=true],.border-color-focus-lime-1:focus,.border-color-focus-lime-1:focus-within,.border-color-active-lime-1[data-selected=true],.border-color-active-lime-1:active{border-color:var(--color-lime-1)}.border-color-lime-2,.border-color-hover-lime-2:hover,.border-color-focus-lime-2[data-focused=true],.border-color-focus-lime-2:focus,.border-color-focus-lime-2:focus-within,.border-color-active-lime-2[data-selected=true],.border-color-active-lime-2:active{border-color:var(--color-lime-2)}.border-color-lime-3,.border-color-hover-lime-3:hover,.border-color-focus-lime-3[data-focused=true],.border-color-focus-lime-3:focus,.border-color-focus-lime-3:focus-within,.border-color-active-lime-3[data-selected=true],.border-color-active-lime-3:active{border-color:var(--color-lime-3)}.border-color-lime-4,.border-color-hover-lime-4:hover,.border-color-focus-lime-4[data-focused=true],.border-color-focus-lime-4:focus,.border-color-focus-lime-4:focus-within,.border-color-active-lime-4[data-selected=true],.border-color-active-lime-4:active{border-color:var(--color-lime-4)}.border-color-lime-5,.border-color-hover-lime-5:hover,.border-color-focus-lime-5[data-focused=true],.border-color-focus-lime-5:focus,.border-color-focus-lime-5:focus-within,.border-color-active-lime-5[data-selected=true],.border-color-active-lime-5:active{border-color:var(--color-lime-5)}.border-color-lime-6,.border-color-hover-lime-6:hover,.border-color-focus-lime-6[data-focused=true],.border-color-focus-lime-6:focus,.border-color-focus-lime-6:focus-within,.border-color-active-lime-6[data-selected=true],.border-color-active-lime-6:active{border-color:var(--color-lime-6)}.border-color-lime-7,.border-color-hover-lime-7:hover,.border-color-focus-lime-7[data-focused=true],.border-color-focus-lime-7:focus,.border-color-focus-lime-7:focus-within,.border-color-active-lime-7[data-selected=true],.border-color-active-lime-7:active{border-color:var(--color-lime-7)}.border-color-lime-8,.border-color-hover-lime-8:hover,.border-color-focus-lime-8[data-focused=true],.border-color-focus-lime-8:focus,.border-color-focus-lime-8:focus-within,.border-color-active-lime-8[data-selected=true],.border-color-active-lime-8:active{border-color:var(--color-lime-8)}.border-color-lime-9,.border-color-hover-lime-9:hover,.border-color-focus-lime-9[data-focused=true],.border-color-focus-lime-9:focus,.border-color-focus-lime-9:focus-within,.border-color-active-lime-9[data-selected=true],.border-color-active-lime-9:active{border-color:var(--color-lime-9)}.border-color-lime-10,.border-color-hover-lime-10:hover,.border-color-focus-lime-10[data-focused=true],.border-color-focus-lime-10:focus,.border-color-focus-lime-10:focus-within,.border-color-active-lime-10[data-selected=true],.border-color-active-lime-10:active{border-color:var(--color-lime-10)}.border-color-green-0,.border-color-hover-green-0:hover,.border-color-focus-green-0[data-focused=true],.border-color-focus-green-0:focus,.border-color-focus-green-0:focus-within,.border-color-active-green-0[data-selected=true],.border-color-active-green-0:active{border-color:var(--color-green-0)}.border-color-green-1,.border-color-hover-green-1:hover,.border-color-focus-green-1[data-focused=true],.border-color-focus-green-1:focus,.border-color-focus-green-1:focus-within,.border-color-active-green-1[data-selected=true],.border-color-active-green-1:active{border-color:var(--color-green-1)}.border-color-green-2,.border-color-hover-green-2:hover,.border-color-focus-green-2[data-focused=true],.border-color-focus-green-2:focus,.border-color-focus-green-2:focus-within,.border-color-active-green-2[data-selected=true],.border-color-active-green-2:active{border-color:var(--color-green-2)}.border-color-green-3,.border-color-hover-green-3:hover,.border-color-focus-green-3[data-focused=true],.border-color-focus-green-3:focus,.border-color-focus-green-3:focus-within,.border-color-active-green-3[data-selected=true],.border-color-active-green-3:active{border-color:var(--color-green-3)}.border-color-green-4,.border-color-hover-green-4:hover,.border-color-focus-green-4[data-focused=true],.border-color-focus-green-4:focus,.border-color-focus-green-4:focus-within,.border-color-active-green-4[data-selected=true],.border-color-active-green-4:active{border-color:var(--color-green-4)}.border-color-green-5,.border-color-hover-green-5:hover,.border-color-focus-green-5[data-focused=true],.border-color-focus-green-5:focus,.border-color-focus-green-5:focus-within,.border-color-active-green-5[data-selected=true],.border-color-active-green-5:active{border-color:var(--color-green-5)}.border-color-green-6,.border-color-hover-green-6:hover,.border-color-focus-green-6[data-focused=true],.border-color-focus-green-6:focus,.border-color-focus-green-6:focus-within,.border-color-active-green-6[data-selected=true],.border-color-active-green-6:active{border-color:var(--color-green-6)}.border-color-green-7,.border-color-hover-green-7:hover,.border-color-focus-green-7[data-focused=true],.border-color-focus-green-7:focus,.border-color-focus-green-7:focus-within,.border-color-active-green-7[data-selected=true],.border-color-active-green-7:active{border-color:var(--color-green-7)}.border-color-green-8,.border-color-hover-green-8:hover,.border-color-focus-green-8[data-focused=true],.border-color-focus-green-8:focus,.border-color-focus-green-8:focus-within,.border-color-active-green-8[data-selected=true],.border-color-active-green-8:active{border-color:var(--color-green-8)}.border-color-green-9,.border-color-hover-green-9:hover,.border-color-focus-green-9[data-focused=true],.border-color-focus-green-9:focus,.border-color-focus-green-9:focus-within,.border-color-active-green-9[data-selected=true],.border-color-active-green-9:active{border-color:var(--color-green-9)}.border-color-green-10,.border-color-hover-green-10:hover,.border-color-focus-green-10[data-focused=true],.border-color-focus-green-10:focus,.border-color-focus-green-10:focus-within,.border-color-active-green-10[data-selected=true],.border-color-active-green-10:active{border-color:var(--color-green-10)}.border-color-emerald-0,.border-color-hover-emerald-0:hover,.border-color-focus-emerald-0[data-focused=true],.border-color-focus-emerald-0:focus,.border-color-focus-emerald-0:focus-within,.border-color-active-emerald-0[data-selected=true],.border-color-active-emerald-0:active{border-color:var(--color-emerald-0)}.border-color-emerald-1,.border-color-hover-emerald-1:hover,.border-color-focus-emerald-1[data-focused=true],.border-color-focus-emerald-1:focus,.border-color-focus-emerald-1:focus-within,.border-color-active-emerald-1[data-selected=true],.border-color-active-emerald-1:active{border-color:var(--color-emerald-1)}.border-color-emerald-2,.border-color-hover-emerald-2:hover,.border-color-focus-emerald-2[data-focused=true],.border-color-focus-emerald-2:focus,.border-color-focus-emerald-2:focus-within,.border-color-active-emerald-2[data-selected=true],.border-color-active-emerald-2:active{border-color:var(--color-emerald-2)}.border-color-emerald-3,.border-color-hover-emerald-3:hover,.border-color-focus-emerald-3[data-focused=true],.border-color-focus-emerald-3:focus,.border-color-focus-emerald-3:focus-within,.border-color-active-emerald-3[data-selected=true],.border-color-active-emerald-3:active{border-color:var(--color-emerald-3)}.border-color-emerald-4,.border-color-hover-emerald-4:hover,.border-color-focus-emerald-4[data-focused=true],.border-color-focus-emerald-4:focus,.border-color-focus-emerald-4:focus-within,.border-color-active-emerald-4[data-selected=true],.border-color-active-emerald-4:active{border-color:var(--color-emerald-4)}.border-color-emerald-5,.border-color-hover-emerald-5:hover,.border-color-focus-emerald-5[data-focused=true],.border-color-focus-emerald-5:focus,.border-color-focus-emerald-5:focus-within,.border-color-active-emerald-5[data-selected=true],.border-color-active-emerald-5:active{border-color:var(--color-emerald-5)}.border-color-emerald-6,.border-color-hover-emerald-6:hover,.border-color-focus-emerald-6[data-focused=true],.border-color-focus-emerald-6:focus,.border-color-focus-emerald-6:focus-within,.border-color-active-emerald-6[data-selected=true],.border-color-active-emerald-6:active{border-color:var(--color-emerald-6)}.border-color-emerald-7,.border-color-hover-emerald-7:hover,.border-color-focus-emerald-7[data-focused=true],.border-color-focus-emerald-7:focus,.border-color-focus-emerald-7:focus-within,.border-color-active-emerald-7[data-selected=true],.border-color-active-emerald-7:active{border-color:var(--color-emerald-7)}.border-color-emerald-8,.border-color-hover-emerald-8:hover,.border-color-focus-emerald-8[data-focused=true],.border-color-focus-emerald-8:focus,.border-color-focus-emerald-8:focus-within,.border-color-active-emerald-8[data-selected=true],.border-color-active-emerald-8:active{border-color:var(--color-emerald-8)}.border-color-emerald-9,.border-color-hover-emerald-9:hover,.border-color-focus-emerald-9[data-focused=true],.border-color-focus-emerald-9:focus,.border-color-focus-emerald-9:focus-within,.border-color-active-emerald-9[data-selected=true],.border-color-active-emerald-9:active{border-color:var(--color-emerald-9)}.border-color-emerald-10,.border-color-hover-emerald-10:hover,.border-color-focus-emerald-10[data-focused=true],.border-color-focus-emerald-10:focus,.border-color-focus-emerald-10:focus-within,.border-color-active-emerald-10[data-selected=true],.border-color-active-emerald-10:active{border-color:var(--color-emerald-10)}.border-color-teal-0,.border-color-hover-teal-0:hover,.border-color-focus-teal-0[data-focused=true],.border-color-focus-teal-0:focus,.border-color-focus-teal-0:focus-within,.border-color-active-teal-0[data-selected=true],.border-color-active-teal-0:active{border-color:var(--color-teal-0)}.border-color-teal-1,.border-color-hover-teal-1:hover,.border-color-focus-teal-1[data-focused=true],.border-color-focus-teal-1:focus,.border-color-focus-teal-1:focus-within,.border-color-active-teal-1[data-selected=true],.border-color-active-teal-1:active{border-color:var(--color-teal-1)}.border-color-teal-2,.border-color-hover-teal-2:hover,.border-color-focus-teal-2[data-focused=true],.border-color-focus-teal-2:focus,.border-color-focus-teal-2:focus-within,.border-color-active-teal-2[data-selected=true],.border-color-active-teal-2:active{border-color:var(--color-teal-2)}.border-color-teal-3,.border-color-hover-teal-3:hover,.border-color-focus-teal-3[data-focused=true],.border-color-focus-teal-3:focus,.border-color-focus-teal-3:focus-within,.border-color-active-teal-3[data-selected=true],.border-color-active-teal-3:active{border-color:var(--color-teal-3)}.border-color-teal-4,.border-color-hover-teal-4:hover,.border-color-focus-teal-4[data-focused=true],.border-color-focus-teal-4:focus,.border-color-focus-teal-4:focus-within,.border-color-active-teal-4[data-selected=true],.border-color-active-teal-4:active{border-color:var(--color-teal-4)}.border-color-teal-5,.border-color-hover-teal-5:hover,.border-color-focus-teal-5[data-focused=true],.border-color-focus-teal-5:focus,.border-color-focus-teal-5:focus-within,.border-color-active-teal-5[data-selected=true],.border-color-active-teal-5:active{border-color:var(--color-teal-5)}.border-color-teal-6,.border-color-hover-teal-6:hover,.border-color-focus-teal-6[data-focused=true],.border-color-focus-teal-6:focus,.border-color-focus-teal-6:focus-within,.border-color-active-teal-6[data-selected=true],.border-color-active-teal-6:active{border-color:var(--color-teal-6)}.border-color-teal-7,.border-color-hover-teal-7:hover,.border-color-focus-teal-7[data-focused=true],.border-color-focus-teal-7:focus,.border-color-focus-teal-7:focus-within,.border-color-active-teal-7[data-selected=true],.border-color-active-teal-7:active{border-color:var(--color-teal-7)}.border-color-teal-8,.border-color-hover-teal-8:hover,.border-color-focus-teal-8[data-focused=true],.border-color-focus-teal-8:focus,.border-color-focus-teal-8:focus-within,.border-color-active-teal-8[data-selected=true],.border-color-active-teal-8:active{border-color:var(--color-teal-8)}.border-color-teal-9,.border-color-hover-teal-9:hover,.border-color-focus-teal-9[data-focused=true],.border-color-focus-teal-9:focus,.border-color-focus-teal-9:focus-within,.border-color-active-teal-9[data-selected=true],.border-color-active-teal-9:active{border-color:var(--color-teal-9)}.border-color-teal-10,.border-color-hover-teal-10:hover,.border-color-focus-teal-10[data-focused=true],.border-color-focus-teal-10:focus,.border-color-focus-teal-10:focus-within,.border-color-active-teal-10[data-selected=true],.border-color-active-teal-10:active{border-color:var(--color-teal-10)}.border-color-cyan-0,.border-color-hover-cyan-0:hover,.border-color-focus-cyan-0[data-focused=true],.border-color-focus-cyan-0:focus,.border-color-focus-cyan-0:focus-within,.border-color-active-cyan-0[data-selected=true],.border-color-active-cyan-0:active{border-color:var(--color-cyan-0)}.border-color-cyan-1,.border-color-hover-cyan-1:hover,.border-color-focus-cyan-1[data-focused=true],.border-color-focus-cyan-1:focus,.border-color-focus-cyan-1:focus-within,.border-color-active-cyan-1[data-selected=true],.border-color-active-cyan-1:active{border-color:var(--color-cyan-1)}.border-color-cyan-2,.border-color-hover-cyan-2:hover,.border-color-focus-cyan-2[data-focused=true],.border-color-focus-cyan-2:focus,.border-color-focus-cyan-2:focus-within,.border-color-active-cyan-2[data-selected=true],.border-color-active-cyan-2:active{border-color:var(--color-cyan-2)}.border-color-cyan-3,.border-color-hover-cyan-3:hover,.border-color-focus-cyan-3[data-focused=true],.border-color-focus-cyan-3:focus,.border-color-focus-cyan-3:focus-within,.border-color-active-cyan-3[data-selected=true],.border-color-active-cyan-3:active{border-color:var(--color-cyan-3)}.border-color-cyan-4,.border-color-hover-cyan-4:hover,.border-color-focus-cyan-4[data-focused=true],.border-color-focus-cyan-4:focus,.border-color-focus-cyan-4:focus-within,.border-color-active-cyan-4[data-selected=true],.border-color-active-cyan-4:active{border-color:var(--color-cyan-4)}.border-color-cyan-5,.border-color-hover-cyan-5:hover,.border-color-focus-cyan-5[data-focused=true],.border-color-focus-cyan-5:focus,.border-color-focus-cyan-5:focus-within,.border-color-active-cyan-5[data-selected=true],.border-color-active-cyan-5:active{border-color:var(--color-cyan-5)}.border-color-cyan-6,.border-color-hover-cyan-6:hover,.border-color-focus-cyan-6[data-focused=true],.border-color-focus-cyan-6:focus,.border-color-focus-cyan-6:focus-within,.border-color-active-cyan-6[data-selected=true],.border-color-active-cyan-6:active{border-color:var(--color-cyan-6)}.border-color-cyan-7,.border-color-hover-cyan-7:hover,.border-color-focus-cyan-7[data-focused=true],.border-color-focus-cyan-7:focus,.border-color-focus-cyan-7:focus-within,.border-color-active-cyan-7[data-selected=true],.border-color-active-cyan-7:active{border-color:var(--color-cyan-7)}.border-color-cyan-8,.border-color-hover-cyan-8:hover,.border-color-focus-cyan-8[data-focused=true],.border-color-focus-cyan-8:focus,.border-color-focus-cyan-8:focus-within,.border-color-active-cyan-8[data-selected=true],.border-color-active-cyan-8:active{border-color:var(--color-cyan-8)}.border-color-cyan-9,.border-color-hover-cyan-9:hover,.border-color-focus-cyan-9[data-focused=true],.border-color-focus-cyan-9:focus,.border-color-focus-cyan-9:focus-within,.border-color-active-cyan-9[data-selected=true],.border-color-active-cyan-9:active{border-color:var(--color-cyan-9)}.border-color-cyan-10,.border-color-hover-cyan-10:hover,.border-color-focus-cyan-10[data-focused=true],.border-color-focus-cyan-10:focus,.border-color-focus-cyan-10:focus-within,.border-color-active-cyan-10[data-selected=true],.border-color-active-cyan-10:active{border-color:var(--color-cyan-10)}.border-color-sky-0,.border-color-hover-sky-0:hover,.border-color-focus-sky-0[data-focused=true],.border-color-focus-sky-0:focus,.border-color-focus-sky-0:focus-within,.border-color-active-sky-0[data-selected=true],.border-color-active-sky-0:active{border-color:var(--color-sky-0)}.border-color-sky-1,.border-color-hover-sky-1:hover,.border-color-focus-sky-1[data-focused=true],.border-color-focus-sky-1:focus,.border-color-focus-sky-1:focus-within,.border-color-active-sky-1[data-selected=true],.border-color-active-sky-1:active{border-color:var(--color-sky-1)}.border-color-sky-2,.border-color-hover-sky-2:hover,.border-color-focus-sky-2[data-focused=true],.border-color-focus-sky-2:focus,.border-color-focus-sky-2:focus-within,.border-color-active-sky-2[data-selected=true],.border-color-active-sky-2:active{border-color:var(--color-sky-2)}.border-color-sky-3,.border-color-hover-sky-3:hover,.border-color-focus-sky-3[data-focused=true],.border-color-focus-sky-3:focus,.border-color-focus-sky-3:focus-within,.border-color-active-sky-3[data-selected=true],.border-color-active-sky-3:active{border-color:var(--color-sky-3)}.border-color-sky-4,.border-color-hover-sky-4:hover,.border-color-focus-sky-4[data-focused=true],.border-color-focus-sky-4:focus,.border-color-focus-sky-4:focus-within,.border-color-active-sky-4[data-selected=true],.border-color-active-sky-4:active{border-color:var(--color-sky-4)}.border-color-sky-5,.border-color-hover-sky-5:hover,.border-color-focus-sky-5[data-focused=true],.border-color-focus-sky-5:focus,.border-color-focus-sky-5:focus-within,.border-color-active-sky-5[data-selected=true],.border-color-active-sky-5:active{border-color:var(--color-sky-5)}.border-color-sky-6,.border-color-hover-sky-6:hover,.border-color-focus-sky-6[data-focused=true],.border-color-focus-sky-6:focus,.border-color-focus-sky-6:focus-within,.border-color-active-sky-6[data-selected=true],.border-color-active-sky-6:active{border-color:var(--color-sky-6)}.border-color-sky-7,.border-color-hover-sky-7:hover,.border-color-focus-sky-7[data-focused=true],.border-color-focus-sky-7:focus,.border-color-focus-sky-7:focus-within,.border-color-active-sky-7[data-selected=true],.border-color-active-sky-7:active{border-color:var(--color-sky-7)}.border-color-sky-8,.border-color-hover-sky-8:hover,.border-color-focus-sky-8[data-focused=true],.border-color-focus-sky-8:focus,.border-color-focus-sky-8:focus-within,.border-color-active-sky-8[data-selected=true],.border-color-active-sky-8:active{border-color:var(--color-sky-8)}.border-color-sky-9,.border-color-hover-sky-9:hover,.border-color-focus-sky-9[data-focused=true],.border-color-focus-sky-9:focus,.border-color-focus-sky-9:focus-within,.border-color-active-sky-9[data-selected=true],.border-color-active-sky-9:active{border-color:var(--color-sky-9)}.border-color-sky-10,.border-color-hover-sky-10:hover,.border-color-focus-sky-10[data-focused=true],.border-color-focus-sky-10:focus,.border-color-focus-sky-10:focus-within,.border-color-active-sky-10[data-selected=true],.border-color-active-sky-10:active{border-color:var(--color-sky-10)}.border-color-blue-0,.border-color-hover-blue-0:hover,.border-color-focus-blue-0[data-focused=true],.border-color-focus-blue-0:focus,.border-color-focus-blue-0:focus-within,.border-color-active-blue-0[data-selected=true],.border-color-active-blue-0:active{border-color:var(--color-blue-0)}.border-color-blue-1,.border-color-hover-blue-1:hover,.border-color-focus-blue-1[data-focused=true],.border-color-focus-blue-1:focus,.border-color-focus-blue-1:focus-within,.border-color-active-blue-1[data-selected=true],.border-color-active-blue-1:active{border-color:var(--color-blue-1)}.border-color-blue-2,.border-color-hover-blue-2:hover,.border-color-focus-blue-2[data-focused=true],.border-color-focus-blue-2:focus,.border-color-focus-blue-2:focus-within,.border-color-active-blue-2[data-selected=true],.border-color-active-blue-2:active{border-color:var(--color-blue-2)}.border-color-blue-3,.border-color-hover-blue-3:hover,.border-color-focus-blue-3[data-focused=true],.border-color-focus-blue-3:focus,.border-color-focus-blue-3:focus-within,.border-color-active-blue-3[data-selected=true],.border-color-active-blue-3:active{border-color:var(--color-blue-3)}.border-color-blue-4,.border-color-hover-blue-4:hover,.border-color-focus-blue-4[data-focused=true],.border-color-focus-blue-4:focus,.border-color-focus-blue-4:focus-within,.border-color-active-blue-4[data-selected=true],.border-color-active-blue-4:active{border-color:var(--color-blue-4)}.border-color-blue-5,.border-color-hover-blue-5:hover,.border-color-focus-blue-5[data-focused=true],.border-color-focus-blue-5:focus,.border-color-focus-blue-5:focus-within,.border-color-active-blue-5[data-selected=true],.border-color-active-blue-5:active{border-color:var(--color-blue-5)}.border-color-blue-6,.border-color-hover-blue-6:hover,.border-color-focus-blue-6[data-focused=true],.border-color-focus-blue-6:focus,.border-color-focus-blue-6:focus-within,.border-color-active-blue-6[data-selected=true],.border-color-active-blue-6:active{border-color:var(--color-blue-6)}.border-color-blue-7,.border-color-hover-blue-7:hover,.border-color-focus-blue-7[data-focused=true],.border-color-focus-blue-7:focus,.border-color-focus-blue-7:focus-within,.border-color-active-blue-7[data-selected=true],.border-color-active-blue-7:active{border-color:var(--color-blue-7)}.border-color-blue-8,.border-color-hover-blue-8:hover,.border-color-focus-blue-8[data-focused=true],.border-color-focus-blue-8:focus,.border-color-focus-blue-8:focus-within,.border-color-active-blue-8[data-selected=true],.border-color-active-blue-8:active{border-color:var(--color-blue-8)}.border-color-blue-9,.border-color-hover-blue-9:hover,.border-color-focus-blue-9[data-focused=true],.border-color-focus-blue-9:focus,.border-color-focus-blue-9:focus-within,.border-color-active-blue-9[data-selected=true],.border-color-active-blue-9:active{border-color:var(--color-blue-9)}.border-color-blue-10,.border-color-hover-blue-10:hover,.border-color-focus-blue-10[data-focused=true],.border-color-focus-blue-10:focus,.border-color-focus-blue-10:focus-within,.border-color-active-blue-10[data-selected=true],.border-color-active-blue-10:active{border-color:var(--color-blue-10)}.border-color-indigo-0,.border-color-hover-indigo-0:hover,.border-color-focus-indigo-0[data-focused=true],.border-color-focus-indigo-0:focus,.border-color-focus-indigo-0:focus-within,.border-color-active-indigo-0[data-selected=true],.border-color-active-indigo-0:active{border-color:var(--color-indigo-0)}.border-color-indigo-1,.border-color-hover-indigo-1:hover,.border-color-focus-indigo-1[data-focused=true],.border-color-focus-indigo-1:focus,.border-color-focus-indigo-1:focus-within,.border-color-active-indigo-1[data-selected=true],.border-color-active-indigo-1:active{border-color:var(--color-indigo-1)}.border-color-indigo-2,.border-color-hover-indigo-2:hover,.border-color-focus-indigo-2[data-focused=true],.border-color-focus-indigo-2:focus,.border-color-focus-indigo-2:focus-within,.border-color-active-indigo-2[data-selected=true],.border-color-active-indigo-2:active{border-color:var(--color-indigo-2)}.border-color-indigo-3,.border-color-hover-indigo-3:hover,.border-color-focus-indigo-3[data-focused=true],.border-color-focus-indigo-3:focus,.border-color-focus-indigo-3:focus-within,.border-color-active-indigo-3[data-selected=true],.border-color-active-indigo-3:active{border-color:var(--color-indigo-3)}.border-color-indigo-4,.border-color-hover-indigo-4:hover,.border-color-focus-indigo-4[data-focused=true],.border-color-focus-indigo-4:focus,.border-color-focus-indigo-4:focus-within,.border-color-active-indigo-4[data-selected=true],.border-color-active-indigo-4:active{border-color:var(--color-indigo-4)}.border-color-indigo-5,.border-color-hover-indigo-5:hover,.border-color-focus-indigo-5[data-focused=true],.border-color-focus-indigo-5:focus,.border-color-focus-indigo-5:focus-within,.border-color-active-indigo-5[data-selected=true],.border-color-active-indigo-5:active{border-color:var(--color-indigo-5)}.border-color-indigo-6,.border-color-hover-indigo-6:hover,.border-color-focus-indigo-6[data-focused=true],.border-color-focus-indigo-6:focus,.border-color-focus-indigo-6:focus-within,.border-color-active-indigo-6[data-selected=true],.border-color-active-indigo-6:active{border-color:var(--color-indigo-6)}.border-color-indigo-7,.border-color-hover-indigo-7:hover,.border-color-focus-indigo-7[data-focused=true],.border-color-focus-indigo-7:focus,.border-color-focus-indigo-7:focus-within,.border-color-active-indigo-7[data-selected=true],.border-color-active-indigo-7:active{border-color:var(--color-indigo-7)}.border-color-indigo-8,.border-color-hover-indigo-8:hover,.border-color-focus-indigo-8[data-focused=true],.border-color-focus-indigo-8:focus,.border-color-focus-indigo-8:focus-within,.border-color-active-indigo-8[data-selected=true],.border-color-active-indigo-8:active{border-color:var(--color-indigo-8)}.border-color-indigo-9,.border-color-hover-indigo-9:hover,.border-color-focus-indigo-9[data-focused=true],.border-color-focus-indigo-9:focus,.border-color-focus-indigo-9:focus-within,.border-color-active-indigo-9[data-selected=true],.border-color-active-indigo-9:active{border-color:var(--color-indigo-9)}.border-color-indigo-10,.border-color-hover-indigo-10:hover,.border-color-focus-indigo-10[data-focused=true],.border-color-focus-indigo-10:focus,.border-color-focus-indigo-10:focus-within,.border-color-active-indigo-10[data-selected=true],.border-color-active-indigo-10:active{border-color:var(--color-indigo-10)}.border-color-violet-0,.border-color-hover-violet-0:hover,.border-color-focus-violet-0[data-focused=true],.border-color-focus-violet-0:focus,.border-color-focus-violet-0:focus-within,.border-color-active-violet-0[data-selected=true],.border-color-active-violet-0:active{border-color:var(--color-violet-0)}.border-color-violet-1,.border-color-hover-violet-1:hover,.border-color-focus-violet-1[data-focused=true],.border-color-focus-violet-1:focus,.border-color-focus-violet-1:focus-within,.border-color-active-violet-1[data-selected=true],.border-color-active-violet-1:active{border-color:var(--color-violet-1)}.border-color-violet-2,.border-color-hover-violet-2:hover,.border-color-focus-violet-2[data-focused=true],.border-color-focus-violet-2:focus,.border-color-focus-violet-2:focus-within,.border-color-active-violet-2[data-selected=true],.border-color-active-violet-2:active{border-color:var(--color-violet-2)}.border-color-violet-3,.border-color-hover-violet-3:hover,.border-color-focus-violet-3[data-focused=true],.border-color-focus-violet-3:focus,.border-color-focus-violet-3:focus-within,.border-color-active-violet-3[data-selected=true],.border-color-active-violet-3:active{border-color:var(--color-violet-3)}.border-color-violet-4,.border-color-hover-violet-4:hover,.border-color-focus-violet-4[data-focused=true],.border-color-focus-violet-4:focus,.border-color-focus-violet-4:focus-within,.border-color-active-violet-4[data-selected=true],.border-color-active-violet-4:active{border-color:var(--color-violet-4)}.border-color-violet-5,.border-color-hover-violet-5:hover,.border-color-focus-violet-5[data-focused=true],.border-color-focus-violet-5:focus,.border-color-focus-violet-5:focus-within,.border-color-active-violet-5[data-selected=true],.border-color-active-violet-5:active{border-color:var(--color-violet-5)}.border-color-violet-6,.border-color-hover-violet-6:hover,.border-color-focus-violet-6[data-focused=true],.border-color-focus-violet-6:focus,.border-color-focus-violet-6:focus-within,.border-color-active-violet-6[data-selected=true],.border-color-active-violet-6:active{border-color:var(--color-violet-6)}.border-color-violet-7,.border-color-hover-violet-7:hover,.border-color-focus-violet-7[data-focused=true],.border-color-focus-violet-7:focus,.border-color-focus-violet-7:focus-within,.border-color-active-violet-7[data-selected=true],.border-color-active-violet-7:active{border-color:var(--color-violet-7)}.border-color-violet-8,.border-color-hover-violet-8:hover,.border-color-focus-violet-8[data-focused=true],.border-color-focus-violet-8:focus,.border-color-focus-violet-8:focus-within,.border-color-active-violet-8[data-selected=true],.border-color-active-violet-8:active{border-color:var(--color-violet-8)}.border-color-violet-9,.border-color-hover-violet-9:hover,.border-color-focus-violet-9[data-focused=true],.border-color-focus-violet-9:focus,.border-color-focus-violet-9:focus-within,.border-color-active-violet-9[data-selected=true],.border-color-active-violet-9:active{border-color:var(--color-violet-9)}.border-color-violet-10,.border-color-hover-violet-10:hover,.border-color-focus-violet-10[data-focused=true],.border-color-focus-violet-10:focus,.border-color-focus-violet-10:focus-within,.border-color-active-violet-10[data-selected=true],.border-color-active-violet-10:active{border-color:var(--color-violet-10)}.border-color-purple-0,.border-color-hover-purple-0:hover,.border-color-focus-purple-0[data-focused=true],.border-color-focus-purple-0:focus,.border-color-focus-purple-0:focus-within,.border-color-active-purple-0[data-selected=true],.border-color-active-purple-0:active{border-color:var(--color-purple-0)}.border-color-purple-1,.border-color-hover-purple-1:hover,.border-color-focus-purple-1[data-focused=true],.border-color-focus-purple-1:focus,.border-color-focus-purple-1:focus-within,.border-color-active-purple-1[data-selected=true],.border-color-active-purple-1:active{border-color:var(--color-purple-1)}.border-color-purple-2,.border-color-hover-purple-2:hover,.border-color-focus-purple-2[data-focused=true],.border-color-focus-purple-2:focus,.border-color-focus-purple-2:focus-within,.border-color-active-purple-2[data-selected=true],.border-color-active-purple-2:active{border-color:var(--color-purple-2)}.border-color-purple-3,.border-color-hover-purple-3:hover,.border-color-focus-purple-3[data-focused=true],.border-color-focus-purple-3:focus,.border-color-focus-purple-3:focus-within,.border-color-active-purple-3[data-selected=true],.border-color-active-purple-3:active{border-color:var(--color-purple-3)}.border-color-purple-4,.border-color-hover-purple-4:hover,.border-color-focus-purple-4[data-focused=true],.border-color-focus-purple-4:focus,.border-color-focus-purple-4:focus-within,.border-color-active-purple-4[data-selected=true],.border-color-active-purple-4:active{border-color:var(--color-purple-4)}.border-color-purple-5,.border-color-hover-purple-5:hover,.border-color-focus-purple-5[data-focused=true],.border-color-focus-purple-5:focus,.border-color-focus-purple-5:focus-within,.border-color-active-purple-5[data-selected=true],.border-color-active-purple-5:active{border-color:var(--color-purple-5)}.border-color-purple-6,.border-color-hover-purple-6:hover,.border-color-focus-purple-6[data-focused=true],.border-color-focus-purple-6:focus,.border-color-focus-purple-6:focus-within,.border-color-active-purple-6[data-selected=true],.border-color-active-purple-6:active{border-color:var(--color-purple-6)}.border-color-purple-7,.border-color-hover-purple-7:hover,.border-color-focus-purple-7[data-focused=true],.border-color-focus-purple-7:focus,.border-color-focus-purple-7:focus-within,.border-color-active-purple-7[data-selected=true],.border-color-active-purple-7:active{border-color:var(--color-purple-7)}.border-color-purple-8,.border-color-hover-purple-8:hover,.border-color-focus-purple-8[data-focused=true],.border-color-focus-purple-8:focus,.border-color-focus-purple-8:focus-within,.border-color-active-purple-8[data-selected=true],.border-color-active-purple-8:active{border-color:var(--color-purple-8)}.border-color-purple-9,.border-color-hover-purple-9:hover,.border-color-focus-purple-9[data-focused=true],.border-color-focus-purple-9:focus,.border-color-focus-purple-9:focus-within,.border-color-active-purple-9[data-selected=true],.border-color-active-purple-9:active{border-color:var(--color-purple-9)}.border-color-purple-10,.border-color-hover-purple-10:hover,.border-color-focus-purple-10[data-focused=true],.border-color-focus-purple-10:focus,.border-color-focus-purple-10:focus-within,.border-color-active-purple-10[data-selected=true],.border-color-active-purple-10:active{border-color:var(--color-purple-10)}.border-color-fuchsia-0,.border-color-hover-fuchsia-0:hover,.border-color-focus-fuchsia-0[data-focused=true],.border-color-focus-fuchsia-0:focus,.border-color-focus-fuchsia-0:focus-within,.border-color-active-fuchsia-0[data-selected=true],.border-color-active-fuchsia-0:active{border-color:var(--color-fuchsia-0)}.border-color-fuchsia-1,.border-color-hover-fuchsia-1:hover,.border-color-focus-fuchsia-1[data-focused=true],.border-color-focus-fuchsia-1:focus,.border-color-focus-fuchsia-1:focus-within,.border-color-active-fuchsia-1[data-selected=true],.border-color-active-fuchsia-1:active{border-color:var(--color-fuchsia-1)}.border-color-fuchsia-2,.border-color-hover-fuchsia-2:hover,.border-color-focus-fuchsia-2[data-focused=true],.border-color-focus-fuchsia-2:focus,.border-color-focus-fuchsia-2:focus-within,.border-color-active-fuchsia-2[data-selected=true],.border-color-active-fuchsia-2:active{border-color:var(--color-fuchsia-2)}.border-color-fuchsia-3,.border-color-hover-fuchsia-3:hover,.border-color-focus-fuchsia-3[data-focused=true],.border-color-focus-fuchsia-3:focus,.border-color-focus-fuchsia-3:focus-within,.border-color-active-fuchsia-3[data-selected=true],.border-color-active-fuchsia-3:active{border-color:var(--color-fuchsia-3)}.border-color-fuchsia-4,.border-color-hover-fuchsia-4:hover,.border-color-focus-fuchsia-4[data-focused=true],.border-color-focus-fuchsia-4:focus,.border-color-focus-fuchsia-4:focus-within,.border-color-active-fuchsia-4[data-selected=true],.border-color-active-fuchsia-4:active{border-color:var(--color-fuchsia-4)}.border-color-fuchsia-5,.border-color-hover-fuchsia-5:hover,.border-color-focus-fuchsia-5[data-focused=true],.border-color-focus-fuchsia-5:focus,.border-color-focus-fuchsia-5:focus-within,.border-color-active-fuchsia-5[data-selected=true],.border-color-active-fuchsia-5:active{border-color:var(--color-fuchsia-5)}.border-color-fuchsia-6,.border-color-hover-fuchsia-6:hover,.border-color-focus-fuchsia-6[data-focused=true],.border-color-focus-fuchsia-6:focus,.border-color-focus-fuchsia-6:focus-within,.border-color-active-fuchsia-6[data-selected=true],.border-color-active-fuchsia-6:active{border-color:var(--color-fuchsia-6)}.border-color-fuchsia-7,.border-color-hover-fuchsia-7:hover,.border-color-focus-fuchsia-7[data-focused=true],.border-color-focus-fuchsia-7:focus,.border-color-focus-fuchsia-7:focus-within,.border-color-active-fuchsia-7[data-selected=true],.border-color-active-fuchsia-7:active{border-color:var(--color-fuchsia-7)}.border-color-fuchsia-8,.border-color-hover-fuchsia-8:hover,.border-color-focus-fuchsia-8[data-focused=true],.border-color-focus-fuchsia-8:focus,.border-color-focus-fuchsia-8:focus-within,.border-color-active-fuchsia-8[data-selected=true],.border-color-active-fuchsia-8:active{border-color:var(--color-fuchsia-8)}.border-color-fuchsia-9,.border-color-hover-fuchsia-9:hover,.border-color-focus-fuchsia-9[data-focused=true],.border-color-focus-fuchsia-9:focus,.border-color-focus-fuchsia-9:focus-within,.border-color-active-fuchsia-9[data-selected=true],.border-color-active-fuchsia-9:active{border-color:var(--color-fuchsia-9)}.border-color-fuchsia-10,.border-color-hover-fuchsia-10:hover,.border-color-focus-fuchsia-10[data-focused=true],.border-color-focus-fuchsia-10:focus,.border-color-focus-fuchsia-10:focus-within,.border-color-active-fuchsia-10[data-selected=true],.border-color-active-fuchsia-10:active{border-color:var(--color-fuchsia-10)}.border-color-pink-0,.border-color-hover-pink-0:hover,.border-color-focus-pink-0[data-focused=true],.border-color-focus-pink-0:focus,.border-color-focus-pink-0:focus-within,.border-color-active-pink-0[data-selected=true],.border-color-active-pink-0:active{border-color:var(--color-pink-0)}.border-color-pink-1,.border-color-hover-pink-1:hover,.border-color-focus-pink-1[data-focused=true],.border-color-focus-pink-1:focus,.border-color-focus-pink-1:focus-within,.border-color-active-pink-1[data-selected=true],.border-color-active-pink-1:active{border-color:var(--color-pink-1)}.border-color-pink-2,.border-color-hover-pink-2:hover,.border-color-focus-pink-2[data-focused=true],.border-color-focus-pink-2:focus,.border-color-focus-pink-2:focus-within,.border-color-active-pink-2[data-selected=true],.border-color-active-pink-2:active{border-color:var(--color-pink-2)}.border-color-pink-3,.border-color-hover-pink-3:hover,.border-color-focus-pink-3[data-focused=true],.border-color-focus-pink-3:focus,.border-color-focus-pink-3:focus-within,.border-color-active-pink-3[data-selected=true],.border-color-active-pink-3:active{border-color:var(--color-pink-3)}.border-color-pink-4,.border-color-hover-pink-4:hover,.border-color-focus-pink-4[data-focused=true],.border-color-focus-pink-4:focus,.border-color-focus-pink-4:focus-within,.border-color-active-pink-4[data-selected=true],.border-color-active-pink-4:active{border-color:var(--color-pink-4)}.border-color-pink-5,.border-color-hover-pink-5:hover,.border-color-focus-pink-5[data-focused=true],.border-color-focus-pink-5:focus,.border-color-focus-pink-5:focus-within,.border-color-active-pink-5[data-selected=true],.border-color-active-pink-5:active{border-color:var(--color-pink-5)}.border-color-pink-6,.border-color-hover-pink-6:hover,.border-color-focus-pink-6[data-focused=true],.border-color-focus-pink-6:focus,.border-color-focus-pink-6:focus-within,.border-color-active-pink-6[data-selected=true],.border-color-active-pink-6:active{border-color:var(--color-pink-6)}.border-color-pink-7,.border-color-hover-pink-7:hover,.border-color-focus-pink-7[data-focused=true],.border-color-focus-pink-7:focus,.border-color-focus-pink-7:focus-within,.border-color-active-pink-7[data-selected=true],.border-color-active-pink-7:active{border-color:var(--color-pink-7)}.border-color-pink-8,.border-color-hover-pink-8:hover,.border-color-focus-pink-8[data-focused=true],.border-color-focus-pink-8:focus,.border-color-focus-pink-8:focus-within,.border-color-active-pink-8[data-selected=true],.border-color-active-pink-8:active{border-color:var(--color-pink-8)}.border-color-pink-9,.border-color-hover-pink-9:hover,.border-color-focus-pink-9[data-focused=true],.border-color-focus-pink-9:focus,.border-color-focus-pink-9:focus-within,.border-color-active-pink-9[data-selected=true],.border-color-active-pink-9:active{border-color:var(--color-pink-9)}.border-color-pink-10,.border-color-hover-pink-10:hover,.border-color-focus-pink-10[data-focused=true],.border-color-focus-pink-10:focus,.border-color-focus-pink-10:focus-within,.border-color-active-pink-10[data-selected=true],.border-color-active-pink-10:active{border-color:var(--color-pink-10)}.border-color-rose-0,.border-color-hover-rose-0:hover,.border-color-focus-rose-0[data-focused=true],.border-color-focus-rose-0:focus,.border-color-focus-rose-0:focus-within,.border-color-active-rose-0[data-selected=true],.border-color-active-rose-0:active{border-color:var(--color-rose-0)}.border-color-rose-1,.border-color-hover-rose-1:hover,.border-color-focus-rose-1[data-focused=true],.border-color-focus-rose-1:focus,.border-color-focus-rose-1:focus-within,.border-color-active-rose-1[data-selected=true],.border-color-active-rose-1:active{border-color:var(--color-rose-1)}.border-color-rose-2,.border-color-hover-rose-2:hover,.border-color-focus-rose-2[data-focused=true],.border-color-focus-rose-2:focus,.border-color-focus-rose-2:focus-within,.border-color-active-rose-2[data-selected=true],.border-color-active-rose-2:active{border-color:var(--color-rose-2)}.border-color-rose-3,.border-color-hover-rose-3:hover,.border-color-focus-rose-3[data-focused=true],.border-color-focus-rose-3:focus,.border-color-focus-rose-3:focus-within,.border-color-active-rose-3[data-selected=true],.border-color-active-rose-3:active{border-color:var(--color-rose-3)}.border-color-rose-4,.border-color-hover-rose-4:hover,.border-color-focus-rose-4[data-focused=true],.border-color-focus-rose-4:focus,.border-color-focus-rose-4:focus-within,.border-color-active-rose-4[data-selected=true],.border-color-active-rose-4:active{border-color:var(--color-rose-4)}.border-color-rose-5,.border-color-hover-rose-5:hover,.border-color-focus-rose-5[data-focused=true],.border-color-focus-rose-5:focus,.border-color-focus-rose-5:focus-within,.border-color-active-rose-5[data-selected=true],.border-color-active-rose-5:active{border-color:var(--color-rose-5)}.border-color-rose-6,.border-color-hover-rose-6:hover,.border-color-focus-rose-6[data-focused=true],.border-color-focus-rose-6:focus,.border-color-focus-rose-6:focus-within,.border-color-active-rose-6[data-selected=true],.border-color-active-rose-6:active{border-color:var(--color-rose-6)}.border-color-rose-7,.border-color-hover-rose-7:hover,.border-color-focus-rose-7[data-focused=true],.border-color-focus-rose-7:focus,.border-color-focus-rose-7:focus-within,.border-color-active-rose-7[data-selected=true],.border-color-active-rose-7:active{border-color:var(--color-rose-7)}.border-color-rose-8,.border-color-hover-rose-8:hover,.border-color-focus-rose-8[data-focused=true],.border-color-focus-rose-8:focus,.border-color-focus-rose-8:focus-within,.border-color-active-rose-8[data-selected=true],.border-color-active-rose-8:active{border-color:var(--color-rose-8)}.border-color-rose-9,.border-color-hover-rose-9:hover,.border-color-focus-rose-9[data-focused=true],.border-color-focus-rose-9:focus,.border-color-focus-rose-9:focus-within,.border-color-active-rose-9[data-selected=true],.border-color-active-rose-9:active{border-color:var(--color-rose-9)}.border-color-rose-10,.border-color-hover-rose-10:hover,.border-color-focus-rose-10[data-focused=true],.border-color-focus-rose-10:focus,.border-color-focus-rose-10:focus-within,.border-color-active-rose-10[data-selected=true],.border-color-active-rose-10:active{border-color:var(--color-rose-10)}.border-color-slate-0,.border-color-hover-slate-0:hover,.border-color-focus-slate-0[data-focused=true],.border-color-focus-slate-0:focus,.border-color-focus-slate-0:focus-within,.border-color-active-slate-0[data-selected=true],.border-color-active-slate-0:active{border-color:var(--color-slate-0)}.border-color-slate-1,.border-color-hover-slate-1:hover,.border-color-focus-slate-1[data-focused=true],.border-color-focus-slate-1:focus,.border-color-focus-slate-1:focus-within,.border-color-active-slate-1[data-selected=true],.border-color-active-slate-1:active{border-color:var(--color-slate-1)}.border-color-slate-2,.border-color-hover-slate-2:hover,.border-color-focus-slate-2[data-focused=true],.border-color-focus-slate-2:focus,.border-color-focus-slate-2:focus-within,.border-color-active-slate-2[data-selected=true],.border-color-active-slate-2:active{border-color:var(--color-slate-2)}.border-color-slate-3,.border-color-hover-slate-3:hover,.border-color-focus-slate-3[data-focused=true],.border-color-focus-slate-3:focus,.border-color-focus-slate-3:focus-within,.border-color-active-slate-3[data-selected=true],.border-color-active-slate-3:active{border-color:var(--color-slate-3)}.border-color-slate-4,.border-color-hover-slate-4:hover,.border-color-focus-slate-4[data-focused=true],.border-color-focus-slate-4:focus,.border-color-focus-slate-4:focus-within,.border-color-active-slate-4[data-selected=true],.border-color-active-slate-4:active{border-color:var(--color-slate-4)}.border-color-slate-5,.border-color-hover-slate-5:hover,.border-color-focus-slate-5[data-focused=true],.border-color-focus-slate-5:focus,.border-color-focus-slate-5:focus-within,.border-color-active-slate-5[data-selected=true],.border-color-active-slate-5:active{border-color:var(--color-slate-5)}.border-color-slate-6,.border-color-hover-slate-6:hover,.border-color-focus-slate-6[data-focused=true],.border-color-focus-slate-6:focus,.border-color-focus-slate-6:focus-within,.border-color-active-slate-6[data-selected=true],.border-color-active-slate-6:active{border-color:var(--color-slate-6)}.border-color-slate-7,.border-color-hover-slate-7:hover,.border-color-focus-slate-7[data-focused=true],.border-color-focus-slate-7:focus,.border-color-focus-slate-7:focus-within,.border-color-active-slate-7[data-selected=true],.border-color-active-slate-7:active{border-color:var(--color-slate-7)}.border-color-slate-8,.border-color-hover-slate-8:hover,.border-color-focus-slate-8[data-focused=true],.border-color-focus-slate-8:focus,.border-color-focus-slate-8:focus-within,.border-color-active-slate-8[data-selected=true],.border-color-active-slate-8:active{border-color:var(--color-slate-8)}.border-color-slate-9,.border-color-hover-slate-9:hover,.border-color-focus-slate-9[data-focused=true],.border-color-focus-slate-9:focus,.border-color-focus-slate-9:focus-within,.border-color-active-slate-9[data-selected=true],.border-color-active-slate-9:active{border-color:var(--color-slate-9)}.border-color-slate-10,.border-color-hover-slate-10:hover,.border-color-focus-slate-10[data-focused=true],.border-color-focus-slate-10:focus,.border-color-focus-slate-10:focus-within,.border-color-active-slate-10[data-selected=true],.border-color-active-slate-10:active{border-color:var(--color-slate-10)}.border-color-gray-0,.border-color-hover-gray-0:hover,.border-color-focus-gray-0[data-focused=true],.border-color-focus-gray-0:focus,.border-color-focus-gray-0:focus-within,.border-color-active-gray-0[data-selected=true],.border-color-active-gray-0:active{border-color:var(--color-gray-0)}.border-color-gray-1,.border-color-hover-gray-1:hover,.border-color-focus-gray-1[data-focused=true],.border-color-focus-gray-1:focus,.border-color-focus-gray-1:focus-within,.border-color-active-gray-1[data-selected=true],.border-color-active-gray-1:active{border-color:var(--color-gray-1)}.border-color-gray-2,.border-color-hover-gray-2:hover,.border-color-focus-gray-2[data-focused=true],.border-color-focus-gray-2:focus,.border-color-focus-gray-2:focus-within,.border-color-active-gray-2[data-selected=true],.border-color-active-gray-2:active{border-color:var(--color-gray-2)}.border-color-gray-3,.border-color-hover-gray-3:hover,.border-color-focus-gray-3[data-focused=true],.border-color-focus-gray-3:focus,.border-color-focus-gray-3:focus-within,.border-color-active-gray-3[data-selected=true],.border-color-active-gray-3:active{border-color:var(--color-gray-3)}.border-color-gray-4,.border-color-hover-gray-4:hover,.border-color-focus-gray-4[data-focused=true],.border-color-focus-gray-4:focus,.border-color-focus-gray-4:focus-within,.border-color-active-gray-4[data-selected=true],.border-color-active-gray-4:active{border-color:var(--color-gray-4)}.border-color-gray-5,.border-color-hover-gray-5:hover,.border-color-focus-gray-5[data-focused=true],.border-color-focus-gray-5:focus,.border-color-focus-gray-5:focus-within,.border-color-active-gray-5[data-selected=true],.border-color-active-gray-5:active{border-color:var(--color-gray-5)}.border-color-gray-6,.border-color-hover-gray-6:hover,.border-color-focus-gray-6[data-focused=true],.border-color-focus-gray-6:focus,.border-color-focus-gray-6:focus-within,.border-color-active-gray-6[data-selected=true],.border-color-active-gray-6:active{border-color:var(--color-gray-6)}.border-color-gray-7,.border-color-hover-gray-7:hover,.border-color-focus-gray-7[data-focused=true],.border-color-focus-gray-7:focus,.border-color-focus-gray-7:focus-within,.border-color-active-gray-7[data-selected=true],.border-color-active-gray-7:active{border-color:var(--color-gray-7)}.border-color-gray-8,.border-color-hover-gray-8:hover,.border-color-focus-gray-8[data-focused=true],.border-color-focus-gray-8:focus,.border-color-focus-gray-8:focus-within,.border-color-active-gray-8[data-selected=true],.border-color-active-gray-8:active{border-color:var(--color-gray-8)}.border-color-gray-9,.border-color-hover-gray-9:hover,.border-color-focus-gray-9[data-focused=true],.border-color-focus-gray-9:focus,.border-color-focus-gray-9:focus-within,.border-color-active-gray-9[data-selected=true],.border-color-active-gray-9:active{border-color:var(--color-gray-9)}.border-color-gray-10,.border-color-hover-gray-10:hover,.border-color-focus-gray-10[data-focused=true],.border-color-focus-gray-10:focus,.border-color-focus-gray-10:focus-within,.border-color-active-gray-10[data-selected=true],.border-color-active-gray-10:active{border-color:var(--color-gray-10)}.border-color-zinc-0,.border-color-hover-zinc-0:hover,.border-color-focus-zinc-0[data-focused=true],.border-color-focus-zinc-0:focus,.border-color-focus-zinc-0:focus-within,.border-color-active-zinc-0[data-selected=true],.border-color-active-zinc-0:active{border-color:var(--color-zinc-0)}.border-color-zinc-1,.border-color-hover-zinc-1:hover,.border-color-focus-zinc-1[data-focused=true],.border-color-focus-zinc-1:focus,.border-color-focus-zinc-1:focus-within,.border-color-active-zinc-1[data-selected=true],.border-color-active-zinc-1:active{border-color:var(--color-zinc-1)}.border-color-zinc-2,.border-color-hover-zinc-2:hover,.border-color-focus-zinc-2[data-focused=true],.border-color-focus-zinc-2:focus,.border-color-focus-zinc-2:focus-within,.border-color-active-zinc-2[data-selected=true],.border-color-active-zinc-2:active{border-color:var(--color-zinc-2)}.border-color-zinc-3,.border-color-hover-zinc-3:hover,.border-color-focus-zinc-3[data-focused=true],.border-color-focus-zinc-3:focus,.border-color-focus-zinc-3:focus-within,.border-color-active-zinc-3[data-selected=true],.border-color-active-zinc-3:active{border-color:var(--color-zinc-3)}.border-color-zinc-4,.border-color-hover-zinc-4:hover,.border-color-focus-zinc-4[data-focused=true],.border-color-focus-zinc-4:focus,.border-color-focus-zinc-4:focus-within,.border-color-active-zinc-4[data-selected=true],.border-color-active-zinc-4:active{border-color:var(--color-zinc-4)}.border-color-zinc-5,.border-color-hover-zinc-5:hover,.border-color-focus-zinc-5[data-focused=true],.border-color-focus-zinc-5:focus,.border-color-focus-zinc-5:focus-within,.border-color-active-zinc-5[data-selected=true],.border-color-active-zinc-5:active{border-color:var(--color-zinc-5)}.border-color-zinc-6,.border-color-hover-zinc-6:hover,.border-color-focus-zinc-6[data-focused=true],.border-color-focus-zinc-6:focus,.border-color-focus-zinc-6:focus-within,.border-color-active-zinc-6[data-selected=true],.border-color-active-zinc-6:active{border-color:var(--color-zinc-6)}.border-color-zinc-7,.border-color-hover-zinc-7:hover,.border-color-focus-zinc-7[data-focused=true],.border-color-focus-zinc-7:focus,.border-color-focus-zinc-7:focus-within,.border-color-active-zinc-7[data-selected=true],.border-color-active-zinc-7:active{border-color:var(--color-zinc-7)}.border-color-zinc-8,.border-color-hover-zinc-8:hover,.border-color-focus-zinc-8[data-focused=true],.border-color-focus-zinc-8:focus,.border-color-focus-zinc-8:focus-within,.border-color-active-zinc-8[data-selected=true],.border-color-active-zinc-8:active{border-color:var(--color-zinc-8)}.border-color-zinc-9,.border-color-hover-zinc-9:hover,.border-color-focus-zinc-9[data-focused=true],.border-color-focus-zinc-9:focus,.border-color-focus-zinc-9:focus-within,.border-color-active-zinc-9[data-selected=true],.border-color-active-zinc-9:active{border-color:var(--color-zinc-9)}.border-color-zinc-10,.border-color-hover-zinc-10:hover,.border-color-focus-zinc-10[data-focused=true],.border-color-focus-zinc-10:focus,.border-color-focus-zinc-10:focus-within,.border-color-active-zinc-10[data-selected=true],.border-color-active-zinc-10:active{border-color:var(--color-zinc-10)}.border-color-neutral-0,.border-color-hover-neutral-0:hover,.border-color-focus-neutral-0[data-focused=true],.border-color-focus-neutral-0:focus,.border-color-focus-neutral-0:focus-within,.border-color-active-neutral-0[data-selected=true],.border-color-active-neutral-0:active{border-color:var(--color-neutral-0)}.border-color-neutral-1,.border-color-hover-neutral-1:hover,.border-color-focus-neutral-1[data-focused=true],.border-color-focus-neutral-1:focus,.border-color-focus-neutral-1:focus-within,.border-color-active-neutral-1[data-selected=true],.border-color-active-neutral-1:active{border-color:var(--color-neutral-1)}.border-color-neutral-2,.border-color-hover-neutral-2:hover,.border-color-focus-neutral-2[data-focused=true],.border-color-focus-neutral-2:focus,.border-color-focus-neutral-2:focus-within,.border-color-active-neutral-2[data-selected=true],.border-color-active-neutral-2:active{border-color:var(--color-neutral-2)}.border-color-neutral-3,.border-color-hover-neutral-3:hover,.border-color-focus-neutral-3[data-focused=true],.border-color-focus-neutral-3:focus,.border-color-focus-neutral-3:focus-within,.border-color-active-neutral-3[data-selected=true],.border-color-active-neutral-3:active{border-color:var(--color-neutral-3)}.border-color-neutral-4,.border-color-hover-neutral-4:hover,.border-color-focus-neutral-4[data-focused=true],.border-color-focus-neutral-4:focus,.border-color-focus-neutral-4:focus-within,.border-color-active-neutral-4[data-selected=true],.border-color-active-neutral-4:active{border-color:var(--color-neutral-4)}.border-color-neutral-5,.border-color-hover-neutral-5:hover,.border-color-focus-neutral-5[data-focused=true],.border-color-focus-neutral-5:focus,.border-color-focus-neutral-5:focus-within,.border-color-active-neutral-5[data-selected=true],.border-color-active-neutral-5:active{border-color:var(--color-neutral-5)}.border-color-neutral-6,.border-color-hover-neutral-6:hover,.border-color-focus-neutral-6[data-focused=true],.border-color-focus-neutral-6:focus,.border-color-focus-neutral-6:focus-within,.border-color-active-neutral-6[data-selected=true],.border-color-active-neutral-6:active{border-color:var(--color-neutral-6)}.border-color-neutral-7,.border-color-hover-neutral-7:hover,.border-color-focus-neutral-7[data-focused=true],.border-color-focus-neutral-7:focus,.border-color-focus-neutral-7:focus-within,.border-color-active-neutral-7[data-selected=true],.border-color-active-neutral-7:active{border-color:var(--color-neutral-7)}.border-color-neutral-8,.border-color-hover-neutral-8:hover,.border-color-focus-neutral-8[data-focused=true],.border-color-focus-neutral-8:focus,.border-color-focus-neutral-8:focus-within,.border-color-active-neutral-8[data-selected=true],.border-color-active-neutral-8:active{border-color:var(--color-neutral-8)}.border-color-neutral-9,.border-color-hover-neutral-9:hover,.border-color-focus-neutral-9[data-focused=true],.border-color-focus-neutral-9:focus,.border-color-focus-neutral-9:focus-within,.border-color-active-neutral-9[data-selected=true],.border-color-active-neutral-9:active{border-color:var(--color-neutral-9)}.border-color-neutral-10,.border-color-hover-neutral-10:hover,.border-color-focus-neutral-10[data-focused=true],.border-color-focus-neutral-10:focus,.border-color-focus-neutral-10:focus-within,.border-color-active-neutral-10[data-selected=true],.border-color-active-neutral-10:active{border-color:var(--color-neutral-10)}.border-color-stone-0,.border-color-hover-stone-0:hover,.border-color-focus-stone-0[data-focused=true],.border-color-focus-stone-0:focus,.border-color-focus-stone-0:focus-within,.border-color-active-stone-0[data-selected=true],.border-color-active-stone-0:active{border-color:var(--color-stone-0)}.border-color-stone-1,.border-color-hover-stone-1:hover,.border-color-focus-stone-1[data-focused=true],.border-color-focus-stone-1:focus,.border-color-focus-stone-1:focus-within,.border-color-active-stone-1[data-selected=true],.border-color-active-stone-1:active{border-color:var(--color-stone-1)}.border-color-stone-2,.border-color-hover-stone-2:hover,.border-color-focus-stone-2[data-focused=true],.border-color-focus-stone-2:focus,.border-color-focus-stone-2:focus-within,.border-color-active-stone-2[data-selected=true],.border-color-active-stone-2:active{border-color:var(--color-stone-2)}.border-color-stone-3,.border-color-hover-stone-3:hover,.border-color-focus-stone-3[data-focused=true],.border-color-focus-stone-3:focus,.border-color-focus-stone-3:focus-within,.border-color-active-stone-3[data-selected=true],.border-color-active-stone-3:active{border-color:var(--color-stone-3)}.border-color-stone-4,.border-color-hover-stone-4:hover,.border-color-focus-stone-4[data-focused=true],.border-color-focus-stone-4:focus,.border-color-focus-stone-4:focus-within,.border-color-active-stone-4[data-selected=true],.border-color-active-stone-4:active{border-color:var(--color-stone-4)}.border-color-stone-5,.border-color-hover-stone-5:hover,.border-color-focus-stone-5[data-focused=true],.border-color-focus-stone-5:focus,.border-color-focus-stone-5:focus-within,.border-color-active-stone-5[data-selected=true],.border-color-active-stone-5:active{border-color:var(--color-stone-5)}.border-color-stone-6,.border-color-hover-stone-6:hover,.border-color-focus-stone-6[data-focused=true],.border-color-focus-stone-6:focus,.border-color-focus-stone-6:focus-within,.border-color-active-stone-6[data-selected=true],.border-color-active-stone-6:active{border-color:var(--color-stone-6)}.border-color-stone-7,.border-color-hover-stone-7:hover,.border-color-focus-stone-7[data-focused=true],.border-color-focus-stone-7:focus,.border-color-focus-stone-7:focus-within,.border-color-active-stone-7[data-selected=true],.border-color-active-stone-7:active{border-color:var(--color-stone-7)}.border-color-stone-8,.border-color-hover-stone-8:hover,.border-color-focus-stone-8[data-focused=true],.border-color-focus-stone-8:focus,.border-color-focus-stone-8:focus-within,.border-color-active-stone-8[data-selected=true],.border-color-active-stone-8:active{border-color:var(--color-stone-8)}.border-color-stone-9,.border-color-hover-stone-9:hover,.border-color-focus-stone-9[data-focused=true],.border-color-focus-stone-9:focus,.border-color-focus-stone-9:focus-within,.border-color-active-stone-9[data-selected=true],.border-color-active-stone-9:active{border-color:var(--color-stone-9)}.border-color-stone-10,.border-color-hover-stone-10:hover,.border-color-focus-stone-10[data-focused=true],.border-color-focus-stone-10:focus,.border-color-focus-stone-10:focus-within,.border-color-active-stone-10[data-selected=true],.border-color-active-stone-10:active{border-color:var(--color-stone-10)}.border-top-color-inherit,.border-top-color-hover-inherit:hover,.border-top-color-focus-inherit[data-focused=true],.border-top-color-focus-inherit:focus,.border-top-color-focus-inherit:focus-within,.border-top-color-active-inherit[data-selected=true],.border-top-color-active-active:active{border-top-color:inherit}.border-top-color-red,.border-top-color-hover-red:hover,.border-top-color-focus-red[data-focused=true],.border-top-color-focus-red:focus,.border-top-color-focus-red:focus-within,.border-top-color-active-red[data-selected=true],.border-top-color-active-red:active{border-top-color:var(--color-red)}.border-top-color-red-light,.border-top-color-hover-red-light:hover,.border-top-color-focus-red-light[data-focused=true],.border-top-color-focus-red-light:focus,.border-top-color-focus-red-light:focus-within,.border-top-color-active-red-light[data-selected=true],.border-top-color-active-red-light:active{border-top-color:var(--color-red-light)}.border-top-color-red-dark,.border-top-color-hover-red-dark:hover,.border-top-color-focus-red-dark[data-focused=true],.border-top-color-focus-red-dark:focus,.border-top-color-focus-red-dark:focus-within,.border-top-color-active-red-dark[data-selected=true],.border-top-color-active-red-dark:active{border-top-color:var(--color-red-dark)}.border-top-color-red-themed,.border-top-color-hover-red-themed:hover,.border-top-color-focus-red-themed[data-focused=true],.border-top-color-focus-red-themed:focus,.border-top-color-focus-red-themed:focus-within,.border-top-color-active-red-themed[data-selected=true],.border-top-color-active-red-themed:active{border-top-color:var(--color-red-themed)}.border-top-color-orange,.border-top-color-hover-orange:hover,.border-top-color-focus-orange[data-focused=true],.border-top-color-focus-orange:focus,.border-top-color-focus-orange:focus-within,.border-top-color-active-orange[data-selected=true],.border-top-color-active-orange:active{border-top-color:var(--color-orange)}.border-top-color-orange-light,.border-top-color-hover-orange-light:hover,.border-top-color-focus-orange-light[data-focused=true],.border-top-color-focus-orange-light:focus,.border-top-color-focus-orange-light:focus-within,.border-top-color-active-orange-light[data-selected=true],.border-top-color-active-orange-light:active{border-top-color:var(--color-orange-light)}.border-top-color-orange-dark,.border-top-color-hover-orange-dark:hover,.border-top-color-focus-orange-dark[data-focused=true],.border-top-color-focus-orange-dark:focus,.border-top-color-focus-orange-dark:focus-within,.border-top-color-active-orange-dark[data-selected=true],.border-top-color-active-orange-dark:active{border-top-color:var(--color-orange-dark)}.border-top-color-orange-themed,.border-top-color-hover-orange-themed:hover,.border-top-color-focus-orange-themed[data-focused=true],.border-top-color-focus-orange-themed:focus,.border-top-color-focus-orange-themed:focus-within,.border-top-color-active-orange-themed[data-selected=true],.border-top-color-active-orange-themed:active{border-top-color:var(--color-orange-themed)}.border-top-color-amber,.border-top-color-hover-amber:hover,.border-top-color-focus-amber[data-focused=true],.border-top-color-focus-amber:focus,.border-top-color-focus-amber:focus-within,.border-top-color-active-amber[data-selected=true],.border-top-color-active-amber:active{border-top-color:var(--color-amber)}.border-top-color-amber-light,.border-top-color-hover-amber-light:hover,.border-top-color-focus-amber-light[data-focused=true],.border-top-color-focus-amber-light:focus,.border-top-color-focus-amber-light:focus-within,.border-top-color-active-amber-light[data-selected=true],.border-top-color-active-amber-light:active{border-top-color:var(--color-amber-light)}.border-top-color-amber-dark,.border-top-color-hover-amber-dark:hover,.border-top-color-focus-amber-dark[data-focused=true],.border-top-color-focus-amber-dark:focus,.border-top-color-focus-amber-dark:focus-within,.border-top-color-active-amber-dark[data-selected=true],.border-top-color-active-amber-dark:active{border-top-color:var(--color-amber-dark)}.border-top-color-amber-themed,.border-top-color-hover-amber-themed:hover,.border-top-color-focus-amber-themed[data-focused=true],.border-top-color-focus-amber-themed:focus,.border-top-color-focus-amber-themed:focus-within,.border-top-color-active-amber-themed[data-selected=true],.border-top-color-active-amber-themed:active{border-top-color:var(--color-amber-themed)}.border-top-color-yellow,.border-top-color-hover-yellow:hover,.border-top-color-focus-yellow[data-focused=true],.border-top-color-focus-yellow:focus,.border-top-color-focus-yellow:focus-within,.border-top-color-active-yellow[data-selected=true],.border-top-color-active-yellow:active{border-top-color:var(--color-yellow)}.border-top-color-yellow-light,.border-top-color-hover-yellow-light:hover,.border-top-color-focus-yellow-light[data-focused=true],.border-top-color-focus-yellow-light:focus,.border-top-color-focus-yellow-light:focus-within,.border-top-color-active-yellow-light[data-selected=true],.border-top-color-active-yellow-light:active{border-top-color:var(--color-yellow-light)}.border-top-color-yellow-dark,.border-top-color-hover-yellow-dark:hover,.border-top-color-focus-yellow-dark[data-focused=true],.border-top-color-focus-yellow-dark:focus,.border-top-color-focus-yellow-dark:focus-within,.border-top-color-active-yellow-dark[data-selected=true],.border-top-color-active-yellow-dark:active{border-top-color:var(--color-yellow-dark)}.border-top-color-yellow-themed,.border-top-color-hover-yellow-themed:hover,.border-top-color-focus-yellow-themed[data-focused=true],.border-top-color-focus-yellow-themed:focus,.border-top-color-focus-yellow-themed:focus-within,.border-top-color-active-yellow-themed[data-selected=true],.border-top-color-active-yellow-themed:active{border-top-color:var(--color-yellow-themed)}.border-top-color-lime,.border-top-color-hover-lime:hover,.border-top-color-focus-lime[data-focused=true],.border-top-color-focus-lime:focus,.border-top-color-focus-lime:focus-within,.border-top-color-active-lime[data-selected=true],.border-top-color-active-lime:active{border-top-color:var(--color-lime)}.border-top-color-lime-light,.border-top-color-hover-lime-light:hover,.border-top-color-focus-lime-light[data-focused=true],.border-top-color-focus-lime-light:focus,.border-top-color-focus-lime-light:focus-within,.border-top-color-active-lime-light[data-selected=true],.border-top-color-active-lime-light:active{border-top-color:var(--color-lime-light)}.border-top-color-lime-dark,.border-top-color-hover-lime-dark:hover,.border-top-color-focus-lime-dark[data-focused=true],.border-top-color-focus-lime-dark:focus,.border-top-color-focus-lime-dark:focus-within,.border-top-color-active-lime-dark[data-selected=true],.border-top-color-active-lime-dark:active{border-top-color:var(--color-lime-dark)}.border-top-color-lime-themed,.border-top-color-hover-lime-themed:hover,.border-top-color-focus-lime-themed[data-focused=true],.border-top-color-focus-lime-themed:focus,.border-top-color-focus-lime-themed:focus-within,.border-top-color-active-lime-themed[data-selected=true],.border-top-color-active-lime-themed:active{border-top-color:var(--color-lime-themed)}.border-top-color-green,.border-top-color-hover-green:hover,.border-top-color-focus-green[data-focused=true],.border-top-color-focus-green:focus,.border-top-color-focus-green:focus-within,.border-top-color-active-green[data-selected=true],.border-top-color-active-green:active{border-top-color:var(--color-green)}.border-top-color-green-light,.border-top-color-hover-green-light:hover,.border-top-color-focus-green-light[data-focused=true],.border-top-color-focus-green-light:focus,.border-top-color-focus-green-light:focus-within,.border-top-color-active-green-light[data-selected=true],.border-top-color-active-green-light:active{border-top-color:var(--color-green-light)}.border-top-color-green-dark,.border-top-color-hover-green-dark:hover,.border-top-color-focus-green-dark[data-focused=true],.border-top-color-focus-green-dark:focus,.border-top-color-focus-green-dark:focus-within,.border-top-color-active-green-dark[data-selected=true],.border-top-color-active-green-dark:active{border-top-color:var(--color-green-dark)}.border-top-color-green-themed,.border-top-color-hover-green-themed:hover,.border-top-color-focus-green-themed[data-focused=true],.border-top-color-focus-green-themed:focus,.border-top-color-focus-green-themed:focus-within,.border-top-color-active-green-themed[data-selected=true],.border-top-color-active-green-themed:active{border-top-color:var(--color-green-themed)}.border-top-color-emerald,.border-top-color-hover-emerald:hover,.border-top-color-focus-emerald[data-focused=true],.border-top-color-focus-emerald:focus,.border-top-color-focus-emerald:focus-within,.border-top-color-active-emerald[data-selected=true],.border-top-color-active-emerald:active{border-top-color:var(--color-emerald)}.border-top-color-emerald-light,.border-top-color-hover-emerald-light:hover,.border-top-color-focus-emerald-light[data-focused=true],.border-top-color-focus-emerald-light:focus,.border-top-color-focus-emerald-light:focus-within,.border-top-color-active-emerald-light[data-selected=true],.border-top-color-active-emerald-light:active{border-top-color:var(--color-emerald-light)}.border-top-color-emerald-dark,.border-top-color-hover-emerald-dark:hover,.border-top-color-focus-emerald-dark[data-focused=true],.border-top-color-focus-emerald-dark:focus,.border-top-color-focus-emerald-dark:focus-within,.border-top-color-active-emerald-dark[data-selected=true],.border-top-color-active-emerald-dark:active{border-top-color:var(--color-emerald-dark)}.border-top-color-emerald-themed,.border-top-color-hover-emerald-themed:hover,.border-top-color-focus-emerald-themed[data-focused=true],.border-top-color-focus-emerald-themed:focus,.border-top-color-focus-emerald-themed:focus-within,.border-top-color-active-emerald-themed[data-selected=true],.border-top-color-active-emerald-themed:active{border-top-color:var(--color-emerald-themed)}.border-top-color-teal,.border-top-color-hover-teal:hover,.border-top-color-focus-teal[data-focused=true],.border-top-color-focus-teal:focus,.border-top-color-focus-teal:focus-within,.border-top-color-active-teal[data-selected=true],.border-top-color-active-teal:active{border-top-color:var(--color-teal)}.border-top-color-teal-light,.border-top-color-hover-teal-light:hover,.border-top-color-focus-teal-light[data-focused=true],.border-top-color-focus-teal-light:focus,.border-top-color-focus-teal-light:focus-within,.border-top-color-active-teal-light[data-selected=true],.border-top-color-active-teal-light:active{border-top-color:var(--color-teal-light)}.border-top-color-teal-dark,.border-top-color-hover-teal-dark:hover,.border-top-color-focus-teal-dark[data-focused=true],.border-top-color-focus-teal-dark:focus,.border-top-color-focus-teal-dark:focus-within,.border-top-color-active-teal-dark[data-selected=true],.border-top-color-active-teal-dark:active{border-top-color:var(--color-teal-dark)}.border-top-color-teal-themed,.border-top-color-hover-teal-themed:hover,.border-top-color-focus-teal-themed[data-focused=true],.border-top-color-focus-teal-themed:focus,.border-top-color-focus-teal-themed:focus-within,.border-top-color-active-teal-themed[data-selected=true],.border-top-color-active-teal-themed:active{border-top-color:var(--color-teal-themed)}.border-top-color-cyan,.border-top-color-hover-cyan:hover,.border-top-color-focus-cyan[data-focused=true],.border-top-color-focus-cyan:focus,.border-top-color-focus-cyan:focus-within,.border-top-color-active-cyan[data-selected=true],.border-top-color-active-cyan:active{border-top-color:var(--color-cyan)}.border-top-color-cyan-light,.border-top-color-hover-cyan-light:hover,.border-top-color-focus-cyan-light[data-focused=true],.border-top-color-focus-cyan-light:focus,.border-top-color-focus-cyan-light:focus-within,.border-top-color-active-cyan-light[data-selected=true],.border-top-color-active-cyan-light:active{border-top-color:var(--color-cyan-light)}.border-top-color-cyan-dark,.border-top-color-hover-cyan-dark:hover,.border-top-color-focus-cyan-dark[data-focused=true],.border-top-color-focus-cyan-dark:focus,.border-top-color-focus-cyan-dark:focus-within,.border-top-color-active-cyan-dark[data-selected=true],.border-top-color-active-cyan-dark:active{border-top-color:var(--color-cyan-dark)}.border-top-color-cyan-themed,.border-top-color-hover-cyan-themed:hover,.border-top-color-focus-cyan-themed[data-focused=true],.border-top-color-focus-cyan-themed:focus,.border-top-color-focus-cyan-themed:focus-within,.border-top-color-active-cyan-themed[data-selected=true],.border-top-color-active-cyan-themed:active{border-top-color:var(--color-cyan-themed)}.border-top-color-sky,.border-top-color-hover-sky:hover,.border-top-color-focus-sky[data-focused=true],.border-top-color-focus-sky:focus,.border-top-color-focus-sky:focus-within,.border-top-color-active-sky[data-selected=true],.border-top-color-active-sky:active{border-top-color:var(--color-sky)}.border-top-color-sky-light,.border-top-color-hover-sky-light:hover,.border-top-color-focus-sky-light[data-focused=true],.border-top-color-focus-sky-light:focus,.border-top-color-focus-sky-light:focus-within,.border-top-color-active-sky-light[data-selected=true],.border-top-color-active-sky-light:active{border-top-color:var(--color-sky-light)}.border-top-color-sky-dark,.border-top-color-hover-sky-dark:hover,.border-top-color-focus-sky-dark[data-focused=true],.border-top-color-focus-sky-dark:focus,.border-top-color-focus-sky-dark:focus-within,.border-top-color-active-sky-dark[data-selected=true],.border-top-color-active-sky-dark:active{border-top-color:var(--color-sky-dark)}.border-top-color-sky-themed,.border-top-color-hover-sky-themed:hover,.border-top-color-focus-sky-themed[data-focused=true],.border-top-color-focus-sky-themed:focus,.border-top-color-focus-sky-themed:focus-within,.border-top-color-active-sky-themed[data-selected=true],.border-top-color-active-sky-themed:active{border-top-color:var(--color-sky-themed)}.border-top-color-blue,.border-top-color-hover-blue:hover,.border-top-color-focus-blue[data-focused=true],.border-top-color-focus-blue:focus,.border-top-color-focus-blue:focus-within,.border-top-color-active-blue[data-selected=true],.border-top-color-active-blue:active{border-top-color:var(--color-blue)}.border-top-color-blue-light,.border-top-color-hover-blue-light:hover,.border-top-color-focus-blue-light[data-focused=true],.border-top-color-focus-blue-light:focus,.border-top-color-focus-blue-light:focus-within,.border-top-color-active-blue-light[data-selected=true],.border-top-color-active-blue-light:active{border-top-color:var(--color-blue-light)}.border-top-color-blue-dark,.border-top-color-hover-blue-dark:hover,.border-top-color-focus-blue-dark[data-focused=true],.border-top-color-focus-blue-dark:focus,.border-top-color-focus-blue-dark:focus-within,.border-top-color-active-blue-dark[data-selected=true],.border-top-color-active-blue-dark:active{border-top-color:var(--color-blue-dark)}.border-top-color-blue-themed,.border-top-color-hover-blue-themed:hover,.border-top-color-focus-blue-themed[data-focused=true],.border-top-color-focus-blue-themed:focus,.border-top-color-focus-blue-themed:focus-within,.border-top-color-active-blue-themed[data-selected=true],.border-top-color-active-blue-themed:active{border-top-color:var(--color-blue-themed)}.border-top-color-indigo,.border-top-color-hover-indigo:hover,.border-top-color-focus-indigo[data-focused=true],.border-top-color-focus-indigo:focus,.border-top-color-focus-indigo:focus-within,.border-top-color-active-indigo[data-selected=true],.border-top-color-active-indigo:active{border-top-color:var(--color-indigo)}.border-top-color-indigo-light,.border-top-color-hover-indigo-light:hover,.border-top-color-focus-indigo-light[data-focused=true],.border-top-color-focus-indigo-light:focus,.border-top-color-focus-indigo-light:focus-within,.border-top-color-active-indigo-light[data-selected=true],.border-top-color-active-indigo-light:active{border-top-color:var(--color-indigo-light)}.border-top-color-indigo-dark,.border-top-color-hover-indigo-dark:hover,.border-top-color-focus-indigo-dark[data-focused=true],.border-top-color-focus-indigo-dark:focus,.border-top-color-focus-indigo-dark:focus-within,.border-top-color-active-indigo-dark[data-selected=true],.border-top-color-active-indigo-dark:active{border-top-color:var(--color-indigo-dark)}.border-top-color-indigo-themed,.border-top-color-hover-indigo-themed:hover,.border-top-color-focus-indigo-themed[data-focused=true],.border-top-color-focus-indigo-themed:focus,.border-top-color-focus-indigo-themed:focus-within,.border-top-color-active-indigo-themed[data-selected=true],.border-top-color-active-indigo-themed:active{border-top-color:var(--color-indigo-themed)}.border-top-color-violet,.border-top-color-hover-violet:hover,.border-top-color-focus-violet[data-focused=true],.border-top-color-focus-violet:focus,.border-top-color-focus-violet:focus-within,.border-top-color-active-violet[data-selected=true],.border-top-color-active-violet:active{border-top-color:var(--color-violet)}.border-top-color-violet-light,.border-top-color-hover-violet-light:hover,.border-top-color-focus-violet-light[data-focused=true],.border-top-color-focus-violet-light:focus,.border-top-color-focus-violet-light:focus-within,.border-top-color-active-violet-light[data-selected=true],.border-top-color-active-violet-light:active{border-top-color:var(--color-violet-light)}.border-top-color-violet-dark,.border-top-color-hover-violet-dark:hover,.border-top-color-focus-violet-dark[data-focused=true],.border-top-color-focus-violet-dark:focus,.border-top-color-focus-violet-dark:focus-within,.border-top-color-active-violet-dark[data-selected=true],.border-top-color-active-violet-dark:active{border-top-color:var(--color-violet-dark)}.border-top-color-violet-themed,.border-top-color-hover-violet-themed:hover,.border-top-color-focus-violet-themed[data-focused=true],.border-top-color-focus-violet-themed:focus,.border-top-color-focus-violet-themed:focus-within,.border-top-color-active-violet-themed[data-selected=true],.border-top-color-active-violet-themed:active{border-top-color:var(--color-violet-themed)}.border-top-color-purple,.border-top-color-hover-purple:hover,.border-top-color-focus-purple[data-focused=true],.border-top-color-focus-purple:focus,.border-top-color-focus-purple:focus-within,.border-top-color-active-purple[data-selected=true],.border-top-color-active-purple:active{border-top-color:var(--color-purple)}.border-top-color-purple-light,.border-top-color-hover-purple-light:hover,.border-top-color-focus-purple-light[data-focused=true],.border-top-color-focus-purple-light:focus,.border-top-color-focus-purple-light:focus-within,.border-top-color-active-purple-light[data-selected=true],.border-top-color-active-purple-light:active{border-top-color:var(--color-purple-light)}.border-top-color-purple-dark,.border-top-color-hover-purple-dark:hover,.border-top-color-focus-purple-dark[data-focused=true],.border-top-color-focus-purple-dark:focus,.border-top-color-focus-purple-dark:focus-within,.border-top-color-active-purple-dark[data-selected=true],.border-top-color-active-purple-dark:active{border-top-color:var(--color-purple-dark)}.border-top-color-purple-themed,.border-top-color-hover-purple-themed:hover,.border-top-color-focus-purple-themed[data-focused=true],.border-top-color-focus-purple-themed:focus,.border-top-color-focus-purple-themed:focus-within,.border-top-color-active-purple-themed[data-selected=true],.border-top-color-active-purple-themed:active{border-top-color:var(--color-purple-themed)}.border-top-color-fuchsia,.border-top-color-hover-fuchsia:hover,.border-top-color-focus-fuchsia[data-focused=true],.border-top-color-focus-fuchsia:focus,.border-top-color-focus-fuchsia:focus-within,.border-top-color-active-fuchsia[data-selected=true],.border-top-color-active-fuchsia:active{border-top-color:var(--color-fuchsia)}.border-top-color-fuchsia-light,.border-top-color-hover-fuchsia-light:hover,.border-top-color-focus-fuchsia-light[data-focused=true],.border-top-color-focus-fuchsia-light:focus,.border-top-color-focus-fuchsia-light:focus-within,.border-top-color-active-fuchsia-light[data-selected=true],.border-top-color-active-fuchsia-light:active{border-top-color:var(--color-fuchsia-light)}.border-top-color-fuchsia-dark,.border-top-color-hover-fuchsia-dark:hover,.border-top-color-focus-fuchsia-dark[data-focused=true],.border-top-color-focus-fuchsia-dark:focus,.border-top-color-focus-fuchsia-dark:focus-within,.border-top-color-active-fuchsia-dark[data-selected=true],.border-top-color-active-fuchsia-dark:active{border-top-color:var(--color-fuchsia-dark)}.border-top-color-fuchsia-themed,.border-top-color-hover-fuchsia-themed:hover,.border-top-color-focus-fuchsia-themed[data-focused=true],.border-top-color-focus-fuchsia-themed:focus,.border-top-color-focus-fuchsia-themed:focus-within,.border-top-color-active-fuchsia-themed[data-selected=true],.border-top-color-active-fuchsia-themed:active{border-top-color:var(--color-fuchsia-themed)}.border-top-color-pink,.border-top-color-hover-pink:hover,.border-top-color-focus-pink[data-focused=true],.border-top-color-focus-pink:focus,.border-top-color-focus-pink:focus-within,.border-top-color-active-pink[data-selected=true],.border-top-color-active-pink:active{border-top-color:var(--color-pink)}.border-top-color-pink-light,.border-top-color-hover-pink-light:hover,.border-top-color-focus-pink-light[data-focused=true],.border-top-color-focus-pink-light:focus,.border-top-color-focus-pink-light:focus-within,.border-top-color-active-pink-light[data-selected=true],.border-top-color-active-pink-light:active{border-top-color:var(--color-pink-light)}.border-top-color-pink-dark,.border-top-color-hover-pink-dark:hover,.border-top-color-focus-pink-dark[data-focused=true],.border-top-color-focus-pink-dark:focus,.border-top-color-focus-pink-dark:focus-within,.border-top-color-active-pink-dark[data-selected=true],.border-top-color-active-pink-dark:active{border-top-color:var(--color-pink-dark)}.border-top-color-pink-themed,.border-top-color-hover-pink-themed:hover,.border-top-color-focus-pink-themed[data-focused=true],.border-top-color-focus-pink-themed:focus,.border-top-color-focus-pink-themed:focus-within,.border-top-color-active-pink-themed[data-selected=true],.border-top-color-active-pink-themed:active{border-top-color:var(--color-pink-themed)}.border-top-color-rose,.border-top-color-hover-rose:hover,.border-top-color-focus-rose[data-focused=true],.border-top-color-focus-rose:focus,.border-top-color-focus-rose:focus-within,.border-top-color-active-rose[data-selected=true],.border-top-color-active-rose:active{border-top-color:var(--color-rose)}.border-top-color-rose-light,.border-top-color-hover-rose-light:hover,.border-top-color-focus-rose-light[data-focused=true],.border-top-color-focus-rose-light:focus,.border-top-color-focus-rose-light:focus-within,.border-top-color-active-rose-light[data-selected=true],.border-top-color-active-rose-light:active{border-top-color:var(--color-rose-light)}.border-top-color-rose-dark,.border-top-color-hover-rose-dark:hover,.border-top-color-focus-rose-dark[data-focused=true],.border-top-color-focus-rose-dark:focus,.border-top-color-focus-rose-dark:focus-within,.border-top-color-active-rose-dark[data-selected=true],.border-top-color-active-rose-dark:active{border-top-color:var(--color-rose-dark)}.border-top-color-rose-themed,.border-top-color-hover-rose-themed:hover,.border-top-color-focus-rose-themed[data-focused=true],.border-top-color-focus-rose-themed:focus,.border-top-color-focus-rose-themed:focus-within,.border-top-color-active-rose-themed[data-selected=true],.border-top-color-active-rose-themed:active{border-top-color:var(--color-rose-themed)}.border-top-color-slate,.border-top-color-hover-slate:hover,.border-top-color-focus-slate[data-focused=true],.border-top-color-focus-slate:focus,.border-top-color-focus-slate:focus-within,.border-top-color-active-slate[data-selected=true],.border-top-color-active-slate:active{border-top-color:var(--color-slate)}.border-top-color-slate-light,.border-top-color-hover-slate-light:hover,.border-top-color-focus-slate-light[data-focused=true],.border-top-color-focus-slate-light:focus,.border-top-color-focus-slate-light:focus-within,.border-top-color-active-slate-light[data-selected=true],.border-top-color-active-slate-light:active{border-top-color:var(--color-slate-light)}.border-top-color-slate-dark,.border-top-color-hover-slate-dark:hover,.border-top-color-focus-slate-dark[data-focused=true],.border-top-color-focus-slate-dark:focus,.border-top-color-focus-slate-dark:focus-within,.border-top-color-active-slate-dark[data-selected=true],.border-top-color-active-slate-dark:active{border-top-color:var(--color-slate-dark)}.border-top-color-slate-themed,.border-top-color-hover-slate-themed:hover,.border-top-color-focus-slate-themed[data-focused=true],.border-top-color-focus-slate-themed:focus,.border-top-color-focus-slate-themed:focus-within,.border-top-color-active-slate-themed[data-selected=true],.border-top-color-active-slate-themed:active{border-top-color:var(--color-slate-themed)}.border-top-color-gray,.border-top-color-hover-gray:hover,.border-top-color-focus-gray[data-focused=true],.border-top-color-focus-gray:focus,.border-top-color-focus-gray:focus-within,.border-top-color-active-gray[data-selected=true],.border-top-color-active-gray:active{border-top-color:var(--color-gray)}.border-top-color-gray-light,.border-top-color-hover-gray-light:hover,.border-top-color-focus-gray-light[data-focused=true],.border-top-color-focus-gray-light:focus,.border-top-color-focus-gray-light:focus-within,.border-top-color-active-gray-light[data-selected=true],.border-top-color-active-gray-light:active{border-top-color:var(--color-gray-light)}.border-top-color-gray-dark,.border-top-color-hover-gray-dark:hover,.border-top-color-focus-gray-dark[data-focused=true],.border-top-color-focus-gray-dark:focus,.border-top-color-focus-gray-dark:focus-within,.border-top-color-active-gray-dark[data-selected=true],.border-top-color-active-gray-dark:active{border-top-color:var(--color-gray-dark)}.border-top-color-gray-themed,.border-top-color-hover-gray-themed:hover,.border-top-color-focus-gray-themed[data-focused=true],.border-top-color-focus-gray-themed:focus,.border-top-color-focus-gray-themed:focus-within,.border-top-color-active-gray-themed[data-selected=true],.border-top-color-active-gray-themed:active{border-top-color:var(--color-gray-themed)}.border-top-color-zinc,.border-top-color-hover-zinc:hover,.border-top-color-focus-zinc[data-focused=true],.border-top-color-focus-zinc:focus,.border-top-color-focus-zinc:focus-within,.border-top-color-active-zinc[data-selected=true],.border-top-color-active-zinc:active{border-top-color:var(--color-zinc)}.border-top-color-zinc-light,.border-top-color-hover-zinc-light:hover,.border-top-color-focus-zinc-light[data-focused=true],.border-top-color-focus-zinc-light:focus,.border-top-color-focus-zinc-light:focus-within,.border-top-color-active-zinc-light[data-selected=true],.border-top-color-active-zinc-light:active{border-top-color:var(--color-zinc-light)}.border-top-color-zinc-dark,.border-top-color-hover-zinc-dark:hover,.border-top-color-focus-zinc-dark[data-focused=true],.border-top-color-focus-zinc-dark:focus,.border-top-color-focus-zinc-dark:focus-within,.border-top-color-active-zinc-dark[data-selected=true],.border-top-color-active-zinc-dark:active{border-top-color:var(--color-zinc-dark)}.border-top-color-zinc-themed,.border-top-color-hover-zinc-themed:hover,.border-top-color-focus-zinc-themed[data-focused=true],.border-top-color-focus-zinc-themed:focus,.border-top-color-focus-zinc-themed:focus-within,.border-top-color-active-zinc-themed[data-selected=true],.border-top-color-active-zinc-themed:active{border-top-color:var(--color-zinc-themed)}.border-top-color-neutral,.border-top-color-hover-neutral:hover,.border-top-color-focus-neutral[data-focused=true],.border-top-color-focus-neutral:focus,.border-top-color-focus-neutral:focus-within,.border-top-color-active-neutral[data-selected=true],.border-top-color-active-neutral:active{border-top-color:var(--color-neutral)}.border-top-color-neutral-light,.border-top-color-hover-neutral-light:hover,.border-top-color-focus-neutral-light[data-focused=true],.border-top-color-focus-neutral-light:focus,.border-top-color-focus-neutral-light:focus-within,.border-top-color-active-neutral-light[data-selected=true],.border-top-color-active-neutral-light:active{border-top-color:var(--color-neutral-light)}.border-top-color-neutral-dark,.border-top-color-hover-neutral-dark:hover,.border-top-color-focus-neutral-dark[data-focused=true],.border-top-color-focus-neutral-dark:focus,.border-top-color-focus-neutral-dark:focus-within,.border-top-color-active-neutral-dark[data-selected=true],.border-top-color-active-neutral-dark:active{border-top-color:var(--color-neutral-dark)}.border-top-color-neutral-themed,.border-top-color-hover-neutral-themed:hover,.border-top-color-focus-neutral-themed[data-focused=true],.border-top-color-focus-neutral-themed:focus,.border-top-color-focus-neutral-themed:focus-within,.border-top-color-active-neutral-themed[data-selected=true],.border-top-color-active-neutral-themed:active{border-top-color:var(--color-neutral-themed)}.border-top-color-stone,.border-top-color-hover-stone:hover,.border-top-color-focus-stone[data-focused=true],.border-top-color-focus-stone:focus,.border-top-color-focus-stone:focus-within,.border-top-color-active-stone[data-selected=true],.border-top-color-active-stone:active{border-top-color:var(--color-stone)}.border-top-color-stone-light,.border-top-color-hover-stone-light:hover,.border-top-color-focus-stone-light[data-focused=true],.border-top-color-focus-stone-light:focus,.border-top-color-focus-stone-light:focus-within,.border-top-color-active-stone-light[data-selected=true],.border-top-color-active-stone-light:active{border-top-color:var(--color-stone-light)}.border-top-color-stone-dark,.border-top-color-hover-stone-dark:hover,.border-top-color-focus-stone-dark[data-focused=true],.border-top-color-focus-stone-dark:focus,.border-top-color-focus-stone-dark:focus-within,.border-top-color-active-stone-dark[data-selected=true],.border-top-color-active-stone-dark:active{border-top-color:var(--color-stone-dark)}.border-top-color-stone-themed,.border-top-color-hover-stone-themed:hover,.border-top-color-focus-stone-themed[data-focused=true],.border-top-color-focus-stone-themed:focus,.border-top-color-focus-stone-themed:focus-within,.border-top-color-active-stone-themed[data-selected=true],.border-top-color-active-stone-themed:active{border-top-color:var(--color-stone-themed)}.border-top-color-white,.border-top-color-hover-white:hover,.border-top-color-focus-white[data-focused=true],.border-top-color-focus-white:focus,.border-top-color-focus-white:focus-within,.border-top-color-active-white[data-selected=true],.border-top-color-active-white:active{border-top-color:var(--color-white)}.border-top-color-black,.border-top-color-hover-black:hover,.border-top-color-focus-black[data-focused=true],.border-top-color-focus-black:focus,.border-top-color-focus-black:focus-within,.border-top-color-active-black[data-selected=true],.border-top-color-active-black:active{border-top-color:var(--color-black)}.border-top-color-transparent,.border-top-color-hover-transparent:hover,.border-top-color-focus-transparent[data-focused=true],.border-top-color-focus-transparent:focus,.border-top-color-focus-transparent:focus-within,.border-top-color-active-transparent[data-selected=true],.border-top-color-active-transparent:active{border-top-color:var(--color-transparent)}.border-top-color-red-0,.border-top-color-hover-red-0:hover,.border-top-color-focus-red-0[data-focused=true],.border-top-color-focus-red-0:focus,.border-top-color-focus-red-0:focus-within,.border-top-color-active-red-0[data-selected=true],.border-top-color-active-red-0:active{border-top-color:var(--color-red-0)}.border-top-color-red-1,.border-top-color-hover-red-1:hover,.border-top-color-focus-red-1[data-focused=true],.border-top-color-focus-red-1:focus,.border-top-color-focus-red-1:focus-within,.border-top-color-active-red-1[data-selected=true],.border-top-color-active-red-1:active{border-top-color:var(--color-red-1)}.border-top-color-red-2,.border-top-color-hover-red-2:hover,.border-top-color-focus-red-2[data-focused=true],.border-top-color-focus-red-2:focus,.border-top-color-focus-red-2:focus-within,.border-top-color-active-red-2[data-selected=true],.border-top-color-active-red-2:active{border-top-color:var(--color-red-2)}.border-top-color-red-3,.border-top-color-hover-red-3:hover,.border-top-color-focus-red-3[data-focused=true],.border-top-color-focus-red-3:focus,.border-top-color-focus-red-3:focus-within,.border-top-color-active-red-3[data-selected=true],.border-top-color-active-red-3:active{border-top-color:var(--color-red-3)}.border-top-color-red-4,.border-top-color-hover-red-4:hover,.border-top-color-focus-red-4[data-focused=true],.border-top-color-focus-red-4:focus,.border-top-color-focus-red-4:focus-within,.border-top-color-active-red-4[data-selected=true],.border-top-color-active-red-4:active{border-top-color:var(--color-red-4)}.border-top-color-red-5,.border-top-color-hover-red-5:hover,.border-top-color-focus-red-5[data-focused=true],.border-top-color-focus-red-5:focus,.border-top-color-focus-red-5:focus-within,.border-top-color-active-red-5[data-selected=true],.border-top-color-active-red-5:active{border-top-color:var(--color-red-5)}.border-top-color-red-6,.border-top-color-hover-red-6:hover,.border-top-color-focus-red-6[data-focused=true],.border-top-color-focus-red-6:focus,.border-top-color-focus-red-6:focus-within,.border-top-color-active-red-6[data-selected=true],.border-top-color-active-red-6:active{border-top-color:var(--color-red-6)}.border-top-color-red-7,.border-top-color-hover-red-7:hover,.border-top-color-focus-red-7[data-focused=true],.border-top-color-focus-red-7:focus,.border-top-color-focus-red-7:focus-within,.border-top-color-active-red-7[data-selected=true],.border-top-color-active-red-7:active{border-top-color:var(--color-red-7)}.border-top-color-red-8,.border-top-color-hover-red-8:hover,.border-top-color-focus-red-8[data-focused=true],.border-top-color-focus-red-8:focus,.border-top-color-focus-red-8:focus-within,.border-top-color-active-red-8[data-selected=true],.border-top-color-active-red-8:active{border-top-color:var(--color-red-8)}.border-top-color-red-9,.border-top-color-hover-red-9:hover,.border-top-color-focus-red-9[data-focused=true],.border-top-color-focus-red-9:focus,.border-top-color-focus-red-9:focus-within,.border-top-color-active-red-9[data-selected=true],.border-top-color-active-red-9:active{border-top-color:var(--color-red-9)}.border-top-color-red-10,.border-top-color-hover-red-10:hover,.border-top-color-focus-red-10[data-focused=true],.border-top-color-focus-red-10:focus,.border-top-color-focus-red-10:focus-within,.border-top-color-active-red-10[data-selected=true],.border-top-color-active-red-10:active{border-top-color:var(--color-red-10)}.border-top-color-orange-0,.border-top-color-hover-orange-0:hover,.border-top-color-focus-orange-0[data-focused=true],.border-top-color-focus-orange-0:focus,.border-top-color-focus-orange-0:focus-within,.border-top-color-active-orange-0[data-selected=true],.border-top-color-active-orange-0:active{border-top-color:var(--color-orange-0)}.border-top-color-orange-1,.border-top-color-hover-orange-1:hover,.border-top-color-focus-orange-1[data-focused=true],.border-top-color-focus-orange-1:focus,.border-top-color-focus-orange-1:focus-within,.border-top-color-active-orange-1[data-selected=true],.border-top-color-active-orange-1:active{border-top-color:var(--color-orange-1)}.border-top-color-orange-2,.border-top-color-hover-orange-2:hover,.border-top-color-focus-orange-2[data-focused=true],.border-top-color-focus-orange-2:focus,.border-top-color-focus-orange-2:focus-within,.border-top-color-active-orange-2[data-selected=true],.border-top-color-active-orange-2:active{border-top-color:var(--color-orange-2)}.border-top-color-orange-3,.border-top-color-hover-orange-3:hover,.border-top-color-focus-orange-3[data-focused=true],.border-top-color-focus-orange-3:focus,.border-top-color-focus-orange-3:focus-within,.border-top-color-active-orange-3[data-selected=true],.border-top-color-active-orange-3:active{border-top-color:var(--color-orange-3)}.border-top-color-orange-4,.border-top-color-hover-orange-4:hover,.border-top-color-focus-orange-4[data-focused=true],.border-top-color-focus-orange-4:focus,.border-top-color-focus-orange-4:focus-within,.border-top-color-active-orange-4[data-selected=true],.border-top-color-active-orange-4:active{border-top-color:var(--color-orange-4)}.border-top-color-orange-5,.border-top-color-hover-orange-5:hover,.border-top-color-focus-orange-5[data-focused=true],.border-top-color-focus-orange-5:focus,.border-top-color-focus-orange-5:focus-within,.border-top-color-active-orange-5[data-selected=true],.border-top-color-active-orange-5:active{border-top-color:var(--color-orange-5)}.border-top-color-orange-6,.border-top-color-hover-orange-6:hover,.border-top-color-focus-orange-6[data-focused=true],.border-top-color-focus-orange-6:focus,.border-top-color-focus-orange-6:focus-within,.border-top-color-active-orange-6[data-selected=true],.border-top-color-active-orange-6:active{border-top-color:var(--color-orange-6)}.border-top-color-orange-7,.border-top-color-hover-orange-7:hover,.border-top-color-focus-orange-7[data-focused=true],.border-top-color-focus-orange-7:focus,.border-top-color-focus-orange-7:focus-within,.border-top-color-active-orange-7[data-selected=true],.border-top-color-active-orange-7:active{border-top-color:var(--color-orange-7)}.border-top-color-orange-8,.border-top-color-hover-orange-8:hover,.border-top-color-focus-orange-8[data-focused=true],.border-top-color-focus-orange-8:focus,.border-top-color-focus-orange-8:focus-within,.border-top-color-active-orange-8[data-selected=true],.border-top-color-active-orange-8:active{border-top-color:var(--color-orange-8)}.border-top-color-orange-9,.border-top-color-hover-orange-9:hover,.border-top-color-focus-orange-9[data-focused=true],.border-top-color-focus-orange-9:focus,.border-top-color-focus-orange-9:focus-within,.border-top-color-active-orange-9[data-selected=true],.border-top-color-active-orange-9:active{border-top-color:var(--color-orange-9)}.border-top-color-orange-10,.border-top-color-hover-orange-10:hover,.border-top-color-focus-orange-10[data-focused=true],.border-top-color-focus-orange-10:focus,.border-top-color-focus-orange-10:focus-within,.border-top-color-active-orange-10[data-selected=true],.border-top-color-active-orange-10:active{border-top-color:var(--color-orange-10)}.border-top-color-amber-0,.border-top-color-hover-amber-0:hover,.border-top-color-focus-amber-0[data-focused=true],.border-top-color-focus-amber-0:focus,.border-top-color-focus-amber-0:focus-within,.border-top-color-active-amber-0[data-selected=true],.border-top-color-active-amber-0:active{border-top-color:var(--color-amber-0)}.border-top-color-amber-1,.border-top-color-hover-amber-1:hover,.border-top-color-focus-amber-1[data-focused=true],.border-top-color-focus-amber-1:focus,.border-top-color-focus-amber-1:focus-within,.border-top-color-active-amber-1[data-selected=true],.border-top-color-active-amber-1:active{border-top-color:var(--color-amber-1)}.border-top-color-amber-2,.border-top-color-hover-amber-2:hover,.border-top-color-focus-amber-2[data-focused=true],.border-top-color-focus-amber-2:focus,.border-top-color-focus-amber-2:focus-within,.border-top-color-active-amber-2[data-selected=true],.border-top-color-active-amber-2:active{border-top-color:var(--color-amber-2)}.border-top-color-amber-3,.border-top-color-hover-amber-3:hover,.border-top-color-focus-amber-3[data-focused=true],.border-top-color-focus-amber-3:focus,.border-top-color-focus-amber-3:focus-within,.border-top-color-active-amber-3[data-selected=true],.border-top-color-active-amber-3:active{border-top-color:var(--color-amber-3)}.border-top-color-amber-4,.border-top-color-hover-amber-4:hover,.border-top-color-focus-amber-4[data-focused=true],.border-top-color-focus-amber-4:focus,.border-top-color-focus-amber-4:focus-within,.border-top-color-active-amber-4[data-selected=true],.border-top-color-active-amber-4:active{border-top-color:var(--color-amber-4)}.border-top-color-amber-5,.border-top-color-hover-amber-5:hover,.border-top-color-focus-amber-5[data-focused=true],.border-top-color-focus-amber-5:focus,.border-top-color-focus-amber-5:focus-within,.border-top-color-active-amber-5[data-selected=true],.border-top-color-active-amber-5:active{border-top-color:var(--color-amber-5)}.border-top-color-amber-6,.border-top-color-hover-amber-6:hover,.border-top-color-focus-amber-6[data-focused=true],.border-top-color-focus-amber-6:focus,.border-top-color-focus-amber-6:focus-within,.border-top-color-active-amber-6[data-selected=true],.border-top-color-active-amber-6:active{border-top-color:var(--color-amber-6)}.border-top-color-amber-7,.border-top-color-hover-amber-7:hover,.border-top-color-focus-amber-7[data-focused=true],.border-top-color-focus-amber-7:focus,.border-top-color-focus-amber-7:focus-within,.border-top-color-active-amber-7[data-selected=true],.border-top-color-active-amber-7:active{border-top-color:var(--color-amber-7)}.border-top-color-amber-8,.border-top-color-hover-amber-8:hover,.border-top-color-focus-amber-8[data-focused=true],.border-top-color-focus-amber-8:focus,.border-top-color-focus-amber-8:focus-within,.border-top-color-active-amber-8[data-selected=true],.border-top-color-active-amber-8:active{border-top-color:var(--color-amber-8)}.border-top-color-amber-9,.border-top-color-hover-amber-9:hover,.border-top-color-focus-amber-9[data-focused=true],.border-top-color-focus-amber-9:focus,.border-top-color-focus-amber-9:focus-within,.border-top-color-active-amber-9[data-selected=true],.border-top-color-active-amber-9:active{border-top-color:var(--color-amber-9)}.border-top-color-amber-10,.border-top-color-hover-amber-10:hover,.border-top-color-focus-amber-10[data-focused=true],.border-top-color-focus-amber-10:focus,.border-top-color-focus-amber-10:focus-within,.border-top-color-active-amber-10[data-selected=true],.border-top-color-active-amber-10:active{border-top-color:var(--color-amber-10)}.border-top-color-yellow-0,.border-top-color-hover-yellow-0:hover,.border-top-color-focus-yellow-0[data-focused=true],.border-top-color-focus-yellow-0:focus,.border-top-color-focus-yellow-0:focus-within,.border-top-color-active-yellow-0[data-selected=true],.border-top-color-active-yellow-0:active{border-top-color:var(--color-yellow-0)}.border-top-color-yellow-1,.border-top-color-hover-yellow-1:hover,.border-top-color-focus-yellow-1[data-focused=true],.border-top-color-focus-yellow-1:focus,.border-top-color-focus-yellow-1:focus-within,.border-top-color-active-yellow-1[data-selected=true],.border-top-color-active-yellow-1:active{border-top-color:var(--color-yellow-1)}.border-top-color-yellow-2,.border-top-color-hover-yellow-2:hover,.border-top-color-focus-yellow-2[data-focused=true],.border-top-color-focus-yellow-2:focus,.border-top-color-focus-yellow-2:focus-within,.border-top-color-active-yellow-2[data-selected=true],.border-top-color-active-yellow-2:active{border-top-color:var(--color-yellow-2)}.border-top-color-yellow-3,.border-top-color-hover-yellow-3:hover,.border-top-color-focus-yellow-3[data-focused=true],.border-top-color-focus-yellow-3:focus,.border-top-color-focus-yellow-3:focus-within,.border-top-color-active-yellow-3[data-selected=true],.border-top-color-active-yellow-3:active{border-top-color:var(--color-yellow-3)}.border-top-color-yellow-4,.border-top-color-hover-yellow-4:hover,.border-top-color-focus-yellow-4[data-focused=true],.border-top-color-focus-yellow-4:focus,.border-top-color-focus-yellow-4:focus-within,.border-top-color-active-yellow-4[data-selected=true],.border-top-color-active-yellow-4:active{border-top-color:var(--color-yellow-4)}.border-top-color-yellow-5,.border-top-color-hover-yellow-5:hover,.border-top-color-focus-yellow-5[data-focused=true],.border-top-color-focus-yellow-5:focus,.border-top-color-focus-yellow-5:focus-within,.border-top-color-active-yellow-5[data-selected=true],.border-top-color-active-yellow-5:active{border-top-color:var(--color-yellow-5)}.border-top-color-yellow-6,.border-top-color-hover-yellow-6:hover,.border-top-color-focus-yellow-6[data-focused=true],.border-top-color-focus-yellow-6:focus,.border-top-color-focus-yellow-6:focus-within,.border-top-color-active-yellow-6[data-selected=true],.border-top-color-active-yellow-6:active{border-top-color:var(--color-yellow-6)}.border-top-color-yellow-7,.border-top-color-hover-yellow-7:hover,.border-top-color-focus-yellow-7[data-focused=true],.border-top-color-focus-yellow-7:focus,.border-top-color-focus-yellow-7:focus-within,.border-top-color-active-yellow-7[data-selected=true],.border-top-color-active-yellow-7:active{border-top-color:var(--color-yellow-7)}.border-top-color-yellow-8,.border-top-color-hover-yellow-8:hover,.border-top-color-focus-yellow-8[data-focused=true],.border-top-color-focus-yellow-8:focus,.border-top-color-focus-yellow-8:focus-within,.border-top-color-active-yellow-8[data-selected=true],.border-top-color-active-yellow-8:active{border-top-color:var(--color-yellow-8)}.border-top-color-yellow-9,.border-top-color-hover-yellow-9:hover,.border-top-color-focus-yellow-9[data-focused=true],.border-top-color-focus-yellow-9:focus,.border-top-color-focus-yellow-9:focus-within,.border-top-color-active-yellow-9[data-selected=true],.border-top-color-active-yellow-9:active{border-top-color:var(--color-yellow-9)}.border-top-color-yellow-10,.border-top-color-hover-yellow-10:hover,.border-top-color-focus-yellow-10[data-focused=true],.border-top-color-focus-yellow-10:focus,.border-top-color-focus-yellow-10:focus-within,.border-top-color-active-yellow-10[data-selected=true],.border-top-color-active-yellow-10:active{border-top-color:var(--color-yellow-10)}.border-top-color-lime-0,.border-top-color-hover-lime-0:hover,.border-top-color-focus-lime-0[data-focused=true],.border-top-color-focus-lime-0:focus,.border-top-color-focus-lime-0:focus-within,.border-top-color-active-lime-0[data-selected=true],.border-top-color-active-lime-0:active{border-top-color:var(--color-lime-0)}.border-top-color-lime-1,.border-top-color-hover-lime-1:hover,.border-top-color-focus-lime-1[data-focused=true],.border-top-color-focus-lime-1:focus,.border-top-color-focus-lime-1:focus-within,.border-top-color-active-lime-1[data-selected=true],.border-top-color-active-lime-1:active{border-top-color:var(--color-lime-1)}.border-top-color-lime-2,.border-top-color-hover-lime-2:hover,.border-top-color-focus-lime-2[data-focused=true],.border-top-color-focus-lime-2:focus,.border-top-color-focus-lime-2:focus-within,.border-top-color-active-lime-2[data-selected=true],.border-top-color-active-lime-2:active{border-top-color:var(--color-lime-2)}.border-top-color-lime-3,.border-top-color-hover-lime-3:hover,.border-top-color-focus-lime-3[data-focused=true],.border-top-color-focus-lime-3:focus,.border-top-color-focus-lime-3:focus-within,.border-top-color-active-lime-3[data-selected=true],.border-top-color-active-lime-3:active{border-top-color:var(--color-lime-3)}.border-top-color-lime-4,.border-top-color-hover-lime-4:hover,.border-top-color-focus-lime-4[data-focused=true],.border-top-color-focus-lime-4:focus,.border-top-color-focus-lime-4:focus-within,.border-top-color-active-lime-4[data-selected=true],.border-top-color-active-lime-4:active{border-top-color:var(--color-lime-4)}.border-top-color-lime-5,.border-top-color-hover-lime-5:hover,.border-top-color-focus-lime-5[data-focused=true],.border-top-color-focus-lime-5:focus,.border-top-color-focus-lime-5:focus-within,.border-top-color-active-lime-5[data-selected=true],.border-top-color-active-lime-5:active{border-top-color:var(--color-lime-5)}.border-top-color-lime-6,.border-top-color-hover-lime-6:hover,.border-top-color-focus-lime-6[data-focused=true],.border-top-color-focus-lime-6:focus,.border-top-color-focus-lime-6:focus-within,.border-top-color-active-lime-6[data-selected=true],.border-top-color-active-lime-6:active{border-top-color:var(--color-lime-6)}.border-top-color-lime-7,.border-top-color-hover-lime-7:hover,.border-top-color-focus-lime-7[data-focused=true],.border-top-color-focus-lime-7:focus,.border-top-color-focus-lime-7:focus-within,.border-top-color-active-lime-7[data-selected=true],.border-top-color-active-lime-7:active{border-top-color:var(--color-lime-7)}.border-top-color-lime-8,.border-top-color-hover-lime-8:hover,.border-top-color-focus-lime-8[data-focused=true],.border-top-color-focus-lime-8:focus,.border-top-color-focus-lime-8:focus-within,.border-top-color-active-lime-8[data-selected=true],.border-top-color-active-lime-8:active{border-top-color:var(--color-lime-8)}.border-top-color-lime-9,.border-top-color-hover-lime-9:hover,.border-top-color-focus-lime-9[data-focused=true],.border-top-color-focus-lime-9:focus,.border-top-color-focus-lime-9:focus-within,.border-top-color-active-lime-9[data-selected=true],.border-top-color-active-lime-9:active{border-top-color:var(--color-lime-9)}.border-top-color-lime-10,.border-top-color-hover-lime-10:hover,.border-top-color-focus-lime-10[data-focused=true],.border-top-color-focus-lime-10:focus,.border-top-color-focus-lime-10:focus-within,.border-top-color-active-lime-10[data-selected=true],.border-top-color-active-lime-10:active{border-top-color:var(--color-lime-10)}.border-top-color-green-0,.border-top-color-hover-green-0:hover,.border-top-color-focus-green-0[data-focused=true],.border-top-color-focus-green-0:focus,.border-top-color-focus-green-0:focus-within,.border-top-color-active-green-0[data-selected=true],.border-top-color-active-green-0:active{border-top-color:var(--color-green-0)}.border-top-color-green-1,.border-top-color-hover-green-1:hover,.border-top-color-focus-green-1[data-focused=true],.border-top-color-focus-green-1:focus,.border-top-color-focus-green-1:focus-within,.border-top-color-active-green-1[data-selected=true],.border-top-color-active-green-1:active{border-top-color:var(--color-green-1)}.border-top-color-green-2,.border-top-color-hover-green-2:hover,.border-top-color-focus-green-2[data-focused=true],.border-top-color-focus-green-2:focus,.border-top-color-focus-green-2:focus-within,.border-top-color-active-green-2[data-selected=true],.border-top-color-active-green-2:active{border-top-color:var(--color-green-2)}.border-top-color-green-3,.border-top-color-hover-green-3:hover,.border-top-color-focus-green-3[data-focused=true],.border-top-color-focus-green-3:focus,.border-top-color-focus-green-3:focus-within,.border-top-color-active-green-3[data-selected=true],.border-top-color-active-green-3:active{border-top-color:var(--color-green-3)}.border-top-color-green-4,.border-top-color-hover-green-4:hover,.border-top-color-focus-green-4[data-focused=true],.border-top-color-focus-green-4:focus,.border-top-color-focus-green-4:focus-within,.border-top-color-active-green-4[data-selected=true],.border-top-color-active-green-4:active{border-top-color:var(--color-green-4)}.border-top-color-green-5,.border-top-color-hover-green-5:hover,.border-top-color-focus-green-5[data-focused=true],.border-top-color-focus-green-5:focus,.border-top-color-focus-green-5:focus-within,.border-top-color-active-green-5[data-selected=true],.border-top-color-active-green-5:active{border-top-color:var(--color-green-5)}.border-top-color-green-6,.border-top-color-hover-green-6:hover,.border-top-color-focus-green-6[data-focused=true],.border-top-color-focus-green-6:focus,.border-top-color-focus-green-6:focus-within,.border-top-color-active-green-6[data-selected=true],.border-top-color-active-green-6:active{border-top-color:var(--color-green-6)}.border-top-color-green-7,.border-top-color-hover-green-7:hover,.border-top-color-focus-green-7[data-focused=true],.border-top-color-focus-green-7:focus,.border-top-color-focus-green-7:focus-within,.border-top-color-active-green-7[data-selected=true],.border-top-color-active-green-7:active{border-top-color:var(--color-green-7)}.border-top-color-green-8,.border-top-color-hover-green-8:hover,.border-top-color-focus-green-8[data-focused=true],.border-top-color-focus-green-8:focus,.border-top-color-focus-green-8:focus-within,.border-top-color-active-green-8[data-selected=true],.border-top-color-active-green-8:active{border-top-color:var(--color-green-8)}.border-top-color-green-9,.border-top-color-hover-green-9:hover,.border-top-color-focus-green-9[data-focused=true],.border-top-color-focus-green-9:focus,.border-top-color-focus-green-9:focus-within,.border-top-color-active-green-9[data-selected=true],.border-top-color-active-green-9:active{border-top-color:var(--color-green-9)}.border-top-color-green-10,.border-top-color-hover-green-10:hover,.border-top-color-focus-green-10[data-focused=true],.border-top-color-focus-green-10:focus,.border-top-color-focus-green-10:focus-within,.border-top-color-active-green-10[data-selected=true],.border-top-color-active-green-10:active{border-top-color:var(--color-green-10)}.border-top-color-emerald-0,.border-top-color-hover-emerald-0:hover,.border-top-color-focus-emerald-0[data-focused=true],.border-top-color-focus-emerald-0:focus,.border-top-color-focus-emerald-0:focus-within,.border-top-color-active-emerald-0[data-selected=true],.border-top-color-active-emerald-0:active{border-top-color:var(--color-emerald-0)}.border-top-color-emerald-1,.border-top-color-hover-emerald-1:hover,.border-top-color-focus-emerald-1[data-focused=true],.border-top-color-focus-emerald-1:focus,.border-top-color-focus-emerald-1:focus-within,.border-top-color-active-emerald-1[data-selected=true],.border-top-color-active-emerald-1:active{border-top-color:var(--color-emerald-1)}.border-top-color-emerald-2,.border-top-color-hover-emerald-2:hover,.border-top-color-focus-emerald-2[data-focused=true],.border-top-color-focus-emerald-2:focus,.border-top-color-focus-emerald-2:focus-within,.border-top-color-active-emerald-2[data-selected=true],.border-top-color-active-emerald-2:active{border-top-color:var(--color-emerald-2)}.border-top-color-emerald-3,.border-top-color-hover-emerald-3:hover,.border-top-color-focus-emerald-3[data-focused=true],.border-top-color-focus-emerald-3:focus,.border-top-color-focus-emerald-3:focus-within,.border-top-color-active-emerald-3[data-selected=true],.border-top-color-active-emerald-3:active{border-top-color:var(--color-emerald-3)}.border-top-color-emerald-4,.border-top-color-hover-emerald-4:hover,.border-top-color-focus-emerald-4[data-focused=true],.border-top-color-focus-emerald-4:focus,.border-top-color-focus-emerald-4:focus-within,.border-top-color-active-emerald-4[data-selected=true],.border-top-color-active-emerald-4:active{border-top-color:var(--color-emerald-4)}.border-top-color-emerald-5,.border-top-color-hover-emerald-5:hover,.border-top-color-focus-emerald-5[data-focused=true],.border-top-color-focus-emerald-5:focus,.border-top-color-focus-emerald-5:focus-within,.border-top-color-active-emerald-5[data-selected=true],.border-top-color-active-emerald-5:active{border-top-color:var(--color-emerald-5)}.border-top-color-emerald-6,.border-top-color-hover-emerald-6:hover,.border-top-color-focus-emerald-6[data-focused=true],.border-top-color-focus-emerald-6:focus,.border-top-color-focus-emerald-6:focus-within,.border-top-color-active-emerald-6[data-selected=true],.border-top-color-active-emerald-6:active{border-top-color:var(--color-emerald-6)}.border-top-color-emerald-7,.border-top-color-hover-emerald-7:hover,.border-top-color-focus-emerald-7[data-focused=true],.border-top-color-focus-emerald-7:focus,.border-top-color-focus-emerald-7:focus-within,.border-top-color-active-emerald-7[data-selected=true],.border-top-color-active-emerald-7:active{border-top-color:var(--color-emerald-7)}.border-top-color-emerald-8,.border-top-color-hover-emerald-8:hover,.border-top-color-focus-emerald-8[data-focused=true],.border-top-color-focus-emerald-8:focus,.border-top-color-focus-emerald-8:focus-within,.border-top-color-active-emerald-8[data-selected=true],.border-top-color-active-emerald-8:active{border-top-color:var(--color-emerald-8)}.border-top-color-emerald-9,.border-top-color-hover-emerald-9:hover,.border-top-color-focus-emerald-9[data-focused=true],.border-top-color-focus-emerald-9:focus,.border-top-color-focus-emerald-9:focus-within,.border-top-color-active-emerald-9[data-selected=true],.border-top-color-active-emerald-9:active{border-top-color:var(--color-emerald-9)}.border-top-color-emerald-10,.border-top-color-hover-emerald-10:hover,.border-top-color-focus-emerald-10[data-focused=true],.border-top-color-focus-emerald-10:focus,.border-top-color-focus-emerald-10:focus-within,.border-top-color-active-emerald-10[data-selected=true],.border-top-color-active-emerald-10:active{border-top-color:var(--color-emerald-10)}.border-top-color-teal-0,.border-top-color-hover-teal-0:hover,.border-top-color-focus-teal-0[data-focused=true],.border-top-color-focus-teal-0:focus,.border-top-color-focus-teal-0:focus-within,.border-top-color-active-teal-0[data-selected=true],.border-top-color-active-teal-0:active{border-top-color:var(--color-teal-0)}.border-top-color-teal-1,.border-top-color-hover-teal-1:hover,.border-top-color-focus-teal-1[data-focused=true],.border-top-color-focus-teal-1:focus,.border-top-color-focus-teal-1:focus-within,.border-top-color-active-teal-1[data-selected=true],.border-top-color-active-teal-1:active{border-top-color:var(--color-teal-1)}.border-top-color-teal-2,.border-top-color-hover-teal-2:hover,.border-top-color-focus-teal-2[data-focused=true],.border-top-color-focus-teal-2:focus,.border-top-color-focus-teal-2:focus-within,.border-top-color-active-teal-2[data-selected=true],.border-top-color-active-teal-2:active{border-top-color:var(--color-teal-2)}.border-top-color-teal-3,.border-top-color-hover-teal-3:hover,.border-top-color-focus-teal-3[data-focused=true],.border-top-color-focus-teal-3:focus,.border-top-color-focus-teal-3:focus-within,.border-top-color-active-teal-3[data-selected=true],.border-top-color-active-teal-3:active{border-top-color:var(--color-teal-3)}.border-top-color-teal-4,.border-top-color-hover-teal-4:hover,.border-top-color-focus-teal-4[data-focused=true],.border-top-color-focus-teal-4:focus,.border-top-color-focus-teal-4:focus-within,.border-top-color-active-teal-4[data-selected=true],.border-top-color-active-teal-4:active{border-top-color:var(--color-teal-4)}.border-top-color-teal-5,.border-top-color-hover-teal-5:hover,.border-top-color-focus-teal-5[data-focused=true],.border-top-color-focus-teal-5:focus,.border-top-color-focus-teal-5:focus-within,.border-top-color-active-teal-5[data-selected=true],.border-top-color-active-teal-5:active{border-top-color:var(--color-teal-5)}.border-top-color-teal-6,.border-top-color-hover-teal-6:hover,.border-top-color-focus-teal-6[data-focused=true],.border-top-color-focus-teal-6:focus,.border-top-color-focus-teal-6:focus-within,.border-top-color-active-teal-6[data-selected=true],.border-top-color-active-teal-6:active{border-top-color:var(--color-teal-6)}.border-top-color-teal-7,.border-top-color-hover-teal-7:hover,.border-top-color-focus-teal-7[data-focused=true],.border-top-color-focus-teal-7:focus,.border-top-color-focus-teal-7:focus-within,.border-top-color-active-teal-7[data-selected=true],.border-top-color-active-teal-7:active{border-top-color:var(--color-teal-7)}.border-top-color-teal-8,.border-top-color-hover-teal-8:hover,.border-top-color-focus-teal-8[data-focused=true],.border-top-color-focus-teal-8:focus,.border-top-color-focus-teal-8:focus-within,.border-top-color-active-teal-8[data-selected=true],.border-top-color-active-teal-8:active{border-top-color:var(--color-teal-8)}.border-top-color-teal-9,.border-top-color-hover-teal-9:hover,.border-top-color-focus-teal-9[data-focused=true],.border-top-color-focus-teal-9:focus,.border-top-color-focus-teal-9:focus-within,.border-top-color-active-teal-9[data-selected=true],.border-top-color-active-teal-9:active{border-top-color:var(--color-teal-9)}.border-top-color-teal-10,.border-top-color-hover-teal-10:hover,.border-top-color-focus-teal-10[data-focused=true],.border-top-color-focus-teal-10:focus,.border-top-color-focus-teal-10:focus-within,.border-top-color-active-teal-10[data-selected=true],.border-top-color-active-teal-10:active{border-top-color:var(--color-teal-10)}.border-top-color-cyan-0,.border-top-color-hover-cyan-0:hover,.border-top-color-focus-cyan-0[data-focused=true],.border-top-color-focus-cyan-0:focus,.border-top-color-focus-cyan-0:focus-within,.border-top-color-active-cyan-0[data-selected=true],.border-top-color-active-cyan-0:active{border-top-color:var(--color-cyan-0)}.border-top-color-cyan-1,.border-top-color-hover-cyan-1:hover,.border-top-color-focus-cyan-1[data-focused=true],.border-top-color-focus-cyan-1:focus,.border-top-color-focus-cyan-1:focus-within,.border-top-color-active-cyan-1[data-selected=true],.border-top-color-active-cyan-1:active{border-top-color:var(--color-cyan-1)}.border-top-color-cyan-2,.border-top-color-hover-cyan-2:hover,.border-top-color-focus-cyan-2[data-focused=true],.border-top-color-focus-cyan-2:focus,.border-top-color-focus-cyan-2:focus-within,.border-top-color-active-cyan-2[data-selected=true],.border-top-color-active-cyan-2:active{border-top-color:var(--color-cyan-2)}.border-top-color-cyan-3,.border-top-color-hover-cyan-3:hover,.border-top-color-focus-cyan-3[data-focused=true],.border-top-color-focus-cyan-3:focus,.border-top-color-focus-cyan-3:focus-within,.border-top-color-active-cyan-3[data-selected=true],.border-top-color-active-cyan-3:active{border-top-color:var(--color-cyan-3)}.border-top-color-cyan-4,.border-top-color-hover-cyan-4:hover,.border-top-color-focus-cyan-4[data-focused=true],.border-top-color-focus-cyan-4:focus,.border-top-color-focus-cyan-4:focus-within,.border-top-color-active-cyan-4[data-selected=true],.border-top-color-active-cyan-4:active{border-top-color:var(--color-cyan-4)}.border-top-color-cyan-5,.border-top-color-hover-cyan-5:hover,.border-top-color-focus-cyan-5[data-focused=true],.border-top-color-focus-cyan-5:focus,.border-top-color-focus-cyan-5:focus-within,.border-top-color-active-cyan-5[data-selected=true],.border-top-color-active-cyan-5:active{border-top-color:var(--color-cyan-5)}.border-top-color-cyan-6,.border-top-color-hover-cyan-6:hover,.border-top-color-focus-cyan-6[data-focused=true],.border-top-color-focus-cyan-6:focus,.border-top-color-focus-cyan-6:focus-within,.border-top-color-active-cyan-6[data-selected=true],.border-top-color-active-cyan-6:active{border-top-color:var(--color-cyan-6)}.border-top-color-cyan-7,.border-top-color-hover-cyan-7:hover,.border-top-color-focus-cyan-7[data-focused=true],.border-top-color-focus-cyan-7:focus,.border-top-color-focus-cyan-7:focus-within,.border-top-color-active-cyan-7[data-selected=true],.border-top-color-active-cyan-7:active{border-top-color:var(--color-cyan-7)}.border-top-color-cyan-8,.border-top-color-hover-cyan-8:hover,.border-top-color-focus-cyan-8[data-focused=true],.border-top-color-focus-cyan-8:focus,.border-top-color-focus-cyan-8:focus-within,.border-top-color-active-cyan-8[data-selected=true],.border-top-color-active-cyan-8:active{border-top-color:var(--color-cyan-8)}.border-top-color-cyan-9,.border-top-color-hover-cyan-9:hover,.border-top-color-focus-cyan-9[data-focused=true],.border-top-color-focus-cyan-9:focus,.border-top-color-focus-cyan-9:focus-within,.border-top-color-active-cyan-9[data-selected=true],.border-top-color-active-cyan-9:active{border-top-color:var(--color-cyan-9)}.border-top-color-cyan-10,.border-top-color-hover-cyan-10:hover,.border-top-color-focus-cyan-10[data-focused=true],.border-top-color-focus-cyan-10:focus,.border-top-color-focus-cyan-10:focus-within,.border-top-color-active-cyan-10[data-selected=true],.border-top-color-active-cyan-10:active{border-top-color:var(--color-cyan-10)}.border-top-color-sky-0,.border-top-color-hover-sky-0:hover,.border-top-color-focus-sky-0[data-focused=true],.border-top-color-focus-sky-0:focus,.border-top-color-focus-sky-0:focus-within,.border-top-color-active-sky-0[data-selected=true],.border-top-color-active-sky-0:active{border-top-color:var(--color-sky-0)}.border-top-color-sky-1,.border-top-color-hover-sky-1:hover,.border-top-color-focus-sky-1[data-focused=true],.border-top-color-focus-sky-1:focus,.border-top-color-focus-sky-1:focus-within,.border-top-color-active-sky-1[data-selected=true],.border-top-color-active-sky-1:active{border-top-color:var(--color-sky-1)}.border-top-color-sky-2,.border-top-color-hover-sky-2:hover,.border-top-color-focus-sky-2[data-focused=true],.border-top-color-focus-sky-2:focus,.border-top-color-focus-sky-2:focus-within,.border-top-color-active-sky-2[data-selected=true],.border-top-color-active-sky-2:active{border-top-color:var(--color-sky-2)}.border-top-color-sky-3,.border-top-color-hover-sky-3:hover,.border-top-color-focus-sky-3[data-focused=true],.border-top-color-focus-sky-3:focus,.border-top-color-focus-sky-3:focus-within,.border-top-color-active-sky-3[data-selected=true],.border-top-color-active-sky-3:active{border-top-color:var(--color-sky-3)}.border-top-color-sky-4,.border-top-color-hover-sky-4:hover,.border-top-color-focus-sky-4[data-focused=true],.border-top-color-focus-sky-4:focus,.border-top-color-focus-sky-4:focus-within,.border-top-color-active-sky-4[data-selected=true],.border-top-color-active-sky-4:active{border-top-color:var(--color-sky-4)}.border-top-color-sky-5,.border-top-color-hover-sky-5:hover,.border-top-color-focus-sky-5[data-focused=true],.border-top-color-focus-sky-5:focus,.border-top-color-focus-sky-5:focus-within,.border-top-color-active-sky-5[data-selected=true],.border-top-color-active-sky-5:active{border-top-color:var(--color-sky-5)}.border-top-color-sky-6,.border-top-color-hover-sky-6:hover,.border-top-color-focus-sky-6[data-focused=true],.border-top-color-focus-sky-6:focus,.border-top-color-focus-sky-6:focus-within,.border-top-color-active-sky-6[data-selected=true],.border-top-color-active-sky-6:active{border-top-color:var(--color-sky-6)}.border-top-color-sky-7,.border-top-color-hover-sky-7:hover,.border-top-color-focus-sky-7[data-focused=true],.border-top-color-focus-sky-7:focus,.border-top-color-focus-sky-7:focus-within,.border-top-color-active-sky-7[data-selected=true],.border-top-color-active-sky-7:active{border-top-color:var(--color-sky-7)}.border-top-color-sky-8,.border-top-color-hover-sky-8:hover,.border-top-color-focus-sky-8[data-focused=true],.border-top-color-focus-sky-8:focus,.border-top-color-focus-sky-8:focus-within,.border-top-color-active-sky-8[data-selected=true],.border-top-color-active-sky-8:active{border-top-color:var(--color-sky-8)}.border-top-color-sky-9,.border-top-color-hover-sky-9:hover,.border-top-color-focus-sky-9[data-focused=true],.border-top-color-focus-sky-9:focus,.border-top-color-focus-sky-9:focus-within,.border-top-color-active-sky-9[data-selected=true],.border-top-color-active-sky-9:active{border-top-color:var(--color-sky-9)}.border-top-color-sky-10,.border-top-color-hover-sky-10:hover,.border-top-color-focus-sky-10[data-focused=true],.border-top-color-focus-sky-10:focus,.border-top-color-focus-sky-10:focus-within,.border-top-color-active-sky-10[data-selected=true],.border-top-color-active-sky-10:active{border-top-color:var(--color-sky-10)}.border-top-color-blue-0,.border-top-color-hover-blue-0:hover,.border-top-color-focus-blue-0[data-focused=true],.border-top-color-focus-blue-0:focus,.border-top-color-focus-blue-0:focus-within,.border-top-color-active-blue-0[data-selected=true],.border-top-color-active-blue-0:active{border-top-color:var(--color-blue-0)}.border-top-color-blue-1,.border-top-color-hover-blue-1:hover,.border-top-color-focus-blue-1[data-focused=true],.border-top-color-focus-blue-1:focus,.border-top-color-focus-blue-1:focus-within,.border-top-color-active-blue-1[data-selected=true],.border-top-color-active-blue-1:active{border-top-color:var(--color-blue-1)}.border-top-color-blue-2,.border-top-color-hover-blue-2:hover,.border-top-color-focus-blue-2[data-focused=true],.border-top-color-focus-blue-2:focus,.border-top-color-focus-blue-2:focus-within,.border-top-color-active-blue-2[data-selected=true],.border-top-color-active-blue-2:active{border-top-color:var(--color-blue-2)}.border-top-color-blue-3,.border-top-color-hover-blue-3:hover,.border-top-color-focus-blue-3[data-focused=true],.border-top-color-focus-blue-3:focus,.border-top-color-focus-blue-3:focus-within,.border-top-color-active-blue-3[data-selected=true],.border-top-color-active-blue-3:active{border-top-color:var(--color-blue-3)}.border-top-color-blue-4,.border-top-color-hover-blue-4:hover,.border-top-color-focus-blue-4[data-focused=true],.border-top-color-focus-blue-4:focus,.border-top-color-focus-blue-4:focus-within,.border-top-color-active-blue-4[data-selected=true],.border-top-color-active-blue-4:active{border-top-color:var(--color-blue-4)}.border-top-color-blue-5,.border-top-color-hover-blue-5:hover,.border-top-color-focus-blue-5[data-focused=true],.border-top-color-focus-blue-5:focus,.border-top-color-focus-blue-5:focus-within,.border-top-color-active-blue-5[data-selected=true],.border-top-color-active-blue-5:active{border-top-color:var(--color-blue-5)}.border-top-color-blue-6,.border-top-color-hover-blue-6:hover,.border-top-color-focus-blue-6[data-focused=true],.border-top-color-focus-blue-6:focus,.border-top-color-focus-blue-6:focus-within,.border-top-color-active-blue-6[data-selected=true],.border-top-color-active-blue-6:active{border-top-color:var(--color-blue-6)}.border-top-color-blue-7,.border-top-color-hover-blue-7:hover,.border-top-color-focus-blue-7[data-focused=true],.border-top-color-focus-blue-7:focus,.border-top-color-focus-blue-7:focus-within,.border-top-color-active-blue-7[data-selected=true],.border-top-color-active-blue-7:active{border-top-color:var(--color-blue-7)}.border-top-color-blue-8,.border-top-color-hover-blue-8:hover,.border-top-color-focus-blue-8[data-focused=true],.border-top-color-focus-blue-8:focus,.border-top-color-focus-blue-8:focus-within,.border-top-color-active-blue-8[data-selected=true],.border-top-color-active-blue-8:active{border-top-color:var(--color-blue-8)}.border-top-color-blue-9,.border-top-color-hover-blue-9:hover,.border-top-color-focus-blue-9[data-focused=true],.border-top-color-focus-blue-9:focus,.border-top-color-focus-blue-9:focus-within,.border-top-color-active-blue-9[data-selected=true],.border-top-color-active-blue-9:active{border-top-color:var(--color-blue-9)}.border-top-color-blue-10,.border-top-color-hover-blue-10:hover,.border-top-color-focus-blue-10[data-focused=true],.border-top-color-focus-blue-10:focus,.border-top-color-focus-blue-10:focus-within,.border-top-color-active-blue-10[data-selected=true],.border-top-color-active-blue-10:active{border-top-color:var(--color-blue-10)}.border-top-color-indigo-0,.border-top-color-hover-indigo-0:hover,.border-top-color-focus-indigo-0[data-focused=true],.border-top-color-focus-indigo-0:focus,.border-top-color-focus-indigo-0:focus-within,.border-top-color-active-indigo-0[data-selected=true],.border-top-color-active-indigo-0:active{border-top-color:var(--color-indigo-0)}.border-top-color-indigo-1,.border-top-color-hover-indigo-1:hover,.border-top-color-focus-indigo-1[data-focused=true],.border-top-color-focus-indigo-1:focus,.border-top-color-focus-indigo-1:focus-within,.border-top-color-active-indigo-1[data-selected=true],.border-top-color-active-indigo-1:active{border-top-color:var(--color-indigo-1)}.border-top-color-indigo-2,.border-top-color-hover-indigo-2:hover,.border-top-color-focus-indigo-2[data-focused=true],.border-top-color-focus-indigo-2:focus,.border-top-color-focus-indigo-2:focus-within,.border-top-color-active-indigo-2[data-selected=true],.border-top-color-active-indigo-2:active{border-top-color:var(--color-indigo-2)}.border-top-color-indigo-3,.border-top-color-hover-indigo-3:hover,.border-top-color-focus-indigo-3[data-focused=true],.border-top-color-focus-indigo-3:focus,.border-top-color-focus-indigo-3:focus-within,.border-top-color-active-indigo-3[data-selected=true],.border-top-color-active-indigo-3:active{border-top-color:var(--color-indigo-3)}.border-top-color-indigo-4,.border-top-color-hover-indigo-4:hover,.border-top-color-focus-indigo-4[data-focused=true],.border-top-color-focus-indigo-4:focus,.border-top-color-focus-indigo-4:focus-within,.border-top-color-active-indigo-4[data-selected=true],.border-top-color-active-indigo-4:active{border-top-color:var(--color-indigo-4)}.border-top-color-indigo-5,.border-top-color-hover-indigo-5:hover,.border-top-color-focus-indigo-5[data-focused=true],.border-top-color-focus-indigo-5:focus,.border-top-color-focus-indigo-5:focus-within,.border-top-color-active-indigo-5[data-selected=true],.border-top-color-active-indigo-5:active{border-top-color:var(--color-indigo-5)}.border-top-color-indigo-6,.border-top-color-hover-indigo-6:hover,.border-top-color-focus-indigo-6[data-focused=true],.border-top-color-focus-indigo-6:focus,.border-top-color-focus-indigo-6:focus-within,.border-top-color-active-indigo-6[data-selected=true],.border-top-color-active-indigo-6:active{border-top-color:var(--color-indigo-6)}.border-top-color-indigo-7,.border-top-color-hover-indigo-7:hover,.border-top-color-focus-indigo-7[data-focused=true],.border-top-color-focus-indigo-7:focus,.border-top-color-focus-indigo-7:focus-within,.border-top-color-active-indigo-7[data-selected=true],.border-top-color-active-indigo-7:active{border-top-color:var(--color-indigo-7)}.border-top-color-indigo-8,.border-top-color-hover-indigo-8:hover,.border-top-color-focus-indigo-8[data-focused=true],.border-top-color-focus-indigo-8:focus,.border-top-color-focus-indigo-8:focus-within,.border-top-color-active-indigo-8[data-selected=true],.border-top-color-active-indigo-8:active{border-top-color:var(--color-indigo-8)}.border-top-color-indigo-9,.border-top-color-hover-indigo-9:hover,.border-top-color-focus-indigo-9[data-focused=true],.border-top-color-focus-indigo-9:focus,.border-top-color-focus-indigo-9:focus-within,.border-top-color-active-indigo-9[data-selected=true],.border-top-color-active-indigo-9:active{border-top-color:var(--color-indigo-9)}.border-top-color-indigo-10,.border-top-color-hover-indigo-10:hover,.border-top-color-focus-indigo-10[data-focused=true],.border-top-color-focus-indigo-10:focus,.border-top-color-focus-indigo-10:focus-within,.border-top-color-active-indigo-10[data-selected=true],.border-top-color-active-indigo-10:active{border-top-color:var(--color-indigo-10)}.border-top-color-violet-0,.border-top-color-hover-violet-0:hover,.border-top-color-focus-violet-0[data-focused=true],.border-top-color-focus-violet-0:focus,.border-top-color-focus-violet-0:focus-within,.border-top-color-active-violet-0[data-selected=true],.border-top-color-active-violet-0:active{border-top-color:var(--color-violet-0)}.border-top-color-violet-1,.border-top-color-hover-violet-1:hover,.border-top-color-focus-violet-1[data-focused=true],.border-top-color-focus-violet-1:focus,.border-top-color-focus-violet-1:focus-within,.border-top-color-active-violet-1[data-selected=true],.border-top-color-active-violet-1:active{border-top-color:var(--color-violet-1)}.border-top-color-violet-2,.border-top-color-hover-violet-2:hover,.border-top-color-focus-violet-2[data-focused=true],.border-top-color-focus-violet-2:focus,.border-top-color-focus-violet-2:focus-within,.border-top-color-active-violet-2[data-selected=true],.border-top-color-active-violet-2:active{border-top-color:var(--color-violet-2)}.border-top-color-violet-3,.border-top-color-hover-violet-3:hover,.border-top-color-focus-violet-3[data-focused=true],.border-top-color-focus-violet-3:focus,.border-top-color-focus-violet-3:focus-within,.border-top-color-active-violet-3[data-selected=true],.border-top-color-active-violet-3:active{border-top-color:var(--color-violet-3)}.border-top-color-violet-4,.border-top-color-hover-violet-4:hover,.border-top-color-focus-violet-4[data-focused=true],.border-top-color-focus-violet-4:focus,.border-top-color-focus-violet-4:focus-within,.border-top-color-active-violet-4[data-selected=true],.border-top-color-active-violet-4:active{border-top-color:var(--color-violet-4)}.border-top-color-violet-5,.border-top-color-hover-violet-5:hover,.border-top-color-focus-violet-5[data-focused=true],.border-top-color-focus-violet-5:focus,.border-top-color-focus-violet-5:focus-within,.border-top-color-active-violet-5[data-selected=true],.border-top-color-active-violet-5:active{border-top-color:var(--color-violet-5)}.border-top-color-violet-6,.border-top-color-hover-violet-6:hover,.border-top-color-focus-violet-6[data-focused=true],.border-top-color-focus-violet-6:focus,.border-top-color-focus-violet-6:focus-within,.border-top-color-active-violet-6[data-selected=true],.border-top-color-active-violet-6:active{border-top-color:var(--color-violet-6)}.border-top-color-violet-7,.border-top-color-hover-violet-7:hover,.border-top-color-focus-violet-7[data-focused=true],.border-top-color-focus-violet-7:focus,.border-top-color-focus-violet-7:focus-within,.border-top-color-active-violet-7[data-selected=true],.border-top-color-active-violet-7:active{border-top-color:var(--color-violet-7)}.border-top-color-violet-8,.border-top-color-hover-violet-8:hover,.border-top-color-focus-violet-8[data-focused=true],.border-top-color-focus-violet-8:focus,.border-top-color-focus-violet-8:focus-within,.border-top-color-active-violet-8[data-selected=true],.border-top-color-active-violet-8:active{border-top-color:var(--color-violet-8)}.border-top-color-violet-9,.border-top-color-hover-violet-9:hover,.border-top-color-focus-violet-9[data-focused=true],.border-top-color-focus-violet-9:focus,.border-top-color-focus-violet-9:focus-within,.border-top-color-active-violet-9[data-selected=true],.border-top-color-active-violet-9:active{border-top-color:var(--color-violet-9)}.border-top-color-violet-10,.border-top-color-hover-violet-10:hover,.border-top-color-focus-violet-10[data-focused=true],.border-top-color-focus-violet-10:focus,.border-top-color-focus-violet-10:focus-within,.border-top-color-active-violet-10[data-selected=true],.border-top-color-active-violet-10:active{border-top-color:var(--color-violet-10)}.border-top-color-purple-0,.border-top-color-hover-purple-0:hover,.border-top-color-focus-purple-0[data-focused=true],.border-top-color-focus-purple-0:focus,.border-top-color-focus-purple-0:focus-within,.border-top-color-active-purple-0[data-selected=true],.border-top-color-active-purple-0:active{border-top-color:var(--color-purple-0)}.border-top-color-purple-1,.border-top-color-hover-purple-1:hover,.border-top-color-focus-purple-1[data-focused=true],.border-top-color-focus-purple-1:focus,.border-top-color-focus-purple-1:focus-within,.border-top-color-active-purple-1[data-selected=true],.border-top-color-active-purple-1:active{border-top-color:var(--color-purple-1)}.border-top-color-purple-2,.border-top-color-hover-purple-2:hover,.border-top-color-focus-purple-2[data-focused=true],.border-top-color-focus-purple-2:focus,.border-top-color-focus-purple-2:focus-within,.border-top-color-active-purple-2[data-selected=true],.border-top-color-active-purple-2:active{border-top-color:var(--color-purple-2)}.border-top-color-purple-3,.border-top-color-hover-purple-3:hover,.border-top-color-focus-purple-3[data-focused=true],.border-top-color-focus-purple-3:focus,.border-top-color-focus-purple-3:focus-within,.border-top-color-active-purple-3[data-selected=true],.border-top-color-active-purple-3:active{border-top-color:var(--color-purple-3)}.border-top-color-purple-4,.border-top-color-hover-purple-4:hover,.border-top-color-focus-purple-4[data-focused=true],.border-top-color-focus-purple-4:focus,.border-top-color-focus-purple-4:focus-within,.border-top-color-active-purple-4[data-selected=true],.border-top-color-active-purple-4:active{border-top-color:var(--color-purple-4)}.border-top-color-purple-5,.border-top-color-hover-purple-5:hover,.border-top-color-focus-purple-5[data-focused=true],.border-top-color-focus-purple-5:focus,.border-top-color-focus-purple-5:focus-within,.border-top-color-active-purple-5[data-selected=true],.border-top-color-active-purple-5:active{border-top-color:var(--color-purple-5)}.border-top-color-purple-6,.border-top-color-hover-purple-6:hover,.border-top-color-focus-purple-6[data-focused=true],.border-top-color-focus-purple-6:focus,.border-top-color-focus-purple-6:focus-within,.border-top-color-active-purple-6[data-selected=true],.border-top-color-active-purple-6:active{border-top-color:var(--color-purple-6)}.border-top-color-purple-7,.border-top-color-hover-purple-7:hover,.border-top-color-focus-purple-7[data-focused=true],.border-top-color-focus-purple-7:focus,.border-top-color-focus-purple-7:focus-within,.border-top-color-active-purple-7[data-selected=true],.border-top-color-active-purple-7:active{border-top-color:var(--color-purple-7)}.border-top-color-purple-8,.border-top-color-hover-purple-8:hover,.border-top-color-focus-purple-8[data-focused=true],.border-top-color-focus-purple-8:focus,.border-top-color-focus-purple-8:focus-within,.border-top-color-active-purple-8[data-selected=true],.border-top-color-active-purple-8:active{border-top-color:var(--color-purple-8)}.border-top-color-purple-9,.border-top-color-hover-purple-9:hover,.border-top-color-focus-purple-9[data-focused=true],.border-top-color-focus-purple-9:focus,.border-top-color-focus-purple-9:focus-within,.border-top-color-active-purple-9[data-selected=true],.border-top-color-active-purple-9:active{border-top-color:var(--color-purple-9)}.border-top-color-purple-10,.border-top-color-hover-purple-10:hover,.border-top-color-focus-purple-10[data-focused=true],.border-top-color-focus-purple-10:focus,.border-top-color-focus-purple-10:focus-within,.border-top-color-active-purple-10[data-selected=true],.border-top-color-active-purple-10:active{border-top-color:var(--color-purple-10)}.border-top-color-fuchsia-0,.border-top-color-hover-fuchsia-0:hover,.border-top-color-focus-fuchsia-0[data-focused=true],.border-top-color-focus-fuchsia-0:focus,.border-top-color-focus-fuchsia-0:focus-within,.border-top-color-active-fuchsia-0[data-selected=true],.border-top-color-active-fuchsia-0:active{border-top-color:var(--color-fuchsia-0)}.border-top-color-fuchsia-1,.border-top-color-hover-fuchsia-1:hover,.border-top-color-focus-fuchsia-1[data-focused=true],.border-top-color-focus-fuchsia-1:focus,.border-top-color-focus-fuchsia-1:focus-within,.border-top-color-active-fuchsia-1[data-selected=true],.border-top-color-active-fuchsia-1:active{border-top-color:var(--color-fuchsia-1)}.border-top-color-fuchsia-2,.border-top-color-hover-fuchsia-2:hover,.border-top-color-focus-fuchsia-2[data-focused=true],.border-top-color-focus-fuchsia-2:focus,.border-top-color-focus-fuchsia-2:focus-within,.border-top-color-active-fuchsia-2[data-selected=true],.border-top-color-active-fuchsia-2:active{border-top-color:var(--color-fuchsia-2)}.border-top-color-fuchsia-3,.border-top-color-hover-fuchsia-3:hover,.border-top-color-focus-fuchsia-3[data-focused=true],.border-top-color-focus-fuchsia-3:focus,.border-top-color-focus-fuchsia-3:focus-within,.border-top-color-active-fuchsia-3[data-selected=true],.border-top-color-active-fuchsia-3:active{border-top-color:var(--color-fuchsia-3)}.border-top-color-fuchsia-4,.border-top-color-hover-fuchsia-4:hover,.border-top-color-focus-fuchsia-4[data-focused=true],.border-top-color-focus-fuchsia-4:focus,.border-top-color-focus-fuchsia-4:focus-within,.border-top-color-active-fuchsia-4[data-selected=true],.border-top-color-active-fuchsia-4:active{border-top-color:var(--color-fuchsia-4)}.border-top-color-fuchsia-5,.border-top-color-hover-fuchsia-5:hover,.border-top-color-focus-fuchsia-5[data-focused=true],.border-top-color-focus-fuchsia-5:focus,.border-top-color-focus-fuchsia-5:focus-within,.border-top-color-active-fuchsia-5[data-selected=true],.border-top-color-active-fuchsia-5:active{border-top-color:var(--color-fuchsia-5)}.border-top-color-fuchsia-6,.border-top-color-hover-fuchsia-6:hover,.border-top-color-focus-fuchsia-6[data-focused=true],.border-top-color-focus-fuchsia-6:focus,.border-top-color-focus-fuchsia-6:focus-within,.border-top-color-active-fuchsia-6[data-selected=true],.border-top-color-active-fuchsia-6:active{border-top-color:var(--color-fuchsia-6)}.border-top-color-fuchsia-7,.border-top-color-hover-fuchsia-7:hover,.border-top-color-focus-fuchsia-7[data-focused=true],.border-top-color-focus-fuchsia-7:focus,.border-top-color-focus-fuchsia-7:focus-within,.border-top-color-active-fuchsia-7[data-selected=true],.border-top-color-active-fuchsia-7:active{border-top-color:var(--color-fuchsia-7)}.border-top-color-fuchsia-8,.border-top-color-hover-fuchsia-8:hover,.border-top-color-focus-fuchsia-8[data-focused=true],.border-top-color-focus-fuchsia-8:focus,.border-top-color-focus-fuchsia-8:focus-within,.border-top-color-active-fuchsia-8[data-selected=true],.border-top-color-active-fuchsia-8:active{border-top-color:var(--color-fuchsia-8)}.border-top-color-fuchsia-9,.border-top-color-hover-fuchsia-9:hover,.border-top-color-focus-fuchsia-9[data-focused=true],.border-top-color-focus-fuchsia-9:focus,.border-top-color-focus-fuchsia-9:focus-within,.border-top-color-active-fuchsia-9[data-selected=true],.border-top-color-active-fuchsia-9:active{border-top-color:var(--color-fuchsia-9)}.border-top-color-fuchsia-10,.border-top-color-hover-fuchsia-10:hover,.border-top-color-focus-fuchsia-10[data-focused=true],.border-top-color-focus-fuchsia-10:focus,.border-top-color-focus-fuchsia-10:focus-within,.border-top-color-active-fuchsia-10[data-selected=true],.border-top-color-active-fuchsia-10:active{border-top-color:var(--color-fuchsia-10)}.border-top-color-pink-0,.border-top-color-hover-pink-0:hover,.border-top-color-focus-pink-0[data-focused=true],.border-top-color-focus-pink-0:focus,.border-top-color-focus-pink-0:focus-within,.border-top-color-active-pink-0[data-selected=true],.border-top-color-active-pink-0:active{border-top-color:var(--color-pink-0)}.border-top-color-pink-1,.border-top-color-hover-pink-1:hover,.border-top-color-focus-pink-1[data-focused=true],.border-top-color-focus-pink-1:focus,.border-top-color-focus-pink-1:focus-within,.border-top-color-active-pink-1[data-selected=true],.border-top-color-active-pink-1:active{border-top-color:var(--color-pink-1)}.border-top-color-pink-2,.border-top-color-hover-pink-2:hover,.border-top-color-focus-pink-2[data-focused=true],.border-top-color-focus-pink-2:focus,.border-top-color-focus-pink-2:focus-within,.border-top-color-active-pink-2[data-selected=true],.border-top-color-active-pink-2:active{border-top-color:var(--color-pink-2)}.border-top-color-pink-3,.border-top-color-hover-pink-3:hover,.border-top-color-focus-pink-3[data-focused=true],.border-top-color-focus-pink-3:focus,.border-top-color-focus-pink-3:focus-within,.border-top-color-active-pink-3[data-selected=true],.border-top-color-active-pink-3:active{border-top-color:var(--color-pink-3)}.border-top-color-pink-4,.border-top-color-hover-pink-4:hover,.border-top-color-focus-pink-4[data-focused=true],.border-top-color-focus-pink-4:focus,.border-top-color-focus-pink-4:focus-within,.border-top-color-active-pink-4[data-selected=true],.border-top-color-active-pink-4:active{border-top-color:var(--color-pink-4)}.border-top-color-pink-5,.border-top-color-hover-pink-5:hover,.border-top-color-focus-pink-5[data-focused=true],.border-top-color-focus-pink-5:focus,.border-top-color-focus-pink-5:focus-within,.border-top-color-active-pink-5[data-selected=true],.border-top-color-active-pink-5:active{border-top-color:var(--color-pink-5)}.border-top-color-pink-6,.border-top-color-hover-pink-6:hover,.border-top-color-focus-pink-6[data-focused=true],.border-top-color-focus-pink-6:focus,.border-top-color-focus-pink-6:focus-within,.border-top-color-active-pink-6[data-selected=true],.border-top-color-active-pink-6:active{border-top-color:var(--color-pink-6)}.border-top-color-pink-7,.border-top-color-hover-pink-7:hover,.border-top-color-focus-pink-7[data-focused=true],.border-top-color-focus-pink-7:focus,.border-top-color-focus-pink-7:focus-within,.border-top-color-active-pink-7[data-selected=true],.border-top-color-active-pink-7:active{border-top-color:var(--color-pink-7)}.border-top-color-pink-8,.border-top-color-hover-pink-8:hover,.border-top-color-focus-pink-8[data-focused=true],.border-top-color-focus-pink-8:focus,.border-top-color-focus-pink-8:focus-within,.border-top-color-active-pink-8[data-selected=true],.border-top-color-active-pink-8:active{border-top-color:var(--color-pink-8)}.border-top-color-pink-9,.border-top-color-hover-pink-9:hover,.border-top-color-focus-pink-9[data-focused=true],.border-top-color-focus-pink-9:focus,.border-top-color-focus-pink-9:focus-within,.border-top-color-active-pink-9[data-selected=true],.border-top-color-active-pink-9:active{border-top-color:var(--color-pink-9)}.border-top-color-pink-10,.border-top-color-hover-pink-10:hover,.border-top-color-focus-pink-10[data-focused=true],.border-top-color-focus-pink-10:focus,.border-top-color-focus-pink-10:focus-within,.border-top-color-active-pink-10[data-selected=true],.border-top-color-active-pink-10:active{border-top-color:var(--color-pink-10)}.border-top-color-rose-0,.border-top-color-hover-rose-0:hover,.border-top-color-focus-rose-0[data-focused=true],.border-top-color-focus-rose-0:focus,.border-top-color-focus-rose-0:focus-within,.border-top-color-active-rose-0[data-selected=true],.border-top-color-active-rose-0:active{border-top-color:var(--color-rose-0)}.border-top-color-rose-1,.border-top-color-hover-rose-1:hover,.border-top-color-focus-rose-1[data-focused=true],.border-top-color-focus-rose-1:focus,.border-top-color-focus-rose-1:focus-within,.border-top-color-active-rose-1[data-selected=true],.border-top-color-active-rose-1:active{border-top-color:var(--color-rose-1)}.border-top-color-rose-2,.border-top-color-hover-rose-2:hover,.border-top-color-focus-rose-2[data-focused=true],.border-top-color-focus-rose-2:focus,.border-top-color-focus-rose-2:focus-within,.border-top-color-active-rose-2[data-selected=true],.border-top-color-active-rose-2:active{border-top-color:var(--color-rose-2)}.border-top-color-rose-3,.border-top-color-hover-rose-3:hover,.border-top-color-focus-rose-3[data-focused=true],.border-top-color-focus-rose-3:focus,.border-top-color-focus-rose-3:focus-within,.border-top-color-active-rose-3[data-selected=true],.border-top-color-active-rose-3:active{border-top-color:var(--color-rose-3)}.border-top-color-rose-4,.border-top-color-hover-rose-4:hover,.border-top-color-focus-rose-4[data-focused=true],.border-top-color-focus-rose-4:focus,.border-top-color-focus-rose-4:focus-within,.border-top-color-active-rose-4[data-selected=true],.border-top-color-active-rose-4:active{border-top-color:var(--color-rose-4)}.border-top-color-rose-5,.border-top-color-hover-rose-5:hover,.border-top-color-focus-rose-5[data-focused=true],.border-top-color-focus-rose-5:focus,.border-top-color-focus-rose-5:focus-within,.border-top-color-active-rose-5[data-selected=true],.border-top-color-active-rose-5:active{border-top-color:var(--color-rose-5)}.border-top-color-rose-6,.border-top-color-hover-rose-6:hover,.border-top-color-focus-rose-6[data-focused=true],.border-top-color-focus-rose-6:focus,.border-top-color-focus-rose-6:focus-within,.border-top-color-active-rose-6[data-selected=true],.border-top-color-active-rose-6:active{border-top-color:var(--color-rose-6)}.border-top-color-rose-7,.border-top-color-hover-rose-7:hover,.border-top-color-focus-rose-7[data-focused=true],.border-top-color-focus-rose-7:focus,.border-top-color-focus-rose-7:focus-within,.border-top-color-active-rose-7[data-selected=true],.border-top-color-active-rose-7:active{border-top-color:var(--color-rose-7)}.border-top-color-rose-8,.border-top-color-hover-rose-8:hover,.border-top-color-focus-rose-8[data-focused=true],.border-top-color-focus-rose-8:focus,.border-top-color-focus-rose-8:focus-within,.border-top-color-active-rose-8[data-selected=true],.border-top-color-active-rose-8:active{border-top-color:var(--color-rose-8)}.border-top-color-rose-9,.border-top-color-hover-rose-9:hover,.border-top-color-focus-rose-9[data-focused=true],.border-top-color-focus-rose-9:focus,.border-top-color-focus-rose-9:focus-within,.border-top-color-active-rose-9[data-selected=true],.border-top-color-active-rose-9:active{border-top-color:var(--color-rose-9)}.border-top-color-rose-10,.border-top-color-hover-rose-10:hover,.border-top-color-focus-rose-10[data-focused=true],.border-top-color-focus-rose-10:focus,.border-top-color-focus-rose-10:focus-within,.border-top-color-active-rose-10[data-selected=true],.border-top-color-active-rose-10:active{border-top-color:var(--color-rose-10)}.border-top-color-slate-0,.border-top-color-hover-slate-0:hover,.border-top-color-focus-slate-0[data-focused=true],.border-top-color-focus-slate-0:focus,.border-top-color-focus-slate-0:focus-within,.border-top-color-active-slate-0[data-selected=true],.border-top-color-active-slate-0:active{border-top-color:var(--color-slate-0)}.border-top-color-slate-1,.border-top-color-hover-slate-1:hover,.border-top-color-focus-slate-1[data-focused=true],.border-top-color-focus-slate-1:focus,.border-top-color-focus-slate-1:focus-within,.border-top-color-active-slate-1[data-selected=true],.border-top-color-active-slate-1:active{border-top-color:var(--color-slate-1)}.border-top-color-slate-2,.border-top-color-hover-slate-2:hover,.border-top-color-focus-slate-2[data-focused=true],.border-top-color-focus-slate-2:focus,.border-top-color-focus-slate-2:focus-within,.border-top-color-active-slate-2[data-selected=true],.border-top-color-active-slate-2:active{border-top-color:var(--color-slate-2)}.border-top-color-slate-3,.border-top-color-hover-slate-3:hover,.border-top-color-focus-slate-3[data-focused=true],.border-top-color-focus-slate-3:focus,.border-top-color-focus-slate-3:focus-within,.border-top-color-active-slate-3[data-selected=true],.border-top-color-active-slate-3:active{border-top-color:var(--color-slate-3)}.border-top-color-slate-4,.border-top-color-hover-slate-4:hover,.border-top-color-focus-slate-4[data-focused=true],.border-top-color-focus-slate-4:focus,.border-top-color-focus-slate-4:focus-within,.border-top-color-active-slate-4[data-selected=true],.border-top-color-active-slate-4:active{border-top-color:var(--color-slate-4)}.border-top-color-slate-5,.border-top-color-hover-slate-5:hover,.border-top-color-focus-slate-5[data-focused=true],.border-top-color-focus-slate-5:focus,.border-top-color-focus-slate-5:focus-within,.border-top-color-active-slate-5[data-selected=true],.border-top-color-active-slate-5:active{border-top-color:var(--color-slate-5)}.border-top-color-slate-6,.border-top-color-hover-slate-6:hover,.border-top-color-focus-slate-6[data-focused=true],.border-top-color-focus-slate-6:focus,.border-top-color-focus-slate-6:focus-within,.border-top-color-active-slate-6[data-selected=true],.border-top-color-active-slate-6:active{border-top-color:var(--color-slate-6)}.border-top-color-slate-7,.border-top-color-hover-slate-7:hover,.border-top-color-focus-slate-7[data-focused=true],.border-top-color-focus-slate-7:focus,.border-top-color-focus-slate-7:focus-within,.border-top-color-active-slate-7[data-selected=true],.border-top-color-active-slate-7:active{border-top-color:var(--color-slate-7)}.border-top-color-slate-8,.border-top-color-hover-slate-8:hover,.border-top-color-focus-slate-8[data-focused=true],.border-top-color-focus-slate-8:focus,.border-top-color-focus-slate-8:focus-within,.border-top-color-active-slate-8[data-selected=true],.border-top-color-active-slate-8:active{border-top-color:var(--color-slate-8)}.border-top-color-slate-9,.border-top-color-hover-slate-9:hover,.border-top-color-focus-slate-9[data-focused=true],.border-top-color-focus-slate-9:focus,.border-top-color-focus-slate-9:focus-within,.border-top-color-active-slate-9[data-selected=true],.border-top-color-active-slate-9:active{border-top-color:var(--color-slate-9)}.border-top-color-slate-10,.border-top-color-hover-slate-10:hover,.border-top-color-focus-slate-10[data-focused=true],.border-top-color-focus-slate-10:focus,.border-top-color-focus-slate-10:focus-within,.border-top-color-active-slate-10[data-selected=true],.border-top-color-active-slate-10:active{border-top-color:var(--color-slate-10)}.border-top-color-gray-0,.border-top-color-hover-gray-0:hover,.border-top-color-focus-gray-0[data-focused=true],.border-top-color-focus-gray-0:focus,.border-top-color-focus-gray-0:focus-within,.border-top-color-active-gray-0[data-selected=true],.border-top-color-active-gray-0:active{border-top-color:var(--color-gray-0)}.border-top-color-gray-1,.border-top-color-hover-gray-1:hover,.border-top-color-focus-gray-1[data-focused=true],.border-top-color-focus-gray-1:focus,.border-top-color-focus-gray-1:focus-within,.border-top-color-active-gray-1[data-selected=true],.border-top-color-active-gray-1:active{border-top-color:var(--color-gray-1)}.border-top-color-gray-2,.border-top-color-hover-gray-2:hover,.border-top-color-focus-gray-2[data-focused=true],.border-top-color-focus-gray-2:focus,.border-top-color-focus-gray-2:focus-within,.border-top-color-active-gray-2[data-selected=true],.border-top-color-active-gray-2:active{border-top-color:var(--color-gray-2)}.border-top-color-gray-3,.border-top-color-hover-gray-3:hover,.border-top-color-focus-gray-3[data-focused=true],.border-top-color-focus-gray-3:focus,.border-top-color-focus-gray-3:focus-within,.border-top-color-active-gray-3[data-selected=true],.border-top-color-active-gray-3:active{border-top-color:var(--color-gray-3)}.border-top-color-gray-4,.border-top-color-hover-gray-4:hover,.border-top-color-focus-gray-4[data-focused=true],.border-top-color-focus-gray-4:focus,.border-top-color-focus-gray-4:focus-within,.border-top-color-active-gray-4[data-selected=true],.border-top-color-active-gray-4:active{border-top-color:var(--color-gray-4)}.border-top-color-gray-5,.border-top-color-hover-gray-5:hover,.border-top-color-focus-gray-5[data-focused=true],.border-top-color-focus-gray-5:focus,.border-top-color-focus-gray-5:focus-within,.border-top-color-active-gray-5[data-selected=true],.border-top-color-active-gray-5:active{border-top-color:var(--color-gray-5)}.border-top-color-gray-6,.border-top-color-hover-gray-6:hover,.border-top-color-focus-gray-6[data-focused=true],.border-top-color-focus-gray-6:focus,.border-top-color-focus-gray-6:focus-within,.border-top-color-active-gray-6[data-selected=true],.border-top-color-active-gray-6:active{border-top-color:var(--color-gray-6)}.border-top-color-gray-7,.border-top-color-hover-gray-7:hover,.border-top-color-focus-gray-7[data-focused=true],.border-top-color-focus-gray-7:focus,.border-top-color-focus-gray-7:focus-within,.border-top-color-active-gray-7[data-selected=true],.border-top-color-active-gray-7:active{border-top-color:var(--color-gray-7)}.border-top-color-gray-8,.border-top-color-hover-gray-8:hover,.border-top-color-focus-gray-8[data-focused=true],.border-top-color-focus-gray-8:focus,.border-top-color-focus-gray-8:focus-within,.border-top-color-active-gray-8[data-selected=true],.border-top-color-active-gray-8:active{border-top-color:var(--color-gray-8)}.border-top-color-gray-9,.border-top-color-hover-gray-9:hover,.border-top-color-focus-gray-9[data-focused=true],.border-top-color-focus-gray-9:focus,.border-top-color-focus-gray-9:focus-within,.border-top-color-active-gray-9[data-selected=true],.border-top-color-active-gray-9:active{border-top-color:var(--color-gray-9)}.border-top-color-gray-10,.border-top-color-hover-gray-10:hover,.border-top-color-focus-gray-10[data-focused=true],.border-top-color-focus-gray-10:focus,.border-top-color-focus-gray-10:focus-within,.border-top-color-active-gray-10[data-selected=true],.border-top-color-active-gray-10:active{border-top-color:var(--color-gray-10)}.border-top-color-zinc-0,.border-top-color-hover-zinc-0:hover,.border-top-color-focus-zinc-0[data-focused=true],.border-top-color-focus-zinc-0:focus,.border-top-color-focus-zinc-0:focus-within,.border-top-color-active-zinc-0[data-selected=true],.border-top-color-active-zinc-0:active{border-top-color:var(--color-zinc-0)}.border-top-color-zinc-1,.border-top-color-hover-zinc-1:hover,.border-top-color-focus-zinc-1[data-focused=true],.border-top-color-focus-zinc-1:focus,.border-top-color-focus-zinc-1:focus-within,.border-top-color-active-zinc-1[data-selected=true],.border-top-color-active-zinc-1:active{border-top-color:var(--color-zinc-1)}.border-top-color-zinc-2,.border-top-color-hover-zinc-2:hover,.border-top-color-focus-zinc-2[data-focused=true],.border-top-color-focus-zinc-2:focus,.border-top-color-focus-zinc-2:focus-within,.border-top-color-active-zinc-2[data-selected=true],.border-top-color-active-zinc-2:active{border-top-color:var(--color-zinc-2)}.border-top-color-zinc-3,.border-top-color-hover-zinc-3:hover,.border-top-color-focus-zinc-3[data-focused=true],.border-top-color-focus-zinc-3:focus,.border-top-color-focus-zinc-3:focus-within,.border-top-color-active-zinc-3[data-selected=true],.border-top-color-active-zinc-3:active{border-top-color:var(--color-zinc-3)}.border-top-color-zinc-4,.border-top-color-hover-zinc-4:hover,.border-top-color-focus-zinc-4[data-focused=true],.border-top-color-focus-zinc-4:focus,.border-top-color-focus-zinc-4:focus-within,.border-top-color-active-zinc-4[data-selected=true],.border-top-color-active-zinc-4:active{border-top-color:var(--color-zinc-4)}.border-top-color-zinc-5,.border-top-color-hover-zinc-5:hover,.border-top-color-focus-zinc-5[data-focused=true],.border-top-color-focus-zinc-5:focus,.border-top-color-focus-zinc-5:focus-within,.border-top-color-active-zinc-5[data-selected=true],.border-top-color-active-zinc-5:active{border-top-color:var(--color-zinc-5)}.border-top-color-zinc-6,.border-top-color-hover-zinc-6:hover,.border-top-color-focus-zinc-6[data-focused=true],.border-top-color-focus-zinc-6:focus,.border-top-color-focus-zinc-6:focus-within,.border-top-color-active-zinc-6[data-selected=true],.border-top-color-active-zinc-6:active{border-top-color:var(--color-zinc-6)}.border-top-color-zinc-7,.border-top-color-hover-zinc-7:hover,.border-top-color-focus-zinc-7[data-focused=true],.border-top-color-focus-zinc-7:focus,.border-top-color-focus-zinc-7:focus-within,.border-top-color-active-zinc-7[data-selected=true],.border-top-color-active-zinc-7:active{border-top-color:var(--color-zinc-7)}.border-top-color-zinc-8,.border-top-color-hover-zinc-8:hover,.border-top-color-focus-zinc-8[data-focused=true],.border-top-color-focus-zinc-8:focus,.border-top-color-focus-zinc-8:focus-within,.border-top-color-active-zinc-8[data-selected=true],.border-top-color-active-zinc-8:active{border-top-color:var(--color-zinc-8)}.border-top-color-zinc-9,.border-top-color-hover-zinc-9:hover,.border-top-color-focus-zinc-9[data-focused=true],.border-top-color-focus-zinc-9:focus,.border-top-color-focus-zinc-9:focus-within,.border-top-color-active-zinc-9[data-selected=true],.border-top-color-active-zinc-9:active{border-top-color:var(--color-zinc-9)}.border-top-color-zinc-10,.border-top-color-hover-zinc-10:hover,.border-top-color-focus-zinc-10[data-focused=true],.border-top-color-focus-zinc-10:focus,.border-top-color-focus-zinc-10:focus-within,.border-top-color-active-zinc-10[data-selected=true],.border-top-color-active-zinc-10:active{border-top-color:var(--color-zinc-10)}.border-top-color-neutral-0,.border-top-color-hover-neutral-0:hover,.border-top-color-focus-neutral-0[data-focused=true],.border-top-color-focus-neutral-0:focus,.border-top-color-focus-neutral-0:focus-within,.border-top-color-active-neutral-0[data-selected=true],.border-top-color-active-neutral-0:active{border-top-color:var(--color-neutral-0)}.border-top-color-neutral-1,.border-top-color-hover-neutral-1:hover,.border-top-color-focus-neutral-1[data-focused=true],.border-top-color-focus-neutral-1:focus,.border-top-color-focus-neutral-1:focus-within,.border-top-color-active-neutral-1[data-selected=true],.border-top-color-active-neutral-1:active{border-top-color:var(--color-neutral-1)}.border-top-color-neutral-2,.border-top-color-hover-neutral-2:hover,.border-top-color-focus-neutral-2[data-focused=true],.border-top-color-focus-neutral-2:focus,.border-top-color-focus-neutral-2:focus-within,.border-top-color-active-neutral-2[data-selected=true],.border-top-color-active-neutral-2:active{border-top-color:var(--color-neutral-2)}.border-top-color-neutral-3,.border-top-color-hover-neutral-3:hover,.border-top-color-focus-neutral-3[data-focused=true],.border-top-color-focus-neutral-3:focus,.border-top-color-focus-neutral-3:focus-within,.border-top-color-active-neutral-3[data-selected=true],.border-top-color-active-neutral-3:active{border-top-color:var(--color-neutral-3)}.border-top-color-neutral-4,.border-top-color-hover-neutral-4:hover,.border-top-color-focus-neutral-4[data-focused=true],.border-top-color-focus-neutral-4:focus,.border-top-color-focus-neutral-4:focus-within,.border-top-color-active-neutral-4[data-selected=true],.border-top-color-active-neutral-4:active{border-top-color:var(--color-neutral-4)}.border-top-color-neutral-5,.border-top-color-hover-neutral-5:hover,.border-top-color-focus-neutral-5[data-focused=true],.border-top-color-focus-neutral-5:focus,.border-top-color-focus-neutral-5:focus-within,.border-top-color-active-neutral-5[data-selected=true],.border-top-color-active-neutral-5:active{border-top-color:var(--color-neutral-5)}.border-top-color-neutral-6,.border-top-color-hover-neutral-6:hover,.border-top-color-focus-neutral-6[data-focused=true],.border-top-color-focus-neutral-6:focus,.border-top-color-focus-neutral-6:focus-within,.border-top-color-active-neutral-6[data-selected=true],.border-top-color-active-neutral-6:active{border-top-color:var(--color-neutral-6)}.border-top-color-neutral-7,.border-top-color-hover-neutral-7:hover,.border-top-color-focus-neutral-7[data-focused=true],.border-top-color-focus-neutral-7:focus,.border-top-color-focus-neutral-7:focus-within,.border-top-color-active-neutral-7[data-selected=true],.border-top-color-active-neutral-7:active{border-top-color:var(--color-neutral-7)}.border-top-color-neutral-8,.border-top-color-hover-neutral-8:hover,.border-top-color-focus-neutral-8[data-focused=true],.border-top-color-focus-neutral-8:focus,.border-top-color-focus-neutral-8:focus-within,.border-top-color-active-neutral-8[data-selected=true],.border-top-color-active-neutral-8:active{border-top-color:var(--color-neutral-8)}.border-top-color-neutral-9,.border-top-color-hover-neutral-9:hover,.border-top-color-focus-neutral-9[data-focused=true],.border-top-color-focus-neutral-9:focus,.border-top-color-focus-neutral-9:focus-within,.border-top-color-active-neutral-9[data-selected=true],.border-top-color-active-neutral-9:active{border-top-color:var(--color-neutral-9)}.border-top-color-neutral-10,.border-top-color-hover-neutral-10:hover,.border-top-color-focus-neutral-10[data-focused=true],.border-top-color-focus-neutral-10:focus,.border-top-color-focus-neutral-10:focus-within,.border-top-color-active-neutral-10[data-selected=true],.border-top-color-active-neutral-10:active{border-top-color:var(--color-neutral-10)}.border-top-color-stone-0,.border-top-color-hover-stone-0:hover,.border-top-color-focus-stone-0[data-focused=true],.border-top-color-focus-stone-0:focus,.border-top-color-focus-stone-0:focus-within,.border-top-color-active-stone-0[data-selected=true],.border-top-color-active-stone-0:active{border-top-color:var(--color-stone-0)}.border-top-color-stone-1,.border-top-color-hover-stone-1:hover,.border-top-color-focus-stone-1[data-focused=true],.border-top-color-focus-stone-1:focus,.border-top-color-focus-stone-1:focus-within,.border-top-color-active-stone-1[data-selected=true],.border-top-color-active-stone-1:active{border-top-color:var(--color-stone-1)}.border-top-color-stone-2,.border-top-color-hover-stone-2:hover,.border-top-color-focus-stone-2[data-focused=true],.border-top-color-focus-stone-2:focus,.border-top-color-focus-stone-2:focus-within,.border-top-color-active-stone-2[data-selected=true],.border-top-color-active-stone-2:active{border-top-color:var(--color-stone-2)}.border-top-color-stone-3,.border-top-color-hover-stone-3:hover,.border-top-color-focus-stone-3[data-focused=true],.border-top-color-focus-stone-3:focus,.border-top-color-focus-stone-3:focus-within,.border-top-color-active-stone-3[data-selected=true],.border-top-color-active-stone-3:active{border-top-color:var(--color-stone-3)}.border-top-color-stone-4,.border-top-color-hover-stone-4:hover,.border-top-color-focus-stone-4[data-focused=true],.border-top-color-focus-stone-4:focus,.border-top-color-focus-stone-4:focus-within,.border-top-color-active-stone-4[data-selected=true],.border-top-color-active-stone-4:active{border-top-color:var(--color-stone-4)}.border-top-color-stone-5,.border-top-color-hover-stone-5:hover,.border-top-color-focus-stone-5[data-focused=true],.border-top-color-focus-stone-5:focus,.border-top-color-focus-stone-5:focus-within,.border-top-color-active-stone-5[data-selected=true],.border-top-color-active-stone-5:active{border-top-color:var(--color-stone-5)}.border-top-color-stone-6,.border-top-color-hover-stone-6:hover,.border-top-color-focus-stone-6[data-focused=true],.border-top-color-focus-stone-6:focus,.border-top-color-focus-stone-6:focus-within,.border-top-color-active-stone-6[data-selected=true],.border-top-color-active-stone-6:active{border-top-color:var(--color-stone-6)}.border-top-color-stone-7,.border-top-color-hover-stone-7:hover,.border-top-color-focus-stone-7[data-focused=true],.border-top-color-focus-stone-7:focus,.border-top-color-focus-stone-7:focus-within,.border-top-color-active-stone-7[data-selected=true],.border-top-color-active-stone-7:active{border-top-color:var(--color-stone-7)}.border-top-color-stone-8,.border-top-color-hover-stone-8:hover,.border-top-color-focus-stone-8[data-focused=true],.border-top-color-focus-stone-8:focus,.border-top-color-focus-stone-8:focus-within,.border-top-color-active-stone-8[data-selected=true],.border-top-color-active-stone-8:active{border-top-color:var(--color-stone-8)}.border-top-color-stone-9,.border-top-color-hover-stone-9:hover,.border-top-color-focus-stone-9[data-focused=true],.border-top-color-focus-stone-9:focus,.border-top-color-focus-stone-9:focus-within,.border-top-color-active-stone-9[data-selected=true],.border-top-color-active-stone-9:active{border-top-color:var(--color-stone-9)}.border-top-color-stone-10,.border-top-color-hover-stone-10:hover,.border-top-color-focus-stone-10[data-focused=true],.border-top-color-focus-stone-10:focus,.border-top-color-focus-stone-10:focus-within,.border-top-color-active-stone-10[data-selected=true],.border-top-color-active-stone-10:active{border-top-color:var(--color-stone-10)}.border-bottom-color-inherit,.border-bottom-color-hover-inherit:hover,.border-bottom-color-focus-inherit[data-focused=true],.border-bottom-color-focus-inherit:focus,.border-bottom-color-focus-inherit:focus-within,.border-bottom-color-active-inherit[data-selected=true],.border-bottom-color-active-active:active{border-bottom-color:inherit}.border-bottom-color-red,.border-bottom-color-hover-red:hover,.border-bottom-color-focus-red[data-focused=true],.border-bottom-color-focus-red:focus,.border-bottom-color-focus-red:focus-within,.border-bottom-color-active-red[data-selected=true],.border-bottom-color-active-red:active{border-bottom-color:var(--color-red)}.border-bottom-color-red-light,.border-bottom-color-hover-red-light:hover,.border-bottom-color-focus-red-light[data-focused=true],.border-bottom-color-focus-red-light:focus,.border-bottom-color-focus-red-light:focus-within,.border-bottom-color-active-red-light[data-selected=true],.border-bottom-color-active-red-light:active{border-bottom-color:var(--color-red-light)}.border-bottom-color-red-dark,.border-bottom-color-hover-red-dark:hover,.border-bottom-color-focus-red-dark[data-focused=true],.border-bottom-color-focus-red-dark:focus,.border-bottom-color-focus-red-dark:focus-within,.border-bottom-color-active-red-dark[data-selected=true],.border-bottom-color-active-red-dark:active{border-bottom-color:var(--color-red-dark)}.border-bottom-color-red-themed,.border-bottom-color-hover-red-themed:hover,.border-bottom-color-focus-red-themed[data-focused=true],.border-bottom-color-focus-red-themed:focus,.border-bottom-color-focus-red-themed:focus-within,.border-bottom-color-active-red-themed[data-selected=true],.border-bottom-color-active-red-themed:active{border-bottom-color:var(--color-red-themed)}.border-bottom-color-orange,.border-bottom-color-hover-orange:hover,.border-bottom-color-focus-orange[data-focused=true],.border-bottom-color-focus-orange:focus,.border-bottom-color-focus-orange:focus-within,.border-bottom-color-active-orange[data-selected=true],.border-bottom-color-active-orange:active{border-bottom-color:var(--color-orange)}.border-bottom-color-orange-light,.border-bottom-color-hover-orange-light:hover,.border-bottom-color-focus-orange-light[data-focused=true],.border-bottom-color-focus-orange-light:focus,.border-bottom-color-focus-orange-light:focus-within,.border-bottom-color-active-orange-light[data-selected=true],.border-bottom-color-active-orange-light:active{border-bottom-color:var(--color-orange-light)}.border-bottom-color-orange-dark,.border-bottom-color-hover-orange-dark:hover,.border-bottom-color-focus-orange-dark[data-focused=true],.border-bottom-color-focus-orange-dark:focus,.border-bottom-color-focus-orange-dark:focus-within,.border-bottom-color-active-orange-dark[data-selected=true],.border-bottom-color-active-orange-dark:active{border-bottom-color:var(--color-orange-dark)}.border-bottom-color-orange-themed,.border-bottom-color-hover-orange-themed:hover,.border-bottom-color-focus-orange-themed[data-focused=true],.border-bottom-color-focus-orange-themed:focus,.border-bottom-color-focus-orange-themed:focus-within,.border-bottom-color-active-orange-themed[data-selected=true],.border-bottom-color-active-orange-themed:active{border-bottom-color:var(--color-orange-themed)}.border-bottom-color-amber,.border-bottom-color-hover-amber:hover,.border-bottom-color-focus-amber[data-focused=true],.border-bottom-color-focus-amber:focus,.border-bottom-color-focus-amber:focus-within,.border-bottom-color-active-amber[data-selected=true],.border-bottom-color-active-amber:active{border-bottom-color:var(--color-amber)}.border-bottom-color-amber-light,.border-bottom-color-hover-amber-light:hover,.border-bottom-color-focus-amber-light[data-focused=true],.border-bottom-color-focus-amber-light:focus,.border-bottom-color-focus-amber-light:focus-within,.border-bottom-color-active-amber-light[data-selected=true],.border-bottom-color-active-amber-light:active{border-bottom-color:var(--color-amber-light)}.border-bottom-color-amber-dark,.border-bottom-color-hover-amber-dark:hover,.border-bottom-color-focus-amber-dark[data-focused=true],.border-bottom-color-focus-amber-dark:focus,.border-bottom-color-focus-amber-dark:focus-within,.border-bottom-color-active-amber-dark[data-selected=true],.border-bottom-color-active-amber-dark:active{border-bottom-color:var(--color-amber-dark)}.border-bottom-color-amber-themed,.border-bottom-color-hover-amber-themed:hover,.border-bottom-color-focus-amber-themed[data-focused=true],.border-bottom-color-focus-amber-themed:focus,.border-bottom-color-focus-amber-themed:focus-within,.border-bottom-color-active-amber-themed[data-selected=true],.border-bottom-color-active-amber-themed:active{border-bottom-color:var(--color-amber-themed)}.border-bottom-color-yellow,.border-bottom-color-hover-yellow:hover,.border-bottom-color-focus-yellow[data-focused=true],.border-bottom-color-focus-yellow:focus,.border-bottom-color-focus-yellow:focus-within,.border-bottom-color-active-yellow[data-selected=true],.border-bottom-color-active-yellow:active{border-bottom-color:var(--color-yellow)}.border-bottom-color-yellow-light,.border-bottom-color-hover-yellow-light:hover,.border-bottom-color-focus-yellow-light[data-focused=true],.border-bottom-color-focus-yellow-light:focus,.border-bottom-color-focus-yellow-light:focus-within,.border-bottom-color-active-yellow-light[data-selected=true],.border-bottom-color-active-yellow-light:active{border-bottom-color:var(--color-yellow-light)}.border-bottom-color-yellow-dark,.border-bottom-color-hover-yellow-dark:hover,.border-bottom-color-focus-yellow-dark[data-focused=true],.border-bottom-color-focus-yellow-dark:focus,.border-bottom-color-focus-yellow-dark:focus-within,.border-bottom-color-active-yellow-dark[data-selected=true],.border-bottom-color-active-yellow-dark:active{border-bottom-color:var(--color-yellow-dark)}.border-bottom-color-yellow-themed,.border-bottom-color-hover-yellow-themed:hover,.border-bottom-color-focus-yellow-themed[data-focused=true],.border-bottom-color-focus-yellow-themed:focus,.border-bottom-color-focus-yellow-themed:focus-within,.border-bottom-color-active-yellow-themed[data-selected=true],.border-bottom-color-active-yellow-themed:active{border-bottom-color:var(--color-yellow-themed)}.border-bottom-color-lime,.border-bottom-color-hover-lime:hover,.border-bottom-color-focus-lime[data-focused=true],.border-bottom-color-focus-lime:focus,.border-bottom-color-focus-lime:focus-within,.border-bottom-color-active-lime[data-selected=true],.border-bottom-color-active-lime:active{border-bottom-color:var(--color-lime)}.border-bottom-color-lime-light,.border-bottom-color-hover-lime-light:hover,.border-bottom-color-focus-lime-light[data-focused=true],.border-bottom-color-focus-lime-light:focus,.border-bottom-color-focus-lime-light:focus-within,.border-bottom-color-active-lime-light[data-selected=true],.border-bottom-color-active-lime-light:active{border-bottom-color:var(--color-lime-light)}.border-bottom-color-lime-dark,.border-bottom-color-hover-lime-dark:hover,.border-bottom-color-focus-lime-dark[data-focused=true],.border-bottom-color-focus-lime-dark:focus,.border-bottom-color-focus-lime-dark:focus-within,.border-bottom-color-active-lime-dark[data-selected=true],.border-bottom-color-active-lime-dark:active{border-bottom-color:var(--color-lime-dark)}.border-bottom-color-lime-themed,.border-bottom-color-hover-lime-themed:hover,.border-bottom-color-focus-lime-themed[data-focused=true],.border-bottom-color-focus-lime-themed:focus,.border-bottom-color-focus-lime-themed:focus-within,.border-bottom-color-active-lime-themed[data-selected=true],.border-bottom-color-active-lime-themed:active{border-bottom-color:var(--color-lime-themed)}.border-bottom-color-green,.border-bottom-color-hover-green:hover,.border-bottom-color-focus-green[data-focused=true],.border-bottom-color-focus-green:focus,.border-bottom-color-focus-green:focus-within,.border-bottom-color-active-green[data-selected=true],.border-bottom-color-active-green:active{border-bottom-color:var(--color-green)}.border-bottom-color-green-light,.border-bottom-color-hover-green-light:hover,.border-bottom-color-focus-green-light[data-focused=true],.border-bottom-color-focus-green-light:focus,.border-bottom-color-focus-green-light:focus-within,.border-bottom-color-active-green-light[data-selected=true],.border-bottom-color-active-green-light:active{border-bottom-color:var(--color-green-light)}.border-bottom-color-green-dark,.border-bottom-color-hover-green-dark:hover,.border-bottom-color-focus-green-dark[data-focused=true],.border-bottom-color-focus-green-dark:focus,.border-bottom-color-focus-green-dark:focus-within,.border-bottom-color-active-green-dark[data-selected=true],.border-bottom-color-active-green-dark:active{border-bottom-color:var(--color-green-dark)}.border-bottom-color-green-themed,.border-bottom-color-hover-green-themed:hover,.border-bottom-color-focus-green-themed[data-focused=true],.border-bottom-color-focus-green-themed:focus,.border-bottom-color-focus-green-themed:focus-within,.border-bottom-color-active-green-themed[data-selected=true],.border-bottom-color-active-green-themed:active{border-bottom-color:var(--color-green-themed)}.border-bottom-color-emerald,.border-bottom-color-hover-emerald:hover,.border-bottom-color-focus-emerald[data-focused=true],.border-bottom-color-focus-emerald:focus,.border-bottom-color-focus-emerald:focus-within,.border-bottom-color-active-emerald[data-selected=true],.border-bottom-color-active-emerald:active{border-bottom-color:var(--color-emerald)}.border-bottom-color-emerald-light,.border-bottom-color-hover-emerald-light:hover,.border-bottom-color-focus-emerald-light[data-focused=true],.border-bottom-color-focus-emerald-light:focus,.border-bottom-color-focus-emerald-light:focus-within,.border-bottom-color-active-emerald-light[data-selected=true],.border-bottom-color-active-emerald-light:active{border-bottom-color:var(--color-emerald-light)}.border-bottom-color-emerald-dark,.border-bottom-color-hover-emerald-dark:hover,.border-bottom-color-focus-emerald-dark[data-focused=true],.border-bottom-color-focus-emerald-dark:focus,.border-bottom-color-focus-emerald-dark:focus-within,.border-bottom-color-active-emerald-dark[data-selected=true],.border-bottom-color-active-emerald-dark:active{border-bottom-color:var(--color-emerald-dark)}.border-bottom-color-emerald-themed,.border-bottom-color-hover-emerald-themed:hover,.border-bottom-color-focus-emerald-themed[data-focused=true],.border-bottom-color-focus-emerald-themed:focus,.border-bottom-color-focus-emerald-themed:focus-within,.border-bottom-color-active-emerald-themed[data-selected=true],.border-bottom-color-active-emerald-themed:active{border-bottom-color:var(--color-emerald-themed)}.border-bottom-color-teal,.border-bottom-color-hover-teal:hover,.border-bottom-color-focus-teal[data-focused=true],.border-bottom-color-focus-teal:focus,.border-bottom-color-focus-teal:focus-within,.border-bottom-color-active-teal[data-selected=true],.border-bottom-color-active-teal:active{border-bottom-color:var(--color-teal)}.border-bottom-color-teal-light,.border-bottom-color-hover-teal-light:hover,.border-bottom-color-focus-teal-light[data-focused=true],.border-bottom-color-focus-teal-light:focus,.border-bottom-color-focus-teal-light:focus-within,.border-bottom-color-active-teal-light[data-selected=true],.border-bottom-color-active-teal-light:active{border-bottom-color:var(--color-teal-light)}.border-bottom-color-teal-dark,.border-bottom-color-hover-teal-dark:hover,.border-bottom-color-focus-teal-dark[data-focused=true],.border-bottom-color-focus-teal-dark:focus,.border-bottom-color-focus-teal-dark:focus-within,.border-bottom-color-active-teal-dark[data-selected=true],.border-bottom-color-active-teal-dark:active{border-bottom-color:var(--color-teal-dark)}.border-bottom-color-teal-themed,.border-bottom-color-hover-teal-themed:hover,.border-bottom-color-focus-teal-themed[data-focused=true],.border-bottom-color-focus-teal-themed:focus,.border-bottom-color-focus-teal-themed:focus-within,.border-bottom-color-active-teal-themed[data-selected=true],.border-bottom-color-active-teal-themed:active{border-bottom-color:var(--color-teal-themed)}.border-bottom-color-cyan,.border-bottom-color-hover-cyan:hover,.border-bottom-color-focus-cyan[data-focused=true],.border-bottom-color-focus-cyan:focus,.border-bottom-color-focus-cyan:focus-within,.border-bottom-color-active-cyan[data-selected=true],.border-bottom-color-active-cyan:active{border-bottom-color:var(--color-cyan)}.border-bottom-color-cyan-light,.border-bottom-color-hover-cyan-light:hover,.border-bottom-color-focus-cyan-light[data-focused=true],.border-bottom-color-focus-cyan-light:focus,.border-bottom-color-focus-cyan-light:focus-within,.border-bottom-color-active-cyan-light[data-selected=true],.border-bottom-color-active-cyan-light:active{border-bottom-color:var(--color-cyan-light)}.border-bottom-color-cyan-dark,.border-bottom-color-hover-cyan-dark:hover,.border-bottom-color-focus-cyan-dark[data-focused=true],.border-bottom-color-focus-cyan-dark:focus,.border-bottom-color-focus-cyan-dark:focus-within,.border-bottom-color-active-cyan-dark[data-selected=true],.border-bottom-color-active-cyan-dark:active{border-bottom-color:var(--color-cyan-dark)}.border-bottom-color-cyan-themed,.border-bottom-color-hover-cyan-themed:hover,.border-bottom-color-focus-cyan-themed[data-focused=true],.border-bottom-color-focus-cyan-themed:focus,.border-bottom-color-focus-cyan-themed:focus-within,.border-bottom-color-active-cyan-themed[data-selected=true],.border-bottom-color-active-cyan-themed:active{border-bottom-color:var(--color-cyan-themed)}.border-bottom-color-sky,.border-bottom-color-hover-sky:hover,.border-bottom-color-focus-sky[data-focused=true],.border-bottom-color-focus-sky:focus,.border-bottom-color-focus-sky:focus-within,.border-bottom-color-active-sky[data-selected=true],.border-bottom-color-active-sky:active{border-bottom-color:var(--color-sky)}.border-bottom-color-sky-light,.border-bottom-color-hover-sky-light:hover,.border-bottom-color-focus-sky-light[data-focused=true],.border-bottom-color-focus-sky-light:focus,.border-bottom-color-focus-sky-light:focus-within,.border-bottom-color-active-sky-light[data-selected=true],.border-bottom-color-active-sky-light:active{border-bottom-color:var(--color-sky-light)}.border-bottom-color-sky-dark,.border-bottom-color-hover-sky-dark:hover,.border-bottom-color-focus-sky-dark[data-focused=true],.border-bottom-color-focus-sky-dark:focus,.border-bottom-color-focus-sky-dark:focus-within,.border-bottom-color-active-sky-dark[data-selected=true],.border-bottom-color-active-sky-dark:active{border-bottom-color:var(--color-sky-dark)}.border-bottom-color-sky-themed,.border-bottom-color-hover-sky-themed:hover,.border-bottom-color-focus-sky-themed[data-focused=true],.border-bottom-color-focus-sky-themed:focus,.border-bottom-color-focus-sky-themed:focus-within,.border-bottom-color-active-sky-themed[data-selected=true],.border-bottom-color-active-sky-themed:active{border-bottom-color:var(--color-sky-themed)}.border-bottom-color-blue,.border-bottom-color-hover-blue:hover,.border-bottom-color-focus-blue[data-focused=true],.border-bottom-color-focus-blue:focus,.border-bottom-color-focus-blue:focus-within,.border-bottom-color-active-blue[data-selected=true],.border-bottom-color-active-blue:active{border-bottom-color:var(--color-blue)}.border-bottom-color-blue-light,.border-bottom-color-hover-blue-light:hover,.border-bottom-color-focus-blue-light[data-focused=true],.border-bottom-color-focus-blue-light:focus,.border-bottom-color-focus-blue-light:focus-within,.border-bottom-color-active-blue-light[data-selected=true],.border-bottom-color-active-blue-light:active{border-bottom-color:var(--color-blue-light)}.border-bottom-color-blue-dark,.border-bottom-color-hover-blue-dark:hover,.border-bottom-color-focus-blue-dark[data-focused=true],.border-bottom-color-focus-blue-dark:focus,.border-bottom-color-focus-blue-dark:focus-within,.border-bottom-color-active-blue-dark[data-selected=true],.border-bottom-color-active-blue-dark:active{border-bottom-color:var(--color-blue-dark)}.border-bottom-color-blue-themed,.border-bottom-color-hover-blue-themed:hover,.border-bottom-color-focus-blue-themed[data-focused=true],.border-bottom-color-focus-blue-themed:focus,.border-bottom-color-focus-blue-themed:focus-within,.border-bottom-color-active-blue-themed[data-selected=true],.border-bottom-color-active-blue-themed:active{border-bottom-color:var(--color-blue-themed)}.border-bottom-color-indigo,.border-bottom-color-hover-indigo:hover,.border-bottom-color-focus-indigo[data-focused=true],.border-bottom-color-focus-indigo:focus,.border-bottom-color-focus-indigo:focus-within,.border-bottom-color-active-indigo[data-selected=true],.border-bottom-color-active-indigo:active{border-bottom-color:var(--color-indigo)}.border-bottom-color-indigo-light,.border-bottom-color-hover-indigo-light:hover,.border-bottom-color-focus-indigo-light[data-focused=true],.border-bottom-color-focus-indigo-light:focus,.border-bottom-color-focus-indigo-light:focus-within,.border-bottom-color-active-indigo-light[data-selected=true],.border-bottom-color-active-indigo-light:active{border-bottom-color:var(--color-indigo-light)}.border-bottom-color-indigo-dark,.border-bottom-color-hover-indigo-dark:hover,.border-bottom-color-focus-indigo-dark[data-focused=true],.border-bottom-color-focus-indigo-dark:focus,.border-bottom-color-focus-indigo-dark:focus-within,.border-bottom-color-active-indigo-dark[data-selected=true],.border-bottom-color-active-indigo-dark:active{border-bottom-color:var(--color-indigo-dark)}.border-bottom-color-indigo-themed,.border-bottom-color-hover-indigo-themed:hover,.border-bottom-color-focus-indigo-themed[data-focused=true],.border-bottom-color-focus-indigo-themed:focus,.border-bottom-color-focus-indigo-themed:focus-within,.border-bottom-color-active-indigo-themed[data-selected=true],.border-bottom-color-active-indigo-themed:active{border-bottom-color:var(--color-indigo-themed)}.border-bottom-color-violet,.border-bottom-color-hover-violet:hover,.border-bottom-color-focus-violet[data-focused=true],.border-bottom-color-focus-violet:focus,.border-bottom-color-focus-violet:focus-within,.border-bottom-color-active-violet[data-selected=true],.border-bottom-color-active-violet:active{border-bottom-color:var(--color-violet)}.border-bottom-color-violet-light,.border-bottom-color-hover-violet-light:hover,.border-bottom-color-focus-violet-light[data-focused=true],.border-bottom-color-focus-violet-light:focus,.border-bottom-color-focus-violet-light:focus-within,.border-bottom-color-active-violet-light[data-selected=true],.border-bottom-color-active-violet-light:active{border-bottom-color:var(--color-violet-light)}.border-bottom-color-violet-dark,.border-bottom-color-hover-violet-dark:hover,.border-bottom-color-focus-violet-dark[data-focused=true],.border-bottom-color-focus-violet-dark:focus,.border-bottom-color-focus-violet-dark:focus-within,.border-bottom-color-active-violet-dark[data-selected=true],.border-bottom-color-active-violet-dark:active{border-bottom-color:var(--color-violet-dark)}.border-bottom-color-violet-themed,.border-bottom-color-hover-violet-themed:hover,.border-bottom-color-focus-violet-themed[data-focused=true],.border-bottom-color-focus-violet-themed:focus,.border-bottom-color-focus-violet-themed:focus-within,.border-bottom-color-active-violet-themed[data-selected=true],.border-bottom-color-active-violet-themed:active{border-bottom-color:var(--color-violet-themed)}.border-bottom-color-purple,.border-bottom-color-hover-purple:hover,.border-bottom-color-focus-purple[data-focused=true],.border-bottom-color-focus-purple:focus,.border-bottom-color-focus-purple:focus-within,.border-bottom-color-active-purple[data-selected=true],.border-bottom-color-active-purple:active{border-bottom-color:var(--color-purple)}.border-bottom-color-purple-light,.border-bottom-color-hover-purple-light:hover,.border-bottom-color-focus-purple-light[data-focused=true],.border-bottom-color-focus-purple-light:focus,.border-bottom-color-focus-purple-light:focus-within,.border-bottom-color-active-purple-light[data-selected=true],.border-bottom-color-active-purple-light:active{border-bottom-color:var(--color-purple-light)}.border-bottom-color-purple-dark,.border-bottom-color-hover-purple-dark:hover,.border-bottom-color-focus-purple-dark[data-focused=true],.border-bottom-color-focus-purple-dark:focus,.border-bottom-color-focus-purple-dark:focus-within,.border-bottom-color-active-purple-dark[data-selected=true],.border-bottom-color-active-purple-dark:active{border-bottom-color:var(--color-purple-dark)}.border-bottom-color-purple-themed,.border-bottom-color-hover-purple-themed:hover,.border-bottom-color-focus-purple-themed[data-focused=true],.border-bottom-color-focus-purple-themed:focus,.border-bottom-color-focus-purple-themed:focus-within,.border-bottom-color-active-purple-themed[data-selected=true],.border-bottom-color-active-purple-themed:active{border-bottom-color:var(--color-purple-themed)}.border-bottom-color-fuchsia,.border-bottom-color-hover-fuchsia:hover,.border-bottom-color-focus-fuchsia[data-focused=true],.border-bottom-color-focus-fuchsia:focus,.border-bottom-color-focus-fuchsia:focus-within,.border-bottom-color-active-fuchsia[data-selected=true],.border-bottom-color-active-fuchsia:active{border-bottom-color:var(--color-fuchsia)}.border-bottom-color-fuchsia-light,.border-bottom-color-hover-fuchsia-light:hover,.border-bottom-color-focus-fuchsia-light[data-focused=true],.border-bottom-color-focus-fuchsia-light:focus,.border-bottom-color-focus-fuchsia-light:focus-within,.border-bottom-color-active-fuchsia-light[data-selected=true],.border-bottom-color-active-fuchsia-light:active{border-bottom-color:var(--color-fuchsia-light)}.border-bottom-color-fuchsia-dark,.border-bottom-color-hover-fuchsia-dark:hover,.border-bottom-color-focus-fuchsia-dark[data-focused=true],.border-bottom-color-focus-fuchsia-dark:focus,.border-bottom-color-focus-fuchsia-dark:focus-within,.border-bottom-color-active-fuchsia-dark[data-selected=true],.border-bottom-color-active-fuchsia-dark:active{border-bottom-color:var(--color-fuchsia-dark)}.border-bottom-color-fuchsia-themed,.border-bottom-color-hover-fuchsia-themed:hover,.border-bottom-color-focus-fuchsia-themed[data-focused=true],.border-bottom-color-focus-fuchsia-themed:focus,.border-bottom-color-focus-fuchsia-themed:focus-within,.border-bottom-color-active-fuchsia-themed[data-selected=true],.border-bottom-color-active-fuchsia-themed:active{border-bottom-color:var(--color-fuchsia-themed)}.border-bottom-color-pink,.border-bottom-color-hover-pink:hover,.border-bottom-color-focus-pink[data-focused=true],.border-bottom-color-focus-pink:focus,.border-bottom-color-focus-pink:focus-within,.border-bottom-color-active-pink[data-selected=true],.border-bottom-color-active-pink:active{border-bottom-color:var(--color-pink)}.border-bottom-color-pink-light,.border-bottom-color-hover-pink-light:hover,.border-bottom-color-focus-pink-light[data-focused=true],.border-bottom-color-focus-pink-light:focus,.border-bottom-color-focus-pink-light:focus-within,.border-bottom-color-active-pink-light[data-selected=true],.border-bottom-color-active-pink-light:active{border-bottom-color:var(--color-pink-light)}.border-bottom-color-pink-dark,.border-bottom-color-hover-pink-dark:hover,.border-bottom-color-focus-pink-dark[data-focused=true],.border-bottom-color-focus-pink-dark:focus,.border-bottom-color-focus-pink-dark:focus-within,.border-bottom-color-active-pink-dark[data-selected=true],.border-bottom-color-active-pink-dark:active{border-bottom-color:var(--color-pink-dark)}.border-bottom-color-pink-themed,.border-bottom-color-hover-pink-themed:hover,.border-bottom-color-focus-pink-themed[data-focused=true],.border-bottom-color-focus-pink-themed:focus,.border-bottom-color-focus-pink-themed:focus-within,.border-bottom-color-active-pink-themed[data-selected=true],.border-bottom-color-active-pink-themed:active{border-bottom-color:var(--color-pink-themed)}.border-bottom-color-rose,.border-bottom-color-hover-rose:hover,.border-bottom-color-focus-rose[data-focused=true],.border-bottom-color-focus-rose:focus,.border-bottom-color-focus-rose:focus-within,.border-bottom-color-active-rose[data-selected=true],.border-bottom-color-active-rose:active{border-bottom-color:var(--color-rose)}.border-bottom-color-rose-light,.border-bottom-color-hover-rose-light:hover,.border-bottom-color-focus-rose-light[data-focused=true],.border-bottom-color-focus-rose-light:focus,.border-bottom-color-focus-rose-light:focus-within,.border-bottom-color-active-rose-light[data-selected=true],.border-bottom-color-active-rose-light:active{border-bottom-color:var(--color-rose-light)}.border-bottom-color-rose-dark,.border-bottom-color-hover-rose-dark:hover,.border-bottom-color-focus-rose-dark[data-focused=true],.border-bottom-color-focus-rose-dark:focus,.border-bottom-color-focus-rose-dark:focus-within,.border-bottom-color-active-rose-dark[data-selected=true],.border-bottom-color-active-rose-dark:active{border-bottom-color:var(--color-rose-dark)}.border-bottom-color-rose-themed,.border-bottom-color-hover-rose-themed:hover,.border-bottom-color-focus-rose-themed[data-focused=true],.border-bottom-color-focus-rose-themed:focus,.border-bottom-color-focus-rose-themed:focus-within,.border-bottom-color-active-rose-themed[data-selected=true],.border-bottom-color-active-rose-themed:active{border-bottom-color:var(--color-rose-themed)}.border-bottom-color-slate,.border-bottom-color-hover-slate:hover,.border-bottom-color-focus-slate[data-focused=true],.border-bottom-color-focus-slate:focus,.border-bottom-color-focus-slate:focus-within,.border-bottom-color-active-slate[data-selected=true],.border-bottom-color-active-slate:active{border-bottom-color:var(--color-slate)}.border-bottom-color-slate-light,.border-bottom-color-hover-slate-light:hover,.border-bottom-color-focus-slate-light[data-focused=true],.border-bottom-color-focus-slate-light:focus,.border-bottom-color-focus-slate-light:focus-within,.border-bottom-color-active-slate-light[data-selected=true],.border-bottom-color-active-slate-light:active{border-bottom-color:var(--color-slate-light)}.border-bottom-color-slate-dark,.border-bottom-color-hover-slate-dark:hover,.border-bottom-color-focus-slate-dark[data-focused=true],.border-bottom-color-focus-slate-dark:focus,.border-bottom-color-focus-slate-dark:focus-within,.border-bottom-color-active-slate-dark[data-selected=true],.border-bottom-color-active-slate-dark:active{border-bottom-color:var(--color-slate-dark)}.border-bottom-color-slate-themed,.border-bottom-color-hover-slate-themed:hover,.border-bottom-color-focus-slate-themed[data-focused=true],.border-bottom-color-focus-slate-themed:focus,.border-bottom-color-focus-slate-themed:focus-within,.border-bottom-color-active-slate-themed[data-selected=true],.border-bottom-color-active-slate-themed:active{border-bottom-color:var(--color-slate-themed)}.border-bottom-color-gray,.border-bottom-color-hover-gray:hover,.border-bottom-color-focus-gray[data-focused=true],.border-bottom-color-focus-gray:focus,.border-bottom-color-focus-gray:focus-within,.border-bottom-color-active-gray[data-selected=true],.border-bottom-color-active-gray:active{border-bottom-color:var(--color-gray)}.border-bottom-color-gray-light,.border-bottom-color-hover-gray-light:hover,.border-bottom-color-focus-gray-light[data-focused=true],.border-bottom-color-focus-gray-light:focus,.border-bottom-color-focus-gray-light:focus-within,.border-bottom-color-active-gray-light[data-selected=true],.border-bottom-color-active-gray-light:active{border-bottom-color:var(--color-gray-light)}.border-bottom-color-gray-dark,.border-bottom-color-hover-gray-dark:hover,.border-bottom-color-focus-gray-dark[data-focused=true],.border-bottom-color-focus-gray-dark:focus,.border-bottom-color-focus-gray-dark:focus-within,.border-bottom-color-active-gray-dark[data-selected=true],.border-bottom-color-active-gray-dark:active{border-bottom-color:var(--color-gray-dark)}.border-bottom-color-gray-themed,.border-bottom-color-hover-gray-themed:hover,.border-bottom-color-focus-gray-themed[data-focused=true],.border-bottom-color-focus-gray-themed:focus,.border-bottom-color-focus-gray-themed:focus-within,.border-bottom-color-active-gray-themed[data-selected=true],.border-bottom-color-active-gray-themed:active{border-bottom-color:var(--color-gray-themed)}.border-bottom-color-zinc,.border-bottom-color-hover-zinc:hover,.border-bottom-color-focus-zinc[data-focused=true],.border-bottom-color-focus-zinc:focus,.border-bottom-color-focus-zinc:focus-within,.border-bottom-color-active-zinc[data-selected=true],.border-bottom-color-active-zinc:active{border-bottom-color:var(--color-zinc)}.border-bottom-color-zinc-light,.border-bottom-color-hover-zinc-light:hover,.border-bottom-color-focus-zinc-light[data-focused=true],.border-bottom-color-focus-zinc-light:focus,.border-bottom-color-focus-zinc-light:focus-within,.border-bottom-color-active-zinc-light[data-selected=true],.border-bottom-color-active-zinc-light:active{border-bottom-color:var(--color-zinc-light)}.border-bottom-color-zinc-dark,.border-bottom-color-hover-zinc-dark:hover,.border-bottom-color-focus-zinc-dark[data-focused=true],.border-bottom-color-focus-zinc-dark:focus,.border-bottom-color-focus-zinc-dark:focus-within,.border-bottom-color-active-zinc-dark[data-selected=true],.border-bottom-color-active-zinc-dark:active{border-bottom-color:var(--color-zinc-dark)}.border-bottom-color-zinc-themed,.border-bottom-color-hover-zinc-themed:hover,.border-bottom-color-focus-zinc-themed[data-focused=true],.border-bottom-color-focus-zinc-themed:focus,.border-bottom-color-focus-zinc-themed:focus-within,.border-bottom-color-active-zinc-themed[data-selected=true],.border-bottom-color-active-zinc-themed:active{border-bottom-color:var(--color-zinc-themed)}.border-bottom-color-neutral,.border-bottom-color-hover-neutral:hover,.border-bottom-color-focus-neutral[data-focused=true],.border-bottom-color-focus-neutral:focus,.border-bottom-color-focus-neutral:focus-within,.border-bottom-color-active-neutral[data-selected=true],.border-bottom-color-active-neutral:active{border-bottom-color:var(--color-neutral)}.border-bottom-color-neutral-light,.border-bottom-color-hover-neutral-light:hover,.border-bottom-color-focus-neutral-light[data-focused=true],.border-bottom-color-focus-neutral-light:focus,.border-bottom-color-focus-neutral-light:focus-within,.border-bottom-color-active-neutral-light[data-selected=true],.border-bottom-color-active-neutral-light:active{border-bottom-color:var(--color-neutral-light)}.border-bottom-color-neutral-dark,.border-bottom-color-hover-neutral-dark:hover,.border-bottom-color-focus-neutral-dark[data-focused=true],.border-bottom-color-focus-neutral-dark:focus,.border-bottom-color-focus-neutral-dark:focus-within,.border-bottom-color-active-neutral-dark[data-selected=true],.border-bottom-color-active-neutral-dark:active{border-bottom-color:var(--color-neutral-dark)}.border-bottom-color-neutral-themed,.border-bottom-color-hover-neutral-themed:hover,.border-bottom-color-focus-neutral-themed[data-focused=true],.border-bottom-color-focus-neutral-themed:focus,.border-bottom-color-focus-neutral-themed:focus-within,.border-bottom-color-active-neutral-themed[data-selected=true],.border-bottom-color-active-neutral-themed:active{border-bottom-color:var(--color-neutral-themed)}.border-bottom-color-stone,.border-bottom-color-hover-stone:hover,.border-bottom-color-focus-stone[data-focused=true],.border-bottom-color-focus-stone:focus,.border-bottom-color-focus-stone:focus-within,.border-bottom-color-active-stone[data-selected=true],.border-bottom-color-active-stone:active{border-bottom-color:var(--color-stone)}.border-bottom-color-stone-light,.border-bottom-color-hover-stone-light:hover,.border-bottom-color-focus-stone-light[data-focused=true],.border-bottom-color-focus-stone-light:focus,.border-bottom-color-focus-stone-light:focus-within,.border-bottom-color-active-stone-light[data-selected=true],.border-bottom-color-active-stone-light:active{border-bottom-color:var(--color-stone-light)}.border-bottom-color-stone-dark,.border-bottom-color-hover-stone-dark:hover,.border-bottom-color-focus-stone-dark[data-focused=true],.border-bottom-color-focus-stone-dark:focus,.border-bottom-color-focus-stone-dark:focus-within,.border-bottom-color-active-stone-dark[data-selected=true],.border-bottom-color-active-stone-dark:active{border-bottom-color:var(--color-stone-dark)}.border-bottom-color-stone-themed,.border-bottom-color-hover-stone-themed:hover,.border-bottom-color-focus-stone-themed[data-focused=true],.border-bottom-color-focus-stone-themed:focus,.border-bottom-color-focus-stone-themed:focus-within,.border-bottom-color-active-stone-themed[data-selected=true],.border-bottom-color-active-stone-themed:active{border-bottom-color:var(--color-stone-themed)}.border-bottom-color-white,.border-bottom-color-hover-white:hover,.border-bottom-color-focus-white[data-focused=true],.border-bottom-color-focus-white:focus,.border-bottom-color-focus-white:focus-within,.border-bottom-color-active-white[data-selected=true],.border-bottom-color-active-white:active{border-bottom-color:var(--color-white)}.border-bottom-color-black,.border-bottom-color-hover-black:hover,.border-bottom-color-focus-black[data-focused=true],.border-bottom-color-focus-black:focus,.border-bottom-color-focus-black:focus-within,.border-bottom-color-active-black[data-selected=true],.border-bottom-color-active-black:active{border-bottom-color:var(--color-black)}.border-bottom-color-transparent,.border-bottom-color-hover-transparent:hover,.border-bottom-color-focus-transparent[data-focused=true],.border-bottom-color-focus-transparent:focus,.border-bottom-color-focus-transparent:focus-within,.border-bottom-color-active-transparent[data-selected=true],.border-bottom-color-active-transparent:active{border-bottom-color:var(--color-transparent)}.border-bottom-color-red-0,.border-bottom-color-hover-red-0:hover,.border-bottom-color-focus-red-0[data-focused=true],.border-bottom-color-focus-red-0:focus,.border-bottom-color-focus-red-0:focus-within,.border-bottom-color-active-red-0[data-selected=true],.border-bottom-color-active-red-0:active{border-bottom-color:var(--color-red-0)}.border-bottom-color-red-1,.border-bottom-color-hover-red-1:hover,.border-bottom-color-focus-red-1[data-focused=true],.border-bottom-color-focus-red-1:focus,.border-bottom-color-focus-red-1:focus-within,.border-bottom-color-active-red-1[data-selected=true],.border-bottom-color-active-red-1:active{border-bottom-color:var(--color-red-1)}.border-bottom-color-red-2,.border-bottom-color-hover-red-2:hover,.border-bottom-color-focus-red-2[data-focused=true],.border-bottom-color-focus-red-2:focus,.border-bottom-color-focus-red-2:focus-within,.border-bottom-color-active-red-2[data-selected=true],.border-bottom-color-active-red-2:active{border-bottom-color:var(--color-red-2)}.border-bottom-color-red-3,.border-bottom-color-hover-red-3:hover,.border-bottom-color-focus-red-3[data-focused=true],.border-bottom-color-focus-red-3:focus,.border-bottom-color-focus-red-3:focus-within,.border-bottom-color-active-red-3[data-selected=true],.border-bottom-color-active-red-3:active{border-bottom-color:var(--color-red-3)}.border-bottom-color-red-4,.border-bottom-color-hover-red-4:hover,.border-bottom-color-focus-red-4[data-focused=true],.border-bottom-color-focus-red-4:focus,.border-bottom-color-focus-red-4:focus-within,.border-bottom-color-active-red-4[data-selected=true],.border-bottom-color-active-red-4:active{border-bottom-color:var(--color-red-4)}.border-bottom-color-red-5,.border-bottom-color-hover-red-5:hover,.border-bottom-color-focus-red-5[data-focused=true],.border-bottom-color-focus-red-5:focus,.border-bottom-color-focus-red-5:focus-within,.border-bottom-color-active-red-5[data-selected=true],.border-bottom-color-active-red-5:active{border-bottom-color:var(--color-red-5)}.border-bottom-color-red-6,.border-bottom-color-hover-red-6:hover,.border-bottom-color-focus-red-6[data-focused=true],.border-bottom-color-focus-red-6:focus,.border-bottom-color-focus-red-6:focus-within,.border-bottom-color-active-red-6[data-selected=true],.border-bottom-color-active-red-6:active{border-bottom-color:var(--color-red-6)}.border-bottom-color-red-7,.border-bottom-color-hover-red-7:hover,.border-bottom-color-focus-red-7[data-focused=true],.border-bottom-color-focus-red-7:focus,.border-bottom-color-focus-red-7:focus-within,.border-bottom-color-active-red-7[data-selected=true],.border-bottom-color-active-red-7:active{border-bottom-color:var(--color-red-7)}.border-bottom-color-red-8,.border-bottom-color-hover-red-8:hover,.border-bottom-color-focus-red-8[data-focused=true],.border-bottom-color-focus-red-8:focus,.border-bottom-color-focus-red-8:focus-within,.border-bottom-color-active-red-8[data-selected=true],.border-bottom-color-active-red-8:active{border-bottom-color:var(--color-red-8)}.border-bottom-color-red-9,.border-bottom-color-hover-red-9:hover,.border-bottom-color-focus-red-9[data-focused=true],.border-bottom-color-focus-red-9:focus,.border-bottom-color-focus-red-9:focus-within,.border-bottom-color-active-red-9[data-selected=true],.border-bottom-color-active-red-9:active{border-bottom-color:var(--color-red-9)}.border-bottom-color-red-10,.border-bottom-color-hover-red-10:hover,.border-bottom-color-focus-red-10[data-focused=true],.border-bottom-color-focus-red-10:focus,.border-bottom-color-focus-red-10:focus-within,.border-bottom-color-active-red-10[data-selected=true],.border-bottom-color-active-red-10:active{border-bottom-color:var(--color-red-10)}.border-bottom-color-orange-0,.border-bottom-color-hover-orange-0:hover,.border-bottom-color-focus-orange-0[data-focused=true],.border-bottom-color-focus-orange-0:focus,.border-bottom-color-focus-orange-0:focus-within,.border-bottom-color-active-orange-0[data-selected=true],.border-bottom-color-active-orange-0:active{border-bottom-color:var(--color-orange-0)}.border-bottom-color-orange-1,.border-bottom-color-hover-orange-1:hover,.border-bottom-color-focus-orange-1[data-focused=true],.border-bottom-color-focus-orange-1:focus,.border-bottom-color-focus-orange-1:focus-within,.border-bottom-color-active-orange-1[data-selected=true],.border-bottom-color-active-orange-1:active{border-bottom-color:var(--color-orange-1)}.border-bottom-color-orange-2,.border-bottom-color-hover-orange-2:hover,.border-bottom-color-focus-orange-2[data-focused=true],.border-bottom-color-focus-orange-2:focus,.border-bottom-color-focus-orange-2:focus-within,.border-bottom-color-active-orange-2[data-selected=true],.border-bottom-color-active-orange-2:active{border-bottom-color:var(--color-orange-2)}.border-bottom-color-orange-3,.border-bottom-color-hover-orange-3:hover,.border-bottom-color-focus-orange-3[data-focused=true],.border-bottom-color-focus-orange-3:focus,.border-bottom-color-focus-orange-3:focus-within,.border-bottom-color-active-orange-3[data-selected=true],.border-bottom-color-active-orange-3:active{border-bottom-color:var(--color-orange-3)}.border-bottom-color-orange-4,.border-bottom-color-hover-orange-4:hover,.border-bottom-color-focus-orange-4[data-focused=true],.border-bottom-color-focus-orange-4:focus,.border-bottom-color-focus-orange-4:focus-within,.border-bottom-color-active-orange-4[data-selected=true],.border-bottom-color-active-orange-4:active{border-bottom-color:var(--color-orange-4)}.border-bottom-color-orange-5,.border-bottom-color-hover-orange-5:hover,.border-bottom-color-focus-orange-5[data-focused=true],.border-bottom-color-focus-orange-5:focus,.border-bottom-color-focus-orange-5:focus-within,.border-bottom-color-active-orange-5[data-selected=true],.border-bottom-color-active-orange-5:active{border-bottom-color:var(--color-orange-5)}.border-bottom-color-orange-6,.border-bottom-color-hover-orange-6:hover,.border-bottom-color-focus-orange-6[data-focused=true],.border-bottom-color-focus-orange-6:focus,.border-bottom-color-focus-orange-6:focus-within,.border-bottom-color-active-orange-6[data-selected=true],.border-bottom-color-active-orange-6:active{border-bottom-color:var(--color-orange-6)}.border-bottom-color-orange-7,.border-bottom-color-hover-orange-7:hover,.border-bottom-color-focus-orange-7[data-focused=true],.border-bottom-color-focus-orange-7:focus,.border-bottom-color-focus-orange-7:focus-within,.border-bottom-color-active-orange-7[data-selected=true],.border-bottom-color-active-orange-7:active{border-bottom-color:var(--color-orange-7)}.border-bottom-color-orange-8,.border-bottom-color-hover-orange-8:hover,.border-bottom-color-focus-orange-8[data-focused=true],.border-bottom-color-focus-orange-8:focus,.border-bottom-color-focus-orange-8:focus-within,.border-bottom-color-active-orange-8[data-selected=true],.border-bottom-color-active-orange-8:active{border-bottom-color:var(--color-orange-8)}.border-bottom-color-orange-9,.border-bottom-color-hover-orange-9:hover,.border-bottom-color-focus-orange-9[data-focused=true],.border-bottom-color-focus-orange-9:focus,.border-bottom-color-focus-orange-9:focus-within,.border-bottom-color-active-orange-9[data-selected=true],.border-bottom-color-active-orange-9:active{border-bottom-color:var(--color-orange-9)}.border-bottom-color-orange-10,.border-bottom-color-hover-orange-10:hover,.border-bottom-color-focus-orange-10[data-focused=true],.border-bottom-color-focus-orange-10:focus,.border-bottom-color-focus-orange-10:focus-within,.border-bottom-color-active-orange-10[data-selected=true],.border-bottom-color-active-orange-10:active{border-bottom-color:var(--color-orange-10)}.border-bottom-color-amber-0,.border-bottom-color-hover-amber-0:hover,.border-bottom-color-focus-amber-0[data-focused=true],.border-bottom-color-focus-amber-0:focus,.border-bottom-color-focus-amber-0:focus-within,.border-bottom-color-active-amber-0[data-selected=true],.border-bottom-color-active-amber-0:active{border-bottom-color:var(--color-amber-0)}.border-bottom-color-amber-1,.border-bottom-color-hover-amber-1:hover,.border-bottom-color-focus-amber-1[data-focused=true],.border-bottom-color-focus-amber-1:focus,.border-bottom-color-focus-amber-1:focus-within,.border-bottom-color-active-amber-1[data-selected=true],.border-bottom-color-active-amber-1:active{border-bottom-color:var(--color-amber-1)}.border-bottom-color-amber-2,.border-bottom-color-hover-amber-2:hover,.border-bottom-color-focus-amber-2[data-focused=true],.border-bottom-color-focus-amber-2:focus,.border-bottom-color-focus-amber-2:focus-within,.border-bottom-color-active-amber-2[data-selected=true],.border-bottom-color-active-amber-2:active{border-bottom-color:var(--color-amber-2)}.border-bottom-color-amber-3,.border-bottom-color-hover-amber-3:hover,.border-bottom-color-focus-amber-3[data-focused=true],.border-bottom-color-focus-amber-3:focus,.border-bottom-color-focus-amber-3:focus-within,.border-bottom-color-active-amber-3[data-selected=true],.border-bottom-color-active-amber-3:active{border-bottom-color:var(--color-amber-3)}.border-bottom-color-amber-4,.border-bottom-color-hover-amber-4:hover,.border-bottom-color-focus-amber-4[data-focused=true],.border-bottom-color-focus-amber-4:focus,.border-bottom-color-focus-amber-4:focus-within,.border-bottom-color-active-amber-4[data-selected=true],.border-bottom-color-active-amber-4:active{border-bottom-color:var(--color-amber-4)}.border-bottom-color-amber-5,.border-bottom-color-hover-amber-5:hover,.border-bottom-color-focus-amber-5[data-focused=true],.border-bottom-color-focus-amber-5:focus,.border-bottom-color-focus-amber-5:focus-within,.border-bottom-color-active-amber-5[data-selected=true],.border-bottom-color-active-amber-5:active{border-bottom-color:var(--color-amber-5)}.border-bottom-color-amber-6,.border-bottom-color-hover-amber-6:hover,.border-bottom-color-focus-amber-6[data-focused=true],.border-bottom-color-focus-amber-6:focus,.border-bottom-color-focus-amber-6:focus-within,.border-bottom-color-active-amber-6[data-selected=true],.border-bottom-color-active-amber-6:active{border-bottom-color:var(--color-amber-6)}.border-bottom-color-amber-7,.border-bottom-color-hover-amber-7:hover,.border-bottom-color-focus-amber-7[data-focused=true],.border-bottom-color-focus-amber-7:focus,.border-bottom-color-focus-amber-7:focus-within,.border-bottom-color-active-amber-7[data-selected=true],.border-bottom-color-active-amber-7:active{border-bottom-color:var(--color-amber-7)}.border-bottom-color-amber-8,.border-bottom-color-hover-amber-8:hover,.border-bottom-color-focus-amber-8[data-focused=true],.border-bottom-color-focus-amber-8:focus,.border-bottom-color-focus-amber-8:focus-within,.border-bottom-color-active-amber-8[data-selected=true],.border-bottom-color-active-amber-8:active{border-bottom-color:var(--color-amber-8)}.border-bottom-color-amber-9,.border-bottom-color-hover-amber-9:hover,.border-bottom-color-focus-amber-9[data-focused=true],.border-bottom-color-focus-amber-9:focus,.border-bottom-color-focus-amber-9:focus-within,.border-bottom-color-active-amber-9[data-selected=true],.border-bottom-color-active-amber-9:active{border-bottom-color:var(--color-amber-9)}.border-bottom-color-amber-10,.border-bottom-color-hover-amber-10:hover,.border-bottom-color-focus-amber-10[data-focused=true],.border-bottom-color-focus-amber-10:focus,.border-bottom-color-focus-amber-10:focus-within,.border-bottom-color-active-amber-10[data-selected=true],.border-bottom-color-active-amber-10:active{border-bottom-color:var(--color-amber-10)}.border-bottom-color-yellow-0,.border-bottom-color-hover-yellow-0:hover,.border-bottom-color-focus-yellow-0[data-focused=true],.border-bottom-color-focus-yellow-0:focus,.border-bottom-color-focus-yellow-0:focus-within,.border-bottom-color-active-yellow-0[data-selected=true],.border-bottom-color-active-yellow-0:active{border-bottom-color:var(--color-yellow-0)}.border-bottom-color-yellow-1,.border-bottom-color-hover-yellow-1:hover,.border-bottom-color-focus-yellow-1[data-focused=true],.border-bottom-color-focus-yellow-1:focus,.border-bottom-color-focus-yellow-1:focus-within,.border-bottom-color-active-yellow-1[data-selected=true],.border-bottom-color-active-yellow-1:active{border-bottom-color:var(--color-yellow-1)}.border-bottom-color-yellow-2,.border-bottom-color-hover-yellow-2:hover,.border-bottom-color-focus-yellow-2[data-focused=true],.border-bottom-color-focus-yellow-2:focus,.border-bottom-color-focus-yellow-2:focus-within,.border-bottom-color-active-yellow-2[data-selected=true],.border-bottom-color-active-yellow-2:active{border-bottom-color:var(--color-yellow-2)}.border-bottom-color-yellow-3,.border-bottom-color-hover-yellow-3:hover,.border-bottom-color-focus-yellow-3[data-focused=true],.border-bottom-color-focus-yellow-3:focus,.border-bottom-color-focus-yellow-3:focus-within,.border-bottom-color-active-yellow-3[data-selected=true],.border-bottom-color-active-yellow-3:active{border-bottom-color:var(--color-yellow-3)}.border-bottom-color-yellow-4,.border-bottom-color-hover-yellow-4:hover,.border-bottom-color-focus-yellow-4[data-focused=true],.border-bottom-color-focus-yellow-4:focus,.border-bottom-color-focus-yellow-4:focus-within,.border-bottom-color-active-yellow-4[data-selected=true],.border-bottom-color-active-yellow-4:active{border-bottom-color:var(--color-yellow-4)}.border-bottom-color-yellow-5,.border-bottom-color-hover-yellow-5:hover,.border-bottom-color-focus-yellow-5[data-focused=true],.border-bottom-color-focus-yellow-5:focus,.border-bottom-color-focus-yellow-5:focus-within,.border-bottom-color-active-yellow-5[data-selected=true],.border-bottom-color-active-yellow-5:active{border-bottom-color:var(--color-yellow-5)}.border-bottom-color-yellow-6,.border-bottom-color-hover-yellow-6:hover,.border-bottom-color-focus-yellow-6[data-focused=true],.border-bottom-color-focus-yellow-6:focus,.border-bottom-color-focus-yellow-6:focus-within,.border-bottom-color-active-yellow-6[data-selected=true],.border-bottom-color-active-yellow-6:active{border-bottom-color:var(--color-yellow-6)}.border-bottom-color-yellow-7,.border-bottom-color-hover-yellow-7:hover,.border-bottom-color-focus-yellow-7[data-focused=true],.border-bottom-color-focus-yellow-7:focus,.border-bottom-color-focus-yellow-7:focus-within,.border-bottom-color-active-yellow-7[data-selected=true],.border-bottom-color-active-yellow-7:active{border-bottom-color:var(--color-yellow-7)}.border-bottom-color-yellow-8,.border-bottom-color-hover-yellow-8:hover,.border-bottom-color-focus-yellow-8[data-focused=true],.border-bottom-color-focus-yellow-8:focus,.border-bottom-color-focus-yellow-8:focus-within,.border-bottom-color-active-yellow-8[data-selected=true],.border-bottom-color-active-yellow-8:active{border-bottom-color:var(--color-yellow-8)}.border-bottom-color-yellow-9,.border-bottom-color-hover-yellow-9:hover,.border-bottom-color-focus-yellow-9[data-focused=true],.border-bottom-color-focus-yellow-9:focus,.border-bottom-color-focus-yellow-9:focus-within,.border-bottom-color-active-yellow-9[data-selected=true],.border-bottom-color-active-yellow-9:active{border-bottom-color:var(--color-yellow-9)}.border-bottom-color-yellow-10,.border-bottom-color-hover-yellow-10:hover,.border-bottom-color-focus-yellow-10[data-focused=true],.border-bottom-color-focus-yellow-10:focus,.border-bottom-color-focus-yellow-10:focus-within,.border-bottom-color-active-yellow-10[data-selected=true],.border-bottom-color-active-yellow-10:active{border-bottom-color:var(--color-yellow-10)}.border-bottom-color-lime-0,.border-bottom-color-hover-lime-0:hover,.border-bottom-color-focus-lime-0[data-focused=true],.border-bottom-color-focus-lime-0:focus,.border-bottom-color-focus-lime-0:focus-within,.border-bottom-color-active-lime-0[data-selected=true],.border-bottom-color-active-lime-0:active{border-bottom-color:var(--color-lime-0)}.border-bottom-color-lime-1,.border-bottom-color-hover-lime-1:hover,.border-bottom-color-focus-lime-1[data-focused=true],.border-bottom-color-focus-lime-1:focus,.border-bottom-color-focus-lime-1:focus-within,.border-bottom-color-active-lime-1[data-selected=true],.border-bottom-color-active-lime-1:active{border-bottom-color:var(--color-lime-1)}.border-bottom-color-lime-2,.border-bottom-color-hover-lime-2:hover,.border-bottom-color-focus-lime-2[data-focused=true],.border-bottom-color-focus-lime-2:focus,.border-bottom-color-focus-lime-2:focus-within,.border-bottom-color-active-lime-2[data-selected=true],.border-bottom-color-active-lime-2:active{border-bottom-color:var(--color-lime-2)}.border-bottom-color-lime-3,.border-bottom-color-hover-lime-3:hover,.border-bottom-color-focus-lime-3[data-focused=true],.border-bottom-color-focus-lime-3:focus,.border-bottom-color-focus-lime-3:focus-within,.border-bottom-color-active-lime-3[data-selected=true],.border-bottom-color-active-lime-3:active{border-bottom-color:var(--color-lime-3)}.border-bottom-color-lime-4,.border-bottom-color-hover-lime-4:hover,.border-bottom-color-focus-lime-4[data-focused=true],.border-bottom-color-focus-lime-4:focus,.border-bottom-color-focus-lime-4:focus-within,.border-bottom-color-active-lime-4[data-selected=true],.border-bottom-color-active-lime-4:active{border-bottom-color:var(--color-lime-4)}.border-bottom-color-lime-5,.border-bottom-color-hover-lime-5:hover,.border-bottom-color-focus-lime-5[data-focused=true],.border-bottom-color-focus-lime-5:focus,.border-bottom-color-focus-lime-5:focus-within,.border-bottom-color-active-lime-5[data-selected=true],.border-bottom-color-active-lime-5:active{border-bottom-color:var(--color-lime-5)}.border-bottom-color-lime-6,.border-bottom-color-hover-lime-6:hover,.border-bottom-color-focus-lime-6[data-focused=true],.border-bottom-color-focus-lime-6:focus,.border-bottom-color-focus-lime-6:focus-within,.border-bottom-color-active-lime-6[data-selected=true],.border-bottom-color-active-lime-6:active{border-bottom-color:var(--color-lime-6)}.border-bottom-color-lime-7,.border-bottom-color-hover-lime-7:hover,.border-bottom-color-focus-lime-7[data-focused=true],.border-bottom-color-focus-lime-7:focus,.border-bottom-color-focus-lime-7:focus-within,.border-bottom-color-active-lime-7[data-selected=true],.border-bottom-color-active-lime-7:active{border-bottom-color:var(--color-lime-7)}.border-bottom-color-lime-8,.border-bottom-color-hover-lime-8:hover,.border-bottom-color-focus-lime-8[data-focused=true],.border-bottom-color-focus-lime-8:focus,.border-bottom-color-focus-lime-8:focus-within,.border-bottom-color-active-lime-8[data-selected=true],.border-bottom-color-active-lime-8:active{border-bottom-color:var(--color-lime-8)}.border-bottom-color-lime-9,.border-bottom-color-hover-lime-9:hover,.border-bottom-color-focus-lime-9[data-focused=true],.border-bottom-color-focus-lime-9:focus,.border-bottom-color-focus-lime-9:focus-within,.border-bottom-color-active-lime-9[data-selected=true],.border-bottom-color-active-lime-9:active{border-bottom-color:var(--color-lime-9)}.border-bottom-color-lime-10,.border-bottom-color-hover-lime-10:hover,.border-bottom-color-focus-lime-10[data-focused=true],.border-bottom-color-focus-lime-10:focus,.border-bottom-color-focus-lime-10:focus-within,.border-bottom-color-active-lime-10[data-selected=true],.border-bottom-color-active-lime-10:active{border-bottom-color:var(--color-lime-10)}.border-bottom-color-green-0,.border-bottom-color-hover-green-0:hover,.border-bottom-color-focus-green-0[data-focused=true],.border-bottom-color-focus-green-0:focus,.border-bottom-color-focus-green-0:focus-within,.border-bottom-color-active-green-0[data-selected=true],.border-bottom-color-active-green-0:active{border-bottom-color:var(--color-green-0)}.border-bottom-color-green-1,.border-bottom-color-hover-green-1:hover,.border-bottom-color-focus-green-1[data-focused=true],.border-bottom-color-focus-green-1:focus,.border-bottom-color-focus-green-1:focus-within,.border-bottom-color-active-green-1[data-selected=true],.border-bottom-color-active-green-1:active{border-bottom-color:var(--color-green-1)}.border-bottom-color-green-2,.border-bottom-color-hover-green-2:hover,.border-bottom-color-focus-green-2[data-focused=true],.border-bottom-color-focus-green-2:focus,.border-bottom-color-focus-green-2:focus-within,.border-bottom-color-active-green-2[data-selected=true],.border-bottom-color-active-green-2:active{border-bottom-color:var(--color-green-2)}.border-bottom-color-green-3,.border-bottom-color-hover-green-3:hover,.border-bottom-color-focus-green-3[data-focused=true],.border-bottom-color-focus-green-3:focus,.border-bottom-color-focus-green-3:focus-within,.border-bottom-color-active-green-3[data-selected=true],.border-bottom-color-active-green-3:active{border-bottom-color:var(--color-green-3)}.border-bottom-color-green-4,.border-bottom-color-hover-green-4:hover,.border-bottom-color-focus-green-4[data-focused=true],.border-bottom-color-focus-green-4:focus,.border-bottom-color-focus-green-4:focus-within,.border-bottom-color-active-green-4[data-selected=true],.border-bottom-color-active-green-4:active{border-bottom-color:var(--color-green-4)}.border-bottom-color-green-5,.border-bottom-color-hover-green-5:hover,.border-bottom-color-focus-green-5[data-focused=true],.border-bottom-color-focus-green-5:focus,.border-bottom-color-focus-green-5:focus-within,.border-bottom-color-active-green-5[data-selected=true],.border-bottom-color-active-green-5:active{border-bottom-color:var(--color-green-5)}.border-bottom-color-green-6,.border-bottom-color-hover-green-6:hover,.border-bottom-color-focus-green-6[data-focused=true],.border-bottom-color-focus-green-6:focus,.border-bottom-color-focus-green-6:focus-within,.border-bottom-color-active-green-6[data-selected=true],.border-bottom-color-active-green-6:active{border-bottom-color:var(--color-green-6)}.border-bottom-color-green-7,.border-bottom-color-hover-green-7:hover,.border-bottom-color-focus-green-7[data-focused=true],.border-bottom-color-focus-green-7:focus,.border-bottom-color-focus-green-7:focus-within,.border-bottom-color-active-green-7[data-selected=true],.border-bottom-color-active-green-7:active{border-bottom-color:var(--color-green-7)}.border-bottom-color-green-8,.border-bottom-color-hover-green-8:hover,.border-bottom-color-focus-green-8[data-focused=true],.border-bottom-color-focus-green-8:focus,.border-bottom-color-focus-green-8:focus-within,.border-bottom-color-active-green-8[data-selected=true],.border-bottom-color-active-green-8:active{border-bottom-color:var(--color-green-8)}.border-bottom-color-green-9,.border-bottom-color-hover-green-9:hover,.border-bottom-color-focus-green-9[data-focused=true],.border-bottom-color-focus-green-9:focus,.border-bottom-color-focus-green-9:focus-within,.border-bottom-color-active-green-9[data-selected=true],.border-bottom-color-active-green-9:active{border-bottom-color:var(--color-green-9)}.border-bottom-color-green-10,.border-bottom-color-hover-green-10:hover,.border-bottom-color-focus-green-10[data-focused=true],.border-bottom-color-focus-green-10:focus,.border-bottom-color-focus-green-10:focus-within,.border-bottom-color-active-green-10[data-selected=true],.border-bottom-color-active-green-10:active{border-bottom-color:var(--color-green-10)}.border-bottom-color-emerald-0,.border-bottom-color-hover-emerald-0:hover,.border-bottom-color-focus-emerald-0[data-focused=true],.border-bottom-color-focus-emerald-0:focus,.border-bottom-color-focus-emerald-0:focus-within,.border-bottom-color-active-emerald-0[data-selected=true],.border-bottom-color-active-emerald-0:active{border-bottom-color:var(--color-emerald-0)}.border-bottom-color-emerald-1,.border-bottom-color-hover-emerald-1:hover,.border-bottom-color-focus-emerald-1[data-focused=true],.border-bottom-color-focus-emerald-1:focus,.border-bottom-color-focus-emerald-1:focus-within,.border-bottom-color-active-emerald-1[data-selected=true],.border-bottom-color-active-emerald-1:active{border-bottom-color:var(--color-emerald-1)}.border-bottom-color-emerald-2,.border-bottom-color-hover-emerald-2:hover,.border-bottom-color-focus-emerald-2[data-focused=true],.border-bottom-color-focus-emerald-2:focus,.border-bottom-color-focus-emerald-2:focus-within,.border-bottom-color-active-emerald-2[data-selected=true],.border-bottom-color-active-emerald-2:active{border-bottom-color:var(--color-emerald-2)}.border-bottom-color-emerald-3,.border-bottom-color-hover-emerald-3:hover,.border-bottom-color-focus-emerald-3[data-focused=true],.border-bottom-color-focus-emerald-3:focus,.border-bottom-color-focus-emerald-3:focus-within,.border-bottom-color-active-emerald-3[data-selected=true],.border-bottom-color-active-emerald-3:active{border-bottom-color:var(--color-emerald-3)}.border-bottom-color-emerald-4,.border-bottom-color-hover-emerald-4:hover,.border-bottom-color-focus-emerald-4[data-focused=true],.border-bottom-color-focus-emerald-4:focus,.border-bottom-color-focus-emerald-4:focus-within,.border-bottom-color-active-emerald-4[data-selected=true],.border-bottom-color-active-emerald-4:active{border-bottom-color:var(--color-emerald-4)}.border-bottom-color-emerald-5,.border-bottom-color-hover-emerald-5:hover,.border-bottom-color-focus-emerald-5[data-focused=true],.border-bottom-color-focus-emerald-5:focus,.border-bottom-color-focus-emerald-5:focus-within,.border-bottom-color-active-emerald-5[data-selected=true],.border-bottom-color-active-emerald-5:active{border-bottom-color:var(--color-emerald-5)}.border-bottom-color-emerald-6,.border-bottom-color-hover-emerald-6:hover,.border-bottom-color-focus-emerald-6[data-focused=true],.border-bottom-color-focus-emerald-6:focus,.border-bottom-color-focus-emerald-6:focus-within,.border-bottom-color-active-emerald-6[data-selected=true],.border-bottom-color-active-emerald-6:active{border-bottom-color:var(--color-emerald-6)}.border-bottom-color-emerald-7,.border-bottom-color-hover-emerald-7:hover,.border-bottom-color-focus-emerald-7[data-focused=true],.border-bottom-color-focus-emerald-7:focus,.border-bottom-color-focus-emerald-7:focus-within,.border-bottom-color-active-emerald-7[data-selected=true],.border-bottom-color-active-emerald-7:active{border-bottom-color:var(--color-emerald-7)}.border-bottom-color-emerald-8,.border-bottom-color-hover-emerald-8:hover,.border-bottom-color-focus-emerald-8[data-focused=true],.border-bottom-color-focus-emerald-8:focus,.border-bottom-color-focus-emerald-8:focus-within,.border-bottom-color-active-emerald-8[data-selected=true],.border-bottom-color-active-emerald-8:active{border-bottom-color:var(--color-emerald-8)}.border-bottom-color-emerald-9,.border-bottom-color-hover-emerald-9:hover,.border-bottom-color-focus-emerald-9[data-focused=true],.border-bottom-color-focus-emerald-9:focus,.border-bottom-color-focus-emerald-9:focus-within,.border-bottom-color-active-emerald-9[data-selected=true],.border-bottom-color-active-emerald-9:active{border-bottom-color:var(--color-emerald-9)}.border-bottom-color-emerald-10,.border-bottom-color-hover-emerald-10:hover,.border-bottom-color-focus-emerald-10[data-focused=true],.border-bottom-color-focus-emerald-10:focus,.border-bottom-color-focus-emerald-10:focus-within,.border-bottom-color-active-emerald-10[data-selected=true],.border-bottom-color-active-emerald-10:active{border-bottom-color:var(--color-emerald-10)}.border-bottom-color-teal-0,.border-bottom-color-hover-teal-0:hover,.border-bottom-color-focus-teal-0[data-focused=true],.border-bottom-color-focus-teal-0:focus,.border-bottom-color-focus-teal-0:focus-within,.border-bottom-color-active-teal-0[data-selected=true],.border-bottom-color-active-teal-0:active{border-bottom-color:var(--color-teal-0)}.border-bottom-color-teal-1,.border-bottom-color-hover-teal-1:hover,.border-bottom-color-focus-teal-1[data-focused=true],.border-bottom-color-focus-teal-1:focus,.border-bottom-color-focus-teal-1:focus-within,.border-bottom-color-active-teal-1[data-selected=true],.border-bottom-color-active-teal-1:active{border-bottom-color:var(--color-teal-1)}.border-bottom-color-teal-2,.border-bottom-color-hover-teal-2:hover,.border-bottom-color-focus-teal-2[data-focused=true],.border-bottom-color-focus-teal-2:focus,.border-bottom-color-focus-teal-2:focus-within,.border-bottom-color-active-teal-2[data-selected=true],.border-bottom-color-active-teal-2:active{border-bottom-color:var(--color-teal-2)}.border-bottom-color-teal-3,.border-bottom-color-hover-teal-3:hover,.border-bottom-color-focus-teal-3[data-focused=true],.border-bottom-color-focus-teal-3:focus,.border-bottom-color-focus-teal-3:focus-within,.border-bottom-color-active-teal-3[data-selected=true],.border-bottom-color-active-teal-3:active{border-bottom-color:var(--color-teal-3)}.border-bottom-color-teal-4,.border-bottom-color-hover-teal-4:hover,.border-bottom-color-focus-teal-4[data-focused=true],.border-bottom-color-focus-teal-4:focus,.border-bottom-color-focus-teal-4:focus-within,.border-bottom-color-active-teal-4[data-selected=true],.border-bottom-color-active-teal-4:active{border-bottom-color:var(--color-teal-4)}.border-bottom-color-teal-5,.border-bottom-color-hover-teal-5:hover,.border-bottom-color-focus-teal-5[data-focused=true],.border-bottom-color-focus-teal-5:focus,.border-bottom-color-focus-teal-5:focus-within,.border-bottom-color-active-teal-5[data-selected=true],.border-bottom-color-active-teal-5:active{border-bottom-color:var(--color-teal-5)}.border-bottom-color-teal-6,.border-bottom-color-hover-teal-6:hover,.border-bottom-color-focus-teal-6[data-focused=true],.border-bottom-color-focus-teal-6:focus,.border-bottom-color-focus-teal-6:focus-within,.border-bottom-color-active-teal-6[data-selected=true],.border-bottom-color-active-teal-6:active{border-bottom-color:var(--color-teal-6)}.border-bottom-color-teal-7,.border-bottom-color-hover-teal-7:hover,.border-bottom-color-focus-teal-7[data-focused=true],.border-bottom-color-focus-teal-7:focus,.border-bottom-color-focus-teal-7:focus-within,.border-bottom-color-active-teal-7[data-selected=true],.border-bottom-color-active-teal-7:active{border-bottom-color:var(--color-teal-7)}.border-bottom-color-teal-8,.border-bottom-color-hover-teal-8:hover,.border-bottom-color-focus-teal-8[data-focused=true],.border-bottom-color-focus-teal-8:focus,.border-bottom-color-focus-teal-8:focus-within,.border-bottom-color-active-teal-8[data-selected=true],.border-bottom-color-active-teal-8:active{border-bottom-color:var(--color-teal-8)}.border-bottom-color-teal-9,.border-bottom-color-hover-teal-9:hover,.border-bottom-color-focus-teal-9[data-focused=true],.border-bottom-color-focus-teal-9:focus,.border-bottom-color-focus-teal-9:focus-within,.border-bottom-color-active-teal-9[data-selected=true],.border-bottom-color-active-teal-9:active{border-bottom-color:var(--color-teal-9)}.border-bottom-color-teal-10,.border-bottom-color-hover-teal-10:hover,.border-bottom-color-focus-teal-10[data-focused=true],.border-bottom-color-focus-teal-10:focus,.border-bottom-color-focus-teal-10:focus-within,.border-bottom-color-active-teal-10[data-selected=true],.border-bottom-color-active-teal-10:active{border-bottom-color:var(--color-teal-10)}.border-bottom-color-cyan-0,.border-bottom-color-hover-cyan-0:hover,.border-bottom-color-focus-cyan-0[data-focused=true],.border-bottom-color-focus-cyan-0:focus,.border-bottom-color-focus-cyan-0:focus-within,.border-bottom-color-active-cyan-0[data-selected=true],.border-bottom-color-active-cyan-0:active{border-bottom-color:var(--color-cyan-0)}.border-bottom-color-cyan-1,.border-bottom-color-hover-cyan-1:hover,.border-bottom-color-focus-cyan-1[data-focused=true],.border-bottom-color-focus-cyan-1:focus,.border-bottom-color-focus-cyan-1:focus-within,.border-bottom-color-active-cyan-1[data-selected=true],.border-bottom-color-active-cyan-1:active{border-bottom-color:var(--color-cyan-1)}.border-bottom-color-cyan-2,.border-bottom-color-hover-cyan-2:hover,.border-bottom-color-focus-cyan-2[data-focused=true],.border-bottom-color-focus-cyan-2:focus,.border-bottom-color-focus-cyan-2:focus-within,.border-bottom-color-active-cyan-2[data-selected=true],.border-bottom-color-active-cyan-2:active{border-bottom-color:var(--color-cyan-2)}.border-bottom-color-cyan-3,.border-bottom-color-hover-cyan-3:hover,.border-bottom-color-focus-cyan-3[data-focused=true],.border-bottom-color-focus-cyan-3:focus,.border-bottom-color-focus-cyan-3:focus-within,.border-bottom-color-active-cyan-3[data-selected=true],.border-bottom-color-active-cyan-3:active{border-bottom-color:var(--color-cyan-3)}.border-bottom-color-cyan-4,.border-bottom-color-hover-cyan-4:hover,.border-bottom-color-focus-cyan-4[data-focused=true],.border-bottom-color-focus-cyan-4:focus,.border-bottom-color-focus-cyan-4:focus-within,.border-bottom-color-active-cyan-4[data-selected=true],.border-bottom-color-active-cyan-4:active{border-bottom-color:var(--color-cyan-4)}.border-bottom-color-cyan-5,.border-bottom-color-hover-cyan-5:hover,.border-bottom-color-focus-cyan-5[data-focused=true],.border-bottom-color-focus-cyan-5:focus,.border-bottom-color-focus-cyan-5:focus-within,.border-bottom-color-active-cyan-5[data-selected=true],.border-bottom-color-active-cyan-5:active{border-bottom-color:var(--color-cyan-5)}.border-bottom-color-cyan-6,.border-bottom-color-hover-cyan-6:hover,.border-bottom-color-focus-cyan-6[data-focused=true],.border-bottom-color-focus-cyan-6:focus,.border-bottom-color-focus-cyan-6:focus-within,.border-bottom-color-active-cyan-6[data-selected=true],.border-bottom-color-active-cyan-6:active{border-bottom-color:var(--color-cyan-6)}.border-bottom-color-cyan-7,.border-bottom-color-hover-cyan-7:hover,.border-bottom-color-focus-cyan-7[data-focused=true],.border-bottom-color-focus-cyan-7:focus,.border-bottom-color-focus-cyan-7:focus-within,.border-bottom-color-active-cyan-7[data-selected=true],.border-bottom-color-active-cyan-7:active{border-bottom-color:var(--color-cyan-7)}.border-bottom-color-cyan-8,.border-bottom-color-hover-cyan-8:hover,.border-bottom-color-focus-cyan-8[data-focused=true],.border-bottom-color-focus-cyan-8:focus,.border-bottom-color-focus-cyan-8:focus-within,.border-bottom-color-active-cyan-8[data-selected=true],.border-bottom-color-active-cyan-8:active{border-bottom-color:var(--color-cyan-8)}.border-bottom-color-cyan-9,.border-bottom-color-hover-cyan-9:hover,.border-bottom-color-focus-cyan-9[data-focused=true],.border-bottom-color-focus-cyan-9:focus,.border-bottom-color-focus-cyan-9:focus-within,.border-bottom-color-active-cyan-9[data-selected=true],.border-bottom-color-active-cyan-9:active{border-bottom-color:var(--color-cyan-9)}.border-bottom-color-cyan-10,.border-bottom-color-hover-cyan-10:hover,.border-bottom-color-focus-cyan-10[data-focused=true],.border-bottom-color-focus-cyan-10:focus,.border-bottom-color-focus-cyan-10:focus-within,.border-bottom-color-active-cyan-10[data-selected=true],.border-bottom-color-active-cyan-10:active{border-bottom-color:var(--color-cyan-10)}.border-bottom-color-sky-0,.border-bottom-color-hover-sky-0:hover,.border-bottom-color-focus-sky-0[data-focused=true],.border-bottom-color-focus-sky-0:focus,.border-bottom-color-focus-sky-0:focus-within,.border-bottom-color-active-sky-0[data-selected=true],.border-bottom-color-active-sky-0:active{border-bottom-color:var(--color-sky-0)}.border-bottom-color-sky-1,.border-bottom-color-hover-sky-1:hover,.border-bottom-color-focus-sky-1[data-focused=true],.border-bottom-color-focus-sky-1:focus,.border-bottom-color-focus-sky-1:focus-within,.border-bottom-color-active-sky-1[data-selected=true],.border-bottom-color-active-sky-1:active{border-bottom-color:var(--color-sky-1)}.border-bottom-color-sky-2,.border-bottom-color-hover-sky-2:hover,.border-bottom-color-focus-sky-2[data-focused=true],.border-bottom-color-focus-sky-2:focus,.border-bottom-color-focus-sky-2:focus-within,.border-bottom-color-active-sky-2[data-selected=true],.border-bottom-color-active-sky-2:active{border-bottom-color:var(--color-sky-2)}.border-bottom-color-sky-3,.border-bottom-color-hover-sky-3:hover,.border-bottom-color-focus-sky-3[data-focused=true],.border-bottom-color-focus-sky-3:focus,.border-bottom-color-focus-sky-3:focus-within,.border-bottom-color-active-sky-3[data-selected=true],.border-bottom-color-active-sky-3:active{border-bottom-color:var(--color-sky-3)}.border-bottom-color-sky-4,.border-bottom-color-hover-sky-4:hover,.border-bottom-color-focus-sky-4[data-focused=true],.border-bottom-color-focus-sky-4:focus,.border-bottom-color-focus-sky-4:focus-within,.border-bottom-color-active-sky-4[data-selected=true],.border-bottom-color-active-sky-4:active{border-bottom-color:var(--color-sky-4)}.border-bottom-color-sky-5,.border-bottom-color-hover-sky-5:hover,.border-bottom-color-focus-sky-5[data-focused=true],.border-bottom-color-focus-sky-5:focus,.border-bottom-color-focus-sky-5:focus-within,.border-bottom-color-active-sky-5[data-selected=true],.border-bottom-color-active-sky-5:active{border-bottom-color:var(--color-sky-5)}.border-bottom-color-sky-6,.border-bottom-color-hover-sky-6:hover,.border-bottom-color-focus-sky-6[data-focused=true],.border-bottom-color-focus-sky-6:focus,.border-bottom-color-focus-sky-6:focus-within,.border-bottom-color-active-sky-6[data-selected=true],.border-bottom-color-active-sky-6:active{border-bottom-color:var(--color-sky-6)}.border-bottom-color-sky-7,.border-bottom-color-hover-sky-7:hover,.border-bottom-color-focus-sky-7[data-focused=true],.border-bottom-color-focus-sky-7:focus,.border-bottom-color-focus-sky-7:focus-within,.border-bottom-color-active-sky-7[data-selected=true],.border-bottom-color-active-sky-7:active{border-bottom-color:var(--color-sky-7)}.border-bottom-color-sky-8,.border-bottom-color-hover-sky-8:hover,.border-bottom-color-focus-sky-8[data-focused=true],.border-bottom-color-focus-sky-8:focus,.border-bottom-color-focus-sky-8:focus-within,.border-bottom-color-active-sky-8[data-selected=true],.border-bottom-color-active-sky-8:active{border-bottom-color:var(--color-sky-8)}.border-bottom-color-sky-9,.border-bottom-color-hover-sky-9:hover,.border-bottom-color-focus-sky-9[data-focused=true],.border-bottom-color-focus-sky-9:focus,.border-bottom-color-focus-sky-9:focus-within,.border-bottom-color-active-sky-9[data-selected=true],.border-bottom-color-active-sky-9:active{border-bottom-color:var(--color-sky-9)}.border-bottom-color-sky-10,.border-bottom-color-hover-sky-10:hover,.border-bottom-color-focus-sky-10[data-focused=true],.border-bottom-color-focus-sky-10:focus,.border-bottom-color-focus-sky-10:focus-within,.border-bottom-color-active-sky-10[data-selected=true],.border-bottom-color-active-sky-10:active{border-bottom-color:var(--color-sky-10)}.border-bottom-color-blue-0,.border-bottom-color-hover-blue-0:hover,.border-bottom-color-focus-blue-0[data-focused=true],.border-bottom-color-focus-blue-0:focus,.border-bottom-color-focus-blue-0:focus-within,.border-bottom-color-active-blue-0[data-selected=true],.border-bottom-color-active-blue-0:active{border-bottom-color:var(--color-blue-0)}.border-bottom-color-blue-1,.border-bottom-color-hover-blue-1:hover,.border-bottom-color-focus-blue-1[data-focused=true],.border-bottom-color-focus-blue-1:focus,.border-bottom-color-focus-blue-1:focus-within,.border-bottom-color-active-blue-1[data-selected=true],.border-bottom-color-active-blue-1:active{border-bottom-color:var(--color-blue-1)}.border-bottom-color-blue-2,.border-bottom-color-hover-blue-2:hover,.border-bottom-color-focus-blue-2[data-focused=true],.border-bottom-color-focus-blue-2:focus,.border-bottom-color-focus-blue-2:focus-within,.border-bottom-color-active-blue-2[data-selected=true],.border-bottom-color-active-blue-2:active{border-bottom-color:var(--color-blue-2)}.border-bottom-color-blue-3,.border-bottom-color-hover-blue-3:hover,.border-bottom-color-focus-blue-3[data-focused=true],.border-bottom-color-focus-blue-3:focus,.border-bottom-color-focus-blue-3:focus-within,.border-bottom-color-active-blue-3[data-selected=true],.border-bottom-color-active-blue-3:active{border-bottom-color:var(--color-blue-3)}.border-bottom-color-blue-4,.border-bottom-color-hover-blue-4:hover,.border-bottom-color-focus-blue-4[data-focused=true],.border-bottom-color-focus-blue-4:focus,.border-bottom-color-focus-blue-4:focus-within,.border-bottom-color-active-blue-4[data-selected=true],.border-bottom-color-active-blue-4:active{border-bottom-color:var(--color-blue-4)}.border-bottom-color-blue-5,.border-bottom-color-hover-blue-5:hover,.border-bottom-color-focus-blue-5[data-focused=true],.border-bottom-color-focus-blue-5:focus,.border-bottom-color-focus-blue-5:focus-within,.border-bottom-color-active-blue-5[data-selected=true],.border-bottom-color-active-blue-5:active{border-bottom-color:var(--color-blue-5)}.border-bottom-color-blue-6,.border-bottom-color-hover-blue-6:hover,.border-bottom-color-focus-blue-6[data-focused=true],.border-bottom-color-focus-blue-6:focus,.border-bottom-color-focus-blue-6:focus-within,.border-bottom-color-active-blue-6[data-selected=true],.border-bottom-color-active-blue-6:active{border-bottom-color:var(--color-blue-6)}.border-bottom-color-blue-7,.border-bottom-color-hover-blue-7:hover,.border-bottom-color-focus-blue-7[data-focused=true],.border-bottom-color-focus-blue-7:focus,.border-bottom-color-focus-blue-7:focus-within,.border-bottom-color-active-blue-7[data-selected=true],.border-bottom-color-active-blue-7:active{border-bottom-color:var(--color-blue-7)}.border-bottom-color-blue-8,.border-bottom-color-hover-blue-8:hover,.border-bottom-color-focus-blue-8[data-focused=true],.border-bottom-color-focus-blue-8:focus,.border-bottom-color-focus-blue-8:focus-within,.border-bottom-color-active-blue-8[data-selected=true],.border-bottom-color-active-blue-8:active{border-bottom-color:var(--color-blue-8)}.border-bottom-color-blue-9,.border-bottom-color-hover-blue-9:hover,.border-bottom-color-focus-blue-9[data-focused=true],.border-bottom-color-focus-blue-9:focus,.border-bottom-color-focus-blue-9:focus-within,.border-bottom-color-active-blue-9[data-selected=true],.border-bottom-color-active-blue-9:active{border-bottom-color:var(--color-blue-9)}.border-bottom-color-blue-10,.border-bottom-color-hover-blue-10:hover,.border-bottom-color-focus-blue-10[data-focused=true],.border-bottom-color-focus-blue-10:focus,.border-bottom-color-focus-blue-10:focus-within,.border-bottom-color-active-blue-10[data-selected=true],.border-bottom-color-active-blue-10:active{border-bottom-color:var(--color-blue-10)}.border-bottom-color-indigo-0,.border-bottom-color-hover-indigo-0:hover,.border-bottom-color-focus-indigo-0[data-focused=true],.border-bottom-color-focus-indigo-0:focus,.border-bottom-color-focus-indigo-0:focus-within,.border-bottom-color-active-indigo-0[data-selected=true],.border-bottom-color-active-indigo-0:active{border-bottom-color:var(--color-indigo-0)}.border-bottom-color-indigo-1,.border-bottom-color-hover-indigo-1:hover,.border-bottom-color-focus-indigo-1[data-focused=true],.border-bottom-color-focus-indigo-1:focus,.border-bottom-color-focus-indigo-1:focus-within,.border-bottom-color-active-indigo-1[data-selected=true],.border-bottom-color-active-indigo-1:active{border-bottom-color:var(--color-indigo-1)}.border-bottom-color-indigo-2,.border-bottom-color-hover-indigo-2:hover,.border-bottom-color-focus-indigo-2[data-focused=true],.border-bottom-color-focus-indigo-2:focus,.border-bottom-color-focus-indigo-2:focus-within,.border-bottom-color-active-indigo-2[data-selected=true],.border-bottom-color-active-indigo-2:active{border-bottom-color:var(--color-indigo-2)}.border-bottom-color-indigo-3,.border-bottom-color-hover-indigo-3:hover,.border-bottom-color-focus-indigo-3[data-focused=true],.border-bottom-color-focus-indigo-3:focus,.border-bottom-color-focus-indigo-3:focus-within,.border-bottom-color-active-indigo-3[data-selected=true],.border-bottom-color-active-indigo-3:active{border-bottom-color:var(--color-indigo-3)}.border-bottom-color-indigo-4,.border-bottom-color-hover-indigo-4:hover,.border-bottom-color-focus-indigo-4[data-focused=true],.border-bottom-color-focus-indigo-4:focus,.border-bottom-color-focus-indigo-4:focus-within,.border-bottom-color-active-indigo-4[data-selected=true],.border-bottom-color-active-indigo-4:active{border-bottom-color:var(--color-indigo-4)}.border-bottom-color-indigo-5,.border-bottom-color-hover-indigo-5:hover,.border-bottom-color-focus-indigo-5[data-focused=true],.border-bottom-color-focus-indigo-5:focus,.border-bottom-color-focus-indigo-5:focus-within,.border-bottom-color-active-indigo-5[data-selected=true],.border-bottom-color-active-indigo-5:active{border-bottom-color:var(--color-indigo-5)}.border-bottom-color-indigo-6,.border-bottom-color-hover-indigo-6:hover,.border-bottom-color-focus-indigo-6[data-focused=true],.border-bottom-color-focus-indigo-6:focus,.border-bottom-color-focus-indigo-6:focus-within,.border-bottom-color-active-indigo-6[data-selected=true],.border-bottom-color-active-indigo-6:active{border-bottom-color:var(--color-indigo-6)}.border-bottom-color-indigo-7,.border-bottom-color-hover-indigo-7:hover,.border-bottom-color-focus-indigo-7[data-focused=true],.border-bottom-color-focus-indigo-7:focus,.border-bottom-color-focus-indigo-7:focus-within,.border-bottom-color-active-indigo-7[data-selected=true],.border-bottom-color-active-indigo-7:active{border-bottom-color:var(--color-indigo-7)}.border-bottom-color-indigo-8,.border-bottom-color-hover-indigo-8:hover,.border-bottom-color-focus-indigo-8[data-focused=true],.border-bottom-color-focus-indigo-8:focus,.border-bottom-color-focus-indigo-8:focus-within,.border-bottom-color-active-indigo-8[data-selected=true],.border-bottom-color-active-indigo-8:active{border-bottom-color:var(--color-indigo-8)}.border-bottom-color-indigo-9,.border-bottom-color-hover-indigo-9:hover,.border-bottom-color-focus-indigo-9[data-focused=true],.border-bottom-color-focus-indigo-9:focus,.border-bottom-color-focus-indigo-9:focus-within,.border-bottom-color-active-indigo-9[data-selected=true],.border-bottom-color-active-indigo-9:active{border-bottom-color:var(--color-indigo-9)}.border-bottom-color-indigo-10,.border-bottom-color-hover-indigo-10:hover,.border-bottom-color-focus-indigo-10[data-focused=true],.border-bottom-color-focus-indigo-10:focus,.border-bottom-color-focus-indigo-10:focus-within,.border-bottom-color-active-indigo-10[data-selected=true],.border-bottom-color-active-indigo-10:active{border-bottom-color:var(--color-indigo-10)}.border-bottom-color-violet-0,.border-bottom-color-hover-violet-0:hover,.border-bottom-color-focus-violet-0[data-focused=true],.border-bottom-color-focus-violet-0:focus,.border-bottom-color-focus-violet-0:focus-within,.border-bottom-color-active-violet-0[data-selected=true],.border-bottom-color-active-violet-0:active{border-bottom-color:var(--color-violet-0)}.border-bottom-color-violet-1,.border-bottom-color-hover-violet-1:hover,.border-bottom-color-focus-violet-1[data-focused=true],.border-bottom-color-focus-violet-1:focus,.border-bottom-color-focus-violet-1:focus-within,.border-bottom-color-active-violet-1[data-selected=true],.border-bottom-color-active-violet-1:active{border-bottom-color:var(--color-violet-1)}.border-bottom-color-violet-2,.border-bottom-color-hover-violet-2:hover,.border-bottom-color-focus-violet-2[data-focused=true],.border-bottom-color-focus-violet-2:focus,.border-bottom-color-focus-violet-2:focus-within,.border-bottom-color-active-violet-2[data-selected=true],.border-bottom-color-active-violet-2:active{border-bottom-color:var(--color-violet-2)}.border-bottom-color-violet-3,.border-bottom-color-hover-violet-3:hover,.border-bottom-color-focus-violet-3[data-focused=true],.border-bottom-color-focus-violet-3:focus,.border-bottom-color-focus-violet-3:focus-within,.border-bottom-color-active-violet-3[data-selected=true],.border-bottom-color-active-violet-3:active{border-bottom-color:var(--color-violet-3)}.border-bottom-color-violet-4,.border-bottom-color-hover-violet-4:hover,.border-bottom-color-focus-violet-4[data-focused=true],.border-bottom-color-focus-violet-4:focus,.border-bottom-color-focus-violet-4:focus-within,.border-bottom-color-active-violet-4[data-selected=true],.border-bottom-color-active-violet-4:active{border-bottom-color:var(--color-violet-4)}.border-bottom-color-violet-5,.border-bottom-color-hover-violet-5:hover,.border-bottom-color-focus-violet-5[data-focused=true],.border-bottom-color-focus-violet-5:focus,.border-bottom-color-focus-violet-5:focus-within,.border-bottom-color-active-violet-5[data-selected=true],.border-bottom-color-active-violet-5:active{border-bottom-color:var(--color-violet-5)}.border-bottom-color-violet-6,.border-bottom-color-hover-violet-6:hover,.border-bottom-color-focus-violet-6[data-focused=true],.border-bottom-color-focus-violet-6:focus,.border-bottom-color-focus-violet-6:focus-within,.border-bottom-color-active-violet-6[data-selected=true],.border-bottom-color-active-violet-6:active{border-bottom-color:var(--color-violet-6)}.border-bottom-color-violet-7,.border-bottom-color-hover-violet-7:hover,.border-bottom-color-focus-violet-7[data-focused=true],.border-bottom-color-focus-violet-7:focus,.border-bottom-color-focus-violet-7:focus-within,.border-bottom-color-active-violet-7[data-selected=true],.border-bottom-color-active-violet-7:active{border-bottom-color:var(--color-violet-7)}.border-bottom-color-violet-8,.border-bottom-color-hover-violet-8:hover,.border-bottom-color-focus-violet-8[data-focused=true],.border-bottom-color-focus-violet-8:focus,.border-bottom-color-focus-violet-8:focus-within,.border-bottom-color-active-violet-8[data-selected=true],.border-bottom-color-active-violet-8:active{border-bottom-color:var(--color-violet-8)}.border-bottom-color-violet-9,.border-bottom-color-hover-violet-9:hover,.border-bottom-color-focus-violet-9[data-focused=true],.border-bottom-color-focus-violet-9:focus,.border-bottom-color-focus-violet-9:focus-within,.border-bottom-color-active-violet-9[data-selected=true],.border-bottom-color-active-violet-9:active{border-bottom-color:var(--color-violet-9)}.border-bottom-color-violet-10,.border-bottom-color-hover-violet-10:hover,.border-bottom-color-focus-violet-10[data-focused=true],.border-bottom-color-focus-violet-10:focus,.border-bottom-color-focus-violet-10:focus-within,.border-bottom-color-active-violet-10[data-selected=true],.border-bottom-color-active-violet-10:active{border-bottom-color:var(--color-violet-10)}.border-bottom-color-purple-0,.border-bottom-color-hover-purple-0:hover,.border-bottom-color-focus-purple-0[data-focused=true],.border-bottom-color-focus-purple-0:focus,.border-bottom-color-focus-purple-0:focus-within,.border-bottom-color-active-purple-0[data-selected=true],.border-bottom-color-active-purple-0:active{border-bottom-color:var(--color-purple-0)}.border-bottom-color-purple-1,.border-bottom-color-hover-purple-1:hover,.border-bottom-color-focus-purple-1[data-focused=true],.border-bottom-color-focus-purple-1:focus,.border-bottom-color-focus-purple-1:focus-within,.border-bottom-color-active-purple-1[data-selected=true],.border-bottom-color-active-purple-1:active{border-bottom-color:var(--color-purple-1)}.border-bottom-color-purple-2,.border-bottom-color-hover-purple-2:hover,.border-bottom-color-focus-purple-2[data-focused=true],.border-bottom-color-focus-purple-2:focus,.border-bottom-color-focus-purple-2:focus-within,.border-bottom-color-active-purple-2[data-selected=true],.border-bottom-color-active-purple-2:active{border-bottom-color:var(--color-purple-2)}.border-bottom-color-purple-3,.border-bottom-color-hover-purple-3:hover,.border-bottom-color-focus-purple-3[data-focused=true],.border-bottom-color-focus-purple-3:focus,.border-bottom-color-focus-purple-3:focus-within,.border-bottom-color-active-purple-3[data-selected=true],.border-bottom-color-active-purple-3:active{border-bottom-color:var(--color-purple-3)}.border-bottom-color-purple-4,.border-bottom-color-hover-purple-4:hover,.border-bottom-color-focus-purple-4[data-focused=true],.border-bottom-color-focus-purple-4:focus,.border-bottom-color-focus-purple-4:focus-within,.border-bottom-color-active-purple-4[data-selected=true],.border-bottom-color-active-purple-4:active{border-bottom-color:var(--color-purple-4)}.border-bottom-color-purple-5,.border-bottom-color-hover-purple-5:hover,.border-bottom-color-focus-purple-5[data-focused=true],.border-bottom-color-focus-purple-5:focus,.border-bottom-color-focus-purple-5:focus-within,.border-bottom-color-active-purple-5[data-selected=true],.border-bottom-color-active-purple-5:active{border-bottom-color:var(--color-purple-5)}.border-bottom-color-purple-6,.border-bottom-color-hover-purple-6:hover,.border-bottom-color-focus-purple-6[data-focused=true],.border-bottom-color-focus-purple-6:focus,.border-bottom-color-focus-purple-6:focus-within,.border-bottom-color-active-purple-6[data-selected=true],.border-bottom-color-active-purple-6:active{border-bottom-color:var(--color-purple-6)}.border-bottom-color-purple-7,.border-bottom-color-hover-purple-7:hover,.border-bottom-color-focus-purple-7[data-focused=true],.border-bottom-color-focus-purple-7:focus,.border-bottom-color-focus-purple-7:focus-within,.border-bottom-color-active-purple-7[data-selected=true],.border-bottom-color-active-purple-7:active{border-bottom-color:var(--color-purple-7)}.border-bottom-color-purple-8,.border-bottom-color-hover-purple-8:hover,.border-bottom-color-focus-purple-8[data-focused=true],.border-bottom-color-focus-purple-8:focus,.border-bottom-color-focus-purple-8:focus-within,.border-bottom-color-active-purple-8[data-selected=true],.border-bottom-color-active-purple-8:active{border-bottom-color:var(--color-purple-8)}.border-bottom-color-purple-9,.border-bottom-color-hover-purple-9:hover,.border-bottom-color-focus-purple-9[data-focused=true],.border-bottom-color-focus-purple-9:focus,.border-bottom-color-focus-purple-9:focus-within,.border-bottom-color-active-purple-9[data-selected=true],.border-bottom-color-active-purple-9:active{border-bottom-color:var(--color-purple-9)}.border-bottom-color-purple-10,.border-bottom-color-hover-purple-10:hover,.border-bottom-color-focus-purple-10[data-focused=true],.border-bottom-color-focus-purple-10:focus,.border-bottom-color-focus-purple-10:focus-within,.border-bottom-color-active-purple-10[data-selected=true],.border-bottom-color-active-purple-10:active{border-bottom-color:var(--color-purple-10)}.border-bottom-color-fuchsia-0,.border-bottom-color-hover-fuchsia-0:hover,.border-bottom-color-focus-fuchsia-0[data-focused=true],.border-bottom-color-focus-fuchsia-0:focus,.border-bottom-color-focus-fuchsia-0:focus-within,.border-bottom-color-active-fuchsia-0[data-selected=true],.border-bottom-color-active-fuchsia-0:active{border-bottom-color:var(--color-fuchsia-0)}.border-bottom-color-fuchsia-1,.border-bottom-color-hover-fuchsia-1:hover,.border-bottom-color-focus-fuchsia-1[data-focused=true],.border-bottom-color-focus-fuchsia-1:focus,.border-bottom-color-focus-fuchsia-1:focus-within,.border-bottom-color-active-fuchsia-1[data-selected=true],.border-bottom-color-active-fuchsia-1:active{border-bottom-color:var(--color-fuchsia-1)}.border-bottom-color-fuchsia-2,.border-bottom-color-hover-fuchsia-2:hover,.border-bottom-color-focus-fuchsia-2[data-focused=true],.border-bottom-color-focus-fuchsia-2:focus,.border-bottom-color-focus-fuchsia-2:focus-within,.border-bottom-color-active-fuchsia-2[data-selected=true],.border-bottom-color-active-fuchsia-2:active{border-bottom-color:var(--color-fuchsia-2)}.border-bottom-color-fuchsia-3,.border-bottom-color-hover-fuchsia-3:hover,.border-bottom-color-focus-fuchsia-3[data-focused=true],.border-bottom-color-focus-fuchsia-3:focus,.border-bottom-color-focus-fuchsia-3:focus-within,.border-bottom-color-active-fuchsia-3[data-selected=true],.border-bottom-color-active-fuchsia-3:active{border-bottom-color:var(--color-fuchsia-3)}.border-bottom-color-fuchsia-4,.border-bottom-color-hover-fuchsia-4:hover,.border-bottom-color-focus-fuchsia-4[data-focused=true],.border-bottom-color-focus-fuchsia-4:focus,.border-bottom-color-focus-fuchsia-4:focus-within,.border-bottom-color-active-fuchsia-4[data-selected=true],.border-bottom-color-active-fuchsia-4:active{border-bottom-color:var(--color-fuchsia-4)}.border-bottom-color-fuchsia-5,.border-bottom-color-hover-fuchsia-5:hover,.border-bottom-color-focus-fuchsia-5[data-focused=true],.border-bottom-color-focus-fuchsia-5:focus,.border-bottom-color-focus-fuchsia-5:focus-within,.border-bottom-color-active-fuchsia-5[data-selected=true],.border-bottom-color-active-fuchsia-5:active{border-bottom-color:var(--color-fuchsia-5)}.border-bottom-color-fuchsia-6,.border-bottom-color-hover-fuchsia-6:hover,.border-bottom-color-focus-fuchsia-6[data-focused=true],.border-bottom-color-focus-fuchsia-6:focus,.border-bottom-color-focus-fuchsia-6:focus-within,.border-bottom-color-active-fuchsia-6[data-selected=true],.border-bottom-color-active-fuchsia-6:active{border-bottom-color:var(--color-fuchsia-6)}.border-bottom-color-fuchsia-7,.border-bottom-color-hover-fuchsia-7:hover,.border-bottom-color-focus-fuchsia-7[data-focused=true],.border-bottom-color-focus-fuchsia-7:focus,.border-bottom-color-focus-fuchsia-7:focus-within,.border-bottom-color-active-fuchsia-7[data-selected=true],.border-bottom-color-active-fuchsia-7:active{border-bottom-color:var(--color-fuchsia-7)}.border-bottom-color-fuchsia-8,.border-bottom-color-hover-fuchsia-8:hover,.border-bottom-color-focus-fuchsia-8[data-focused=true],.border-bottom-color-focus-fuchsia-8:focus,.border-bottom-color-focus-fuchsia-8:focus-within,.border-bottom-color-active-fuchsia-8[data-selected=true],.border-bottom-color-active-fuchsia-8:active{border-bottom-color:var(--color-fuchsia-8)}.border-bottom-color-fuchsia-9,.border-bottom-color-hover-fuchsia-9:hover,.border-bottom-color-focus-fuchsia-9[data-focused=true],.border-bottom-color-focus-fuchsia-9:focus,.border-bottom-color-focus-fuchsia-9:focus-within,.border-bottom-color-active-fuchsia-9[data-selected=true],.border-bottom-color-active-fuchsia-9:active{border-bottom-color:var(--color-fuchsia-9)}.border-bottom-color-fuchsia-10,.border-bottom-color-hover-fuchsia-10:hover,.border-bottom-color-focus-fuchsia-10[data-focused=true],.border-bottom-color-focus-fuchsia-10:focus,.border-bottom-color-focus-fuchsia-10:focus-within,.border-bottom-color-active-fuchsia-10[data-selected=true],.border-bottom-color-active-fuchsia-10:active{border-bottom-color:var(--color-fuchsia-10)}.border-bottom-color-pink-0,.border-bottom-color-hover-pink-0:hover,.border-bottom-color-focus-pink-0[data-focused=true],.border-bottom-color-focus-pink-0:focus,.border-bottom-color-focus-pink-0:focus-within,.border-bottom-color-active-pink-0[data-selected=true],.border-bottom-color-active-pink-0:active{border-bottom-color:var(--color-pink-0)}.border-bottom-color-pink-1,.border-bottom-color-hover-pink-1:hover,.border-bottom-color-focus-pink-1[data-focused=true],.border-bottom-color-focus-pink-1:focus,.border-bottom-color-focus-pink-1:focus-within,.border-bottom-color-active-pink-1[data-selected=true],.border-bottom-color-active-pink-1:active{border-bottom-color:var(--color-pink-1)}.border-bottom-color-pink-2,.border-bottom-color-hover-pink-2:hover,.border-bottom-color-focus-pink-2[data-focused=true],.border-bottom-color-focus-pink-2:focus,.border-bottom-color-focus-pink-2:focus-within,.border-bottom-color-active-pink-2[data-selected=true],.border-bottom-color-active-pink-2:active{border-bottom-color:var(--color-pink-2)}.border-bottom-color-pink-3,.border-bottom-color-hover-pink-3:hover,.border-bottom-color-focus-pink-3[data-focused=true],.border-bottom-color-focus-pink-3:focus,.border-bottom-color-focus-pink-3:focus-within,.border-bottom-color-active-pink-3[data-selected=true],.border-bottom-color-active-pink-3:active{border-bottom-color:var(--color-pink-3)}.border-bottom-color-pink-4,.border-bottom-color-hover-pink-4:hover,.border-bottom-color-focus-pink-4[data-focused=true],.border-bottom-color-focus-pink-4:focus,.border-bottom-color-focus-pink-4:focus-within,.border-bottom-color-active-pink-4[data-selected=true],.border-bottom-color-active-pink-4:active{border-bottom-color:var(--color-pink-4)}.border-bottom-color-pink-5,.border-bottom-color-hover-pink-5:hover,.border-bottom-color-focus-pink-5[data-focused=true],.border-bottom-color-focus-pink-5:focus,.border-bottom-color-focus-pink-5:focus-within,.border-bottom-color-active-pink-5[data-selected=true],.border-bottom-color-active-pink-5:active{border-bottom-color:var(--color-pink-5)}.border-bottom-color-pink-6,.border-bottom-color-hover-pink-6:hover,.border-bottom-color-focus-pink-6[data-focused=true],.border-bottom-color-focus-pink-6:focus,.border-bottom-color-focus-pink-6:focus-within,.border-bottom-color-active-pink-6[data-selected=true],.border-bottom-color-active-pink-6:active{border-bottom-color:var(--color-pink-6)}.border-bottom-color-pink-7,.border-bottom-color-hover-pink-7:hover,.border-bottom-color-focus-pink-7[data-focused=true],.border-bottom-color-focus-pink-7:focus,.border-bottom-color-focus-pink-7:focus-within,.border-bottom-color-active-pink-7[data-selected=true],.border-bottom-color-active-pink-7:active{border-bottom-color:var(--color-pink-7)}.border-bottom-color-pink-8,.border-bottom-color-hover-pink-8:hover,.border-bottom-color-focus-pink-8[data-focused=true],.border-bottom-color-focus-pink-8:focus,.border-bottom-color-focus-pink-8:focus-within,.border-bottom-color-active-pink-8[data-selected=true],.border-bottom-color-active-pink-8:active{border-bottom-color:var(--color-pink-8)}.border-bottom-color-pink-9,.border-bottom-color-hover-pink-9:hover,.border-bottom-color-focus-pink-9[data-focused=true],.border-bottom-color-focus-pink-9:focus,.border-bottom-color-focus-pink-9:focus-within,.border-bottom-color-active-pink-9[data-selected=true],.border-bottom-color-active-pink-9:active{border-bottom-color:var(--color-pink-9)}.border-bottom-color-pink-10,.border-bottom-color-hover-pink-10:hover,.border-bottom-color-focus-pink-10[data-focused=true],.border-bottom-color-focus-pink-10:focus,.border-bottom-color-focus-pink-10:focus-within,.border-bottom-color-active-pink-10[data-selected=true],.border-bottom-color-active-pink-10:active{border-bottom-color:var(--color-pink-10)}.border-bottom-color-rose-0,.border-bottom-color-hover-rose-0:hover,.border-bottom-color-focus-rose-0[data-focused=true],.border-bottom-color-focus-rose-0:focus,.border-bottom-color-focus-rose-0:focus-within,.border-bottom-color-active-rose-0[data-selected=true],.border-bottom-color-active-rose-0:active{border-bottom-color:var(--color-rose-0)}.border-bottom-color-rose-1,.border-bottom-color-hover-rose-1:hover,.border-bottom-color-focus-rose-1[data-focused=true],.border-bottom-color-focus-rose-1:focus,.border-bottom-color-focus-rose-1:focus-within,.border-bottom-color-active-rose-1[data-selected=true],.border-bottom-color-active-rose-1:active{border-bottom-color:var(--color-rose-1)}.border-bottom-color-rose-2,.border-bottom-color-hover-rose-2:hover,.border-bottom-color-focus-rose-2[data-focused=true],.border-bottom-color-focus-rose-2:focus,.border-bottom-color-focus-rose-2:focus-within,.border-bottom-color-active-rose-2[data-selected=true],.border-bottom-color-active-rose-2:active{border-bottom-color:var(--color-rose-2)}.border-bottom-color-rose-3,.border-bottom-color-hover-rose-3:hover,.border-bottom-color-focus-rose-3[data-focused=true],.border-bottom-color-focus-rose-3:focus,.border-bottom-color-focus-rose-3:focus-within,.border-bottom-color-active-rose-3[data-selected=true],.border-bottom-color-active-rose-3:active{border-bottom-color:var(--color-rose-3)}.border-bottom-color-rose-4,.border-bottom-color-hover-rose-4:hover,.border-bottom-color-focus-rose-4[data-focused=true],.border-bottom-color-focus-rose-4:focus,.border-bottom-color-focus-rose-4:focus-within,.border-bottom-color-active-rose-4[data-selected=true],.border-bottom-color-active-rose-4:active{border-bottom-color:var(--color-rose-4)}.border-bottom-color-rose-5,.border-bottom-color-hover-rose-5:hover,.border-bottom-color-focus-rose-5[data-focused=true],.border-bottom-color-focus-rose-5:focus,.border-bottom-color-focus-rose-5:focus-within,.border-bottom-color-active-rose-5[data-selected=true],.border-bottom-color-active-rose-5:active{border-bottom-color:var(--color-rose-5)}.border-bottom-color-rose-6,.border-bottom-color-hover-rose-6:hover,.border-bottom-color-focus-rose-6[data-focused=true],.border-bottom-color-focus-rose-6:focus,.border-bottom-color-focus-rose-6:focus-within,.border-bottom-color-active-rose-6[data-selected=true],.border-bottom-color-active-rose-6:active{border-bottom-color:var(--color-rose-6)}.border-bottom-color-rose-7,.border-bottom-color-hover-rose-7:hover,.border-bottom-color-focus-rose-7[data-focused=true],.border-bottom-color-focus-rose-7:focus,.border-bottom-color-focus-rose-7:focus-within,.border-bottom-color-active-rose-7[data-selected=true],.border-bottom-color-active-rose-7:active{border-bottom-color:var(--color-rose-7)}.border-bottom-color-rose-8,.border-bottom-color-hover-rose-8:hover,.border-bottom-color-focus-rose-8[data-focused=true],.border-bottom-color-focus-rose-8:focus,.border-bottom-color-focus-rose-8:focus-within,.border-bottom-color-active-rose-8[data-selected=true],.border-bottom-color-active-rose-8:active{border-bottom-color:var(--color-rose-8)}.border-bottom-color-rose-9,.border-bottom-color-hover-rose-9:hover,.border-bottom-color-focus-rose-9[data-focused=true],.border-bottom-color-focus-rose-9:focus,.border-bottom-color-focus-rose-9:focus-within,.border-bottom-color-active-rose-9[data-selected=true],.border-bottom-color-active-rose-9:active{border-bottom-color:var(--color-rose-9)}.border-bottom-color-rose-10,.border-bottom-color-hover-rose-10:hover,.border-bottom-color-focus-rose-10[data-focused=true],.border-bottom-color-focus-rose-10:focus,.border-bottom-color-focus-rose-10:focus-within,.border-bottom-color-active-rose-10[data-selected=true],.border-bottom-color-active-rose-10:active{border-bottom-color:var(--color-rose-10)}.border-bottom-color-slate-0,.border-bottom-color-hover-slate-0:hover,.border-bottom-color-focus-slate-0[data-focused=true],.border-bottom-color-focus-slate-0:focus,.border-bottom-color-focus-slate-0:focus-within,.border-bottom-color-active-slate-0[data-selected=true],.border-bottom-color-active-slate-0:active{border-bottom-color:var(--color-slate-0)}.border-bottom-color-slate-1,.border-bottom-color-hover-slate-1:hover,.border-bottom-color-focus-slate-1[data-focused=true],.border-bottom-color-focus-slate-1:focus,.border-bottom-color-focus-slate-1:focus-within,.border-bottom-color-active-slate-1[data-selected=true],.border-bottom-color-active-slate-1:active{border-bottom-color:var(--color-slate-1)}.border-bottom-color-slate-2,.border-bottom-color-hover-slate-2:hover,.border-bottom-color-focus-slate-2[data-focused=true],.border-bottom-color-focus-slate-2:focus,.border-bottom-color-focus-slate-2:focus-within,.border-bottom-color-active-slate-2[data-selected=true],.border-bottom-color-active-slate-2:active{border-bottom-color:var(--color-slate-2)}.border-bottom-color-slate-3,.border-bottom-color-hover-slate-3:hover,.border-bottom-color-focus-slate-3[data-focused=true],.border-bottom-color-focus-slate-3:focus,.border-bottom-color-focus-slate-3:focus-within,.border-bottom-color-active-slate-3[data-selected=true],.border-bottom-color-active-slate-3:active{border-bottom-color:var(--color-slate-3)}.border-bottom-color-slate-4,.border-bottom-color-hover-slate-4:hover,.border-bottom-color-focus-slate-4[data-focused=true],.border-bottom-color-focus-slate-4:focus,.border-bottom-color-focus-slate-4:focus-within,.border-bottom-color-active-slate-4[data-selected=true],.border-bottom-color-active-slate-4:active{border-bottom-color:var(--color-slate-4)}.border-bottom-color-slate-5,.border-bottom-color-hover-slate-5:hover,.border-bottom-color-focus-slate-5[data-focused=true],.border-bottom-color-focus-slate-5:focus,.border-bottom-color-focus-slate-5:focus-within,.border-bottom-color-active-slate-5[data-selected=true],.border-bottom-color-active-slate-5:active{border-bottom-color:var(--color-slate-5)}.border-bottom-color-slate-6,.border-bottom-color-hover-slate-6:hover,.border-bottom-color-focus-slate-6[data-focused=true],.border-bottom-color-focus-slate-6:focus,.border-bottom-color-focus-slate-6:focus-within,.border-bottom-color-active-slate-6[data-selected=true],.border-bottom-color-active-slate-6:active{border-bottom-color:var(--color-slate-6)}.border-bottom-color-slate-7,.border-bottom-color-hover-slate-7:hover,.border-bottom-color-focus-slate-7[data-focused=true],.border-bottom-color-focus-slate-7:focus,.border-bottom-color-focus-slate-7:focus-within,.border-bottom-color-active-slate-7[data-selected=true],.border-bottom-color-active-slate-7:active{border-bottom-color:var(--color-slate-7)}.border-bottom-color-slate-8,.border-bottom-color-hover-slate-8:hover,.border-bottom-color-focus-slate-8[data-focused=true],.border-bottom-color-focus-slate-8:focus,.border-bottom-color-focus-slate-8:focus-within,.border-bottom-color-active-slate-8[data-selected=true],.border-bottom-color-active-slate-8:active{border-bottom-color:var(--color-slate-8)}.border-bottom-color-slate-9,.border-bottom-color-hover-slate-9:hover,.border-bottom-color-focus-slate-9[data-focused=true],.border-bottom-color-focus-slate-9:focus,.border-bottom-color-focus-slate-9:focus-within,.border-bottom-color-active-slate-9[data-selected=true],.border-bottom-color-active-slate-9:active{border-bottom-color:var(--color-slate-9)}.border-bottom-color-slate-10,.border-bottom-color-hover-slate-10:hover,.border-bottom-color-focus-slate-10[data-focused=true],.border-bottom-color-focus-slate-10:focus,.border-bottom-color-focus-slate-10:focus-within,.border-bottom-color-active-slate-10[data-selected=true],.border-bottom-color-active-slate-10:active{border-bottom-color:var(--color-slate-10)}.border-bottom-color-gray-0,.border-bottom-color-hover-gray-0:hover,.border-bottom-color-focus-gray-0[data-focused=true],.border-bottom-color-focus-gray-0:focus,.border-bottom-color-focus-gray-0:focus-within,.border-bottom-color-active-gray-0[data-selected=true],.border-bottom-color-active-gray-0:active{border-bottom-color:var(--color-gray-0)}.border-bottom-color-gray-1,.border-bottom-color-hover-gray-1:hover,.border-bottom-color-focus-gray-1[data-focused=true],.border-bottom-color-focus-gray-1:focus,.border-bottom-color-focus-gray-1:focus-within,.border-bottom-color-active-gray-1[data-selected=true],.border-bottom-color-active-gray-1:active{border-bottom-color:var(--color-gray-1)}.border-bottom-color-gray-2,.border-bottom-color-hover-gray-2:hover,.border-bottom-color-focus-gray-2[data-focused=true],.border-bottom-color-focus-gray-2:focus,.border-bottom-color-focus-gray-2:focus-within,.border-bottom-color-active-gray-2[data-selected=true],.border-bottom-color-active-gray-2:active{border-bottom-color:var(--color-gray-2)}.border-bottom-color-gray-3,.border-bottom-color-hover-gray-3:hover,.border-bottom-color-focus-gray-3[data-focused=true],.border-bottom-color-focus-gray-3:focus,.border-bottom-color-focus-gray-3:focus-within,.border-bottom-color-active-gray-3[data-selected=true],.border-bottom-color-active-gray-3:active{border-bottom-color:var(--color-gray-3)}.border-bottom-color-gray-4,.border-bottom-color-hover-gray-4:hover,.border-bottom-color-focus-gray-4[data-focused=true],.border-bottom-color-focus-gray-4:focus,.border-bottom-color-focus-gray-4:focus-within,.border-bottom-color-active-gray-4[data-selected=true],.border-bottom-color-active-gray-4:active{border-bottom-color:var(--color-gray-4)}.border-bottom-color-gray-5,.border-bottom-color-hover-gray-5:hover,.border-bottom-color-focus-gray-5[data-focused=true],.border-bottom-color-focus-gray-5:focus,.border-bottom-color-focus-gray-5:focus-within,.border-bottom-color-active-gray-5[data-selected=true],.border-bottom-color-active-gray-5:active{border-bottom-color:var(--color-gray-5)}.border-bottom-color-gray-6,.border-bottom-color-hover-gray-6:hover,.border-bottom-color-focus-gray-6[data-focused=true],.border-bottom-color-focus-gray-6:focus,.border-bottom-color-focus-gray-6:focus-within,.border-bottom-color-active-gray-6[data-selected=true],.border-bottom-color-active-gray-6:active{border-bottom-color:var(--color-gray-6)}.border-bottom-color-gray-7,.border-bottom-color-hover-gray-7:hover,.border-bottom-color-focus-gray-7[data-focused=true],.border-bottom-color-focus-gray-7:focus,.border-bottom-color-focus-gray-7:focus-within,.border-bottom-color-active-gray-7[data-selected=true],.border-bottom-color-active-gray-7:active{border-bottom-color:var(--color-gray-7)}.border-bottom-color-gray-8,.border-bottom-color-hover-gray-8:hover,.border-bottom-color-focus-gray-8[data-focused=true],.border-bottom-color-focus-gray-8:focus,.border-bottom-color-focus-gray-8:focus-within,.border-bottom-color-active-gray-8[data-selected=true],.border-bottom-color-active-gray-8:active{border-bottom-color:var(--color-gray-8)}.border-bottom-color-gray-9,.border-bottom-color-hover-gray-9:hover,.border-bottom-color-focus-gray-9[data-focused=true],.border-bottom-color-focus-gray-9:focus,.border-bottom-color-focus-gray-9:focus-within,.border-bottom-color-active-gray-9[data-selected=true],.border-bottom-color-active-gray-9:active{border-bottom-color:var(--color-gray-9)}.border-bottom-color-gray-10,.border-bottom-color-hover-gray-10:hover,.border-bottom-color-focus-gray-10[data-focused=true],.border-bottom-color-focus-gray-10:focus,.border-bottom-color-focus-gray-10:focus-within,.border-bottom-color-active-gray-10[data-selected=true],.border-bottom-color-active-gray-10:active{border-bottom-color:var(--color-gray-10)}.border-bottom-color-zinc-0,.border-bottom-color-hover-zinc-0:hover,.border-bottom-color-focus-zinc-0[data-focused=true],.border-bottom-color-focus-zinc-0:focus,.border-bottom-color-focus-zinc-0:focus-within,.border-bottom-color-active-zinc-0[data-selected=true],.border-bottom-color-active-zinc-0:active{border-bottom-color:var(--color-zinc-0)}.border-bottom-color-zinc-1,.border-bottom-color-hover-zinc-1:hover,.border-bottom-color-focus-zinc-1[data-focused=true],.border-bottom-color-focus-zinc-1:focus,.border-bottom-color-focus-zinc-1:focus-within,.border-bottom-color-active-zinc-1[data-selected=true],.border-bottom-color-active-zinc-1:active{border-bottom-color:var(--color-zinc-1)}.border-bottom-color-zinc-2,.border-bottom-color-hover-zinc-2:hover,.border-bottom-color-focus-zinc-2[data-focused=true],.border-bottom-color-focus-zinc-2:focus,.border-bottom-color-focus-zinc-2:focus-within,.border-bottom-color-active-zinc-2[data-selected=true],.border-bottom-color-active-zinc-2:active{border-bottom-color:var(--color-zinc-2)}.border-bottom-color-zinc-3,.border-bottom-color-hover-zinc-3:hover,.border-bottom-color-focus-zinc-3[data-focused=true],.border-bottom-color-focus-zinc-3:focus,.border-bottom-color-focus-zinc-3:focus-within,.border-bottom-color-active-zinc-3[data-selected=true],.border-bottom-color-active-zinc-3:active{border-bottom-color:var(--color-zinc-3)}.border-bottom-color-zinc-4,.border-bottom-color-hover-zinc-4:hover,.border-bottom-color-focus-zinc-4[data-focused=true],.border-bottom-color-focus-zinc-4:focus,.border-bottom-color-focus-zinc-4:focus-within,.border-bottom-color-active-zinc-4[data-selected=true],.border-bottom-color-active-zinc-4:active{border-bottom-color:var(--color-zinc-4)}.border-bottom-color-zinc-5,.border-bottom-color-hover-zinc-5:hover,.border-bottom-color-focus-zinc-5[data-focused=true],.border-bottom-color-focus-zinc-5:focus,.border-bottom-color-focus-zinc-5:focus-within,.border-bottom-color-active-zinc-5[data-selected=true],.border-bottom-color-active-zinc-5:active{border-bottom-color:var(--color-zinc-5)}.border-bottom-color-zinc-6,.border-bottom-color-hover-zinc-6:hover,.border-bottom-color-focus-zinc-6[data-focused=true],.border-bottom-color-focus-zinc-6:focus,.border-bottom-color-focus-zinc-6:focus-within,.border-bottom-color-active-zinc-6[data-selected=true],.border-bottom-color-active-zinc-6:active{border-bottom-color:var(--color-zinc-6)}.border-bottom-color-zinc-7,.border-bottom-color-hover-zinc-7:hover,.border-bottom-color-focus-zinc-7[data-focused=true],.border-bottom-color-focus-zinc-7:focus,.border-bottom-color-focus-zinc-7:focus-within,.border-bottom-color-active-zinc-7[data-selected=true],.border-bottom-color-active-zinc-7:active{border-bottom-color:var(--color-zinc-7)}.border-bottom-color-zinc-8,.border-bottom-color-hover-zinc-8:hover,.border-bottom-color-focus-zinc-8[data-focused=true],.border-bottom-color-focus-zinc-8:focus,.border-bottom-color-focus-zinc-8:focus-within,.border-bottom-color-active-zinc-8[data-selected=true],.border-bottom-color-active-zinc-8:active{border-bottom-color:var(--color-zinc-8)}.border-bottom-color-zinc-9,.border-bottom-color-hover-zinc-9:hover,.border-bottom-color-focus-zinc-9[data-focused=true],.border-bottom-color-focus-zinc-9:focus,.border-bottom-color-focus-zinc-9:focus-within,.border-bottom-color-active-zinc-9[data-selected=true],.border-bottom-color-active-zinc-9:active{border-bottom-color:var(--color-zinc-9)}.border-bottom-color-zinc-10,.border-bottom-color-hover-zinc-10:hover,.border-bottom-color-focus-zinc-10[data-focused=true],.border-bottom-color-focus-zinc-10:focus,.border-bottom-color-focus-zinc-10:focus-within,.border-bottom-color-active-zinc-10[data-selected=true],.border-bottom-color-active-zinc-10:active{border-bottom-color:var(--color-zinc-10)}.border-bottom-color-neutral-0,.border-bottom-color-hover-neutral-0:hover,.border-bottom-color-focus-neutral-0[data-focused=true],.border-bottom-color-focus-neutral-0:focus,.border-bottom-color-focus-neutral-0:focus-within,.border-bottom-color-active-neutral-0[data-selected=true],.border-bottom-color-active-neutral-0:active{border-bottom-color:var(--color-neutral-0)}.border-bottom-color-neutral-1,.border-bottom-color-hover-neutral-1:hover,.border-bottom-color-focus-neutral-1[data-focused=true],.border-bottom-color-focus-neutral-1:focus,.border-bottom-color-focus-neutral-1:focus-within,.border-bottom-color-active-neutral-1[data-selected=true],.border-bottom-color-active-neutral-1:active{border-bottom-color:var(--color-neutral-1)}.border-bottom-color-neutral-2,.border-bottom-color-hover-neutral-2:hover,.border-bottom-color-focus-neutral-2[data-focused=true],.border-bottom-color-focus-neutral-2:focus,.border-bottom-color-focus-neutral-2:focus-within,.border-bottom-color-active-neutral-2[data-selected=true],.border-bottom-color-active-neutral-2:active{border-bottom-color:var(--color-neutral-2)}.border-bottom-color-neutral-3,.border-bottom-color-hover-neutral-3:hover,.border-bottom-color-focus-neutral-3[data-focused=true],.border-bottom-color-focus-neutral-3:focus,.border-bottom-color-focus-neutral-3:focus-within,.border-bottom-color-active-neutral-3[data-selected=true],.border-bottom-color-active-neutral-3:active{border-bottom-color:var(--color-neutral-3)}.border-bottom-color-neutral-4,.border-bottom-color-hover-neutral-4:hover,.border-bottom-color-focus-neutral-4[data-focused=true],.border-bottom-color-focus-neutral-4:focus,.border-bottom-color-focus-neutral-4:focus-within,.border-bottom-color-active-neutral-4[data-selected=true],.border-bottom-color-active-neutral-4:active{border-bottom-color:var(--color-neutral-4)}.border-bottom-color-neutral-5,.border-bottom-color-hover-neutral-5:hover,.border-bottom-color-focus-neutral-5[data-focused=true],.border-bottom-color-focus-neutral-5:focus,.border-bottom-color-focus-neutral-5:focus-within,.border-bottom-color-active-neutral-5[data-selected=true],.border-bottom-color-active-neutral-5:active{border-bottom-color:var(--color-neutral-5)}.border-bottom-color-neutral-6,.border-bottom-color-hover-neutral-6:hover,.border-bottom-color-focus-neutral-6[data-focused=true],.border-bottom-color-focus-neutral-6:focus,.border-bottom-color-focus-neutral-6:focus-within,.border-bottom-color-active-neutral-6[data-selected=true],.border-bottom-color-active-neutral-6:active{border-bottom-color:var(--color-neutral-6)}.border-bottom-color-neutral-7,.border-bottom-color-hover-neutral-7:hover,.border-bottom-color-focus-neutral-7[data-focused=true],.border-bottom-color-focus-neutral-7:focus,.border-bottom-color-focus-neutral-7:focus-within,.border-bottom-color-active-neutral-7[data-selected=true],.border-bottom-color-active-neutral-7:active{border-bottom-color:var(--color-neutral-7)}.border-bottom-color-neutral-8,.border-bottom-color-hover-neutral-8:hover,.border-bottom-color-focus-neutral-8[data-focused=true],.border-bottom-color-focus-neutral-8:focus,.border-bottom-color-focus-neutral-8:focus-within,.border-bottom-color-active-neutral-8[data-selected=true],.border-bottom-color-active-neutral-8:active{border-bottom-color:var(--color-neutral-8)}.border-bottom-color-neutral-9,.border-bottom-color-hover-neutral-9:hover,.border-bottom-color-focus-neutral-9[data-focused=true],.border-bottom-color-focus-neutral-9:focus,.border-bottom-color-focus-neutral-9:focus-within,.border-bottom-color-active-neutral-9[data-selected=true],.border-bottom-color-active-neutral-9:active{border-bottom-color:var(--color-neutral-9)}.border-bottom-color-neutral-10,.border-bottom-color-hover-neutral-10:hover,.border-bottom-color-focus-neutral-10[data-focused=true],.border-bottom-color-focus-neutral-10:focus,.border-bottom-color-focus-neutral-10:focus-within,.border-bottom-color-active-neutral-10[data-selected=true],.border-bottom-color-active-neutral-10:active{border-bottom-color:var(--color-neutral-10)}.border-bottom-color-stone-0,.border-bottom-color-hover-stone-0:hover,.border-bottom-color-focus-stone-0[data-focused=true],.border-bottom-color-focus-stone-0:focus,.border-bottom-color-focus-stone-0:focus-within,.border-bottom-color-active-stone-0[data-selected=true],.border-bottom-color-active-stone-0:active{border-bottom-color:var(--color-stone-0)}.border-bottom-color-stone-1,.border-bottom-color-hover-stone-1:hover,.border-bottom-color-focus-stone-1[data-focused=true],.border-bottom-color-focus-stone-1:focus,.border-bottom-color-focus-stone-1:focus-within,.border-bottom-color-active-stone-1[data-selected=true],.border-bottom-color-active-stone-1:active{border-bottom-color:var(--color-stone-1)}.border-bottom-color-stone-2,.border-bottom-color-hover-stone-2:hover,.border-bottom-color-focus-stone-2[data-focused=true],.border-bottom-color-focus-stone-2:focus,.border-bottom-color-focus-stone-2:focus-within,.border-bottom-color-active-stone-2[data-selected=true],.border-bottom-color-active-stone-2:active{border-bottom-color:var(--color-stone-2)}.border-bottom-color-stone-3,.border-bottom-color-hover-stone-3:hover,.border-bottom-color-focus-stone-3[data-focused=true],.border-bottom-color-focus-stone-3:focus,.border-bottom-color-focus-stone-3:focus-within,.border-bottom-color-active-stone-3[data-selected=true],.border-bottom-color-active-stone-3:active{border-bottom-color:var(--color-stone-3)}.border-bottom-color-stone-4,.border-bottom-color-hover-stone-4:hover,.border-bottom-color-focus-stone-4[data-focused=true],.border-bottom-color-focus-stone-4:focus,.border-bottom-color-focus-stone-4:focus-within,.border-bottom-color-active-stone-4[data-selected=true],.border-bottom-color-active-stone-4:active{border-bottom-color:var(--color-stone-4)}.border-bottom-color-stone-5,.border-bottom-color-hover-stone-5:hover,.border-bottom-color-focus-stone-5[data-focused=true],.border-bottom-color-focus-stone-5:focus,.border-bottom-color-focus-stone-5:focus-within,.border-bottom-color-active-stone-5[data-selected=true],.border-bottom-color-active-stone-5:active{border-bottom-color:var(--color-stone-5)}.border-bottom-color-stone-6,.border-bottom-color-hover-stone-6:hover,.border-bottom-color-focus-stone-6[data-focused=true],.border-bottom-color-focus-stone-6:focus,.border-bottom-color-focus-stone-6:focus-within,.border-bottom-color-active-stone-6[data-selected=true],.border-bottom-color-active-stone-6:active{border-bottom-color:var(--color-stone-6)}.border-bottom-color-stone-7,.border-bottom-color-hover-stone-7:hover,.border-bottom-color-focus-stone-7[data-focused=true],.border-bottom-color-focus-stone-7:focus,.border-bottom-color-focus-stone-7:focus-within,.border-bottom-color-active-stone-7[data-selected=true],.border-bottom-color-active-stone-7:active{border-bottom-color:var(--color-stone-7)}.border-bottom-color-stone-8,.border-bottom-color-hover-stone-8:hover,.border-bottom-color-focus-stone-8[data-focused=true],.border-bottom-color-focus-stone-8:focus,.border-bottom-color-focus-stone-8:focus-within,.border-bottom-color-active-stone-8[data-selected=true],.border-bottom-color-active-stone-8:active{border-bottom-color:var(--color-stone-8)}.border-bottom-color-stone-9,.border-bottom-color-hover-stone-9:hover,.border-bottom-color-focus-stone-9[data-focused=true],.border-bottom-color-focus-stone-9:focus,.border-bottom-color-focus-stone-9:focus-within,.border-bottom-color-active-stone-9[data-selected=true],.border-bottom-color-active-stone-9:active{border-bottom-color:var(--color-stone-9)}.border-bottom-color-stone-10,.border-bottom-color-hover-stone-10:hover,.border-bottom-color-focus-stone-10[data-focused=true],.border-bottom-color-focus-stone-10:focus,.border-bottom-color-focus-stone-10:focus-within,.border-bottom-color-active-stone-10[data-selected=true],.border-bottom-color-active-stone-10:active{border-bottom-color:var(--color-stone-10)}.border-left-color-inherit,.border-left-color-hover-inherit:hover,.border-left-color-focus-inherit[data-focused=true],.border-left-color-focus-inherit:focus,.border-left-color-focus-inherit:focus-within,.border-left-color-active-inherit[data-selected=true],.border-left-color-active-active:active{border-left-color:inherit}.border-left-color-red,.border-left-color-hover-red:hover,.border-left-color-focus-red[data-focused=true],.border-left-color-focus-red:focus,.border-left-color-focus-red:focus-within,.border-left-color-active-red[data-selected=true],.border-left-color-active-red:active{border-left-color:var(--color-red)}.border-left-color-red-light,.border-left-color-hover-red-light:hover,.border-left-color-focus-red-light[data-focused=true],.border-left-color-focus-red-light:focus,.border-left-color-focus-red-light:focus-within,.border-left-color-active-red-light[data-selected=true],.border-left-color-active-red-light:active{border-left-color:var(--color-red-light)}.border-left-color-red-dark,.border-left-color-hover-red-dark:hover,.border-left-color-focus-red-dark[data-focused=true],.border-left-color-focus-red-dark:focus,.border-left-color-focus-red-dark:focus-within,.border-left-color-active-red-dark[data-selected=true],.border-left-color-active-red-dark:active{border-left-color:var(--color-red-dark)}.border-left-color-red-themed,.border-left-color-hover-red-themed:hover,.border-left-color-focus-red-themed[data-focused=true],.border-left-color-focus-red-themed:focus,.border-left-color-focus-red-themed:focus-within,.border-left-color-active-red-themed[data-selected=true],.border-left-color-active-red-themed:active{border-left-color:var(--color-red-themed)}.border-left-color-orange,.border-left-color-hover-orange:hover,.border-left-color-focus-orange[data-focused=true],.border-left-color-focus-orange:focus,.border-left-color-focus-orange:focus-within,.border-left-color-active-orange[data-selected=true],.border-left-color-active-orange:active{border-left-color:var(--color-orange)}.border-left-color-orange-light,.border-left-color-hover-orange-light:hover,.border-left-color-focus-orange-light[data-focused=true],.border-left-color-focus-orange-light:focus,.border-left-color-focus-orange-light:focus-within,.border-left-color-active-orange-light[data-selected=true],.border-left-color-active-orange-light:active{border-left-color:var(--color-orange-light)}.border-left-color-orange-dark,.border-left-color-hover-orange-dark:hover,.border-left-color-focus-orange-dark[data-focused=true],.border-left-color-focus-orange-dark:focus,.border-left-color-focus-orange-dark:focus-within,.border-left-color-active-orange-dark[data-selected=true],.border-left-color-active-orange-dark:active{border-left-color:var(--color-orange-dark)}.border-left-color-orange-themed,.border-left-color-hover-orange-themed:hover,.border-left-color-focus-orange-themed[data-focused=true],.border-left-color-focus-orange-themed:focus,.border-left-color-focus-orange-themed:focus-within,.border-left-color-active-orange-themed[data-selected=true],.border-left-color-active-orange-themed:active{border-left-color:var(--color-orange-themed)}.border-left-color-amber,.border-left-color-hover-amber:hover,.border-left-color-focus-amber[data-focused=true],.border-left-color-focus-amber:focus,.border-left-color-focus-amber:focus-within,.border-left-color-active-amber[data-selected=true],.border-left-color-active-amber:active{border-left-color:var(--color-amber)}.border-left-color-amber-light,.border-left-color-hover-amber-light:hover,.border-left-color-focus-amber-light[data-focused=true],.border-left-color-focus-amber-light:focus,.border-left-color-focus-amber-light:focus-within,.border-left-color-active-amber-light[data-selected=true],.border-left-color-active-amber-light:active{border-left-color:var(--color-amber-light)}.border-left-color-amber-dark,.border-left-color-hover-amber-dark:hover,.border-left-color-focus-amber-dark[data-focused=true],.border-left-color-focus-amber-dark:focus,.border-left-color-focus-amber-dark:focus-within,.border-left-color-active-amber-dark[data-selected=true],.border-left-color-active-amber-dark:active{border-left-color:var(--color-amber-dark)}.border-left-color-amber-themed,.border-left-color-hover-amber-themed:hover,.border-left-color-focus-amber-themed[data-focused=true],.border-left-color-focus-amber-themed:focus,.border-left-color-focus-amber-themed:focus-within,.border-left-color-active-amber-themed[data-selected=true],.border-left-color-active-amber-themed:active{border-left-color:var(--color-amber-themed)}.border-left-color-yellow,.border-left-color-hover-yellow:hover,.border-left-color-focus-yellow[data-focused=true],.border-left-color-focus-yellow:focus,.border-left-color-focus-yellow:focus-within,.border-left-color-active-yellow[data-selected=true],.border-left-color-active-yellow:active{border-left-color:var(--color-yellow)}.border-left-color-yellow-light,.border-left-color-hover-yellow-light:hover,.border-left-color-focus-yellow-light[data-focused=true],.border-left-color-focus-yellow-light:focus,.border-left-color-focus-yellow-light:focus-within,.border-left-color-active-yellow-light[data-selected=true],.border-left-color-active-yellow-light:active{border-left-color:var(--color-yellow-light)}.border-left-color-yellow-dark,.border-left-color-hover-yellow-dark:hover,.border-left-color-focus-yellow-dark[data-focused=true],.border-left-color-focus-yellow-dark:focus,.border-left-color-focus-yellow-dark:focus-within,.border-left-color-active-yellow-dark[data-selected=true],.border-left-color-active-yellow-dark:active{border-left-color:var(--color-yellow-dark)}.border-left-color-yellow-themed,.border-left-color-hover-yellow-themed:hover,.border-left-color-focus-yellow-themed[data-focused=true],.border-left-color-focus-yellow-themed:focus,.border-left-color-focus-yellow-themed:focus-within,.border-left-color-active-yellow-themed[data-selected=true],.border-left-color-active-yellow-themed:active{border-left-color:var(--color-yellow-themed)}.border-left-color-lime,.border-left-color-hover-lime:hover,.border-left-color-focus-lime[data-focused=true],.border-left-color-focus-lime:focus,.border-left-color-focus-lime:focus-within,.border-left-color-active-lime[data-selected=true],.border-left-color-active-lime:active{border-left-color:var(--color-lime)}.border-left-color-lime-light,.border-left-color-hover-lime-light:hover,.border-left-color-focus-lime-light[data-focused=true],.border-left-color-focus-lime-light:focus,.border-left-color-focus-lime-light:focus-within,.border-left-color-active-lime-light[data-selected=true],.border-left-color-active-lime-light:active{border-left-color:var(--color-lime-light)}.border-left-color-lime-dark,.border-left-color-hover-lime-dark:hover,.border-left-color-focus-lime-dark[data-focused=true],.border-left-color-focus-lime-dark:focus,.border-left-color-focus-lime-dark:focus-within,.border-left-color-active-lime-dark[data-selected=true],.border-left-color-active-lime-dark:active{border-left-color:var(--color-lime-dark)}.border-left-color-lime-themed,.border-left-color-hover-lime-themed:hover,.border-left-color-focus-lime-themed[data-focused=true],.border-left-color-focus-lime-themed:focus,.border-left-color-focus-lime-themed:focus-within,.border-left-color-active-lime-themed[data-selected=true],.border-left-color-active-lime-themed:active{border-left-color:var(--color-lime-themed)}.border-left-color-green,.border-left-color-hover-green:hover,.border-left-color-focus-green[data-focused=true],.border-left-color-focus-green:focus,.border-left-color-focus-green:focus-within,.border-left-color-active-green[data-selected=true],.border-left-color-active-green:active{border-left-color:var(--color-green)}.border-left-color-green-light,.border-left-color-hover-green-light:hover,.border-left-color-focus-green-light[data-focused=true],.border-left-color-focus-green-light:focus,.border-left-color-focus-green-light:focus-within,.border-left-color-active-green-light[data-selected=true],.border-left-color-active-green-light:active{border-left-color:var(--color-green-light)}.border-left-color-green-dark,.border-left-color-hover-green-dark:hover,.border-left-color-focus-green-dark[data-focused=true],.border-left-color-focus-green-dark:focus,.border-left-color-focus-green-dark:focus-within,.border-left-color-active-green-dark[data-selected=true],.border-left-color-active-green-dark:active{border-left-color:var(--color-green-dark)}.border-left-color-green-themed,.border-left-color-hover-green-themed:hover,.border-left-color-focus-green-themed[data-focused=true],.border-left-color-focus-green-themed:focus,.border-left-color-focus-green-themed:focus-within,.border-left-color-active-green-themed[data-selected=true],.border-left-color-active-green-themed:active{border-left-color:var(--color-green-themed)}.border-left-color-emerald,.border-left-color-hover-emerald:hover,.border-left-color-focus-emerald[data-focused=true],.border-left-color-focus-emerald:focus,.border-left-color-focus-emerald:focus-within,.border-left-color-active-emerald[data-selected=true],.border-left-color-active-emerald:active{border-left-color:var(--color-emerald)}.border-left-color-emerald-light,.border-left-color-hover-emerald-light:hover,.border-left-color-focus-emerald-light[data-focused=true],.border-left-color-focus-emerald-light:focus,.border-left-color-focus-emerald-light:focus-within,.border-left-color-active-emerald-light[data-selected=true],.border-left-color-active-emerald-light:active{border-left-color:var(--color-emerald-light)}.border-left-color-emerald-dark,.border-left-color-hover-emerald-dark:hover,.border-left-color-focus-emerald-dark[data-focused=true],.border-left-color-focus-emerald-dark:focus,.border-left-color-focus-emerald-dark:focus-within,.border-left-color-active-emerald-dark[data-selected=true],.border-left-color-active-emerald-dark:active{border-left-color:var(--color-emerald-dark)}.border-left-color-emerald-themed,.border-left-color-hover-emerald-themed:hover,.border-left-color-focus-emerald-themed[data-focused=true],.border-left-color-focus-emerald-themed:focus,.border-left-color-focus-emerald-themed:focus-within,.border-left-color-active-emerald-themed[data-selected=true],.border-left-color-active-emerald-themed:active{border-left-color:var(--color-emerald-themed)}.border-left-color-teal,.border-left-color-hover-teal:hover,.border-left-color-focus-teal[data-focused=true],.border-left-color-focus-teal:focus,.border-left-color-focus-teal:focus-within,.border-left-color-active-teal[data-selected=true],.border-left-color-active-teal:active{border-left-color:var(--color-teal)}.border-left-color-teal-light,.border-left-color-hover-teal-light:hover,.border-left-color-focus-teal-light[data-focused=true],.border-left-color-focus-teal-light:focus,.border-left-color-focus-teal-light:focus-within,.border-left-color-active-teal-light[data-selected=true],.border-left-color-active-teal-light:active{border-left-color:var(--color-teal-light)}.border-left-color-teal-dark,.border-left-color-hover-teal-dark:hover,.border-left-color-focus-teal-dark[data-focused=true],.border-left-color-focus-teal-dark:focus,.border-left-color-focus-teal-dark:focus-within,.border-left-color-active-teal-dark[data-selected=true],.border-left-color-active-teal-dark:active{border-left-color:var(--color-teal-dark)}.border-left-color-teal-themed,.border-left-color-hover-teal-themed:hover,.border-left-color-focus-teal-themed[data-focused=true],.border-left-color-focus-teal-themed:focus,.border-left-color-focus-teal-themed:focus-within,.border-left-color-active-teal-themed[data-selected=true],.border-left-color-active-teal-themed:active{border-left-color:var(--color-teal-themed)}.border-left-color-cyan,.border-left-color-hover-cyan:hover,.border-left-color-focus-cyan[data-focused=true],.border-left-color-focus-cyan:focus,.border-left-color-focus-cyan:focus-within,.border-left-color-active-cyan[data-selected=true],.border-left-color-active-cyan:active{border-left-color:var(--color-cyan)}.border-left-color-cyan-light,.border-left-color-hover-cyan-light:hover,.border-left-color-focus-cyan-light[data-focused=true],.border-left-color-focus-cyan-light:focus,.border-left-color-focus-cyan-light:focus-within,.border-left-color-active-cyan-light[data-selected=true],.border-left-color-active-cyan-light:active{border-left-color:var(--color-cyan-light)}.border-left-color-cyan-dark,.border-left-color-hover-cyan-dark:hover,.border-left-color-focus-cyan-dark[data-focused=true],.border-left-color-focus-cyan-dark:focus,.border-left-color-focus-cyan-dark:focus-within,.border-left-color-active-cyan-dark[data-selected=true],.border-left-color-active-cyan-dark:active{border-left-color:var(--color-cyan-dark)}.border-left-color-cyan-themed,.border-left-color-hover-cyan-themed:hover,.border-left-color-focus-cyan-themed[data-focused=true],.border-left-color-focus-cyan-themed:focus,.border-left-color-focus-cyan-themed:focus-within,.border-left-color-active-cyan-themed[data-selected=true],.border-left-color-active-cyan-themed:active{border-left-color:var(--color-cyan-themed)}.border-left-color-sky,.border-left-color-hover-sky:hover,.border-left-color-focus-sky[data-focused=true],.border-left-color-focus-sky:focus,.border-left-color-focus-sky:focus-within,.border-left-color-active-sky[data-selected=true],.border-left-color-active-sky:active{border-left-color:var(--color-sky)}.border-left-color-sky-light,.border-left-color-hover-sky-light:hover,.border-left-color-focus-sky-light[data-focused=true],.border-left-color-focus-sky-light:focus,.border-left-color-focus-sky-light:focus-within,.border-left-color-active-sky-light[data-selected=true],.border-left-color-active-sky-light:active{border-left-color:var(--color-sky-light)}.border-left-color-sky-dark,.border-left-color-hover-sky-dark:hover,.border-left-color-focus-sky-dark[data-focused=true],.border-left-color-focus-sky-dark:focus,.border-left-color-focus-sky-dark:focus-within,.border-left-color-active-sky-dark[data-selected=true],.border-left-color-active-sky-dark:active{border-left-color:var(--color-sky-dark)}.border-left-color-sky-themed,.border-left-color-hover-sky-themed:hover,.border-left-color-focus-sky-themed[data-focused=true],.border-left-color-focus-sky-themed:focus,.border-left-color-focus-sky-themed:focus-within,.border-left-color-active-sky-themed[data-selected=true],.border-left-color-active-sky-themed:active{border-left-color:var(--color-sky-themed)}.border-left-color-blue,.border-left-color-hover-blue:hover,.border-left-color-focus-blue[data-focused=true],.border-left-color-focus-blue:focus,.border-left-color-focus-blue:focus-within,.border-left-color-active-blue[data-selected=true],.border-left-color-active-blue:active{border-left-color:var(--color-blue)}.border-left-color-blue-light,.border-left-color-hover-blue-light:hover,.border-left-color-focus-blue-light[data-focused=true],.border-left-color-focus-blue-light:focus,.border-left-color-focus-blue-light:focus-within,.border-left-color-active-blue-light[data-selected=true],.border-left-color-active-blue-light:active{border-left-color:var(--color-blue-light)}.border-left-color-blue-dark,.border-left-color-hover-blue-dark:hover,.border-left-color-focus-blue-dark[data-focused=true],.border-left-color-focus-blue-dark:focus,.border-left-color-focus-blue-dark:focus-within,.border-left-color-active-blue-dark[data-selected=true],.border-left-color-active-blue-dark:active{border-left-color:var(--color-blue-dark)}.border-left-color-blue-themed,.border-left-color-hover-blue-themed:hover,.border-left-color-focus-blue-themed[data-focused=true],.border-left-color-focus-blue-themed:focus,.border-left-color-focus-blue-themed:focus-within,.border-left-color-active-blue-themed[data-selected=true],.border-left-color-active-blue-themed:active{border-left-color:var(--color-blue-themed)}.border-left-color-indigo,.border-left-color-hover-indigo:hover,.border-left-color-focus-indigo[data-focused=true],.border-left-color-focus-indigo:focus,.border-left-color-focus-indigo:focus-within,.border-left-color-active-indigo[data-selected=true],.border-left-color-active-indigo:active{border-left-color:var(--color-indigo)}.border-left-color-indigo-light,.border-left-color-hover-indigo-light:hover,.border-left-color-focus-indigo-light[data-focused=true],.border-left-color-focus-indigo-light:focus,.border-left-color-focus-indigo-light:focus-within,.border-left-color-active-indigo-light[data-selected=true],.border-left-color-active-indigo-light:active{border-left-color:var(--color-indigo-light)}.border-left-color-indigo-dark,.border-left-color-hover-indigo-dark:hover,.border-left-color-focus-indigo-dark[data-focused=true],.border-left-color-focus-indigo-dark:focus,.border-left-color-focus-indigo-dark:focus-within,.border-left-color-active-indigo-dark[data-selected=true],.border-left-color-active-indigo-dark:active{border-left-color:var(--color-indigo-dark)}.border-left-color-indigo-themed,.border-left-color-hover-indigo-themed:hover,.border-left-color-focus-indigo-themed[data-focused=true],.border-left-color-focus-indigo-themed:focus,.border-left-color-focus-indigo-themed:focus-within,.border-left-color-active-indigo-themed[data-selected=true],.border-left-color-active-indigo-themed:active{border-left-color:var(--color-indigo-themed)}.border-left-color-violet,.border-left-color-hover-violet:hover,.border-left-color-focus-violet[data-focused=true],.border-left-color-focus-violet:focus,.border-left-color-focus-violet:focus-within,.border-left-color-active-violet[data-selected=true],.border-left-color-active-violet:active{border-left-color:var(--color-violet)}.border-left-color-violet-light,.border-left-color-hover-violet-light:hover,.border-left-color-focus-violet-light[data-focused=true],.border-left-color-focus-violet-light:focus,.border-left-color-focus-violet-light:focus-within,.border-left-color-active-violet-light[data-selected=true],.border-left-color-active-violet-light:active{border-left-color:var(--color-violet-light)}.border-left-color-violet-dark,.border-left-color-hover-violet-dark:hover,.border-left-color-focus-violet-dark[data-focused=true],.border-left-color-focus-violet-dark:focus,.border-left-color-focus-violet-dark:focus-within,.border-left-color-active-violet-dark[data-selected=true],.border-left-color-active-violet-dark:active{border-left-color:var(--color-violet-dark)}.border-left-color-violet-themed,.border-left-color-hover-violet-themed:hover,.border-left-color-focus-violet-themed[data-focused=true],.border-left-color-focus-violet-themed:focus,.border-left-color-focus-violet-themed:focus-within,.border-left-color-active-violet-themed[data-selected=true],.border-left-color-active-violet-themed:active{border-left-color:var(--color-violet-themed)}.border-left-color-purple,.border-left-color-hover-purple:hover,.border-left-color-focus-purple[data-focused=true],.border-left-color-focus-purple:focus,.border-left-color-focus-purple:focus-within,.border-left-color-active-purple[data-selected=true],.border-left-color-active-purple:active{border-left-color:var(--color-purple)}.border-left-color-purple-light,.border-left-color-hover-purple-light:hover,.border-left-color-focus-purple-light[data-focused=true],.border-left-color-focus-purple-light:focus,.border-left-color-focus-purple-light:focus-within,.border-left-color-active-purple-light[data-selected=true],.border-left-color-active-purple-light:active{border-left-color:var(--color-purple-light)}.border-left-color-purple-dark,.border-left-color-hover-purple-dark:hover,.border-left-color-focus-purple-dark[data-focused=true],.border-left-color-focus-purple-dark:focus,.border-left-color-focus-purple-dark:focus-within,.border-left-color-active-purple-dark[data-selected=true],.border-left-color-active-purple-dark:active{border-left-color:var(--color-purple-dark)}.border-left-color-purple-themed,.border-left-color-hover-purple-themed:hover,.border-left-color-focus-purple-themed[data-focused=true],.border-left-color-focus-purple-themed:focus,.border-left-color-focus-purple-themed:focus-within,.border-left-color-active-purple-themed[data-selected=true],.border-left-color-active-purple-themed:active{border-left-color:var(--color-purple-themed)}.border-left-color-fuchsia,.border-left-color-hover-fuchsia:hover,.border-left-color-focus-fuchsia[data-focused=true],.border-left-color-focus-fuchsia:focus,.border-left-color-focus-fuchsia:focus-within,.border-left-color-active-fuchsia[data-selected=true],.border-left-color-active-fuchsia:active{border-left-color:var(--color-fuchsia)}.border-left-color-fuchsia-light,.border-left-color-hover-fuchsia-light:hover,.border-left-color-focus-fuchsia-light[data-focused=true],.border-left-color-focus-fuchsia-light:focus,.border-left-color-focus-fuchsia-light:focus-within,.border-left-color-active-fuchsia-light[data-selected=true],.border-left-color-active-fuchsia-light:active{border-left-color:var(--color-fuchsia-light)}.border-left-color-fuchsia-dark,.border-left-color-hover-fuchsia-dark:hover,.border-left-color-focus-fuchsia-dark[data-focused=true],.border-left-color-focus-fuchsia-dark:focus,.border-left-color-focus-fuchsia-dark:focus-within,.border-left-color-active-fuchsia-dark[data-selected=true],.border-left-color-active-fuchsia-dark:active{border-left-color:var(--color-fuchsia-dark)}.border-left-color-fuchsia-themed,.border-left-color-hover-fuchsia-themed:hover,.border-left-color-focus-fuchsia-themed[data-focused=true],.border-left-color-focus-fuchsia-themed:focus,.border-left-color-focus-fuchsia-themed:focus-within,.border-left-color-active-fuchsia-themed[data-selected=true],.border-left-color-active-fuchsia-themed:active{border-left-color:var(--color-fuchsia-themed)}.border-left-color-pink,.border-left-color-hover-pink:hover,.border-left-color-focus-pink[data-focused=true],.border-left-color-focus-pink:focus,.border-left-color-focus-pink:focus-within,.border-left-color-active-pink[data-selected=true],.border-left-color-active-pink:active{border-left-color:var(--color-pink)}.border-left-color-pink-light,.border-left-color-hover-pink-light:hover,.border-left-color-focus-pink-light[data-focused=true],.border-left-color-focus-pink-light:focus,.border-left-color-focus-pink-light:focus-within,.border-left-color-active-pink-light[data-selected=true],.border-left-color-active-pink-light:active{border-left-color:var(--color-pink-light)}.border-left-color-pink-dark,.border-left-color-hover-pink-dark:hover,.border-left-color-focus-pink-dark[data-focused=true],.border-left-color-focus-pink-dark:focus,.border-left-color-focus-pink-dark:focus-within,.border-left-color-active-pink-dark[data-selected=true],.border-left-color-active-pink-dark:active{border-left-color:var(--color-pink-dark)}.border-left-color-pink-themed,.border-left-color-hover-pink-themed:hover,.border-left-color-focus-pink-themed[data-focused=true],.border-left-color-focus-pink-themed:focus,.border-left-color-focus-pink-themed:focus-within,.border-left-color-active-pink-themed[data-selected=true],.border-left-color-active-pink-themed:active{border-left-color:var(--color-pink-themed)}.border-left-color-rose,.border-left-color-hover-rose:hover,.border-left-color-focus-rose[data-focused=true],.border-left-color-focus-rose:focus,.border-left-color-focus-rose:focus-within,.border-left-color-active-rose[data-selected=true],.border-left-color-active-rose:active{border-left-color:var(--color-rose)}.border-left-color-rose-light,.border-left-color-hover-rose-light:hover,.border-left-color-focus-rose-light[data-focused=true],.border-left-color-focus-rose-light:focus,.border-left-color-focus-rose-light:focus-within,.border-left-color-active-rose-light[data-selected=true],.border-left-color-active-rose-light:active{border-left-color:var(--color-rose-light)}.border-left-color-rose-dark,.border-left-color-hover-rose-dark:hover,.border-left-color-focus-rose-dark[data-focused=true],.border-left-color-focus-rose-dark:focus,.border-left-color-focus-rose-dark:focus-within,.border-left-color-active-rose-dark[data-selected=true],.border-left-color-active-rose-dark:active{border-left-color:var(--color-rose-dark)}.border-left-color-rose-themed,.border-left-color-hover-rose-themed:hover,.border-left-color-focus-rose-themed[data-focused=true],.border-left-color-focus-rose-themed:focus,.border-left-color-focus-rose-themed:focus-within,.border-left-color-active-rose-themed[data-selected=true],.border-left-color-active-rose-themed:active{border-left-color:var(--color-rose-themed)}.border-left-color-slate,.border-left-color-hover-slate:hover,.border-left-color-focus-slate[data-focused=true],.border-left-color-focus-slate:focus,.border-left-color-focus-slate:focus-within,.border-left-color-active-slate[data-selected=true],.border-left-color-active-slate:active{border-left-color:var(--color-slate)}.border-left-color-slate-light,.border-left-color-hover-slate-light:hover,.border-left-color-focus-slate-light[data-focused=true],.border-left-color-focus-slate-light:focus,.border-left-color-focus-slate-light:focus-within,.border-left-color-active-slate-light[data-selected=true],.border-left-color-active-slate-light:active{border-left-color:var(--color-slate-light)}.border-left-color-slate-dark,.border-left-color-hover-slate-dark:hover,.border-left-color-focus-slate-dark[data-focused=true],.border-left-color-focus-slate-dark:focus,.border-left-color-focus-slate-dark:focus-within,.border-left-color-active-slate-dark[data-selected=true],.border-left-color-active-slate-dark:active{border-left-color:var(--color-slate-dark)}.border-left-color-slate-themed,.border-left-color-hover-slate-themed:hover,.border-left-color-focus-slate-themed[data-focused=true],.border-left-color-focus-slate-themed:focus,.border-left-color-focus-slate-themed:focus-within,.border-left-color-active-slate-themed[data-selected=true],.border-left-color-active-slate-themed:active{border-left-color:var(--color-slate-themed)}.border-left-color-gray,.border-left-color-hover-gray:hover,.border-left-color-focus-gray[data-focused=true],.border-left-color-focus-gray:focus,.border-left-color-focus-gray:focus-within,.border-left-color-active-gray[data-selected=true],.border-left-color-active-gray:active{border-left-color:var(--color-gray)}.border-left-color-gray-light,.border-left-color-hover-gray-light:hover,.border-left-color-focus-gray-light[data-focused=true],.border-left-color-focus-gray-light:focus,.border-left-color-focus-gray-light:focus-within,.border-left-color-active-gray-light[data-selected=true],.border-left-color-active-gray-light:active{border-left-color:var(--color-gray-light)}.border-left-color-gray-dark,.border-left-color-hover-gray-dark:hover,.border-left-color-focus-gray-dark[data-focused=true],.border-left-color-focus-gray-dark:focus,.border-left-color-focus-gray-dark:focus-within,.border-left-color-active-gray-dark[data-selected=true],.border-left-color-active-gray-dark:active{border-left-color:var(--color-gray-dark)}.border-left-color-gray-themed,.border-left-color-hover-gray-themed:hover,.border-left-color-focus-gray-themed[data-focused=true],.border-left-color-focus-gray-themed:focus,.border-left-color-focus-gray-themed:focus-within,.border-left-color-active-gray-themed[data-selected=true],.border-left-color-active-gray-themed:active{border-left-color:var(--color-gray-themed)}.border-left-color-zinc,.border-left-color-hover-zinc:hover,.border-left-color-focus-zinc[data-focused=true],.border-left-color-focus-zinc:focus,.border-left-color-focus-zinc:focus-within,.border-left-color-active-zinc[data-selected=true],.border-left-color-active-zinc:active{border-left-color:var(--color-zinc)}.border-left-color-zinc-light,.border-left-color-hover-zinc-light:hover,.border-left-color-focus-zinc-light[data-focused=true],.border-left-color-focus-zinc-light:focus,.border-left-color-focus-zinc-light:focus-within,.border-left-color-active-zinc-light[data-selected=true],.border-left-color-active-zinc-light:active{border-left-color:var(--color-zinc-light)}.border-left-color-zinc-dark,.border-left-color-hover-zinc-dark:hover,.border-left-color-focus-zinc-dark[data-focused=true],.border-left-color-focus-zinc-dark:focus,.border-left-color-focus-zinc-dark:focus-within,.border-left-color-active-zinc-dark[data-selected=true],.border-left-color-active-zinc-dark:active{border-left-color:var(--color-zinc-dark)}.border-left-color-zinc-themed,.border-left-color-hover-zinc-themed:hover,.border-left-color-focus-zinc-themed[data-focused=true],.border-left-color-focus-zinc-themed:focus,.border-left-color-focus-zinc-themed:focus-within,.border-left-color-active-zinc-themed[data-selected=true],.border-left-color-active-zinc-themed:active{border-left-color:var(--color-zinc-themed)}.border-left-color-neutral,.border-left-color-hover-neutral:hover,.border-left-color-focus-neutral[data-focused=true],.border-left-color-focus-neutral:focus,.border-left-color-focus-neutral:focus-within,.border-left-color-active-neutral[data-selected=true],.border-left-color-active-neutral:active{border-left-color:var(--color-neutral)}.border-left-color-neutral-light,.border-left-color-hover-neutral-light:hover,.border-left-color-focus-neutral-light[data-focused=true],.border-left-color-focus-neutral-light:focus,.border-left-color-focus-neutral-light:focus-within,.border-left-color-active-neutral-light[data-selected=true],.border-left-color-active-neutral-light:active{border-left-color:var(--color-neutral-light)}.border-left-color-neutral-dark,.border-left-color-hover-neutral-dark:hover,.border-left-color-focus-neutral-dark[data-focused=true],.border-left-color-focus-neutral-dark:focus,.border-left-color-focus-neutral-dark:focus-within,.border-left-color-active-neutral-dark[data-selected=true],.border-left-color-active-neutral-dark:active{border-left-color:var(--color-neutral-dark)}.border-left-color-neutral-themed,.border-left-color-hover-neutral-themed:hover,.border-left-color-focus-neutral-themed[data-focused=true],.border-left-color-focus-neutral-themed:focus,.border-left-color-focus-neutral-themed:focus-within,.border-left-color-active-neutral-themed[data-selected=true],.border-left-color-active-neutral-themed:active{border-left-color:var(--color-neutral-themed)}.border-left-color-stone,.border-left-color-hover-stone:hover,.border-left-color-focus-stone[data-focused=true],.border-left-color-focus-stone:focus,.border-left-color-focus-stone:focus-within,.border-left-color-active-stone[data-selected=true],.border-left-color-active-stone:active{border-left-color:var(--color-stone)}.border-left-color-stone-light,.border-left-color-hover-stone-light:hover,.border-left-color-focus-stone-light[data-focused=true],.border-left-color-focus-stone-light:focus,.border-left-color-focus-stone-light:focus-within,.border-left-color-active-stone-light[data-selected=true],.border-left-color-active-stone-light:active{border-left-color:var(--color-stone-light)}.border-left-color-stone-dark,.border-left-color-hover-stone-dark:hover,.border-left-color-focus-stone-dark[data-focused=true],.border-left-color-focus-stone-dark:focus,.border-left-color-focus-stone-dark:focus-within,.border-left-color-active-stone-dark[data-selected=true],.border-left-color-active-stone-dark:active{border-left-color:var(--color-stone-dark)}.border-left-color-stone-themed,.border-left-color-hover-stone-themed:hover,.border-left-color-focus-stone-themed[data-focused=true],.border-left-color-focus-stone-themed:focus,.border-left-color-focus-stone-themed:focus-within,.border-left-color-active-stone-themed[data-selected=true],.border-left-color-active-stone-themed:active{border-left-color:var(--color-stone-themed)}.border-left-color-white,.border-left-color-hover-white:hover,.border-left-color-focus-white[data-focused=true],.border-left-color-focus-white:focus,.border-left-color-focus-white:focus-within,.border-left-color-active-white[data-selected=true],.border-left-color-active-white:active{border-left-color:var(--color-white)}.border-left-color-black,.border-left-color-hover-black:hover,.border-left-color-focus-black[data-focused=true],.border-left-color-focus-black:focus,.border-left-color-focus-black:focus-within,.border-left-color-active-black[data-selected=true],.border-left-color-active-black:active{border-left-color:var(--color-black)}.border-left-color-transparent,.border-left-color-hover-transparent:hover,.border-left-color-focus-transparent[data-focused=true],.border-left-color-focus-transparent:focus,.border-left-color-focus-transparent:focus-within,.border-left-color-active-transparent[data-selected=true],.border-left-color-active-transparent:active{border-left-color:var(--color-transparent)}.border-left-color-red-0,.border-left-color-hover-red-0:hover,.border-left-color-focus-red-0[data-focused=true],.border-left-color-focus-red-0:focus,.border-left-color-focus-red-0:focus-within,.border-left-color-active-red-0[data-selected=true],.border-left-color-active-red-0:active{border-left-color:var(--color-red-0)}.border-left-color-red-1,.border-left-color-hover-red-1:hover,.border-left-color-focus-red-1[data-focused=true],.border-left-color-focus-red-1:focus,.border-left-color-focus-red-1:focus-within,.border-left-color-active-red-1[data-selected=true],.border-left-color-active-red-1:active{border-left-color:var(--color-red-1)}.border-left-color-red-2,.border-left-color-hover-red-2:hover,.border-left-color-focus-red-2[data-focused=true],.border-left-color-focus-red-2:focus,.border-left-color-focus-red-2:focus-within,.border-left-color-active-red-2[data-selected=true],.border-left-color-active-red-2:active{border-left-color:var(--color-red-2)}.border-left-color-red-3,.border-left-color-hover-red-3:hover,.border-left-color-focus-red-3[data-focused=true],.border-left-color-focus-red-3:focus,.border-left-color-focus-red-3:focus-within,.border-left-color-active-red-3[data-selected=true],.border-left-color-active-red-3:active{border-left-color:var(--color-red-3)}.border-left-color-red-4,.border-left-color-hover-red-4:hover,.border-left-color-focus-red-4[data-focused=true],.border-left-color-focus-red-4:focus,.border-left-color-focus-red-4:focus-within,.border-left-color-active-red-4[data-selected=true],.border-left-color-active-red-4:active{border-left-color:var(--color-red-4)}.border-left-color-red-5,.border-left-color-hover-red-5:hover,.border-left-color-focus-red-5[data-focused=true],.border-left-color-focus-red-5:focus,.border-left-color-focus-red-5:focus-within,.border-left-color-active-red-5[data-selected=true],.border-left-color-active-red-5:active{border-left-color:var(--color-red-5)}.border-left-color-red-6,.border-left-color-hover-red-6:hover,.border-left-color-focus-red-6[data-focused=true],.border-left-color-focus-red-6:focus,.border-left-color-focus-red-6:focus-within,.border-left-color-active-red-6[data-selected=true],.border-left-color-active-red-6:active{border-left-color:var(--color-red-6)}.border-left-color-red-7,.border-left-color-hover-red-7:hover,.border-left-color-focus-red-7[data-focused=true],.border-left-color-focus-red-7:focus,.border-left-color-focus-red-7:focus-within,.border-left-color-active-red-7[data-selected=true],.border-left-color-active-red-7:active{border-left-color:var(--color-red-7)}.border-left-color-red-8,.border-left-color-hover-red-8:hover,.border-left-color-focus-red-8[data-focused=true],.border-left-color-focus-red-8:focus,.border-left-color-focus-red-8:focus-within,.border-left-color-active-red-8[data-selected=true],.border-left-color-active-red-8:active{border-left-color:var(--color-red-8)}.border-left-color-red-9,.border-left-color-hover-red-9:hover,.border-left-color-focus-red-9[data-focused=true],.border-left-color-focus-red-9:focus,.border-left-color-focus-red-9:focus-within,.border-left-color-active-red-9[data-selected=true],.border-left-color-active-red-9:active{border-left-color:var(--color-red-9)}.border-left-color-red-10,.border-left-color-hover-red-10:hover,.border-left-color-focus-red-10[data-focused=true],.border-left-color-focus-red-10:focus,.border-left-color-focus-red-10:focus-within,.border-left-color-active-red-10[data-selected=true],.border-left-color-active-red-10:active{border-left-color:var(--color-red-10)}.border-left-color-orange-0,.border-left-color-hover-orange-0:hover,.border-left-color-focus-orange-0[data-focused=true],.border-left-color-focus-orange-0:focus,.border-left-color-focus-orange-0:focus-within,.border-left-color-active-orange-0[data-selected=true],.border-left-color-active-orange-0:active{border-left-color:var(--color-orange-0)}.border-left-color-orange-1,.border-left-color-hover-orange-1:hover,.border-left-color-focus-orange-1[data-focused=true],.border-left-color-focus-orange-1:focus,.border-left-color-focus-orange-1:focus-within,.border-left-color-active-orange-1[data-selected=true],.border-left-color-active-orange-1:active{border-left-color:var(--color-orange-1)}.border-left-color-orange-2,.border-left-color-hover-orange-2:hover,.border-left-color-focus-orange-2[data-focused=true],.border-left-color-focus-orange-2:focus,.border-left-color-focus-orange-2:focus-within,.border-left-color-active-orange-2[data-selected=true],.border-left-color-active-orange-2:active{border-left-color:var(--color-orange-2)}.border-left-color-orange-3,.border-left-color-hover-orange-3:hover,.border-left-color-focus-orange-3[data-focused=true],.border-left-color-focus-orange-3:focus,.border-left-color-focus-orange-3:focus-within,.border-left-color-active-orange-3[data-selected=true],.border-left-color-active-orange-3:active{border-left-color:var(--color-orange-3)}.border-left-color-orange-4,.border-left-color-hover-orange-4:hover,.border-left-color-focus-orange-4[data-focused=true],.border-left-color-focus-orange-4:focus,.border-left-color-focus-orange-4:focus-within,.border-left-color-active-orange-4[data-selected=true],.border-left-color-active-orange-4:active{border-left-color:var(--color-orange-4)}.border-left-color-orange-5,.border-left-color-hover-orange-5:hover,.border-left-color-focus-orange-5[data-focused=true],.border-left-color-focus-orange-5:focus,.border-left-color-focus-orange-5:focus-within,.border-left-color-active-orange-5[data-selected=true],.border-left-color-active-orange-5:active{border-left-color:var(--color-orange-5)}.border-left-color-orange-6,.border-left-color-hover-orange-6:hover,.border-left-color-focus-orange-6[data-focused=true],.border-left-color-focus-orange-6:focus,.border-left-color-focus-orange-6:focus-within,.border-left-color-active-orange-6[data-selected=true],.border-left-color-active-orange-6:active{border-left-color:var(--color-orange-6)}.border-left-color-orange-7,.border-left-color-hover-orange-7:hover,.border-left-color-focus-orange-7[data-focused=true],.border-left-color-focus-orange-7:focus,.border-left-color-focus-orange-7:focus-within,.border-left-color-active-orange-7[data-selected=true],.border-left-color-active-orange-7:active{border-left-color:var(--color-orange-7)}.border-left-color-orange-8,.border-left-color-hover-orange-8:hover,.border-left-color-focus-orange-8[data-focused=true],.border-left-color-focus-orange-8:focus,.border-left-color-focus-orange-8:focus-within,.border-left-color-active-orange-8[data-selected=true],.border-left-color-active-orange-8:active{border-left-color:var(--color-orange-8)}.border-left-color-orange-9,.border-left-color-hover-orange-9:hover,.border-left-color-focus-orange-9[data-focused=true],.border-left-color-focus-orange-9:focus,.border-left-color-focus-orange-9:focus-within,.border-left-color-active-orange-9[data-selected=true],.border-left-color-active-orange-9:active{border-left-color:var(--color-orange-9)}.border-left-color-orange-10,.border-left-color-hover-orange-10:hover,.border-left-color-focus-orange-10[data-focused=true],.border-left-color-focus-orange-10:focus,.border-left-color-focus-orange-10:focus-within,.border-left-color-active-orange-10[data-selected=true],.border-left-color-active-orange-10:active{border-left-color:var(--color-orange-10)}.border-left-color-amber-0,.border-left-color-hover-amber-0:hover,.border-left-color-focus-amber-0[data-focused=true],.border-left-color-focus-amber-0:focus,.border-left-color-focus-amber-0:focus-within,.border-left-color-active-amber-0[data-selected=true],.border-left-color-active-amber-0:active{border-left-color:var(--color-amber-0)}.border-left-color-amber-1,.border-left-color-hover-amber-1:hover,.border-left-color-focus-amber-1[data-focused=true],.border-left-color-focus-amber-1:focus,.border-left-color-focus-amber-1:focus-within,.border-left-color-active-amber-1[data-selected=true],.border-left-color-active-amber-1:active{border-left-color:var(--color-amber-1)}.border-left-color-amber-2,.border-left-color-hover-amber-2:hover,.border-left-color-focus-amber-2[data-focused=true],.border-left-color-focus-amber-2:focus,.border-left-color-focus-amber-2:focus-within,.border-left-color-active-amber-2[data-selected=true],.border-left-color-active-amber-2:active{border-left-color:var(--color-amber-2)}.border-left-color-amber-3,.border-left-color-hover-amber-3:hover,.border-left-color-focus-amber-3[data-focused=true],.border-left-color-focus-amber-3:focus,.border-left-color-focus-amber-3:focus-within,.border-left-color-active-amber-3[data-selected=true],.border-left-color-active-amber-3:active{border-left-color:var(--color-amber-3)}.border-left-color-amber-4,.border-left-color-hover-amber-4:hover,.border-left-color-focus-amber-4[data-focused=true],.border-left-color-focus-amber-4:focus,.border-left-color-focus-amber-4:focus-within,.border-left-color-active-amber-4[data-selected=true],.border-left-color-active-amber-4:active{border-left-color:var(--color-amber-4)}.border-left-color-amber-5,.border-left-color-hover-amber-5:hover,.border-left-color-focus-amber-5[data-focused=true],.border-left-color-focus-amber-5:focus,.border-left-color-focus-amber-5:focus-within,.border-left-color-active-amber-5[data-selected=true],.border-left-color-active-amber-5:active{border-left-color:var(--color-amber-5)}.border-left-color-amber-6,.border-left-color-hover-amber-6:hover,.border-left-color-focus-amber-6[data-focused=true],.border-left-color-focus-amber-6:focus,.border-left-color-focus-amber-6:focus-within,.border-left-color-active-amber-6[data-selected=true],.border-left-color-active-amber-6:active{border-left-color:var(--color-amber-6)}.border-left-color-amber-7,.border-left-color-hover-amber-7:hover,.border-left-color-focus-amber-7[data-focused=true],.border-left-color-focus-amber-7:focus,.border-left-color-focus-amber-7:focus-within,.border-left-color-active-amber-7[data-selected=true],.border-left-color-active-amber-7:active{border-left-color:var(--color-amber-7)}.border-left-color-amber-8,.border-left-color-hover-amber-8:hover,.border-left-color-focus-amber-8[data-focused=true],.border-left-color-focus-amber-8:focus,.border-left-color-focus-amber-8:focus-within,.border-left-color-active-amber-8[data-selected=true],.border-left-color-active-amber-8:active{border-left-color:var(--color-amber-8)}.border-left-color-amber-9,.border-left-color-hover-amber-9:hover,.border-left-color-focus-amber-9[data-focused=true],.border-left-color-focus-amber-9:focus,.border-left-color-focus-amber-9:focus-within,.border-left-color-active-amber-9[data-selected=true],.border-left-color-active-amber-9:active{border-left-color:var(--color-amber-9)}.border-left-color-amber-10,.border-left-color-hover-amber-10:hover,.border-left-color-focus-amber-10[data-focused=true],.border-left-color-focus-amber-10:focus,.border-left-color-focus-amber-10:focus-within,.border-left-color-active-amber-10[data-selected=true],.border-left-color-active-amber-10:active{border-left-color:var(--color-amber-10)}.border-left-color-yellow-0,.border-left-color-hover-yellow-0:hover,.border-left-color-focus-yellow-0[data-focused=true],.border-left-color-focus-yellow-0:focus,.border-left-color-focus-yellow-0:focus-within,.border-left-color-active-yellow-0[data-selected=true],.border-left-color-active-yellow-0:active{border-left-color:var(--color-yellow-0)}.border-left-color-yellow-1,.border-left-color-hover-yellow-1:hover,.border-left-color-focus-yellow-1[data-focused=true],.border-left-color-focus-yellow-1:focus,.border-left-color-focus-yellow-1:focus-within,.border-left-color-active-yellow-1[data-selected=true],.border-left-color-active-yellow-1:active{border-left-color:var(--color-yellow-1)}.border-left-color-yellow-2,.border-left-color-hover-yellow-2:hover,.border-left-color-focus-yellow-2[data-focused=true],.border-left-color-focus-yellow-2:focus,.border-left-color-focus-yellow-2:focus-within,.border-left-color-active-yellow-2[data-selected=true],.border-left-color-active-yellow-2:active{border-left-color:var(--color-yellow-2)}.border-left-color-yellow-3,.border-left-color-hover-yellow-3:hover,.border-left-color-focus-yellow-3[data-focused=true],.border-left-color-focus-yellow-3:focus,.border-left-color-focus-yellow-3:focus-within,.border-left-color-active-yellow-3[data-selected=true],.border-left-color-active-yellow-3:active{border-left-color:var(--color-yellow-3)}.border-left-color-yellow-4,.border-left-color-hover-yellow-4:hover,.border-left-color-focus-yellow-4[data-focused=true],.border-left-color-focus-yellow-4:focus,.border-left-color-focus-yellow-4:focus-within,.border-left-color-active-yellow-4[data-selected=true],.border-left-color-active-yellow-4:active{border-left-color:var(--color-yellow-4)}.border-left-color-yellow-5,.border-left-color-hover-yellow-5:hover,.border-left-color-focus-yellow-5[data-focused=true],.border-left-color-focus-yellow-5:focus,.border-left-color-focus-yellow-5:focus-within,.border-left-color-active-yellow-5[data-selected=true],.border-left-color-active-yellow-5:active{border-left-color:var(--color-yellow-5)}.border-left-color-yellow-6,.border-left-color-hover-yellow-6:hover,.border-left-color-focus-yellow-6[data-focused=true],.border-left-color-focus-yellow-6:focus,.border-left-color-focus-yellow-6:focus-within,.border-left-color-active-yellow-6[data-selected=true],.border-left-color-active-yellow-6:active{border-left-color:var(--color-yellow-6)}.border-left-color-yellow-7,.border-left-color-hover-yellow-7:hover,.border-left-color-focus-yellow-7[data-focused=true],.border-left-color-focus-yellow-7:focus,.border-left-color-focus-yellow-7:focus-within,.border-left-color-active-yellow-7[data-selected=true],.border-left-color-active-yellow-7:active{border-left-color:var(--color-yellow-7)}.border-left-color-yellow-8,.border-left-color-hover-yellow-8:hover,.border-left-color-focus-yellow-8[data-focused=true],.border-left-color-focus-yellow-8:focus,.border-left-color-focus-yellow-8:focus-within,.border-left-color-active-yellow-8[data-selected=true],.border-left-color-active-yellow-8:active{border-left-color:var(--color-yellow-8)}.border-left-color-yellow-9,.border-left-color-hover-yellow-9:hover,.border-left-color-focus-yellow-9[data-focused=true],.border-left-color-focus-yellow-9:focus,.border-left-color-focus-yellow-9:focus-within,.border-left-color-active-yellow-9[data-selected=true],.border-left-color-active-yellow-9:active{border-left-color:var(--color-yellow-9)}.border-left-color-yellow-10,.border-left-color-hover-yellow-10:hover,.border-left-color-focus-yellow-10[data-focused=true],.border-left-color-focus-yellow-10:focus,.border-left-color-focus-yellow-10:focus-within,.border-left-color-active-yellow-10[data-selected=true],.border-left-color-active-yellow-10:active{border-left-color:var(--color-yellow-10)}.border-left-color-lime-0,.border-left-color-hover-lime-0:hover,.border-left-color-focus-lime-0[data-focused=true],.border-left-color-focus-lime-0:focus,.border-left-color-focus-lime-0:focus-within,.border-left-color-active-lime-0[data-selected=true],.border-left-color-active-lime-0:active{border-left-color:var(--color-lime-0)}.border-left-color-lime-1,.border-left-color-hover-lime-1:hover,.border-left-color-focus-lime-1[data-focused=true],.border-left-color-focus-lime-1:focus,.border-left-color-focus-lime-1:focus-within,.border-left-color-active-lime-1[data-selected=true],.border-left-color-active-lime-1:active{border-left-color:var(--color-lime-1)}.border-left-color-lime-2,.border-left-color-hover-lime-2:hover,.border-left-color-focus-lime-2[data-focused=true],.border-left-color-focus-lime-2:focus,.border-left-color-focus-lime-2:focus-within,.border-left-color-active-lime-2[data-selected=true],.border-left-color-active-lime-2:active{border-left-color:var(--color-lime-2)}.border-left-color-lime-3,.border-left-color-hover-lime-3:hover,.border-left-color-focus-lime-3[data-focused=true],.border-left-color-focus-lime-3:focus,.border-left-color-focus-lime-3:focus-within,.border-left-color-active-lime-3[data-selected=true],.border-left-color-active-lime-3:active{border-left-color:var(--color-lime-3)}.border-left-color-lime-4,.border-left-color-hover-lime-4:hover,.border-left-color-focus-lime-4[data-focused=true],.border-left-color-focus-lime-4:focus,.border-left-color-focus-lime-4:focus-within,.border-left-color-active-lime-4[data-selected=true],.border-left-color-active-lime-4:active{border-left-color:var(--color-lime-4)}.border-left-color-lime-5,.border-left-color-hover-lime-5:hover,.border-left-color-focus-lime-5[data-focused=true],.border-left-color-focus-lime-5:focus,.border-left-color-focus-lime-5:focus-within,.border-left-color-active-lime-5[data-selected=true],.border-left-color-active-lime-5:active{border-left-color:var(--color-lime-5)}.border-left-color-lime-6,.border-left-color-hover-lime-6:hover,.border-left-color-focus-lime-6[data-focused=true],.border-left-color-focus-lime-6:focus,.border-left-color-focus-lime-6:focus-within,.border-left-color-active-lime-6[data-selected=true],.border-left-color-active-lime-6:active{border-left-color:var(--color-lime-6)}.border-left-color-lime-7,.border-left-color-hover-lime-7:hover,.border-left-color-focus-lime-7[data-focused=true],.border-left-color-focus-lime-7:focus,.border-left-color-focus-lime-7:focus-within,.border-left-color-active-lime-7[data-selected=true],.border-left-color-active-lime-7:active{border-left-color:var(--color-lime-7)}.border-left-color-lime-8,.border-left-color-hover-lime-8:hover,.border-left-color-focus-lime-8[data-focused=true],.border-left-color-focus-lime-8:focus,.border-left-color-focus-lime-8:focus-within,.border-left-color-active-lime-8[data-selected=true],.border-left-color-active-lime-8:active{border-left-color:var(--color-lime-8)}.border-left-color-lime-9,.border-left-color-hover-lime-9:hover,.border-left-color-focus-lime-9[data-focused=true],.border-left-color-focus-lime-9:focus,.border-left-color-focus-lime-9:focus-within,.border-left-color-active-lime-9[data-selected=true],.border-left-color-active-lime-9:active{border-left-color:var(--color-lime-9)}.border-left-color-lime-10,.border-left-color-hover-lime-10:hover,.border-left-color-focus-lime-10[data-focused=true],.border-left-color-focus-lime-10:focus,.border-left-color-focus-lime-10:focus-within,.border-left-color-active-lime-10[data-selected=true],.border-left-color-active-lime-10:active{border-left-color:var(--color-lime-10)}.border-left-color-green-0,.border-left-color-hover-green-0:hover,.border-left-color-focus-green-0[data-focused=true],.border-left-color-focus-green-0:focus,.border-left-color-focus-green-0:focus-within,.border-left-color-active-green-0[data-selected=true],.border-left-color-active-green-0:active{border-left-color:var(--color-green-0)}.border-left-color-green-1,.border-left-color-hover-green-1:hover,.border-left-color-focus-green-1[data-focused=true],.border-left-color-focus-green-1:focus,.border-left-color-focus-green-1:focus-within,.border-left-color-active-green-1[data-selected=true],.border-left-color-active-green-1:active{border-left-color:var(--color-green-1)}.border-left-color-green-2,.border-left-color-hover-green-2:hover,.border-left-color-focus-green-2[data-focused=true],.border-left-color-focus-green-2:focus,.border-left-color-focus-green-2:focus-within,.border-left-color-active-green-2[data-selected=true],.border-left-color-active-green-2:active{border-left-color:var(--color-green-2)}.border-left-color-green-3,.border-left-color-hover-green-3:hover,.border-left-color-focus-green-3[data-focused=true],.border-left-color-focus-green-3:focus,.border-left-color-focus-green-3:focus-within,.border-left-color-active-green-3[data-selected=true],.border-left-color-active-green-3:active{border-left-color:var(--color-green-3)}.border-left-color-green-4,.border-left-color-hover-green-4:hover,.border-left-color-focus-green-4[data-focused=true],.border-left-color-focus-green-4:focus,.border-left-color-focus-green-4:focus-within,.border-left-color-active-green-4[data-selected=true],.border-left-color-active-green-4:active{border-left-color:var(--color-green-4)}.border-left-color-green-5,.border-left-color-hover-green-5:hover,.border-left-color-focus-green-5[data-focused=true],.border-left-color-focus-green-5:focus,.border-left-color-focus-green-5:focus-within,.border-left-color-active-green-5[data-selected=true],.border-left-color-active-green-5:active{border-left-color:var(--color-green-5)}.border-left-color-green-6,.border-left-color-hover-green-6:hover,.border-left-color-focus-green-6[data-focused=true],.border-left-color-focus-green-6:focus,.border-left-color-focus-green-6:focus-within,.border-left-color-active-green-6[data-selected=true],.border-left-color-active-green-6:active{border-left-color:var(--color-green-6)}.border-left-color-green-7,.border-left-color-hover-green-7:hover,.border-left-color-focus-green-7[data-focused=true],.border-left-color-focus-green-7:focus,.border-left-color-focus-green-7:focus-within,.border-left-color-active-green-7[data-selected=true],.border-left-color-active-green-7:active{border-left-color:var(--color-green-7)}.border-left-color-green-8,.border-left-color-hover-green-8:hover,.border-left-color-focus-green-8[data-focused=true],.border-left-color-focus-green-8:focus,.border-left-color-focus-green-8:focus-within,.border-left-color-active-green-8[data-selected=true],.border-left-color-active-green-8:active{border-left-color:var(--color-green-8)}.border-left-color-green-9,.border-left-color-hover-green-9:hover,.border-left-color-focus-green-9[data-focused=true],.border-left-color-focus-green-9:focus,.border-left-color-focus-green-9:focus-within,.border-left-color-active-green-9[data-selected=true],.border-left-color-active-green-9:active{border-left-color:var(--color-green-9)}.border-left-color-green-10,.border-left-color-hover-green-10:hover,.border-left-color-focus-green-10[data-focused=true],.border-left-color-focus-green-10:focus,.border-left-color-focus-green-10:focus-within,.border-left-color-active-green-10[data-selected=true],.border-left-color-active-green-10:active{border-left-color:var(--color-green-10)}.border-left-color-emerald-0,.border-left-color-hover-emerald-0:hover,.border-left-color-focus-emerald-0[data-focused=true],.border-left-color-focus-emerald-0:focus,.border-left-color-focus-emerald-0:focus-within,.border-left-color-active-emerald-0[data-selected=true],.border-left-color-active-emerald-0:active{border-left-color:var(--color-emerald-0)}.border-left-color-emerald-1,.border-left-color-hover-emerald-1:hover,.border-left-color-focus-emerald-1[data-focused=true],.border-left-color-focus-emerald-1:focus,.border-left-color-focus-emerald-1:focus-within,.border-left-color-active-emerald-1[data-selected=true],.border-left-color-active-emerald-1:active{border-left-color:var(--color-emerald-1)}.border-left-color-emerald-2,.border-left-color-hover-emerald-2:hover,.border-left-color-focus-emerald-2[data-focused=true],.border-left-color-focus-emerald-2:focus,.border-left-color-focus-emerald-2:focus-within,.border-left-color-active-emerald-2[data-selected=true],.border-left-color-active-emerald-2:active{border-left-color:var(--color-emerald-2)}.border-left-color-emerald-3,.border-left-color-hover-emerald-3:hover,.border-left-color-focus-emerald-3[data-focused=true],.border-left-color-focus-emerald-3:focus,.border-left-color-focus-emerald-3:focus-within,.border-left-color-active-emerald-3[data-selected=true],.border-left-color-active-emerald-3:active{border-left-color:var(--color-emerald-3)}.border-left-color-emerald-4,.border-left-color-hover-emerald-4:hover,.border-left-color-focus-emerald-4[data-focused=true],.border-left-color-focus-emerald-4:focus,.border-left-color-focus-emerald-4:focus-within,.border-left-color-active-emerald-4[data-selected=true],.border-left-color-active-emerald-4:active{border-left-color:var(--color-emerald-4)}.border-left-color-emerald-5,.border-left-color-hover-emerald-5:hover,.border-left-color-focus-emerald-5[data-focused=true],.border-left-color-focus-emerald-5:focus,.border-left-color-focus-emerald-5:focus-within,.border-left-color-active-emerald-5[data-selected=true],.border-left-color-active-emerald-5:active{border-left-color:var(--color-emerald-5)}.border-left-color-emerald-6,.border-left-color-hover-emerald-6:hover,.border-left-color-focus-emerald-6[data-focused=true],.border-left-color-focus-emerald-6:focus,.border-left-color-focus-emerald-6:focus-within,.border-left-color-active-emerald-6[data-selected=true],.border-left-color-active-emerald-6:active{border-left-color:var(--color-emerald-6)}.border-left-color-emerald-7,.border-left-color-hover-emerald-7:hover,.border-left-color-focus-emerald-7[data-focused=true],.border-left-color-focus-emerald-7:focus,.border-left-color-focus-emerald-7:focus-within,.border-left-color-active-emerald-7[data-selected=true],.border-left-color-active-emerald-7:active{border-left-color:var(--color-emerald-7)}.border-left-color-emerald-8,.border-left-color-hover-emerald-8:hover,.border-left-color-focus-emerald-8[data-focused=true],.border-left-color-focus-emerald-8:focus,.border-left-color-focus-emerald-8:focus-within,.border-left-color-active-emerald-8[data-selected=true],.border-left-color-active-emerald-8:active{border-left-color:var(--color-emerald-8)}.border-left-color-emerald-9,.border-left-color-hover-emerald-9:hover,.border-left-color-focus-emerald-9[data-focused=true],.border-left-color-focus-emerald-9:focus,.border-left-color-focus-emerald-9:focus-within,.border-left-color-active-emerald-9[data-selected=true],.border-left-color-active-emerald-9:active{border-left-color:var(--color-emerald-9)}.border-left-color-emerald-10,.border-left-color-hover-emerald-10:hover,.border-left-color-focus-emerald-10[data-focused=true],.border-left-color-focus-emerald-10:focus,.border-left-color-focus-emerald-10:focus-within,.border-left-color-active-emerald-10[data-selected=true],.border-left-color-active-emerald-10:active{border-left-color:var(--color-emerald-10)}.border-left-color-teal-0,.border-left-color-hover-teal-0:hover,.border-left-color-focus-teal-0[data-focused=true],.border-left-color-focus-teal-0:focus,.border-left-color-focus-teal-0:focus-within,.border-left-color-active-teal-0[data-selected=true],.border-left-color-active-teal-0:active{border-left-color:var(--color-teal-0)}.border-left-color-teal-1,.border-left-color-hover-teal-1:hover,.border-left-color-focus-teal-1[data-focused=true],.border-left-color-focus-teal-1:focus,.border-left-color-focus-teal-1:focus-within,.border-left-color-active-teal-1[data-selected=true],.border-left-color-active-teal-1:active{border-left-color:var(--color-teal-1)}.border-left-color-teal-2,.border-left-color-hover-teal-2:hover,.border-left-color-focus-teal-2[data-focused=true],.border-left-color-focus-teal-2:focus,.border-left-color-focus-teal-2:focus-within,.border-left-color-active-teal-2[data-selected=true],.border-left-color-active-teal-2:active{border-left-color:var(--color-teal-2)}.border-left-color-teal-3,.border-left-color-hover-teal-3:hover,.border-left-color-focus-teal-3[data-focused=true],.border-left-color-focus-teal-3:focus,.border-left-color-focus-teal-3:focus-within,.border-left-color-active-teal-3[data-selected=true],.border-left-color-active-teal-3:active{border-left-color:var(--color-teal-3)}.border-left-color-teal-4,.border-left-color-hover-teal-4:hover,.border-left-color-focus-teal-4[data-focused=true],.border-left-color-focus-teal-4:focus,.border-left-color-focus-teal-4:focus-within,.border-left-color-active-teal-4[data-selected=true],.border-left-color-active-teal-4:active{border-left-color:var(--color-teal-4)}.border-left-color-teal-5,.border-left-color-hover-teal-5:hover,.border-left-color-focus-teal-5[data-focused=true],.border-left-color-focus-teal-5:focus,.border-left-color-focus-teal-5:focus-within,.border-left-color-active-teal-5[data-selected=true],.border-left-color-active-teal-5:active{border-left-color:var(--color-teal-5)}.border-left-color-teal-6,.border-left-color-hover-teal-6:hover,.border-left-color-focus-teal-6[data-focused=true],.border-left-color-focus-teal-6:focus,.border-left-color-focus-teal-6:focus-within,.border-left-color-active-teal-6[data-selected=true],.border-left-color-active-teal-6:active{border-left-color:var(--color-teal-6)}.border-left-color-teal-7,.border-left-color-hover-teal-7:hover,.border-left-color-focus-teal-7[data-focused=true],.border-left-color-focus-teal-7:focus,.border-left-color-focus-teal-7:focus-within,.border-left-color-active-teal-7[data-selected=true],.border-left-color-active-teal-7:active{border-left-color:var(--color-teal-7)}.border-left-color-teal-8,.border-left-color-hover-teal-8:hover,.border-left-color-focus-teal-8[data-focused=true],.border-left-color-focus-teal-8:focus,.border-left-color-focus-teal-8:focus-within,.border-left-color-active-teal-8[data-selected=true],.border-left-color-active-teal-8:active{border-left-color:var(--color-teal-8)}.border-left-color-teal-9,.border-left-color-hover-teal-9:hover,.border-left-color-focus-teal-9[data-focused=true],.border-left-color-focus-teal-9:focus,.border-left-color-focus-teal-9:focus-within,.border-left-color-active-teal-9[data-selected=true],.border-left-color-active-teal-9:active{border-left-color:var(--color-teal-9)}.border-left-color-teal-10,.border-left-color-hover-teal-10:hover,.border-left-color-focus-teal-10[data-focused=true],.border-left-color-focus-teal-10:focus,.border-left-color-focus-teal-10:focus-within,.border-left-color-active-teal-10[data-selected=true],.border-left-color-active-teal-10:active{border-left-color:var(--color-teal-10)}.border-left-color-cyan-0,.border-left-color-hover-cyan-0:hover,.border-left-color-focus-cyan-0[data-focused=true],.border-left-color-focus-cyan-0:focus,.border-left-color-focus-cyan-0:focus-within,.border-left-color-active-cyan-0[data-selected=true],.border-left-color-active-cyan-0:active{border-left-color:var(--color-cyan-0)}.border-left-color-cyan-1,.border-left-color-hover-cyan-1:hover,.border-left-color-focus-cyan-1[data-focused=true],.border-left-color-focus-cyan-1:focus,.border-left-color-focus-cyan-1:focus-within,.border-left-color-active-cyan-1[data-selected=true],.border-left-color-active-cyan-1:active{border-left-color:var(--color-cyan-1)}.border-left-color-cyan-2,.border-left-color-hover-cyan-2:hover,.border-left-color-focus-cyan-2[data-focused=true],.border-left-color-focus-cyan-2:focus,.border-left-color-focus-cyan-2:focus-within,.border-left-color-active-cyan-2[data-selected=true],.border-left-color-active-cyan-2:active{border-left-color:var(--color-cyan-2)}.border-left-color-cyan-3,.border-left-color-hover-cyan-3:hover,.border-left-color-focus-cyan-3[data-focused=true],.border-left-color-focus-cyan-3:focus,.border-left-color-focus-cyan-3:focus-within,.border-left-color-active-cyan-3[data-selected=true],.border-left-color-active-cyan-3:active{border-left-color:var(--color-cyan-3)}.border-left-color-cyan-4,.border-left-color-hover-cyan-4:hover,.border-left-color-focus-cyan-4[data-focused=true],.border-left-color-focus-cyan-4:focus,.border-left-color-focus-cyan-4:focus-within,.border-left-color-active-cyan-4[data-selected=true],.border-left-color-active-cyan-4:active{border-left-color:var(--color-cyan-4)}.border-left-color-cyan-5,.border-left-color-hover-cyan-5:hover,.border-left-color-focus-cyan-5[data-focused=true],.border-left-color-focus-cyan-5:focus,.border-left-color-focus-cyan-5:focus-within,.border-left-color-active-cyan-5[data-selected=true],.border-left-color-active-cyan-5:active{border-left-color:var(--color-cyan-5)}.border-left-color-cyan-6,.border-left-color-hover-cyan-6:hover,.border-left-color-focus-cyan-6[data-focused=true],.border-left-color-focus-cyan-6:focus,.border-left-color-focus-cyan-6:focus-within,.border-left-color-active-cyan-6[data-selected=true],.border-left-color-active-cyan-6:active{border-left-color:var(--color-cyan-6)}.border-left-color-cyan-7,.border-left-color-hover-cyan-7:hover,.border-left-color-focus-cyan-7[data-focused=true],.border-left-color-focus-cyan-7:focus,.border-left-color-focus-cyan-7:focus-within,.border-left-color-active-cyan-7[data-selected=true],.border-left-color-active-cyan-7:active{border-left-color:var(--color-cyan-7)}.border-left-color-cyan-8,.border-left-color-hover-cyan-8:hover,.border-left-color-focus-cyan-8[data-focused=true],.border-left-color-focus-cyan-8:focus,.border-left-color-focus-cyan-8:focus-within,.border-left-color-active-cyan-8[data-selected=true],.border-left-color-active-cyan-8:active{border-left-color:var(--color-cyan-8)}.border-left-color-cyan-9,.border-left-color-hover-cyan-9:hover,.border-left-color-focus-cyan-9[data-focused=true],.border-left-color-focus-cyan-9:focus,.border-left-color-focus-cyan-9:focus-within,.border-left-color-active-cyan-9[data-selected=true],.border-left-color-active-cyan-9:active{border-left-color:var(--color-cyan-9)}.border-left-color-cyan-10,.border-left-color-hover-cyan-10:hover,.border-left-color-focus-cyan-10[data-focused=true],.border-left-color-focus-cyan-10:focus,.border-left-color-focus-cyan-10:focus-within,.border-left-color-active-cyan-10[data-selected=true],.border-left-color-active-cyan-10:active{border-left-color:var(--color-cyan-10)}.border-left-color-sky-0,.border-left-color-hover-sky-0:hover,.border-left-color-focus-sky-0[data-focused=true],.border-left-color-focus-sky-0:focus,.border-left-color-focus-sky-0:focus-within,.border-left-color-active-sky-0[data-selected=true],.border-left-color-active-sky-0:active{border-left-color:var(--color-sky-0)}.border-left-color-sky-1,.border-left-color-hover-sky-1:hover,.border-left-color-focus-sky-1[data-focused=true],.border-left-color-focus-sky-1:focus,.border-left-color-focus-sky-1:focus-within,.border-left-color-active-sky-1[data-selected=true],.border-left-color-active-sky-1:active{border-left-color:var(--color-sky-1)}.border-left-color-sky-2,.border-left-color-hover-sky-2:hover,.border-left-color-focus-sky-2[data-focused=true],.border-left-color-focus-sky-2:focus,.border-left-color-focus-sky-2:focus-within,.border-left-color-active-sky-2[data-selected=true],.border-left-color-active-sky-2:active{border-left-color:var(--color-sky-2)}.border-left-color-sky-3,.border-left-color-hover-sky-3:hover,.border-left-color-focus-sky-3[data-focused=true],.border-left-color-focus-sky-3:focus,.border-left-color-focus-sky-3:focus-within,.border-left-color-active-sky-3[data-selected=true],.border-left-color-active-sky-3:active{border-left-color:var(--color-sky-3)}.border-left-color-sky-4,.border-left-color-hover-sky-4:hover,.border-left-color-focus-sky-4[data-focused=true],.border-left-color-focus-sky-4:focus,.border-left-color-focus-sky-4:focus-within,.border-left-color-active-sky-4[data-selected=true],.border-left-color-active-sky-4:active{border-left-color:var(--color-sky-4)}.border-left-color-sky-5,.border-left-color-hover-sky-5:hover,.border-left-color-focus-sky-5[data-focused=true],.border-left-color-focus-sky-5:focus,.border-left-color-focus-sky-5:focus-within,.border-left-color-active-sky-5[data-selected=true],.border-left-color-active-sky-5:active{border-left-color:var(--color-sky-5)}.border-left-color-sky-6,.border-left-color-hover-sky-6:hover,.border-left-color-focus-sky-6[data-focused=true],.border-left-color-focus-sky-6:focus,.border-left-color-focus-sky-6:focus-within,.border-left-color-active-sky-6[data-selected=true],.border-left-color-active-sky-6:active{border-left-color:var(--color-sky-6)}.border-left-color-sky-7,.border-left-color-hover-sky-7:hover,.border-left-color-focus-sky-7[data-focused=true],.border-left-color-focus-sky-7:focus,.border-left-color-focus-sky-7:focus-within,.border-left-color-active-sky-7[data-selected=true],.border-left-color-active-sky-7:active{border-left-color:var(--color-sky-7)}.border-left-color-sky-8,.border-left-color-hover-sky-8:hover,.border-left-color-focus-sky-8[data-focused=true],.border-left-color-focus-sky-8:focus,.border-left-color-focus-sky-8:focus-within,.border-left-color-active-sky-8[data-selected=true],.border-left-color-active-sky-8:active{border-left-color:var(--color-sky-8)}.border-left-color-sky-9,.border-left-color-hover-sky-9:hover,.border-left-color-focus-sky-9[data-focused=true],.border-left-color-focus-sky-9:focus,.border-left-color-focus-sky-9:focus-within,.border-left-color-active-sky-9[data-selected=true],.border-left-color-active-sky-9:active{border-left-color:var(--color-sky-9)}.border-left-color-sky-10,.border-left-color-hover-sky-10:hover,.border-left-color-focus-sky-10[data-focused=true],.border-left-color-focus-sky-10:focus,.border-left-color-focus-sky-10:focus-within,.border-left-color-active-sky-10[data-selected=true],.border-left-color-active-sky-10:active{border-left-color:var(--color-sky-10)}.border-left-color-blue-0,.border-left-color-hover-blue-0:hover,.border-left-color-focus-blue-0[data-focused=true],.border-left-color-focus-blue-0:focus,.border-left-color-focus-blue-0:focus-within,.border-left-color-active-blue-0[data-selected=true],.border-left-color-active-blue-0:active{border-left-color:var(--color-blue-0)}.border-left-color-blue-1,.border-left-color-hover-blue-1:hover,.border-left-color-focus-blue-1[data-focused=true],.border-left-color-focus-blue-1:focus,.border-left-color-focus-blue-1:focus-within,.border-left-color-active-blue-1[data-selected=true],.border-left-color-active-blue-1:active{border-left-color:var(--color-blue-1)}.border-left-color-blue-2,.border-left-color-hover-blue-2:hover,.border-left-color-focus-blue-2[data-focused=true],.border-left-color-focus-blue-2:focus,.border-left-color-focus-blue-2:focus-within,.border-left-color-active-blue-2[data-selected=true],.border-left-color-active-blue-2:active{border-left-color:var(--color-blue-2)}.border-left-color-blue-3,.border-left-color-hover-blue-3:hover,.border-left-color-focus-blue-3[data-focused=true],.border-left-color-focus-blue-3:focus,.border-left-color-focus-blue-3:focus-within,.border-left-color-active-blue-3[data-selected=true],.border-left-color-active-blue-3:active{border-left-color:var(--color-blue-3)}.border-left-color-blue-4,.border-left-color-hover-blue-4:hover,.border-left-color-focus-blue-4[data-focused=true],.border-left-color-focus-blue-4:focus,.border-left-color-focus-blue-4:focus-within,.border-left-color-active-blue-4[data-selected=true],.border-left-color-active-blue-4:active{border-left-color:var(--color-blue-4)}.border-left-color-blue-5,.border-left-color-hover-blue-5:hover,.border-left-color-focus-blue-5[data-focused=true],.border-left-color-focus-blue-5:focus,.border-left-color-focus-blue-5:focus-within,.border-left-color-active-blue-5[data-selected=true],.border-left-color-active-blue-5:active{border-left-color:var(--color-blue-5)}.border-left-color-blue-6,.border-left-color-hover-blue-6:hover,.border-left-color-focus-blue-6[data-focused=true],.border-left-color-focus-blue-6:focus,.border-left-color-focus-blue-6:focus-within,.border-left-color-active-blue-6[data-selected=true],.border-left-color-active-blue-6:active{border-left-color:var(--color-blue-6)}.border-left-color-blue-7,.border-left-color-hover-blue-7:hover,.border-left-color-focus-blue-7[data-focused=true],.border-left-color-focus-blue-7:focus,.border-left-color-focus-blue-7:focus-within,.border-left-color-active-blue-7[data-selected=true],.border-left-color-active-blue-7:active{border-left-color:var(--color-blue-7)}.border-left-color-blue-8,.border-left-color-hover-blue-8:hover,.border-left-color-focus-blue-8[data-focused=true],.border-left-color-focus-blue-8:focus,.border-left-color-focus-blue-8:focus-within,.border-left-color-active-blue-8[data-selected=true],.border-left-color-active-blue-8:active{border-left-color:var(--color-blue-8)}.border-left-color-blue-9,.border-left-color-hover-blue-9:hover,.border-left-color-focus-blue-9[data-focused=true],.border-left-color-focus-blue-9:focus,.border-left-color-focus-blue-9:focus-within,.border-left-color-active-blue-9[data-selected=true],.border-left-color-active-blue-9:active{border-left-color:var(--color-blue-9)}.border-left-color-blue-10,.border-left-color-hover-blue-10:hover,.border-left-color-focus-blue-10[data-focused=true],.border-left-color-focus-blue-10:focus,.border-left-color-focus-blue-10:focus-within,.border-left-color-active-blue-10[data-selected=true],.border-left-color-active-blue-10:active{border-left-color:var(--color-blue-10)}.border-left-color-indigo-0,.border-left-color-hover-indigo-0:hover,.border-left-color-focus-indigo-0[data-focused=true],.border-left-color-focus-indigo-0:focus,.border-left-color-focus-indigo-0:focus-within,.border-left-color-active-indigo-0[data-selected=true],.border-left-color-active-indigo-0:active{border-left-color:var(--color-indigo-0)}.border-left-color-indigo-1,.border-left-color-hover-indigo-1:hover,.border-left-color-focus-indigo-1[data-focused=true],.border-left-color-focus-indigo-1:focus,.border-left-color-focus-indigo-1:focus-within,.border-left-color-active-indigo-1[data-selected=true],.border-left-color-active-indigo-1:active{border-left-color:var(--color-indigo-1)}.border-left-color-indigo-2,.border-left-color-hover-indigo-2:hover,.border-left-color-focus-indigo-2[data-focused=true],.border-left-color-focus-indigo-2:focus,.border-left-color-focus-indigo-2:focus-within,.border-left-color-active-indigo-2[data-selected=true],.border-left-color-active-indigo-2:active{border-left-color:var(--color-indigo-2)}.border-left-color-indigo-3,.border-left-color-hover-indigo-3:hover,.border-left-color-focus-indigo-3[data-focused=true],.border-left-color-focus-indigo-3:focus,.border-left-color-focus-indigo-3:focus-within,.border-left-color-active-indigo-3[data-selected=true],.border-left-color-active-indigo-3:active{border-left-color:var(--color-indigo-3)}.border-left-color-indigo-4,.border-left-color-hover-indigo-4:hover,.border-left-color-focus-indigo-4[data-focused=true],.border-left-color-focus-indigo-4:focus,.border-left-color-focus-indigo-4:focus-within,.border-left-color-active-indigo-4[data-selected=true],.border-left-color-active-indigo-4:active{border-left-color:var(--color-indigo-4)}.border-left-color-indigo-5,.border-left-color-hover-indigo-5:hover,.border-left-color-focus-indigo-5[data-focused=true],.border-left-color-focus-indigo-5:focus,.border-left-color-focus-indigo-5:focus-within,.border-left-color-active-indigo-5[data-selected=true],.border-left-color-active-indigo-5:active{border-left-color:var(--color-indigo-5)}.border-left-color-indigo-6,.border-left-color-hover-indigo-6:hover,.border-left-color-focus-indigo-6[data-focused=true],.border-left-color-focus-indigo-6:focus,.border-left-color-focus-indigo-6:focus-within,.border-left-color-active-indigo-6[data-selected=true],.border-left-color-active-indigo-6:active{border-left-color:var(--color-indigo-6)}.border-left-color-indigo-7,.border-left-color-hover-indigo-7:hover,.border-left-color-focus-indigo-7[data-focused=true],.border-left-color-focus-indigo-7:focus,.border-left-color-focus-indigo-7:focus-within,.border-left-color-active-indigo-7[data-selected=true],.border-left-color-active-indigo-7:active{border-left-color:var(--color-indigo-7)}.border-left-color-indigo-8,.border-left-color-hover-indigo-8:hover,.border-left-color-focus-indigo-8[data-focused=true],.border-left-color-focus-indigo-8:focus,.border-left-color-focus-indigo-8:focus-within,.border-left-color-active-indigo-8[data-selected=true],.border-left-color-active-indigo-8:active{border-left-color:var(--color-indigo-8)}.border-left-color-indigo-9,.border-left-color-hover-indigo-9:hover,.border-left-color-focus-indigo-9[data-focused=true],.border-left-color-focus-indigo-9:focus,.border-left-color-focus-indigo-9:focus-within,.border-left-color-active-indigo-9[data-selected=true],.border-left-color-active-indigo-9:active{border-left-color:var(--color-indigo-9)}.border-left-color-indigo-10,.border-left-color-hover-indigo-10:hover,.border-left-color-focus-indigo-10[data-focused=true],.border-left-color-focus-indigo-10:focus,.border-left-color-focus-indigo-10:focus-within,.border-left-color-active-indigo-10[data-selected=true],.border-left-color-active-indigo-10:active{border-left-color:var(--color-indigo-10)}.border-left-color-violet-0,.border-left-color-hover-violet-0:hover,.border-left-color-focus-violet-0[data-focused=true],.border-left-color-focus-violet-0:focus,.border-left-color-focus-violet-0:focus-within,.border-left-color-active-violet-0[data-selected=true],.border-left-color-active-violet-0:active{border-left-color:var(--color-violet-0)}.border-left-color-violet-1,.border-left-color-hover-violet-1:hover,.border-left-color-focus-violet-1[data-focused=true],.border-left-color-focus-violet-1:focus,.border-left-color-focus-violet-1:focus-within,.border-left-color-active-violet-1[data-selected=true],.border-left-color-active-violet-1:active{border-left-color:var(--color-violet-1)}.border-left-color-violet-2,.border-left-color-hover-violet-2:hover,.border-left-color-focus-violet-2[data-focused=true],.border-left-color-focus-violet-2:focus,.border-left-color-focus-violet-2:focus-within,.border-left-color-active-violet-2[data-selected=true],.border-left-color-active-violet-2:active{border-left-color:var(--color-violet-2)}.border-left-color-violet-3,.border-left-color-hover-violet-3:hover,.border-left-color-focus-violet-3[data-focused=true],.border-left-color-focus-violet-3:focus,.border-left-color-focus-violet-3:focus-within,.border-left-color-active-violet-3[data-selected=true],.border-left-color-active-violet-3:active{border-left-color:var(--color-violet-3)}.border-left-color-violet-4,.border-left-color-hover-violet-4:hover,.border-left-color-focus-violet-4[data-focused=true],.border-left-color-focus-violet-4:focus,.border-left-color-focus-violet-4:focus-within,.border-left-color-active-violet-4[data-selected=true],.border-left-color-active-violet-4:active{border-left-color:var(--color-violet-4)}.border-left-color-violet-5,.border-left-color-hover-violet-5:hover,.border-left-color-focus-violet-5[data-focused=true],.border-left-color-focus-violet-5:focus,.border-left-color-focus-violet-5:focus-within,.border-left-color-active-violet-5[data-selected=true],.border-left-color-active-violet-5:active{border-left-color:var(--color-violet-5)}.border-left-color-violet-6,.border-left-color-hover-violet-6:hover,.border-left-color-focus-violet-6[data-focused=true],.border-left-color-focus-violet-6:focus,.border-left-color-focus-violet-6:focus-within,.border-left-color-active-violet-6[data-selected=true],.border-left-color-active-violet-6:active{border-left-color:var(--color-violet-6)}.border-left-color-violet-7,.border-left-color-hover-violet-7:hover,.border-left-color-focus-violet-7[data-focused=true],.border-left-color-focus-violet-7:focus,.border-left-color-focus-violet-7:focus-within,.border-left-color-active-violet-7[data-selected=true],.border-left-color-active-violet-7:active{border-left-color:var(--color-violet-7)}.border-left-color-violet-8,.border-left-color-hover-violet-8:hover,.border-left-color-focus-violet-8[data-focused=true],.border-left-color-focus-violet-8:focus,.border-left-color-focus-violet-8:focus-within,.border-left-color-active-violet-8[data-selected=true],.border-left-color-active-violet-8:active{border-left-color:var(--color-violet-8)}.border-left-color-violet-9,.border-left-color-hover-violet-9:hover,.border-left-color-focus-violet-9[data-focused=true],.border-left-color-focus-violet-9:focus,.border-left-color-focus-violet-9:focus-within,.border-left-color-active-violet-9[data-selected=true],.border-left-color-active-violet-9:active{border-left-color:var(--color-violet-9)}.border-left-color-violet-10,.border-left-color-hover-violet-10:hover,.border-left-color-focus-violet-10[data-focused=true],.border-left-color-focus-violet-10:focus,.border-left-color-focus-violet-10:focus-within,.border-left-color-active-violet-10[data-selected=true],.border-left-color-active-violet-10:active{border-left-color:var(--color-violet-10)}.border-left-color-purple-0,.border-left-color-hover-purple-0:hover,.border-left-color-focus-purple-0[data-focused=true],.border-left-color-focus-purple-0:focus,.border-left-color-focus-purple-0:focus-within,.border-left-color-active-purple-0[data-selected=true],.border-left-color-active-purple-0:active{border-left-color:var(--color-purple-0)}.border-left-color-purple-1,.border-left-color-hover-purple-1:hover,.border-left-color-focus-purple-1[data-focused=true],.border-left-color-focus-purple-1:focus,.border-left-color-focus-purple-1:focus-within,.border-left-color-active-purple-1[data-selected=true],.border-left-color-active-purple-1:active{border-left-color:var(--color-purple-1)}.border-left-color-purple-2,.border-left-color-hover-purple-2:hover,.border-left-color-focus-purple-2[data-focused=true],.border-left-color-focus-purple-2:focus,.border-left-color-focus-purple-2:focus-within,.border-left-color-active-purple-2[data-selected=true],.border-left-color-active-purple-2:active{border-left-color:var(--color-purple-2)}.border-left-color-purple-3,.border-left-color-hover-purple-3:hover,.border-left-color-focus-purple-3[data-focused=true],.border-left-color-focus-purple-3:focus,.border-left-color-focus-purple-3:focus-within,.border-left-color-active-purple-3[data-selected=true],.border-left-color-active-purple-3:active{border-left-color:var(--color-purple-3)}.border-left-color-purple-4,.border-left-color-hover-purple-4:hover,.border-left-color-focus-purple-4[data-focused=true],.border-left-color-focus-purple-4:focus,.border-left-color-focus-purple-4:focus-within,.border-left-color-active-purple-4[data-selected=true],.border-left-color-active-purple-4:active{border-left-color:var(--color-purple-4)}.border-left-color-purple-5,.border-left-color-hover-purple-5:hover,.border-left-color-focus-purple-5[data-focused=true],.border-left-color-focus-purple-5:focus,.border-left-color-focus-purple-5:focus-within,.border-left-color-active-purple-5[data-selected=true],.border-left-color-active-purple-5:active{border-left-color:var(--color-purple-5)}.border-left-color-purple-6,.border-left-color-hover-purple-6:hover,.border-left-color-focus-purple-6[data-focused=true],.border-left-color-focus-purple-6:focus,.border-left-color-focus-purple-6:focus-within,.border-left-color-active-purple-6[data-selected=true],.border-left-color-active-purple-6:active{border-left-color:var(--color-purple-6)}.border-left-color-purple-7,.border-left-color-hover-purple-7:hover,.border-left-color-focus-purple-7[data-focused=true],.border-left-color-focus-purple-7:focus,.border-left-color-focus-purple-7:focus-within,.border-left-color-active-purple-7[data-selected=true],.border-left-color-active-purple-7:active{border-left-color:var(--color-purple-7)}.border-left-color-purple-8,.border-left-color-hover-purple-8:hover,.border-left-color-focus-purple-8[data-focused=true],.border-left-color-focus-purple-8:focus,.border-left-color-focus-purple-8:focus-within,.border-left-color-active-purple-8[data-selected=true],.border-left-color-active-purple-8:active{border-left-color:var(--color-purple-8)}.border-left-color-purple-9,.border-left-color-hover-purple-9:hover,.border-left-color-focus-purple-9[data-focused=true],.border-left-color-focus-purple-9:focus,.border-left-color-focus-purple-9:focus-within,.border-left-color-active-purple-9[data-selected=true],.border-left-color-active-purple-9:active{border-left-color:var(--color-purple-9)}.border-left-color-purple-10,.border-left-color-hover-purple-10:hover,.border-left-color-focus-purple-10[data-focused=true],.border-left-color-focus-purple-10:focus,.border-left-color-focus-purple-10:focus-within,.border-left-color-active-purple-10[data-selected=true],.border-left-color-active-purple-10:active{border-left-color:var(--color-purple-10)}.border-left-color-fuchsia-0,.border-left-color-hover-fuchsia-0:hover,.border-left-color-focus-fuchsia-0[data-focused=true],.border-left-color-focus-fuchsia-0:focus,.border-left-color-focus-fuchsia-0:focus-within,.border-left-color-active-fuchsia-0[data-selected=true],.border-left-color-active-fuchsia-0:active{border-left-color:var(--color-fuchsia-0)}.border-left-color-fuchsia-1,.border-left-color-hover-fuchsia-1:hover,.border-left-color-focus-fuchsia-1[data-focused=true],.border-left-color-focus-fuchsia-1:focus,.border-left-color-focus-fuchsia-1:focus-within,.border-left-color-active-fuchsia-1[data-selected=true],.border-left-color-active-fuchsia-1:active{border-left-color:var(--color-fuchsia-1)}.border-left-color-fuchsia-2,.border-left-color-hover-fuchsia-2:hover,.border-left-color-focus-fuchsia-2[data-focused=true],.border-left-color-focus-fuchsia-2:focus,.border-left-color-focus-fuchsia-2:focus-within,.border-left-color-active-fuchsia-2[data-selected=true],.border-left-color-active-fuchsia-2:active{border-left-color:var(--color-fuchsia-2)}.border-left-color-fuchsia-3,.border-left-color-hover-fuchsia-3:hover,.border-left-color-focus-fuchsia-3[data-focused=true],.border-left-color-focus-fuchsia-3:focus,.border-left-color-focus-fuchsia-3:focus-within,.border-left-color-active-fuchsia-3[data-selected=true],.border-left-color-active-fuchsia-3:active{border-left-color:var(--color-fuchsia-3)}.border-left-color-fuchsia-4,.border-left-color-hover-fuchsia-4:hover,.border-left-color-focus-fuchsia-4[data-focused=true],.border-left-color-focus-fuchsia-4:focus,.border-left-color-focus-fuchsia-4:focus-within,.border-left-color-active-fuchsia-4[data-selected=true],.border-left-color-active-fuchsia-4:active{border-left-color:var(--color-fuchsia-4)}.border-left-color-fuchsia-5,.border-left-color-hover-fuchsia-5:hover,.border-left-color-focus-fuchsia-5[data-focused=true],.border-left-color-focus-fuchsia-5:focus,.border-left-color-focus-fuchsia-5:focus-within,.border-left-color-active-fuchsia-5[data-selected=true],.border-left-color-active-fuchsia-5:active{border-left-color:var(--color-fuchsia-5)}.border-left-color-fuchsia-6,.border-left-color-hover-fuchsia-6:hover,.border-left-color-focus-fuchsia-6[data-focused=true],.border-left-color-focus-fuchsia-6:focus,.border-left-color-focus-fuchsia-6:focus-within,.border-left-color-active-fuchsia-6[data-selected=true],.border-left-color-active-fuchsia-6:active{border-left-color:var(--color-fuchsia-6)}.border-left-color-fuchsia-7,.border-left-color-hover-fuchsia-7:hover,.border-left-color-focus-fuchsia-7[data-focused=true],.border-left-color-focus-fuchsia-7:focus,.border-left-color-focus-fuchsia-7:focus-within,.border-left-color-active-fuchsia-7[data-selected=true],.border-left-color-active-fuchsia-7:active{border-left-color:var(--color-fuchsia-7)}.border-left-color-fuchsia-8,.border-left-color-hover-fuchsia-8:hover,.border-left-color-focus-fuchsia-8[data-focused=true],.border-left-color-focus-fuchsia-8:focus,.border-left-color-focus-fuchsia-8:focus-within,.border-left-color-active-fuchsia-8[data-selected=true],.border-left-color-active-fuchsia-8:active{border-left-color:var(--color-fuchsia-8)}.border-left-color-fuchsia-9,.border-left-color-hover-fuchsia-9:hover,.border-left-color-focus-fuchsia-9[data-focused=true],.border-left-color-focus-fuchsia-9:focus,.border-left-color-focus-fuchsia-9:focus-within,.border-left-color-active-fuchsia-9[data-selected=true],.border-left-color-active-fuchsia-9:active{border-left-color:var(--color-fuchsia-9)}.border-left-color-fuchsia-10,.border-left-color-hover-fuchsia-10:hover,.border-left-color-focus-fuchsia-10[data-focused=true],.border-left-color-focus-fuchsia-10:focus,.border-left-color-focus-fuchsia-10:focus-within,.border-left-color-active-fuchsia-10[data-selected=true],.border-left-color-active-fuchsia-10:active{border-left-color:var(--color-fuchsia-10)}.border-left-color-pink-0,.border-left-color-hover-pink-0:hover,.border-left-color-focus-pink-0[data-focused=true],.border-left-color-focus-pink-0:focus,.border-left-color-focus-pink-0:focus-within,.border-left-color-active-pink-0[data-selected=true],.border-left-color-active-pink-0:active{border-left-color:var(--color-pink-0)}.border-left-color-pink-1,.border-left-color-hover-pink-1:hover,.border-left-color-focus-pink-1[data-focused=true],.border-left-color-focus-pink-1:focus,.border-left-color-focus-pink-1:focus-within,.border-left-color-active-pink-1[data-selected=true],.border-left-color-active-pink-1:active{border-left-color:var(--color-pink-1)}.border-left-color-pink-2,.border-left-color-hover-pink-2:hover,.border-left-color-focus-pink-2[data-focused=true],.border-left-color-focus-pink-2:focus,.border-left-color-focus-pink-2:focus-within,.border-left-color-active-pink-2[data-selected=true],.border-left-color-active-pink-2:active{border-left-color:var(--color-pink-2)}.border-left-color-pink-3,.border-left-color-hover-pink-3:hover,.border-left-color-focus-pink-3[data-focused=true],.border-left-color-focus-pink-3:focus,.border-left-color-focus-pink-3:focus-within,.border-left-color-active-pink-3[data-selected=true],.border-left-color-active-pink-3:active{border-left-color:var(--color-pink-3)}.border-left-color-pink-4,.border-left-color-hover-pink-4:hover,.border-left-color-focus-pink-4[data-focused=true],.border-left-color-focus-pink-4:focus,.border-left-color-focus-pink-4:focus-within,.border-left-color-active-pink-4[data-selected=true],.border-left-color-active-pink-4:active{border-left-color:var(--color-pink-4)}.border-left-color-pink-5,.border-left-color-hover-pink-5:hover,.border-left-color-focus-pink-5[data-focused=true],.border-left-color-focus-pink-5:focus,.border-left-color-focus-pink-5:focus-within,.border-left-color-active-pink-5[data-selected=true],.border-left-color-active-pink-5:active{border-left-color:var(--color-pink-5)}.border-left-color-pink-6,.border-left-color-hover-pink-6:hover,.border-left-color-focus-pink-6[data-focused=true],.border-left-color-focus-pink-6:focus,.border-left-color-focus-pink-6:focus-within,.border-left-color-active-pink-6[data-selected=true],.border-left-color-active-pink-6:active{border-left-color:var(--color-pink-6)}.border-left-color-pink-7,.border-left-color-hover-pink-7:hover,.border-left-color-focus-pink-7[data-focused=true],.border-left-color-focus-pink-7:focus,.border-left-color-focus-pink-7:focus-within,.border-left-color-active-pink-7[data-selected=true],.border-left-color-active-pink-7:active{border-left-color:var(--color-pink-7)}.border-left-color-pink-8,.border-left-color-hover-pink-8:hover,.border-left-color-focus-pink-8[data-focused=true],.border-left-color-focus-pink-8:focus,.border-left-color-focus-pink-8:focus-within,.border-left-color-active-pink-8[data-selected=true],.border-left-color-active-pink-8:active{border-left-color:var(--color-pink-8)}.border-left-color-pink-9,.border-left-color-hover-pink-9:hover,.border-left-color-focus-pink-9[data-focused=true],.border-left-color-focus-pink-9:focus,.border-left-color-focus-pink-9:focus-within,.border-left-color-active-pink-9[data-selected=true],.border-left-color-active-pink-9:active{border-left-color:var(--color-pink-9)}.border-left-color-pink-10,.border-left-color-hover-pink-10:hover,.border-left-color-focus-pink-10[data-focused=true],.border-left-color-focus-pink-10:focus,.border-left-color-focus-pink-10:focus-within,.border-left-color-active-pink-10[data-selected=true],.border-left-color-active-pink-10:active{border-left-color:var(--color-pink-10)}.border-left-color-rose-0,.border-left-color-hover-rose-0:hover,.border-left-color-focus-rose-0[data-focused=true],.border-left-color-focus-rose-0:focus,.border-left-color-focus-rose-0:focus-within,.border-left-color-active-rose-0[data-selected=true],.border-left-color-active-rose-0:active{border-left-color:var(--color-rose-0)}.border-left-color-rose-1,.border-left-color-hover-rose-1:hover,.border-left-color-focus-rose-1[data-focused=true],.border-left-color-focus-rose-1:focus,.border-left-color-focus-rose-1:focus-within,.border-left-color-active-rose-1[data-selected=true],.border-left-color-active-rose-1:active{border-left-color:var(--color-rose-1)}.border-left-color-rose-2,.border-left-color-hover-rose-2:hover,.border-left-color-focus-rose-2[data-focused=true],.border-left-color-focus-rose-2:focus,.border-left-color-focus-rose-2:focus-within,.border-left-color-active-rose-2[data-selected=true],.border-left-color-active-rose-2:active{border-left-color:var(--color-rose-2)}.border-left-color-rose-3,.border-left-color-hover-rose-3:hover,.border-left-color-focus-rose-3[data-focused=true],.border-left-color-focus-rose-3:focus,.border-left-color-focus-rose-3:focus-within,.border-left-color-active-rose-3[data-selected=true],.border-left-color-active-rose-3:active{border-left-color:var(--color-rose-3)}.border-left-color-rose-4,.border-left-color-hover-rose-4:hover,.border-left-color-focus-rose-4[data-focused=true],.border-left-color-focus-rose-4:focus,.border-left-color-focus-rose-4:focus-within,.border-left-color-active-rose-4[data-selected=true],.border-left-color-active-rose-4:active{border-left-color:var(--color-rose-4)}.border-left-color-rose-5,.border-left-color-hover-rose-5:hover,.border-left-color-focus-rose-5[data-focused=true],.border-left-color-focus-rose-5:focus,.border-left-color-focus-rose-5:focus-within,.border-left-color-active-rose-5[data-selected=true],.border-left-color-active-rose-5:active{border-left-color:var(--color-rose-5)}.border-left-color-rose-6,.border-left-color-hover-rose-6:hover,.border-left-color-focus-rose-6[data-focused=true],.border-left-color-focus-rose-6:focus,.border-left-color-focus-rose-6:focus-within,.border-left-color-active-rose-6[data-selected=true],.border-left-color-active-rose-6:active{border-left-color:var(--color-rose-6)}.border-left-color-rose-7,.border-left-color-hover-rose-7:hover,.border-left-color-focus-rose-7[data-focused=true],.border-left-color-focus-rose-7:focus,.border-left-color-focus-rose-7:focus-within,.border-left-color-active-rose-7[data-selected=true],.border-left-color-active-rose-7:active{border-left-color:var(--color-rose-7)}.border-left-color-rose-8,.border-left-color-hover-rose-8:hover,.border-left-color-focus-rose-8[data-focused=true],.border-left-color-focus-rose-8:focus,.border-left-color-focus-rose-8:focus-within,.border-left-color-active-rose-8[data-selected=true],.border-left-color-active-rose-8:active{border-left-color:var(--color-rose-8)}.border-left-color-rose-9,.border-left-color-hover-rose-9:hover,.border-left-color-focus-rose-9[data-focused=true],.border-left-color-focus-rose-9:focus,.border-left-color-focus-rose-9:focus-within,.border-left-color-active-rose-9[data-selected=true],.border-left-color-active-rose-9:active{border-left-color:var(--color-rose-9)}.border-left-color-rose-10,.border-left-color-hover-rose-10:hover,.border-left-color-focus-rose-10[data-focused=true],.border-left-color-focus-rose-10:focus,.border-left-color-focus-rose-10:focus-within,.border-left-color-active-rose-10[data-selected=true],.border-left-color-active-rose-10:active{border-left-color:var(--color-rose-10)}.border-left-color-slate-0,.border-left-color-hover-slate-0:hover,.border-left-color-focus-slate-0[data-focused=true],.border-left-color-focus-slate-0:focus,.border-left-color-focus-slate-0:focus-within,.border-left-color-active-slate-0[data-selected=true],.border-left-color-active-slate-0:active{border-left-color:var(--color-slate-0)}.border-left-color-slate-1,.border-left-color-hover-slate-1:hover,.border-left-color-focus-slate-1[data-focused=true],.border-left-color-focus-slate-1:focus,.border-left-color-focus-slate-1:focus-within,.border-left-color-active-slate-1[data-selected=true],.border-left-color-active-slate-1:active{border-left-color:var(--color-slate-1)}.border-left-color-slate-2,.border-left-color-hover-slate-2:hover,.border-left-color-focus-slate-2[data-focused=true],.border-left-color-focus-slate-2:focus,.border-left-color-focus-slate-2:focus-within,.border-left-color-active-slate-2[data-selected=true],.border-left-color-active-slate-2:active{border-left-color:var(--color-slate-2)}.border-left-color-slate-3,.border-left-color-hover-slate-3:hover,.border-left-color-focus-slate-3[data-focused=true],.border-left-color-focus-slate-3:focus,.border-left-color-focus-slate-3:focus-within,.border-left-color-active-slate-3[data-selected=true],.border-left-color-active-slate-3:active{border-left-color:var(--color-slate-3)}.border-left-color-slate-4,.border-left-color-hover-slate-4:hover,.border-left-color-focus-slate-4[data-focused=true],.border-left-color-focus-slate-4:focus,.border-left-color-focus-slate-4:focus-within,.border-left-color-active-slate-4[data-selected=true],.border-left-color-active-slate-4:active{border-left-color:var(--color-slate-4)}.border-left-color-slate-5,.border-left-color-hover-slate-5:hover,.border-left-color-focus-slate-5[data-focused=true],.border-left-color-focus-slate-5:focus,.border-left-color-focus-slate-5:focus-within,.border-left-color-active-slate-5[data-selected=true],.border-left-color-active-slate-5:active{border-left-color:var(--color-slate-5)}.border-left-color-slate-6,.border-left-color-hover-slate-6:hover,.border-left-color-focus-slate-6[data-focused=true],.border-left-color-focus-slate-6:focus,.border-left-color-focus-slate-6:focus-within,.border-left-color-active-slate-6[data-selected=true],.border-left-color-active-slate-6:active{border-left-color:var(--color-slate-6)}.border-left-color-slate-7,.border-left-color-hover-slate-7:hover,.border-left-color-focus-slate-7[data-focused=true],.border-left-color-focus-slate-7:focus,.border-left-color-focus-slate-7:focus-within,.border-left-color-active-slate-7[data-selected=true],.border-left-color-active-slate-7:active{border-left-color:var(--color-slate-7)}.border-left-color-slate-8,.border-left-color-hover-slate-8:hover,.border-left-color-focus-slate-8[data-focused=true],.border-left-color-focus-slate-8:focus,.border-left-color-focus-slate-8:focus-within,.border-left-color-active-slate-8[data-selected=true],.border-left-color-active-slate-8:active{border-left-color:var(--color-slate-8)}.border-left-color-slate-9,.border-left-color-hover-slate-9:hover,.border-left-color-focus-slate-9[data-focused=true],.border-left-color-focus-slate-9:focus,.border-left-color-focus-slate-9:focus-within,.border-left-color-active-slate-9[data-selected=true],.border-left-color-active-slate-9:active{border-left-color:var(--color-slate-9)}.border-left-color-slate-10,.border-left-color-hover-slate-10:hover,.border-left-color-focus-slate-10[data-focused=true],.border-left-color-focus-slate-10:focus,.border-left-color-focus-slate-10:focus-within,.border-left-color-active-slate-10[data-selected=true],.border-left-color-active-slate-10:active{border-left-color:var(--color-slate-10)}.border-left-color-gray-0,.border-left-color-hover-gray-0:hover,.border-left-color-focus-gray-0[data-focused=true],.border-left-color-focus-gray-0:focus,.border-left-color-focus-gray-0:focus-within,.border-left-color-active-gray-0[data-selected=true],.border-left-color-active-gray-0:active{border-left-color:var(--color-gray-0)}.border-left-color-gray-1,.border-left-color-hover-gray-1:hover,.border-left-color-focus-gray-1[data-focused=true],.border-left-color-focus-gray-1:focus,.border-left-color-focus-gray-1:focus-within,.border-left-color-active-gray-1[data-selected=true],.border-left-color-active-gray-1:active{border-left-color:var(--color-gray-1)}.border-left-color-gray-2,.border-left-color-hover-gray-2:hover,.border-left-color-focus-gray-2[data-focused=true],.border-left-color-focus-gray-2:focus,.border-left-color-focus-gray-2:focus-within,.border-left-color-active-gray-2[data-selected=true],.border-left-color-active-gray-2:active{border-left-color:var(--color-gray-2)}.border-left-color-gray-3,.border-left-color-hover-gray-3:hover,.border-left-color-focus-gray-3[data-focused=true],.border-left-color-focus-gray-3:focus,.border-left-color-focus-gray-3:focus-within,.border-left-color-active-gray-3[data-selected=true],.border-left-color-active-gray-3:active{border-left-color:var(--color-gray-3)}.border-left-color-gray-4,.border-left-color-hover-gray-4:hover,.border-left-color-focus-gray-4[data-focused=true],.border-left-color-focus-gray-4:focus,.border-left-color-focus-gray-4:focus-within,.border-left-color-active-gray-4[data-selected=true],.border-left-color-active-gray-4:active{border-left-color:var(--color-gray-4)}.border-left-color-gray-5,.border-left-color-hover-gray-5:hover,.border-left-color-focus-gray-5[data-focused=true],.border-left-color-focus-gray-5:focus,.border-left-color-focus-gray-5:focus-within,.border-left-color-active-gray-5[data-selected=true],.border-left-color-active-gray-5:active{border-left-color:var(--color-gray-5)}.border-left-color-gray-6,.border-left-color-hover-gray-6:hover,.border-left-color-focus-gray-6[data-focused=true],.border-left-color-focus-gray-6:focus,.border-left-color-focus-gray-6:focus-within,.border-left-color-active-gray-6[data-selected=true],.border-left-color-active-gray-6:active{border-left-color:var(--color-gray-6)}.border-left-color-gray-7,.border-left-color-hover-gray-7:hover,.border-left-color-focus-gray-7[data-focused=true],.border-left-color-focus-gray-7:focus,.border-left-color-focus-gray-7:focus-within,.border-left-color-active-gray-7[data-selected=true],.border-left-color-active-gray-7:active{border-left-color:var(--color-gray-7)}.border-left-color-gray-8,.border-left-color-hover-gray-8:hover,.border-left-color-focus-gray-8[data-focused=true],.border-left-color-focus-gray-8:focus,.border-left-color-focus-gray-8:focus-within,.border-left-color-active-gray-8[data-selected=true],.border-left-color-active-gray-8:active{border-left-color:var(--color-gray-8)}.border-left-color-gray-9,.border-left-color-hover-gray-9:hover,.border-left-color-focus-gray-9[data-focused=true],.border-left-color-focus-gray-9:focus,.border-left-color-focus-gray-9:focus-within,.border-left-color-active-gray-9[data-selected=true],.border-left-color-active-gray-9:active{border-left-color:var(--color-gray-9)}.border-left-color-gray-10,.border-left-color-hover-gray-10:hover,.border-left-color-focus-gray-10[data-focused=true],.border-left-color-focus-gray-10:focus,.border-left-color-focus-gray-10:focus-within,.border-left-color-active-gray-10[data-selected=true],.border-left-color-active-gray-10:active{border-left-color:var(--color-gray-10)}.border-left-color-zinc-0,.border-left-color-hover-zinc-0:hover,.border-left-color-focus-zinc-0[data-focused=true],.border-left-color-focus-zinc-0:focus,.border-left-color-focus-zinc-0:focus-within,.border-left-color-active-zinc-0[data-selected=true],.border-left-color-active-zinc-0:active{border-left-color:var(--color-zinc-0)}.border-left-color-zinc-1,.border-left-color-hover-zinc-1:hover,.border-left-color-focus-zinc-1[data-focused=true],.border-left-color-focus-zinc-1:focus,.border-left-color-focus-zinc-1:focus-within,.border-left-color-active-zinc-1[data-selected=true],.border-left-color-active-zinc-1:active{border-left-color:var(--color-zinc-1)}.border-left-color-zinc-2,.border-left-color-hover-zinc-2:hover,.border-left-color-focus-zinc-2[data-focused=true],.border-left-color-focus-zinc-2:focus,.border-left-color-focus-zinc-2:focus-within,.border-left-color-active-zinc-2[data-selected=true],.border-left-color-active-zinc-2:active{border-left-color:var(--color-zinc-2)}.border-left-color-zinc-3,.border-left-color-hover-zinc-3:hover,.border-left-color-focus-zinc-3[data-focused=true],.border-left-color-focus-zinc-3:focus,.border-left-color-focus-zinc-3:focus-within,.border-left-color-active-zinc-3[data-selected=true],.border-left-color-active-zinc-3:active{border-left-color:var(--color-zinc-3)}.border-left-color-zinc-4,.border-left-color-hover-zinc-4:hover,.border-left-color-focus-zinc-4[data-focused=true],.border-left-color-focus-zinc-4:focus,.border-left-color-focus-zinc-4:focus-within,.border-left-color-active-zinc-4[data-selected=true],.border-left-color-active-zinc-4:active{border-left-color:var(--color-zinc-4)}.border-left-color-zinc-5,.border-left-color-hover-zinc-5:hover,.border-left-color-focus-zinc-5[data-focused=true],.border-left-color-focus-zinc-5:focus,.border-left-color-focus-zinc-5:focus-within,.border-left-color-active-zinc-5[data-selected=true],.border-left-color-active-zinc-5:active{border-left-color:var(--color-zinc-5)}.border-left-color-zinc-6,.border-left-color-hover-zinc-6:hover,.border-left-color-focus-zinc-6[data-focused=true],.border-left-color-focus-zinc-6:focus,.border-left-color-focus-zinc-6:focus-within,.border-left-color-active-zinc-6[data-selected=true],.border-left-color-active-zinc-6:active{border-left-color:var(--color-zinc-6)}.border-left-color-zinc-7,.border-left-color-hover-zinc-7:hover,.border-left-color-focus-zinc-7[data-focused=true],.border-left-color-focus-zinc-7:focus,.border-left-color-focus-zinc-7:focus-within,.border-left-color-active-zinc-7[data-selected=true],.border-left-color-active-zinc-7:active{border-left-color:var(--color-zinc-7)}.border-left-color-zinc-8,.border-left-color-hover-zinc-8:hover,.border-left-color-focus-zinc-8[data-focused=true],.border-left-color-focus-zinc-8:focus,.border-left-color-focus-zinc-8:focus-within,.border-left-color-active-zinc-8[data-selected=true],.border-left-color-active-zinc-8:active{border-left-color:var(--color-zinc-8)}.border-left-color-zinc-9,.border-left-color-hover-zinc-9:hover,.border-left-color-focus-zinc-9[data-focused=true],.border-left-color-focus-zinc-9:focus,.border-left-color-focus-zinc-9:focus-within,.border-left-color-active-zinc-9[data-selected=true],.border-left-color-active-zinc-9:active{border-left-color:var(--color-zinc-9)}.border-left-color-zinc-10,.border-left-color-hover-zinc-10:hover,.border-left-color-focus-zinc-10[data-focused=true],.border-left-color-focus-zinc-10:focus,.border-left-color-focus-zinc-10:focus-within,.border-left-color-active-zinc-10[data-selected=true],.border-left-color-active-zinc-10:active{border-left-color:var(--color-zinc-10)}.border-left-color-neutral-0,.border-left-color-hover-neutral-0:hover,.border-left-color-focus-neutral-0[data-focused=true],.border-left-color-focus-neutral-0:focus,.border-left-color-focus-neutral-0:focus-within,.border-left-color-active-neutral-0[data-selected=true],.border-left-color-active-neutral-0:active{border-left-color:var(--color-neutral-0)}.border-left-color-neutral-1,.border-left-color-hover-neutral-1:hover,.border-left-color-focus-neutral-1[data-focused=true],.border-left-color-focus-neutral-1:focus,.border-left-color-focus-neutral-1:focus-within,.border-left-color-active-neutral-1[data-selected=true],.border-left-color-active-neutral-1:active{border-left-color:var(--color-neutral-1)}.border-left-color-neutral-2,.border-left-color-hover-neutral-2:hover,.border-left-color-focus-neutral-2[data-focused=true],.border-left-color-focus-neutral-2:focus,.border-left-color-focus-neutral-2:focus-within,.border-left-color-active-neutral-2[data-selected=true],.border-left-color-active-neutral-2:active{border-left-color:var(--color-neutral-2)}.border-left-color-neutral-3,.border-left-color-hover-neutral-3:hover,.border-left-color-focus-neutral-3[data-focused=true],.border-left-color-focus-neutral-3:focus,.border-left-color-focus-neutral-3:focus-within,.border-left-color-active-neutral-3[data-selected=true],.border-left-color-active-neutral-3:active{border-left-color:var(--color-neutral-3)}.border-left-color-neutral-4,.border-left-color-hover-neutral-4:hover,.border-left-color-focus-neutral-4[data-focused=true],.border-left-color-focus-neutral-4:focus,.border-left-color-focus-neutral-4:focus-within,.border-left-color-active-neutral-4[data-selected=true],.border-left-color-active-neutral-4:active{border-left-color:var(--color-neutral-4)}.border-left-color-neutral-5,.border-left-color-hover-neutral-5:hover,.border-left-color-focus-neutral-5[data-focused=true],.border-left-color-focus-neutral-5:focus,.border-left-color-focus-neutral-5:focus-within,.border-left-color-active-neutral-5[data-selected=true],.border-left-color-active-neutral-5:active{border-left-color:var(--color-neutral-5)}.border-left-color-neutral-6,.border-left-color-hover-neutral-6:hover,.border-left-color-focus-neutral-6[data-focused=true],.border-left-color-focus-neutral-6:focus,.border-left-color-focus-neutral-6:focus-within,.border-left-color-active-neutral-6[data-selected=true],.border-left-color-active-neutral-6:active{border-left-color:var(--color-neutral-6)}.border-left-color-neutral-7,.border-left-color-hover-neutral-7:hover,.border-left-color-focus-neutral-7[data-focused=true],.border-left-color-focus-neutral-7:focus,.border-left-color-focus-neutral-7:focus-within,.border-left-color-active-neutral-7[data-selected=true],.border-left-color-active-neutral-7:active{border-left-color:var(--color-neutral-7)}.border-left-color-neutral-8,.border-left-color-hover-neutral-8:hover,.border-left-color-focus-neutral-8[data-focused=true],.border-left-color-focus-neutral-8:focus,.border-left-color-focus-neutral-8:focus-within,.border-left-color-active-neutral-8[data-selected=true],.border-left-color-active-neutral-8:active{border-left-color:var(--color-neutral-8)}.border-left-color-neutral-9,.border-left-color-hover-neutral-9:hover,.border-left-color-focus-neutral-9[data-focused=true],.border-left-color-focus-neutral-9:focus,.border-left-color-focus-neutral-9:focus-within,.border-left-color-active-neutral-9[data-selected=true],.border-left-color-active-neutral-9:active{border-left-color:var(--color-neutral-9)}.border-left-color-neutral-10,.border-left-color-hover-neutral-10:hover,.border-left-color-focus-neutral-10[data-focused=true],.border-left-color-focus-neutral-10:focus,.border-left-color-focus-neutral-10:focus-within,.border-left-color-active-neutral-10[data-selected=true],.border-left-color-active-neutral-10:active{border-left-color:var(--color-neutral-10)}.border-left-color-stone-0,.border-left-color-hover-stone-0:hover,.border-left-color-focus-stone-0[data-focused=true],.border-left-color-focus-stone-0:focus,.border-left-color-focus-stone-0:focus-within,.border-left-color-active-stone-0[data-selected=true],.border-left-color-active-stone-0:active{border-left-color:var(--color-stone-0)}.border-left-color-stone-1,.border-left-color-hover-stone-1:hover,.border-left-color-focus-stone-1[data-focused=true],.border-left-color-focus-stone-1:focus,.border-left-color-focus-stone-1:focus-within,.border-left-color-active-stone-1[data-selected=true],.border-left-color-active-stone-1:active{border-left-color:var(--color-stone-1)}.border-left-color-stone-2,.border-left-color-hover-stone-2:hover,.border-left-color-focus-stone-2[data-focused=true],.border-left-color-focus-stone-2:focus,.border-left-color-focus-stone-2:focus-within,.border-left-color-active-stone-2[data-selected=true],.border-left-color-active-stone-2:active{border-left-color:var(--color-stone-2)}.border-left-color-stone-3,.border-left-color-hover-stone-3:hover,.border-left-color-focus-stone-3[data-focused=true],.border-left-color-focus-stone-3:focus,.border-left-color-focus-stone-3:focus-within,.border-left-color-active-stone-3[data-selected=true],.border-left-color-active-stone-3:active{border-left-color:var(--color-stone-3)}.border-left-color-stone-4,.border-left-color-hover-stone-4:hover,.border-left-color-focus-stone-4[data-focused=true],.border-left-color-focus-stone-4:focus,.border-left-color-focus-stone-4:focus-within,.border-left-color-active-stone-4[data-selected=true],.border-left-color-active-stone-4:active{border-left-color:var(--color-stone-4)}.border-left-color-stone-5,.border-left-color-hover-stone-5:hover,.border-left-color-focus-stone-5[data-focused=true],.border-left-color-focus-stone-5:focus,.border-left-color-focus-stone-5:focus-within,.border-left-color-active-stone-5[data-selected=true],.border-left-color-active-stone-5:active{border-left-color:var(--color-stone-5)}.border-left-color-stone-6,.border-left-color-hover-stone-6:hover,.border-left-color-focus-stone-6[data-focused=true],.border-left-color-focus-stone-6:focus,.border-left-color-focus-stone-6:focus-within,.border-left-color-active-stone-6[data-selected=true],.border-left-color-active-stone-6:active{border-left-color:var(--color-stone-6)}.border-left-color-stone-7,.border-left-color-hover-stone-7:hover,.border-left-color-focus-stone-7[data-focused=true],.border-left-color-focus-stone-7:focus,.border-left-color-focus-stone-7:focus-within,.border-left-color-active-stone-7[data-selected=true],.border-left-color-active-stone-7:active{border-left-color:var(--color-stone-7)}.border-left-color-stone-8,.border-left-color-hover-stone-8:hover,.border-left-color-focus-stone-8[data-focused=true],.border-left-color-focus-stone-8:focus,.border-left-color-focus-stone-8:focus-within,.border-left-color-active-stone-8[data-selected=true],.border-left-color-active-stone-8:active{border-left-color:var(--color-stone-8)}.border-left-color-stone-9,.border-left-color-hover-stone-9:hover,.border-left-color-focus-stone-9[data-focused=true],.border-left-color-focus-stone-9:focus,.border-left-color-focus-stone-9:focus-within,.border-left-color-active-stone-9[data-selected=true],.border-left-color-active-stone-9:active{border-left-color:var(--color-stone-9)}.border-left-color-stone-10,.border-left-color-hover-stone-10:hover,.border-left-color-focus-stone-10[data-focused=true],.border-left-color-focus-stone-10:focus,.border-left-color-focus-stone-10:focus-within,.border-left-color-active-stone-10[data-selected=true],.border-left-color-active-stone-10:active{border-left-color:var(--color-stone-10)}.border-right-color-inherit,.border-right-color-hover-inherit:hover,.border-right-color-focus-inherit[data-focused=true],.border-right-color-focus-inherit:focus,.border-right-color-focus-inherit:focus-within,.border-right-color-active-inherit[data-selected=true],.border-right-color-active-active:active{border-right-color:inherit}.border-right-color-red,.border-right-color-hover-red:hover,.border-right-color-focus-red[data-focused=true],.border-right-color-focus-red:focus,.border-right-color-focus-red:focus-within,.border-right-color-active-red[data-selected=true],.border-right-color-active-red:active{border-right-color:var(--color-red)}.border-right-color-red-light,.border-right-color-hover-red-light:hover,.border-right-color-focus-red-light[data-focused=true],.border-right-color-focus-red-light:focus,.border-right-color-focus-red-light:focus-within,.border-right-color-active-red-light[data-selected=true],.border-right-color-active-red-light:active{border-right-color:var(--color-red-light)}.border-right-color-red-dark,.border-right-color-hover-red-dark:hover,.border-right-color-focus-red-dark[data-focused=true],.border-right-color-focus-red-dark:focus,.border-right-color-focus-red-dark:focus-within,.border-right-color-active-red-dark[data-selected=true],.border-right-color-active-red-dark:active{border-right-color:var(--color-red-dark)}.border-right-color-red-themed,.border-right-color-hover-red-themed:hover,.border-right-color-focus-red-themed[data-focused=true],.border-right-color-focus-red-themed:focus,.border-right-color-focus-red-themed:focus-within,.border-right-color-active-red-themed[data-selected=true],.border-right-color-active-red-themed:active{border-right-color:var(--color-red-themed)}.border-right-color-orange,.border-right-color-hover-orange:hover,.border-right-color-focus-orange[data-focused=true],.border-right-color-focus-orange:focus,.border-right-color-focus-orange:focus-within,.border-right-color-active-orange[data-selected=true],.border-right-color-active-orange:active{border-right-color:var(--color-orange)}.border-right-color-orange-light,.border-right-color-hover-orange-light:hover,.border-right-color-focus-orange-light[data-focused=true],.border-right-color-focus-orange-light:focus,.border-right-color-focus-orange-light:focus-within,.border-right-color-active-orange-light[data-selected=true],.border-right-color-active-orange-light:active{border-right-color:var(--color-orange-light)}.border-right-color-orange-dark,.border-right-color-hover-orange-dark:hover,.border-right-color-focus-orange-dark[data-focused=true],.border-right-color-focus-orange-dark:focus,.border-right-color-focus-orange-dark:focus-within,.border-right-color-active-orange-dark[data-selected=true],.border-right-color-active-orange-dark:active{border-right-color:var(--color-orange-dark)}.border-right-color-orange-themed,.border-right-color-hover-orange-themed:hover,.border-right-color-focus-orange-themed[data-focused=true],.border-right-color-focus-orange-themed:focus,.border-right-color-focus-orange-themed:focus-within,.border-right-color-active-orange-themed[data-selected=true],.border-right-color-active-orange-themed:active{border-right-color:var(--color-orange-themed)}.border-right-color-amber,.border-right-color-hover-amber:hover,.border-right-color-focus-amber[data-focused=true],.border-right-color-focus-amber:focus,.border-right-color-focus-amber:focus-within,.border-right-color-active-amber[data-selected=true],.border-right-color-active-amber:active{border-right-color:var(--color-amber)}.border-right-color-amber-light,.border-right-color-hover-amber-light:hover,.border-right-color-focus-amber-light[data-focused=true],.border-right-color-focus-amber-light:focus,.border-right-color-focus-amber-light:focus-within,.border-right-color-active-amber-light[data-selected=true],.border-right-color-active-amber-light:active{border-right-color:var(--color-amber-light)}.border-right-color-amber-dark,.border-right-color-hover-amber-dark:hover,.border-right-color-focus-amber-dark[data-focused=true],.border-right-color-focus-amber-dark:focus,.border-right-color-focus-amber-dark:focus-within,.border-right-color-active-amber-dark[data-selected=true],.border-right-color-active-amber-dark:active{border-right-color:var(--color-amber-dark)}.border-right-color-amber-themed,.border-right-color-hover-amber-themed:hover,.border-right-color-focus-amber-themed[data-focused=true],.border-right-color-focus-amber-themed:focus,.border-right-color-focus-amber-themed:focus-within,.border-right-color-active-amber-themed[data-selected=true],.border-right-color-active-amber-themed:active{border-right-color:var(--color-amber-themed)}.border-right-color-yellow,.border-right-color-hover-yellow:hover,.border-right-color-focus-yellow[data-focused=true],.border-right-color-focus-yellow:focus,.border-right-color-focus-yellow:focus-within,.border-right-color-active-yellow[data-selected=true],.border-right-color-active-yellow:active{border-right-color:var(--color-yellow)}.border-right-color-yellow-light,.border-right-color-hover-yellow-light:hover,.border-right-color-focus-yellow-light[data-focused=true],.border-right-color-focus-yellow-light:focus,.border-right-color-focus-yellow-light:focus-within,.border-right-color-active-yellow-light[data-selected=true],.border-right-color-active-yellow-light:active{border-right-color:var(--color-yellow-light)}.border-right-color-yellow-dark,.border-right-color-hover-yellow-dark:hover,.border-right-color-focus-yellow-dark[data-focused=true],.border-right-color-focus-yellow-dark:focus,.border-right-color-focus-yellow-dark:focus-within,.border-right-color-active-yellow-dark[data-selected=true],.border-right-color-active-yellow-dark:active{border-right-color:var(--color-yellow-dark)}.border-right-color-yellow-themed,.border-right-color-hover-yellow-themed:hover,.border-right-color-focus-yellow-themed[data-focused=true],.border-right-color-focus-yellow-themed:focus,.border-right-color-focus-yellow-themed:focus-within,.border-right-color-active-yellow-themed[data-selected=true],.border-right-color-active-yellow-themed:active{border-right-color:var(--color-yellow-themed)}.border-right-color-lime,.border-right-color-hover-lime:hover,.border-right-color-focus-lime[data-focused=true],.border-right-color-focus-lime:focus,.border-right-color-focus-lime:focus-within,.border-right-color-active-lime[data-selected=true],.border-right-color-active-lime:active{border-right-color:var(--color-lime)}.border-right-color-lime-light,.border-right-color-hover-lime-light:hover,.border-right-color-focus-lime-light[data-focused=true],.border-right-color-focus-lime-light:focus,.border-right-color-focus-lime-light:focus-within,.border-right-color-active-lime-light[data-selected=true],.border-right-color-active-lime-light:active{border-right-color:var(--color-lime-light)}.border-right-color-lime-dark,.border-right-color-hover-lime-dark:hover,.border-right-color-focus-lime-dark[data-focused=true],.border-right-color-focus-lime-dark:focus,.border-right-color-focus-lime-dark:focus-within,.border-right-color-active-lime-dark[data-selected=true],.border-right-color-active-lime-dark:active{border-right-color:var(--color-lime-dark)}.border-right-color-lime-themed,.border-right-color-hover-lime-themed:hover,.border-right-color-focus-lime-themed[data-focused=true],.border-right-color-focus-lime-themed:focus,.border-right-color-focus-lime-themed:focus-within,.border-right-color-active-lime-themed[data-selected=true],.border-right-color-active-lime-themed:active{border-right-color:var(--color-lime-themed)}.border-right-color-green,.border-right-color-hover-green:hover,.border-right-color-focus-green[data-focused=true],.border-right-color-focus-green:focus,.border-right-color-focus-green:focus-within,.border-right-color-active-green[data-selected=true],.border-right-color-active-green:active{border-right-color:var(--color-green)}.border-right-color-green-light,.border-right-color-hover-green-light:hover,.border-right-color-focus-green-light[data-focused=true],.border-right-color-focus-green-light:focus,.border-right-color-focus-green-light:focus-within,.border-right-color-active-green-light[data-selected=true],.border-right-color-active-green-light:active{border-right-color:var(--color-green-light)}.border-right-color-green-dark,.border-right-color-hover-green-dark:hover,.border-right-color-focus-green-dark[data-focused=true],.border-right-color-focus-green-dark:focus,.border-right-color-focus-green-dark:focus-within,.border-right-color-active-green-dark[data-selected=true],.border-right-color-active-green-dark:active{border-right-color:var(--color-green-dark)}.border-right-color-green-themed,.border-right-color-hover-green-themed:hover,.border-right-color-focus-green-themed[data-focused=true],.border-right-color-focus-green-themed:focus,.border-right-color-focus-green-themed:focus-within,.border-right-color-active-green-themed[data-selected=true],.border-right-color-active-green-themed:active{border-right-color:var(--color-green-themed)}.border-right-color-emerald,.border-right-color-hover-emerald:hover,.border-right-color-focus-emerald[data-focused=true],.border-right-color-focus-emerald:focus,.border-right-color-focus-emerald:focus-within,.border-right-color-active-emerald[data-selected=true],.border-right-color-active-emerald:active{border-right-color:var(--color-emerald)}.border-right-color-emerald-light,.border-right-color-hover-emerald-light:hover,.border-right-color-focus-emerald-light[data-focused=true],.border-right-color-focus-emerald-light:focus,.border-right-color-focus-emerald-light:focus-within,.border-right-color-active-emerald-light[data-selected=true],.border-right-color-active-emerald-light:active{border-right-color:var(--color-emerald-light)}.border-right-color-emerald-dark,.border-right-color-hover-emerald-dark:hover,.border-right-color-focus-emerald-dark[data-focused=true],.border-right-color-focus-emerald-dark:focus,.border-right-color-focus-emerald-dark:focus-within,.border-right-color-active-emerald-dark[data-selected=true],.border-right-color-active-emerald-dark:active{border-right-color:var(--color-emerald-dark)}.border-right-color-emerald-themed,.border-right-color-hover-emerald-themed:hover,.border-right-color-focus-emerald-themed[data-focused=true],.border-right-color-focus-emerald-themed:focus,.border-right-color-focus-emerald-themed:focus-within,.border-right-color-active-emerald-themed[data-selected=true],.border-right-color-active-emerald-themed:active{border-right-color:var(--color-emerald-themed)}.border-right-color-teal,.border-right-color-hover-teal:hover,.border-right-color-focus-teal[data-focused=true],.border-right-color-focus-teal:focus,.border-right-color-focus-teal:focus-within,.border-right-color-active-teal[data-selected=true],.border-right-color-active-teal:active{border-right-color:var(--color-teal)}.border-right-color-teal-light,.border-right-color-hover-teal-light:hover,.border-right-color-focus-teal-light[data-focused=true],.border-right-color-focus-teal-light:focus,.border-right-color-focus-teal-light:focus-within,.border-right-color-active-teal-light[data-selected=true],.border-right-color-active-teal-light:active{border-right-color:var(--color-teal-light)}.border-right-color-teal-dark,.border-right-color-hover-teal-dark:hover,.border-right-color-focus-teal-dark[data-focused=true],.border-right-color-focus-teal-dark:focus,.border-right-color-focus-teal-dark:focus-within,.border-right-color-active-teal-dark[data-selected=true],.border-right-color-active-teal-dark:active{border-right-color:var(--color-teal-dark)}.border-right-color-teal-themed,.border-right-color-hover-teal-themed:hover,.border-right-color-focus-teal-themed[data-focused=true],.border-right-color-focus-teal-themed:focus,.border-right-color-focus-teal-themed:focus-within,.border-right-color-active-teal-themed[data-selected=true],.border-right-color-active-teal-themed:active{border-right-color:var(--color-teal-themed)}.border-right-color-cyan,.border-right-color-hover-cyan:hover,.border-right-color-focus-cyan[data-focused=true],.border-right-color-focus-cyan:focus,.border-right-color-focus-cyan:focus-within,.border-right-color-active-cyan[data-selected=true],.border-right-color-active-cyan:active{border-right-color:var(--color-cyan)}.border-right-color-cyan-light,.border-right-color-hover-cyan-light:hover,.border-right-color-focus-cyan-light[data-focused=true],.border-right-color-focus-cyan-light:focus,.border-right-color-focus-cyan-light:focus-within,.border-right-color-active-cyan-light[data-selected=true],.border-right-color-active-cyan-light:active{border-right-color:var(--color-cyan-light)}.border-right-color-cyan-dark,.border-right-color-hover-cyan-dark:hover,.border-right-color-focus-cyan-dark[data-focused=true],.border-right-color-focus-cyan-dark:focus,.border-right-color-focus-cyan-dark:focus-within,.border-right-color-active-cyan-dark[data-selected=true],.border-right-color-active-cyan-dark:active{border-right-color:var(--color-cyan-dark)}.border-right-color-cyan-themed,.border-right-color-hover-cyan-themed:hover,.border-right-color-focus-cyan-themed[data-focused=true],.border-right-color-focus-cyan-themed:focus,.border-right-color-focus-cyan-themed:focus-within,.border-right-color-active-cyan-themed[data-selected=true],.border-right-color-active-cyan-themed:active{border-right-color:var(--color-cyan-themed)}.border-right-color-sky,.border-right-color-hover-sky:hover,.border-right-color-focus-sky[data-focused=true],.border-right-color-focus-sky:focus,.border-right-color-focus-sky:focus-within,.border-right-color-active-sky[data-selected=true],.border-right-color-active-sky:active{border-right-color:var(--color-sky)}.border-right-color-sky-light,.border-right-color-hover-sky-light:hover,.border-right-color-focus-sky-light[data-focused=true],.border-right-color-focus-sky-light:focus,.border-right-color-focus-sky-light:focus-within,.border-right-color-active-sky-light[data-selected=true],.border-right-color-active-sky-light:active{border-right-color:var(--color-sky-light)}.border-right-color-sky-dark,.border-right-color-hover-sky-dark:hover,.border-right-color-focus-sky-dark[data-focused=true],.border-right-color-focus-sky-dark:focus,.border-right-color-focus-sky-dark:focus-within,.border-right-color-active-sky-dark[data-selected=true],.border-right-color-active-sky-dark:active{border-right-color:var(--color-sky-dark)}.border-right-color-sky-themed,.border-right-color-hover-sky-themed:hover,.border-right-color-focus-sky-themed[data-focused=true],.border-right-color-focus-sky-themed:focus,.border-right-color-focus-sky-themed:focus-within,.border-right-color-active-sky-themed[data-selected=true],.border-right-color-active-sky-themed:active{border-right-color:var(--color-sky-themed)}.border-right-color-blue,.border-right-color-hover-blue:hover,.border-right-color-focus-blue[data-focused=true],.border-right-color-focus-blue:focus,.border-right-color-focus-blue:focus-within,.border-right-color-active-blue[data-selected=true],.border-right-color-active-blue:active{border-right-color:var(--color-blue)}.border-right-color-blue-light,.border-right-color-hover-blue-light:hover,.border-right-color-focus-blue-light[data-focused=true],.border-right-color-focus-blue-light:focus,.border-right-color-focus-blue-light:focus-within,.border-right-color-active-blue-light[data-selected=true],.border-right-color-active-blue-light:active{border-right-color:var(--color-blue-light)}.border-right-color-blue-dark,.border-right-color-hover-blue-dark:hover,.border-right-color-focus-blue-dark[data-focused=true],.border-right-color-focus-blue-dark:focus,.border-right-color-focus-blue-dark:focus-within,.border-right-color-active-blue-dark[data-selected=true],.border-right-color-active-blue-dark:active{border-right-color:var(--color-blue-dark)}.border-right-color-blue-themed,.border-right-color-hover-blue-themed:hover,.border-right-color-focus-blue-themed[data-focused=true],.border-right-color-focus-blue-themed:focus,.border-right-color-focus-blue-themed:focus-within,.border-right-color-active-blue-themed[data-selected=true],.border-right-color-active-blue-themed:active{border-right-color:var(--color-blue-themed)}.border-right-color-indigo,.border-right-color-hover-indigo:hover,.border-right-color-focus-indigo[data-focused=true],.border-right-color-focus-indigo:focus,.border-right-color-focus-indigo:focus-within,.border-right-color-active-indigo[data-selected=true],.border-right-color-active-indigo:active{border-right-color:var(--color-indigo)}.border-right-color-indigo-light,.border-right-color-hover-indigo-light:hover,.border-right-color-focus-indigo-light[data-focused=true],.border-right-color-focus-indigo-light:focus,.border-right-color-focus-indigo-light:focus-within,.border-right-color-active-indigo-light[data-selected=true],.border-right-color-active-indigo-light:active{border-right-color:var(--color-indigo-light)}.border-right-color-indigo-dark,.border-right-color-hover-indigo-dark:hover,.border-right-color-focus-indigo-dark[data-focused=true],.border-right-color-focus-indigo-dark:focus,.border-right-color-focus-indigo-dark:focus-within,.border-right-color-active-indigo-dark[data-selected=true],.border-right-color-active-indigo-dark:active{border-right-color:var(--color-indigo-dark)}.border-right-color-indigo-themed,.border-right-color-hover-indigo-themed:hover,.border-right-color-focus-indigo-themed[data-focused=true],.border-right-color-focus-indigo-themed:focus,.border-right-color-focus-indigo-themed:focus-within,.border-right-color-active-indigo-themed[data-selected=true],.border-right-color-active-indigo-themed:active{border-right-color:var(--color-indigo-themed)}.border-right-color-violet,.border-right-color-hover-violet:hover,.border-right-color-focus-violet[data-focused=true],.border-right-color-focus-violet:focus,.border-right-color-focus-violet:focus-within,.border-right-color-active-violet[data-selected=true],.border-right-color-active-violet:active{border-right-color:var(--color-violet)}.border-right-color-violet-light,.border-right-color-hover-violet-light:hover,.border-right-color-focus-violet-light[data-focused=true],.border-right-color-focus-violet-light:focus,.border-right-color-focus-violet-light:focus-within,.border-right-color-active-violet-light[data-selected=true],.border-right-color-active-violet-light:active{border-right-color:var(--color-violet-light)}.border-right-color-violet-dark,.border-right-color-hover-violet-dark:hover,.border-right-color-focus-violet-dark[data-focused=true],.border-right-color-focus-violet-dark:focus,.border-right-color-focus-violet-dark:focus-within,.border-right-color-active-violet-dark[data-selected=true],.border-right-color-active-violet-dark:active{border-right-color:var(--color-violet-dark)}.border-right-color-violet-themed,.border-right-color-hover-violet-themed:hover,.border-right-color-focus-violet-themed[data-focused=true],.border-right-color-focus-violet-themed:focus,.border-right-color-focus-violet-themed:focus-within,.border-right-color-active-violet-themed[data-selected=true],.border-right-color-active-violet-themed:active{border-right-color:var(--color-violet-themed)}.border-right-color-purple,.border-right-color-hover-purple:hover,.border-right-color-focus-purple[data-focused=true],.border-right-color-focus-purple:focus,.border-right-color-focus-purple:focus-within,.border-right-color-active-purple[data-selected=true],.border-right-color-active-purple:active{border-right-color:var(--color-purple)}.border-right-color-purple-light,.border-right-color-hover-purple-light:hover,.border-right-color-focus-purple-light[data-focused=true],.border-right-color-focus-purple-light:focus,.border-right-color-focus-purple-light:focus-within,.border-right-color-active-purple-light[data-selected=true],.border-right-color-active-purple-light:active{border-right-color:var(--color-purple-light)}.border-right-color-purple-dark,.border-right-color-hover-purple-dark:hover,.border-right-color-focus-purple-dark[data-focused=true],.border-right-color-focus-purple-dark:focus,.border-right-color-focus-purple-dark:focus-within,.border-right-color-active-purple-dark[data-selected=true],.border-right-color-active-purple-dark:active{border-right-color:var(--color-purple-dark)}.border-right-color-purple-themed,.border-right-color-hover-purple-themed:hover,.border-right-color-focus-purple-themed[data-focused=true],.border-right-color-focus-purple-themed:focus,.border-right-color-focus-purple-themed:focus-within,.border-right-color-active-purple-themed[data-selected=true],.border-right-color-active-purple-themed:active{border-right-color:var(--color-purple-themed)}.border-right-color-fuchsia,.border-right-color-hover-fuchsia:hover,.border-right-color-focus-fuchsia[data-focused=true],.border-right-color-focus-fuchsia:focus,.border-right-color-focus-fuchsia:focus-within,.border-right-color-active-fuchsia[data-selected=true],.border-right-color-active-fuchsia:active{border-right-color:var(--color-fuchsia)}.border-right-color-fuchsia-light,.border-right-color-hover-fuchsia-light:hover,.border-right-color-focus-fuchsia-light[data-focused=true],.border-right-color-focus-fuchsia-light:focus,.border-right-color-focus-fuchsia-light:focus-within,.border-right-color-active-fuchsia-light[data-selected=true],.border-right-color-active-fuchsia-light:active{border-right-color:var(--color-fuchsia-light)}.border-right-color-fuchsia-dark,.border-right-color-hover-fuchsia-dark:hover,.border-right-color-focus-fuchsia-dark[data-focused=true],.border-right-color-focus-fuchsia-dark:focus,.border-right-color-focus-fuchsia-dark:focus-within,.border-right-color-active-fuchsia-dark[data-selected=true],.border-right-color-active-fuchsia-dark:active{border-right-color:var(--color-fuchsia-dark)}.border-right-color-fuchsia-themed,.border-right-color-hover-fuchsia-themed:hover,.border-right-color-focus-fuchsia-themed[data-focused=true],.border-right-color-focus-fuchsia-themed:focus,.border-right-color-focus-fuchsia-themed:focus-within,.border-right-color-active-fuchsia-themed[data-selected=true],.border-right-color-active-fuchsia-themed:active{border-right-color:var(--color-fuchsia-themed)}.border-right-color-pink,.border-right-color-hover-pink:hover,.border-right-color-focus-pink[data-focused=true],.border-right-color-focus-pink:focus,.border-right-color-focus-pink:focus-within,.border-right-color-active-pink[data-selected=true],.border-right-color-active-pink:active{border-right-color:var(--color-pink)}.border-right-color-pink-light,.border-right-color-hover-pink-light:hover,.border-right-color-focus-pink-light[data-focused=true],.border-right-color-focus-pink-light:focus,.border-right-color-focus-pink-light:focus-within,.border-right-color-active-pink-light[data-selected=true],.border-right-color-active-pink-light:active{border-right-color:var(--color-pink-light)}.border-right-color-pink-dark,.border-right-color-hover-pink-dark:hover,.border-right-color-focus-pink-dark[data-focused=true],.border-right-color-focus-pink-dark:focus,.border-right-color-focus-pink-dark:focus-within,.border-right-color-active-pink-dark[data-selected=true],.border-right-color-active-pink-dark:active{border-right-color:var(--color-pink-dark)}.border-right-color-pink-themed,.border-right-color-hover-pink-themed:hover,.border-right-color-focus-pink-themed[data-focused=true],.border-right-color-focus-pink-themed:focus,.border-right-color-focus-pink-themed:focus-within,.border-right-color-active-pink-themed[data-selected=true],.border-right-color-active-pink-themed:active{border-right-color:var(--color-pink-themed)}.border-right-color-rose,.border-right-color-hover-rose:hover,.border-right-color-focus-rose[data-focused=true],.border-right-color-focus-rose:focus,.border-right-color-focus-rose:focus-within,.border-right-color-active-rose[data-selected=true],.border-right-color-active-rose:active{border-right-color:var(--color-rose)}.border-right-color-rose-light,.border-right-color-hover-rose-light:hover,.border-right-color-focus-rose-light[data-focused=true],.border-right-color-focus-rose-light:focus,.border-right-color-focus-rose-light:focus-within,.border-right-color-active-rose-light[data-selected=true],.border-right-color-active-rose-light:active{border-right-color:var(--color-rose-light)}.border-right-color-rose-dark,.border-right-color-hover-rose-dark:hover,.border-right-color-focus-rose-dark[data-focused=true],.border-right-color-focus-rose-dark:focus,.border-right-color-focus-rose-dark:focus-within,.border-right-color-active-rose-dark[data-selected=true],.border-right-color-active-rose-dark:active{border-right-color:var(--color-rose-dark)}.border-right-color-rose-themed,.border-right-color-hover-rose-themed:hover,.border-right-color-focus-rose-themed[data-focused=true],.border-right-color-focus-rose-themed:focus,.border-right-color-focus-rose-themed:focus-within,.border-right-color-active-rose-themed[data-selected=true],.border-right-color-active-rose-themed:active{border-right-color:var(--color-rose-themed)}.border-right-color-slate,.border-right-color-hover-slate:hover,.border-right-color-focus-slate[data-focused=true],.border-right-color-focus-slate:focus,.border-right-color-focus-slate:focus-within,.border-right-color-active-slate[data-selected=true],.border-right-color-active-slate:active{border-right-color:var(--color-slate)}.border-right-color-slate-light,.border-right-color-hover-slate-light:hover,.border-right-color-focus-slate-light[data-focused=true],.border-right-color-focus-slate-light:focus,.border-right-color-focus-slate-light:focus-within,.border-right-color-active-slate-light[data-selected=true],.border-right-color-active-slate-light:active{border-right-color:var(--color-slate-light)}.border-right-color-slate-dark,.border-right-color-hover-slate-dark:hover,.border-right-color-focus-slate-dark[data-focused=true],.border-right-color-focus-slate-dark:focus,.border-right-color-focus-slate-dark:focus-within,.border-right-color-active-slate-dark[data-selected=true],.border-right-color-active-slate-dark:active{border-right-color:var(--color-slate-dark)}.border-right-color-slate-themed,.border-right-color-hover-slate-themed:hover,.border-right-color-focus-slate-themed[data-focused=true],.border-right-color-focus-slate-themed:focus,.border-right-color-focus-slate-themed:focus-within,.border-right-color-active-slate-themed[data-selected=true],.border-right-color-active-slate-themed:active{border-right-color:var(--color-slate-themed)}.border-right-color-gray,.border-right-color-hover-gray:hover,.border-right-color-focus-gray[data-focused=true],.border-right-color-focus-gray:focus,.border-right-color-focus-gray:focus-within,.border-right-color-active-gray[data-selected=true],.border-right-color-active-gray:active{border-right-color:var(--color-gray)}.border-right-color-gray-light,.border-right-color-hover-gray-light:hover,.border-right-color-focus-gray-light[data-focused=true],.border-right-color-focus-gray-light:focus,.border-right-color-focus-gray-light:focus-within,.border-right-color-active-gray-light[data-selected=true],.border-right-color-active-gray-light:active{border-right-color:var(--color-gray-light)}.border-right-color-gray-dark,.border-right-color-hover-gray-dark:hover,.border-right-color-focus-gray-dark[data-focused=true],.border-right-color-focus-gray-dark:focus,.border-right-color-focus-gray-dark:focus-within,.border-right-color-active-gray-dark[data-selected=true],.border-right-color-active-gray-dark:active{border-right-color:var(--color-gray-dark)}.border-right-color-gray-themed,.border-right-color-hover-gray-themed:hover,.border-right-color-focus-gray-themed[data-focused=true],.border-right-color-focus-gray-themed:focus,.border-right-color-focus-gray-themed:focus-within,.border-right-color-active-gray-themed[data-selected=true],.border-right-color-active-gray-themed:active{border-right-color:var(--color-gray-themed)}.border-right-color-zinc,.border-right-color-hover-zinc:hover,.border-right-color-focus-zinc[data-focused=true],.border-right-color-focus-zinc:focus,.border-right-color-focus-zinc:focus-within,.border-right-color-active-zinc[data-selected=true],.border-right-color-active-zinc:active{border-right-color:var(--color-zinc)}.border-right-color-zinc-light,.border-right-color-hover-zinc-light:hover,.border-right-color-focus-zinc-light[data-focused=true],.border-right-color-focus-zinc-light:focus,.border-right-color-focus-zinc-light:focus-within,.border-right-color-active-zinc-light[data-selected=true],.border-right-color-active-zinc-light:active{border-right-color:var(--color-zinc-light)}.border-right-color-zinc-dark,.border-right-color-hover-zinc-dark:hover,.border-right-color-focus-zinc-dark[data-focused=true],.border-right-color-focus-zinc-dark:focus,.border-right-color-focus-zinc-dark:focus-within,.border-right-color-active-zinc-dark[data-selected=true],.border-right-color-active-zinc-dark:active{border-right-color:var(--color-zinc-dark)}.border-right-color-zinc-themed,.border-right-color-hover-zinc-themed:hover,.border-right-color-focus-zinc-themed[data-focused=true],.border-right-color-focus-zinc-themed:focus,.border-right-color-focus-zinc-themed:focus-within,.border-right-color-active-zinc-themed[data-selected=true],.border-right-color-active-zinc-themed:active{border-right-color:var(--color-zinc-themed)}.border-right-color-neutral,.border-right-color-hover-neutral:hover,.border-right-color-focus-neutral[data-focused=true],.border-right-color-focus-neutral:focus,.border-right-color-focus-neutral:focus-within,.border-right-color-active-neutral[data-selected=true],.border-right-color-active-neutral:active{border-right-color:var(--color-neutral)}.border-right-color-neutral-light,.border-right-color-hover-neutral-light:hover,.border-right-color-focus-neutral-light[data-focused=true],.border-right-color-focus-neutral-light:focus,.border-right-color-focus-neutral-light:focus-within,.border-right-color-active-neutral-light[data-selected=true],.border-right-color-active-neutral-light:active{border-right-color:var(--color-neutral-light)}.border-right-color-neutral-dark,.border-right-color-hover-neutral-dark:hover,.border-right-color-focus-neutral-dark[data-focused=true],.border-right-color-focus-neutral-dark:focus,.border-right-color-focus-neutral-dark:focus-within,.border-right-color-active-neutral-dark[data-selected=true],.border-right-color-active-neutral-dark:active{border-right-color:var(--color-neutral-dark)}.border-right-color-neutral-themed,.border-right-color-hover-neutral-themed:hover,.border-right-color-focus-neutral-themed[data-focused=true],.border-right-color-focus-neutral-themed:focus,.border-right-color-focus-neutral-themed:focus-within,.border-right-color-active-neutral-themed[data-selected=true],.border-right-color-active-neutral-themed:active{border-right-color:var(--color-neutral-themed)}.border-right-color-stone,.border-right-color-hover-stone:hover,.border-right-color-focus-stone[data-focused=true],.border-right-color-focus-stone:focus,.border-right-color-focus-stone:focus-within,.border-right-color-active-stone[data-selected=true],.border-right-color-active-stone:active{border-right-color:var(--color-stone)}.border-right-color-stone-light,.border-right-color-hover-stone-light:hover,.border-right-color-focus-stone-light[data-focused=true],.border-right-color-focus-stone-light:focus,.border-right-color-focus-stone-light:focus-within,.border-right-color-active-stone-light[data-selected=true],.border-right-color-active-stone-light:active{border-right-color:var(--color-stone-light)}.border-right-color-stone-dark,.border-right-color-hover-stone-dark:hover,.border-right-color-focus-stone-dark[data-focused=true],.border-right-color-focus-stone-dark:focus,.border-right-color-focus-stone-dark:focus-within,.border-right-color-active-stone-dark[data-selected=true],.border-right-color-active-stone-dark:active{border-right-color:var(--color-stone-dark)}.border-right-color-stone-themed,.border-right-color-hover-stone-themed:hover,.border-right-color-focus-stone-themed[data-focused=true],.border-right-color-focus-stone-themed:focus,.border-right-color-focus-stone-themed:focus-within,.border-right-color-active-stone-themed[data-selected=true],.border-right-color-active-stone-themed:active{border-right-color:var(--color-stone-themed)}.border-right-color-white,.border-right-color-hover-white:hover,.border-right-color-focus-white[data-focused=true],.border-right-color-focus-white:focus,.border-right-color-focus-white:focus-within,.border-right-color-active-white[data-selected=true],.border-right-color-active-white:active{border-right-color:var(--color-white)}.border-right-color-black,.border-right-color-hover-black:hover,.border-right-color-focus-black[data-focused=true],.border-right-color-focus-black:focus,.border-right-color-focus-black:focus-within,.border-right-color-active-black[data-selected=true],.border-right-color-active-black:active{border-right-color:var(--color-black)}.border-right-color-transparent,.border-right-color-hover-transparent:hover,.border-right-color-focus-transparent[data-focused=true],.border-right-color-focus-transparent:focus,.border-right-color-focus-transparent:focus-within,.border-right-color-active-transparent[data-selected=true],.border-right-color-active-transparent:active{border-right-color:var(--color-transparent)}.border-right-color-red-0,.border-right-color-hover-red-0:hover,.border-right-color-focus-red-0[data-focused=true],.border-right-color-focus-red-0:focus,.border-right-color-focus-red-0:focus-within,.border-right-color-active-red-0[data-selected=true],.border-right-color-active-red-0:active{border-right-color:var(--color-red-0)}.border-right-color-red-1,.border-right-color-hover-red-1:hover,.border-right-color-focus-red-1[data-focused=true],.border-right-color-focus-red-1:focus,.border-right-color-focus-red-1:focus-within,.border-right-color-active-red-1[data-selected=true],.border-right-color-active-red-1:active{border-right-color:var(--color-red-1)}.border-right-color-red-2,.border-right-color-hover-red-2:hover,.border-right-color-focus-red-2[data-focused=true],.border-right-color-focus-red-2:focus,.border-right-color-focus-red-2:focus-within,.border-right-color-active-red-2[data-selected=true],.border-right-color-active-red-2:active{border-right-color:var(--color-red-2)}.border-right-color-red-3,.border-right-color-hover-red-3:hover,.border-right-color-focus-red-3[data-focused=true],.border-right-color-focus-red-3:focus,.border-right-color-focus-red-3:focus-within,.border-right-color-active-red-3[data-selected=true],.border-right-color-active-red-3:active{border-right-color:var(--color-red-3)}.border-right-color-red-4,.border-right-color-hover-red-4:hover,.border-right-color-focus-red-4[data-focused=true],.border-right-color-focus-red-4:focus,.border-right-color-focus-red-4:focus-within,.border-right-color-active-red-4[data-selected=true],.border-right-color-active-red-4:active{border-right-color:var(--color-red-4)}.border-right-color-red-5,.border-right-color-hover-red-5:hover,.border-right-color-focus-red-5[data-focused=true],.border-right-color-focus-red-5:focus,.border-right-color-focus-red-5:focus-within,.border-right-color-active-red-5[data-selected=true],.border-right-color-active-red-5:active{border-right-color:var(--color-red-5)}.border-right-color-red-6,.border-right-color-hover-red-6:hover,.border-right-color-focus-red-6[data-focused=true],.border-right-color-focus-red-6:focus,.border-right-color-focus-red-6:focus-within,.border-right-color-active-red-6[data-selected=true],.border-right-color-active-red-6:active{border-right-color:var(--color-red-6)}.border-right-color-red-7,.border-right-color-hover-red-7:hover,.border-right-color-focus-red-7[data-focused=true],.border-right-color-focus-red-7:focus,.border-right-color-focus-red-7:focus-within,.border-right-color-active-red-7[data-selected=true],.border-right-color-active-red-7:active{border-right-color:var(--color-red-7)}.border-right-color-red-8,.border-right-color-hover-red-8:hover,.border-right-color-focus-red-8[data-focused=true],.border-right-color-focus-red-8:focus,.border-right-color-focus-red-8:focus-within,.border-right-color-active-red-8[data-selected=true],.border-right-color-active-red-8:active{border-right-color:var(--color-red-8)}.border-right-color-red-9,.border-right-color-hover-red-9:hover,.border-right-color-focus-red-9[data-focused=true],.border-right-color-focus-red-9:focus,.border-right-color-focus-red-9:focus-within,.border-right-color-active-red-9[data-selected=true],.border-right-color-active-red-9:active{border-right-color:var(--color-red-9)}.border-right-color-red-10,.border-right-color-hover-red-10:hover,.border-right-color-focus-red-10[data-focused=true],.border-right-color-focus-red-10:focus,.border-right-color-focus-red-10:focus-within,.border-right-color-active-red-10[data-selected=true],.border-right-color-active-red-10:active{border-right-color:var(--color-red-10)}.border-right-color-orange-0,.border-right-color-hover-orange-0:hover,.border-right-color-focus-orange-0[data-focused=true],.border-right-color-focus-orange-0:focus,.border-right-color-focus-orange-0:focus-within,.border-right-color-active-orange-0[data-selected=true],.border-right-color-active-orange-0:active{border-right-color:var(--color-orange-0)}.border-right-color-orange-1,.border-right-color-hover-orange-1:hover,.border-right-color-focus-orange-1[data-focused=true],.border-right-color-focus-orange-1:focus,.border-right-color-focus-orange-1:focus-within,.border-right-color-active-orange-1[data-selected=true],.border-right-color-active-orange-1:active{border-right-color:var(--color-orange-1)}.border-right-color-orange-2,.border-right-color-hover-orange-2:hover,.border-right-color-focus-orange-2[data-focused=true],.border-right-color-focus-orange-2:focus,.border-right-color-focus-orange-2:focus-within,.border-right-color-active-orange-2[data-selected=true],.border-right-color-active-orange-2:active{border-right-color:var(--color-orange-2)}.border-right-color-orange-3,.border-right-color-hover-orange-3:hover,.border-right-color-focus-orange-3[data-focused=true],.border-right-color-focus-orange-3:focus,.border-right-color-focus-orange-3:focus-within,.border-right-color-active-orange-3[data-selected=true],.border-right-color-active-orange-3:active{border-right-color:var(--color-orange-3)}.border-right-color-orange-4,.border-right-color-hover-orange-4:hover,.border-right-color-focus-orange-4[data-focused=true],.border-right-color-focus-orange-4:focus,.border-right-color-focus-orange-4:focus-within,.border-right-color-active-orange-4[data-selected=true],.border-right-color-active-orange-4:active{border-right-color:var(--color-orange-4)}.border-right-color-orange-5,.border-right-color-hover-orange-5:hover,.border-right-color-focus-orange-5[data-focused=true],.border-right-color-focus-orange-5:focus,.border-right-color-focus-orange-5:focus-within,.border-right-color-active-orange-5[data-selected=true],.border-right-color-active-orange-5:active{border-right-color:var(--color-orange-5)}.border-right-color-orange-6,.border-right-color-hover-orange-6:hover,.border-right-color-focus-orange-6[data-focused=true],.border-right-color-focus-orange-6:focus,.border-right-color-focus-orange-6:focus-within,.border-right-color-active-orange-6[data-selected=true],.border-right-color-active-orange-6:active{border-right-color:var(--color-orange-6)}.border-right-color-orange-7,.border-right-color-hover-orange-7:hover,.border-right-color-focus-orange-7[data-focused=true],.border-right-color-focus-orange-7:focus,.border-right-color-focus-orange-7:focus-within,.border-right-color-active-orange-7[data-selected=true],.border-right-color-active-orange-7:active{border-right-color:var(--color-orange-7)}.border-right-color-orange-8,.border-right-color-hover-orange-8:hover,.border-right-color-focus-orange-8[data-focused=true],.border-right-color-focus-orange-8:focus,.border-right-color-focus-orange-8:focus-within,.border-right-color-active-orange-8[data-selected=true],.border-right-color-active-orange-8:active{border-right-color:var(--color-orange-8)}.border-right-color-orange-9,.border-right-color-hover-orange-9:hover,.border-right-color-focus-orange-9[data-focused=true],.border-right-color-focus-orange-9:focus,.border-right-color-focus-orange-9:focus-within,.border-right-color-active-orange-9[data-selected=true],.border-right-color-active-orange-9:active{border-right-color:var(--color-orange-9)}.border-right-color-orange-10,.border-right-color-hover-orange-10:hover,.border-right-color-focus-orange-10[data-focused=true],.border-right-color-focus-orange-10:focus,.border-right-color-focus-orange-10:focus-within,.border-right-color-active-orange-10[data-selected=true],.border-right-color-active-orange-10:active{border-right-color:var(--color-orange-10)}.border-right-color-amber-0,.border-right-color-hover-amber-0:hover,.border-right-color-focus-amber-0[data-focused=true],.border-right-color-focus-amber-0:focus,.border-right-color-focus-amber-0:focus-within,.border-right-color-active-amber-0[data-selected=true],.border-right-color-active-amber-0:active{border-right-color:var(--color-amber-0)}.border-right-color-amber-1,.border-right-color-hover-amber-1:hover,.border-right-color-focus-amber-1[data-focused=true],.border-right-color-focus-amber-1:focus,.border-right-color-focus-amber-1:focus-within,.border-right-color-active-amber-1[data-selected=true],.border-right-color-active-amber-1:active{border-right-color:var(--color-amber-1)}.border-right-color-amber-2,.border-right-color-hover-amber-2:hover,.border-right-color-focus-amber-2[data-focused=true],.border-right-color-focus-amber-2:focus,.border-right-color-focus-amber-2:focus-within,.border-right-color-active-amber-2[data-selected=true],.border-right-color-active-amber-2:active{border-right-color:var(--color-amber-2)}.border-right-color-amber-3,.border-right-color-hover-amber-3:hover,.border-right-color-focus-amber-3[data-focused=true],.border-right-color-focus-amber-3:focus,.border-right-color-focus-amber-3:focus-within,.border-right-color-active-amber-3[data-selected=true],.border-right-color-active-amber-3:active{border-right-color:var(--color-amber-3)}.border-right-color-amber-4,.border-right-color-hover-amber-4:hover,.border-right-color-focus-amber-4[data-focused=true],.border-right-color-focus-amber-4:focus,.border-right-color-focus-amber-4:focus-within,.border-right-color-active-amber-4[data-selected=true],.border-right-color-active-amber-4:active{border-right-color:var(--color-amber-4)}.border-right-color-amber-5,.border-right-color-hover-amber-5:hover,.border-right-color-focus-amber-5[data-focused=true],.border-right-color-focus-amber-5:focus,.border-right-color-focus-amber-5:focus-within,.border-right-color-active-amber-5[data-selected=true],.border-right-color-active-amber-5:active{border-right-color:var(--color-amber-5)}.border-right-color-amber-6,.border-right-color-hover-amber-6:hover,.border-right-color-focus-amber-6[data-focused=true],.border-right-color-focus-amber-6:focus,.border-right-color-focus-amber-6:focus-within,.border-right-color-active-amber-6[data-selected=true],.border-right-color-active-amber-6:active{border-right-color:var(--color-amber-6)}.border-right-color-amber-7,.border-right-color-hover-amber-7:hover,.border-right-color-focus-amber-7[data-focused=true],.border-right-color-focus-amber-7:focus,.border-right-color-focus-amber-7:focus-within,.border-right-color-active-amber-7[data-selected=true],.border-right-color-active-amber-7:active{border-right-color:var(--color-amber-7)}.border-right-color-amber-8,.border-right-color-hover-amber-8:hover,.border-right-color-focus-amber-8[data-focused=true],.border-right-color-focus-amber-8:focus,.border-right-color-focus-amber-8:focus-within,.border-right-color-active-amber-8[data-selected=true],.border-right-color-active-amber-8:active{border-right-color:var(--color-amber-8)}.border-right-color-amber-9,.border-right-color-hover-amber-9:hover,.border-right-color-focus-amber-9[data-focused=true],.border-right-color-focus-amber-9:focus,.border-right-color-focus-amber-9:focus-within,.border-right-color-active-amber-9[data-selected=true],.border-right-color-active-amber-9:active{border-right-color:var(--color-amber-9)}.border-right-color-amber-10,.border-right-color-hover-amber-10:hover,.border-right-color-focus-amber-10[data-focused=true],.border-right-color-focus-amber-10:focus,.border-right-color-focus-amber-10:focus-within,.border-right-color-active-amber-10[data-selected=true],.border-right-color-active-amber-10:active{border-right-color:var(--color-amber-10)}.border-right-color-yellow-0,.border-right-color-hover-yellow-0:hover,.border-right-color-focus-yellow-0[data-focused=true],.border-right-color-focus-yellow-0:focus,.border-right-color-focus-yellow-0:focus-within,.border-right-color-active-yellow-0[data-selected=true],.border-right-color-active-yellow-0:active{border-right-color:var(--color-yellow-0)}.border-right-color-yellow-1,.border-right-color-hover-yellow-1:hover,.border-right-color-focus-yellow-1[data-focused=true],.border-right-color-focus-yellow-1:focus,.border-right-color-focus-yellow-1:focus-within,.border-right-color-active-yellow-1[data-selected=true],.border-right-color-active-yellow-1:active{border-right-color:var(--color-yellow-1)}.border-right-color-yellow-2,.border-right-color-hover-yellow-2:hover,.border-right-color-focus-yellow-2[data-focused=true],.border-right-color-focus-yellow-2:focus,.border-right-color-focus-yellow-2:focus-within,.border-right-color-active-yellow-2[data-selected=true],.border-right-color-active-yellow-2:active{border-right-color:var(--color-yellow-2)}.border-right-color-yellow-3,.border-right-color-hover-yellow-3:hover,.border-right-color-focus-yellow-3[data-focused=true],.border-right-color-focus-yellow-3:focus,.border-right-color-focus-yellow-3:focus-within,.border-right-color-active-yellow-3[data-selected=true],.border-right-color-active-yellow-3:active{border-right-color:var(--color-yellow-3)}.border-right-color-yellow-4,.border-right-color-hover-yellow-4:hover,.border-right-color-focus-yellow-4[data-focused=true],.border-right-color-focus-yellow-4:focus,.border-right-color-focus-yellow-4:focus-within,.border-right-color-active-yellow-4[data-selected=true],.border-right-color-active-yellow-4:active{border-right-color:var(--color-yellow-4)}.border-right-color-yellow-5,.border-right-color-hover-yellow-5:hover,.border-right-color-focus-yellow-5[data-focused=true],.border-right-color-focus-yellow-5:focus,.border-right-color-focus-yellow-5:focus-within,.border-right-color-active-yellow-5[data-selected=true],.border-right-color-active-yellow-5:active{border-right-color:var(--color-yellow-5)}.border-right-color-yellow-6,.border-right-color-hover-yellow-6:hover,.border-right-color-focus-yellow-6[data-focused=true],.border-right-color-focus-yellow-6:focus,.border-right-color-focus-yellow-6:focus-within,.border-right-color-active-yellow-6[data-selected=true],.border-right-color-active-yellow-6:active{border-right-color:var(--color-yellow-6)}.border-right-color-yellow-7,.border-right-color-hover-yellow-7:hover,.border-right-color-focus-yellow-7[data-focused=true],.border-right-color-focus-yellow-7:focus,.border-right-color-focus-yellow-7:focus-within,.border-right-color-active-yellow-7[data-selected=true],.border-right-color-active-yellow-7:active{border-right-color:var(--color-yellow-7)}.border-right-color-yellow-8,.border-right-color-hover-yellow-8:hover,.border-right-color-focus-yellow-8[data-focused=true],.border-right-color-focus-yellow-8:focus,.border-right-color-focus-yellow-8:focus-within,.border-right-color-active-yellow-8[data-selected=true],.border-right-color-active-yellow-8:active{border-right-color:var(--color-yellow-8)}.border-right-color-yellow-9,.border-right-color-hover-yellow-9:hover,.border-right-color-focus-yellow-9[data-focused=true],.border-right-color-focus-yellow-9:focus,.border-right-color-focus-yellow-9:focus-within,.border-right-color-active-yellow-9[data-selected=true],.border-right-color-active-yellow-9:active{border-right-color:var(--color-yellow-9)}.border-right-color-yellow-10,.border-right-color-hover-yellow-10:hover,.border-right-color-focus-yellow-10[data-focused=true],.border-right-color-focus-yellow-10:focus,.border-right-color-focus-yellow-10:focus-within,.border-right-color-active-yellow-10[data-selected=true],.border-right-color-active-yellow-10:active{border-right-color:var(--color-yellow-10)}.border-right-color-lime-0,.border-right-color-hover-lime-0:hover,.border-right-color-focus-lime-0[data-focused=true],.border-right-color-focus-lime-0:focus,.border-right-color-focus-lime-0:focus-within,.border-right-color-active-lime-0[data-selected=true],.border-right-color-active-lime-0:active{border-right-color:var(--color-lime-0)}.border-right-color-lime-1,.border-right-color-hover-lime-1:hover,.border-right-color-focus-lime-1[data-focused=true],.border-right-color-focus-lime-1:focus,.border-right-color-focus-lime-1:focus-within,.border-right-color-active-lime-1[data-selected=true],.border-right-color-active-lime-1:active{border-right-color:var(--color-lime-1)}.border-right-color-lime-2,.border-right-color-hover-lime-2:hover,.border-right-color-focus-lime-2[data-focused=true],.border-right-color-focus-lime-2:focus,.border-right-color-focus-lime-2:focus-within,.border-right-color-active-lime-2[data-selected=true],.border-right-color-active-lime-2:active{border-right-color:var(--color-lime-2)}.border-right-color-lime-3,.border-right-color-hover-lime-3:hover,.border-right-color-focus-lime-3[data-focused=true],.border-right-color-focus-lime-3:focus,.border-right-color-focus-lime-3:focus-within,.border-right-color-active-lime-3[data-selected=true],.border-right-color-active-lime-3:active{border-right-color:var(--color-lime-3)}.border-right-color-lime-4,.border-right-color-hover-lime-4:hover,.border-right-color-focus-lime-4[data-focused=true],.border-right-color-focus-lime-4:focus,.border-right-color-focus-lime-4:focus-within,.border-right-color-active-lime-4[data-selected=true],.border-right-color-active-lime-4:active{border-right-color:var(--color-lime-4)}.border-right-color-lime-5,.border-right-color-hover-lime-5:hover,.border-right-color-focus-lime-5[data-focused=true],.border-right-color-focus-lime-5:focus,.border-right-color-focus-lime-5:focus-within,.border-right-color-active-lime-5[data-selected=true],.border-right-color-active-lime-5:active{border-right-color:var(--color-lime-5)}.border-right-color-lime-6,.border-right-color-hover-lime-6:hover,.border-right-color-focus-lime-6[data-focused=true],.border-right-color-focus-lime-6:focus,.border-right-color-focus-lime-6:focus-within,.border-right-color-active-lime-6[data-selected=true],.border-right-color-active-lime-6:active{border-right-color:var(--color-lime-6)}.border-right-color-lime-7,.border-right-color-hover-lime-7:hover,.border-right-color-focus-lime-7[data-focused=true],.border-right-color-focus-lime-7:focus,.border-right-color-focus-lime-7:focus-within,.border-right-color-active-lime-7[data-selected=true],.border-right-color-active-lime-7:active{border-right-color:var(--color-lime-7)}.border-right-color-lime-8,.border-right-color-hover-lime-8:hover,.border-right-color-focus-lime-8[data-focused=true],.border-right-color-focus-lime-8:focus,.border-right-color-focus-lime-8:focus-within,.border-right-color-active-lime-8[data-selected=true],.border-right-color-active-lime-8:active{border-right-color:var(--color-lime-8)}.border-right-color-lime-9,.border-right-color-hover-lime-9:hover,.border-right-color-focus-lime-9[data-focused=true],.border-right-color-focus-lime-9:focus,.border-right-color-focus-lime-9:focus-within,.border-right-color-active-lime-9[data-selected=true],.border-right-color-active-lime-9:active{border-right-color:var(--color-lime-9)}.border-right-color-lime-10,.border-right-color-hover-lime-10:hover,.border-right-color-focus-lime-10[data-focused=true],.border-right-color-focus-lime-10:focus,.border-right-color-focus-lime-10:focus-within,.border-right-color-active-lime-10[data-selected=true],.border-right-color-active-lime-10:active{border-right-color:var(--color-lime-10)}.border-right-color-green-0,.border-right-color-hover-green-0:hover,.border-right-color-focus-green-0[data-focused=true],.border-right-color-focus-green-0:focus,.border-right-color-focus-green-0:focus-within,.border-right-color-active-green-0[data-selected=true],.border-right-color-active-green-0:active{border-right-color:var(--color-green-0)}.border-right-color-green-1,.border-right-color-hover-green-1:hover,.border-right-color-focus-green-1[data-focused=true],.border-right-color-focus-green-1:focus,.border-right-color-focus-green-1:focus-within,.border-right-color-active-green-1[data-selected=true],.border-right-color-active-green-1:active{border-right-color:var(--color-green-1)}.border-right-color-green-2,.border-right-color-hover-green-2:hover,.border-right-color-focus-green-2[data-focused=true],.border-right-color-focus-green-2:focus,.border-right-color-focus-green-2:focus-within,.border-right-color-active-green-2[data-selected=true],.border-right-color-active-green-2:active{border-right-color:var(--color-green-2)}.border-right-color-green-3,.border-right-color-hover-green-3:hover,.border-right-color-focus-green-3[data-focused=true],.border-right-color-focus-green-3:focus,.border-right-color-focus-green-3:focus-within,.border-right-color-active-green-3[data-selected=true],.border-right-color-active-green-3:active{border-right-color:var(--color-green-3)}.border-right-color-green-4,.border-right-color-hover-green-4:hover,.border-right-color-focus-green-4[data-focused=true],.border-right-color-focus-green-4:focus,.border-right-color-focus-green-4:focus-within,.border-right-color-active-green-4[data-selected=true],.border-right-color-active-green-4:active{border-right-color:var(--color-green-4)}.border-right-color-green-5,.border-right-color-hover-green-5:hover,.border-right-color-focus-green-5[data-focused=true],.border-right-color-focus-green-5:focus,.border-right-color-focus-green-5:focus-within,.border-right-color-active-green-5[data-selected=true],.border-right-color-active-green-5:active{border-right-color:var(--color-green-5)}.border-right-color-green-6,.border-right-color-hover-green-6:hover,.border-right-color-focus-green-6[data-focused=true],.border-right-color-focus-green-6:focus,.border-right-color-focus-green-6:focus-within,.border-right-color-active-green-6[data-selected=true],.border-right-color-active-green-6:active{border-right-color:var(--color-green-6)}.border-right-color-green-7,.border-right-color-hover-green-7:hover,.border-right-color-focus-green-7[data-focused=true],.border-right-color-focus-green-7:focus,.border-right-color-focus-green-7:focus-within,.border-right-color-active-green-7[data-selected=true],.border-right-color-active-green-7:active{border-right-color:var(--color-green-7)}.border-right-color-green-8,.border-right-color-hover-green-8:hover,.border-right-color-focus-green-8[data-focused=true],.border-right-color-focus-green-8:focus,.border-right-color-focus-green-8:focus-within,.border-right-color-active-green-8[data-selected=true],.border-right-color-active-green-8:active{border-right-color:var(--color-green-8)}.border-right-color-green-9,.border-right-color-hover-green-9:hover,.border-right-color-focus-green-9[data-focused=true],.border-right-color-focus-green-9:focus,.border-right-color-focus-green-9:focus-within,.border-right-color-active-green-9[data-selected=true],.border-right-color-active-green-9:active{border-right-color:var(--color-green-9)}.border-right-color-green-10,.border-right-color-hover-green-10:hover,.border-right-color-focus-green-10[data-focused=true],.border-right-color-focus-green-10:focus,.border-right-color-focus-green-10:focus-within,.border-right-color-active-green-10[data-selected=true],.border-right-color-active-green-10:active{border-right-color:var(--color-green-10)}.border-right-color-emerald-0,.border-right-color-hover-emerald-0:hover,.border-right-color-focus-emerald-0[data-focused=true],.border-right-color-focus-emerald-0:focus,.border-right-color-focus-emerald-0:focus-within,.border-right-color-active-emerald-0[data-selected=true],.border-right-color-active-emerald-0:active{border-right-color:var(--color-emerald-0)}.border-right-color-emerald-1,.border-right-color-hover-emerald-1:hover,.border-right-color-focus-emerald-1[data-focused=true],.border-right-color-focus-emerald-1:focus,.border-right-color-focus-emerald-1:focus-within,.border-right-color-active-emerald-1[data-selected=true],.border-right-color-active-emerald-1:active{border-right-color:var(--color-emerald-1)}.border-right-color-emerald-2,.border-right-color-hover-emerald-2:hover,.border-right-color-focus-emerald-2[data-focused=true],.border-right-color-focus-emerald-2:focus,.border-right-color-focus-emerald-2:focus-within,.border-right-color-active-emerald-2[data-selected=true],.border-right-color-active-emerald-2:active{border-right-color:var(--color-emerald-2)}.border-right-color-emerald-3,.border-right-color-hover-emerald-3:hover,.border-right-color-focus-emerald-3[data-focused=true],.border-right-color-focus-emerald-3:focus,.border-right-color-focus-emerald-3:focus-within,.border-right-color-active-emerald-3[data-selected=true],.border-right-color-active-emerald-3:active{border-right-color:var(--color-emerald-3)}.border-right-color-emerald-4,.border-right-color-hover-emerald-4:hover,.border-right-color-focus-emerald-4[data-focused=true],.border-right-color-focus-emerald-4:focus,.border-right-color-focus-emerald-4:focus-within,.border-right-color-active-emerald-4[data-selected=true],.border-right-color-active-emerald-4:active{border-right-color:var(--color-emerald-4)}.border-right-color-emerald-5,.border-right-color-hover-emerald-5:hover,.border-right-color-focus-emerald-5[data-focused=true],.border-right-color-focus-emerald-5:focus,.border-right-color-focus-emerald-5:focus-within,.border-right-color-active-emerald-5[data-selected=true],.border-right-color-active-emerald-5:active{border-right-color:var(--color-emerald-5)}.border-right-color-emerald-6,.border-right-color-hover-emerald-6:hover,.border-right-color-focus-emerald-6[data-focused=true],.border-right-color-focus-emerald-6:focus,.border-right-color-focus-emerald-6:focus-within,.border-right-color-active-emerald-6[data-selected=true],.border-right-color-active-emerald-6:active{border-right-color:var(--color-emerald-6)}.border-right-color-emerald-7,.border-right-color-hover-emerald-7:hover,.border-right-color-focus-emerald-7[data-focused=true],.border-right-color-focus-emerald-7:focus,.border-right-color-focus-emerald-7:focus-within,.border-right-color-active-emerald-7[data-selected=true],.border-right-color-active-emerald-7:active{border-right-color:var(--color-emerald-7)}.border-right-color-emerald-8,.border-right-color-hover-emerald-8:hover,.border-right-color-focus-emerald-8[data-focused=true],.border-right-color-focus-emerald-8:focus,.border-right-color-focus-emerald-8:focus-within,.border-right-color-active-emerald-8[data-selected=true],.border-right-color-active-emerald-8:active{border-right-color:var(--color-emerald-8)}.border-right-color-emerald-9,.border-right-color-hover-emerald-9:hover,.border-right-color-focus-emerald-9[data-focused=true],.border-right-color-focus-emerald-9:focus,.border-right-color-focus-emerald-9:focus-within,.border-right-color-active-emerald-9[data-selected=true],.border-right-color-active-emerald-9:active{border-right-color:var(--color-emerald-9)}.border-right-color-emerald-10,.border-right-color-hover-emerald-10:hover,.border-right-color-focus-emerald-10[data-focused=true],.border-right-color-focus-emerald-10:focus,.border-right-color-focus-emerald-10:focus-within,.border-right-color-active-emerald-10[data-selected=true],.border-right-color-active-emerald-10:active{border-right-color:var(--color-emerald-10)}.border-right-color-teal-0,.border-right-color-hover-teal-0:hover,.border-right-color-focus-teal-0[data-focused=true],.border-right-color-focus-teal-0:focus,.border-right-color-focus-teal-0:focus-within,.border-right-color-active-teal-0[data-selected=true],.border-right-color-active-teal-0:active{border-right-color:var(--color-teal-0)}.border-right-color-teal-1,.border-right-color-hover-teal-1:hover,.border-right-color-focus-teal-1[data-focused=true],.border-right-color-focus-teal-1:focus,.border-right-color-focus-teal-1:focus-within,.border-right-color-active-teal-1[data-selected=true],.border-right-color-active-teal-1:active{border-right-color:var(--color-teal-1)}.border-right-color-teal-2,.border-right-color-hover-teal-2:hover,.border-right-color-focus-teal-2[data-focused=true],.border-right-color-focus-teal-2:focus,.border-right-color-focus-teal-2:focus-within,.border-right-color-active-teal-2[data-selected=true],.border-right-color-active-teal-2:active{border-right-color:var(--color-teal-2)}.border-right-color-teal-3,.border-right-color-hover-teal-3:hover,.border-right-color-focus-teal-3[data-focused=true],.border-right-color-focus-teal-3:focus,.border-right-color-focus-teal-3:focus-within,.border-right-color-active-teal-3[data-selected=true],.border-right-color-active-teal-3:active{border-right-color:var(--color-teal-3)}.border-right-color-teal-4,.border-right-color-hover-teal-4:hover,.border-right-color-focus-teal-4[data-focused=true],.border-right-color-focus-teal-4:focus,.border-right-color-focus-teal-4:focus-within,.border-right-color-active-teal-4[data-selected=true],.border-right-color-active-teal-4:active{border-right-color:var(--color-teal-4)}.border-right-color-teal-5,.border-right-color-hover-teal-5:hover,.border-right-color-focus-teal-5[data-focused=true],.border-right-color-focus-teal-5:focus,.border-right-color-focus-teal-5:focus-within,.border-right-color-active-teal-5[data-selected=true],.border-right-color-active-teal-5:active{border-right-color:var(--color-teal-5)}.border-right-color-teal-6,.border-right-color-hover-teal-6:hover,.border-right-color-focus-teal-6[data-focused=true],.border-right-color-focus-teal-6:focus,.border-right-color-focus-teal-6:focus-within,.border-right-color-active-teal-6[data-selected=true],.border-right-color-active-teal-6:active{border-right-color:var(--color-teal-6)}.border-right-color-teal-7,.border-right-color-hover-teal-7:hover,.border-right-color-focus-teal-7[data-focused=true],.border-right-color-focus-teal-7:focus,.border-right-color-focus-teal-7:focus-within,.border-right-color-active-teal-7[data-selected=true],.border-right-color-active-teal-7:active{border-right-color:var(--color-teal-7)}.border-right-color-teal-8,.border-right-color-hover-teal-8:hover,.border-right-color-focus-teal-8[data-focused=true],.border-right-color-focus-teal-8:focus,.border-right-color-focus-teal-8:focus-within,.border-right-color-active-teal-8[data-selected=true],.border-right-color-active-teal-8:active{border-right-color:var(--color-teal-8)}.border-right-color-teal-9,.border-right-color-hover-teal-9:hover,.border-right-color-focus-teal-9[data-focused=true],.border-right-color-focus-teal-9:focus,.border-right-color-focus-teal-9:focus-within,.border-right-color-active-teal-9[data-selected=true],.border-right-color-active-teal-9:active{border-right-color:var(--color-teal-9)}.border-right-color-teal-10,.border-right-color-hover-teal-10:hover,.border-right-color-focus-teal-10[data-focused=true],.border-right-color-focus-teal-10:focus,.border-right-color-focus-teal-10:focus-within,.border-right-color-active-teal-10[data-selected=true],.border-right-color-active-teal-10:active{border-right-color:var(--color-teal-10)}.border-right-color-cyan-0,.border-right-color-hover-cyan-0:hover,.border-right-color-focus-cyan-0[data-focused=true],.border-right-color-focus-cyan-0:focus,.border-right-color-focus-cyan-0:focus-within,.border-right-color-active-cyan-0[data-selected=true],.border-right-color-active-cyan-0:active{border-right-color:var(--color-cyan-0)}.border-right-color-cyan-1,.border-right-color-hover-cyan-1:hover,.border-right-color-focus-cyan-1[data-focused=true],.border-right-color-focus-cyan-1:focus,.border-right-color-focus-cyan-1:focus-within,.border-right-color-active-cyan-1[data-selected=true],.border-right-color-active-cyan-1:active{border-right-color:var(--color-cyan-1)}.border-right-color-cyan-2,.border-right-color-hover-cyan-2:hover,.border-right-color-focus-cyan-2[data-focused=true],.border-right-color-focus-cyan-2:focus,.border-right-color-focus-cyan-2:focus-within,.border-right-color-active-cyan-2[data-selected=true],.border-right-color-active-cyan-2:active{border-right-color:var(--color-cyan-2)}.border-right-color-cyan-3,.border-right-color-hover-cyan-3:hover,.border-right-color-focus-cyan-3[data-focused=true],.border-right-color-focus-cyan-3:focus,.border-right-color-focus-cyan-3:focus-within,.border-right-color-active-cyan-3[data-selected=true],.border-right-color-active-cyan-3:active{border-right-color:var(--color-cyan-3)}.border-right-color-cyan-4,.border-right-color-hover-cyan-4:hover,.border-right-color-focus-cyan-4[data-focused=true],.border-right-color-focus-cyan-4:focus,.border-right-color-focus-cyan-4:focus-within,.border-right-color-active-cyan-4[data-selected=true],.border-right-color-active-cyan-4:active{border-right-color:var(--color-cyan-4)}.border-right-color-cyan-5,.border-right-color-hover-cyan-5:hover,.border-right-color-focus-cyan-5[data-focused=true],.border-right-color-focus-cyan-5:focus,.border-right-color-focus-cyan-5:focus-within,.border-right-color-active-cyan-5[data-selected=true],.border-right-color-active-cyan-5:active{border-right-color:var(--color-cyan-5)}.border-right-color-cyan-6,.border-right-color-hover-cyan-6:hover,.border-right-color-focus-cyan-6[data-focused=true],.border-right-color-focus-cyan-6:focus,.border-right-color-focus-cyan-6:focus-within,.border-right-color-active-cyan-6[data-selected=true],.border-right-color-active-cyan-6:active{border-right-color:var(--color-cyan-6)}.border-right-color-cyan-7,.border-right-color-hover-cyan-7:hover,.border-right-color-focus-cyan-7[data-focused=true],.border-right-color-focus-cyan-7:focus,.border-right-color-focus-cyan-7:focus-within,.border-right-color-active-cyan-7[data-selected=true],.border-right-color-active-cyan-7:active{border-right-color:var(--color-cyan-7)}.border-right-color-cyan-8,.border-right-color-hover-cyan-8:hover,.border-right-color-focus-cyan-8[data-focused=true],.border-right-color-focus-cyan-8:focus,.border-right-color-focus-cyan-8:focus-within,.border-right-color-active-cyan-8[data-selected=true],.border-right-color-active-cyan-8:active{border-right-color:var(--color-cyan-8)}.border-right-color-cyan-9,.border-right-color-hover-cyan-9:hover,.border-right-color-focus-cyan-9[data-focused=true],.border-right-color-focus-cyan-9:focus,.border-right-color-focus-cyan-9:focus-within,.border-right-color-active-cyan-9[data-selected=true],.border-right-color-active-cyan-9:active{border-right-color:var(--color-cyan-9)}.border-right-color-cyan-10,.border-right-color-hover-cyan-10:hover,.border-right-color-focus-cyan-10[data-focused=true],.border-right-color-focus-cyan-10:focus,.border-right-color-focus-cyan-10:focus-within,.border-right-color-active-cyan-10[data-selected=true],.border-right-color-active-cyan-10:active{border-right-color:var(--color-cyan-10)}.border-right-color-sky-0,.border-right-color-hover-sky-0:hover,.border-right-color-focus-sky-0[data-focused=true],.border-right-color-focus-sky-0:focus,.border-right-color-focus-sky-0:focus-within,.border-right-color-active-sky-0[data-selected=true],.border-right-color-active-sky-0:active{border-right-color:var(--color-sky-0)}.border-right-color-sky-1,.border-right-color-hover-sky-1:hover,.border-right-color-focus-sky-1[data-focused=true],.border-right-color-focus-sky-1:focus,.border-right-color-focus-sky-1:focus-within,.border-right-color-active-sky-1[data-selected=true],.border-right-color-active-sky-1:active{border-right-color:var(--color-sky-1)}.border-right-color-sky-2,.border-right-color-hover-sky-2:hover,.border-right-color-focus-sky-2[data-focused=true],.border-right-color-focus-sky-2:focus,.border-right-color-focus-sky-2:focus-within,.border-right-color-active-sky-2[data-selected=true],.border-right-color-active-sky-2:active{border-right-color:var(--color-sky-2)}.border-right-color-sky-3,.border-right-color-hover-sky-3:hover,.border-right-color-focus-sky-3[data-focused=true],.border-right-color-focus-sky-3:focus,.border-right-color-focus-sky-3:focus-within,.border-right-color-active-sky-3[data-selected=true],.border-right-color-active-sky-3:active{border-right-color:var(--color-sky-3)}.border-right-color-sky-4,.border-right-color-hover-sky-4:hover,.border-right-color-focus-sky-4[data-focused=true],.border-right-color-focus-sky-4:focus,.border-right-color-focus-sky-4:focus-within,.border-right-color-active-sky-4[data-selected=true],.border-right-color-active-sky-4:active{border-right-color:var(--color-sky-4)}.border-right-color-sky-5,.border-right-color-hover-sky-5:hover,.border-right-color-focus-sky-5[data-focused=true],.border-right-color-focus-sky-5:focus,.border-right-color-focus-sky-5:focus-within,.border-right-color-active-sky-5[data-selected=true],.border-right-color-active-sky-5:active{border-right-color:var(--color-sky-5)}.border-right-color-sky-6,.border-right-color-hover-sky-6:hover,.border-right-color-focus-sky-6[data-focused=true],.border-right-color-focus-sky-6:focus,.border-right-color-focus-sky-6:focus-within,.border-right-color-active-sky-6[data-selected=true],.border-right-color-active-sky-6:active{border-right-color:var(--color-sky-6)}.border-right-color-sky-7,.border-right-color-hover-sky-7:hover,.border-right-color-focus-sky-7[data-focused=true],.border-right-color-focus-sky-7:focus,.border-right-color-focus-sky-7:focus-within,.border-right-color-active-sky-7[data-selected=true],.border-right-color-active-sky-7:active{border-right-color:var(--color-sky-7)}.border-right-color-sky-8,.border-right-color-hover-sky-8:hover,.border-right-color-focus-sky-8[data-focused=true],.border-right-color-focus-sky-8:focus,.border-right-color-focus-sky-8:focus-within,.border-right-color-active-sky-8[data-selected=true],.border-right-color-active-sky-8:active{border-right-color:var(--color-sky-8)}.border-right-color-sky-9,.border-right-color-hover-sky-9:hover,.border-right-color-focus-sky-9[data-focused=true],.border-right-color-focus-sky-9:focus,.border-right-color-focus-sky-9:focus-within,.border-right-color-active-sky-9[data-selected=true],.border-right-color-active-sky-9:active{border-right-color:var(--color-sky-9)}.border-right-color-sky-10,.border-right-color-hover-sky-10:hover,.border-right-color-focus-sky-10[data-focused=true],.border-right-color-focus-sky-10:focus,.border-right-color-focus-sky-10:focus-within,.border-right-color-active-sky-10[data-selected=true],.border-right-color-active-sky-10:active{border-right-color:var(--color-sky-10)}.border-right-color-blue-0,.border-right-color-hover-blue-0:hover,.border-right-color-focus-blue-0[data-focused=true],.border-right-color-focus-blue-0:focus,.border-right-color-focus-blue-0:focus-within,.border-right-color-active-blue-0[data-selected=true],.border-right-color-active-blue-0:active{border-right-color:var(--color-blue-0)}.border-right-color-blue-1,.border-right-color-hover-blue-1:hover,.border-right-color-focus-blue-1[data-focused=true],.border-right-color-focus-blue-1:focus,.border-right-color-focus-blue-1:focus-within,.border-right-color-active-blue-1[data-selected=true],.border-right-color-active-blue-1:active{border-right-color:var(--color-blue-1)}.border-right-color-blue-2,.border-right-color-hover-blue-2:hover,.border-right-color-focus-blue-2[data-focused=true],.border-right-color-focus-blue-2:focus,.border-right-color-focus-blue-2:focus-within,.border-right-color-active-blue-2[data-selected=true],.border-right-color-active-blue-2:active{border-right-color:var(--color-blue-2)}.border-right-color-blue-3,.border-right-color-hover-blue-3:hover,.border-right-color-focus-blue-3[data-focused=true],.border-right-color-focus-blue-3:focus,.border-right-color-focus-blue-3:focus-within,.border-right-color-active-blue-3[data-selected=true],.border-right-color-active-blue-3:active{border-right-color:var(--color-blue-3)}.border-right-color-blue-4,.border-right-color-hover-blue-4:hover,.border-right-color-focus-blue-4[data-focused=true],.border-right-color-focus-blue-4:focus,.border-right-color-focus-blue-4:focus-within,.border-right-color-active-blue-4[data-selected=true],.border-right-color-active-blue-4:active{border-right-color:var(--color-blue-4)}.border-right-color-blue-5,.border-right-color-hover-blue-5:hover,.border-right-color-focus-blue-5[data-focused=true],.border-right-color-focus-blue-5:focus,.border-right-color-focus-blue-5:focus-within,.border-right-color-active-blue-5[data-selected=true],.border-right-color-active-blue-5:active{border-right-color:var(--color-blue-5)}.border-right-color-blue-6,.border-right-color-hover-blue-6:hover,.border-right-color-focus-blue-6[data-focused=true],.border-right-color-focus-blue-6:focus,.border-right-color-focus-blue-6:focus-within,.border-right-color-active-blue-6[data-selected=true],.border-right-color-active-blue-6:active{border-right-color:var(--color-blue-6)}.border-right-color-blue-7,.border-right-color-hover-blue-7:hover,.border-right-color-focus-blue-7[data-focused=true],.border-right-color-focus-blue-7:focus,.border-right-color-focus-blue-7:focus-within,.border-right-color-active-blue-7[data-selected=true],.border-right-color-active-blue-7:active{border-right-color:var(--color-blue-7)}.border-right-color-blue-8,.border-right-color-hover-blue-8:hover,.border-right-color-focus-blue-8[data-focused=true],.border-right-color-focus-blue-8:focus,.border-right-color-focus-blue-8:focus-within,.border-right-color-active-blue-8[data-selected=true],.border-right-color-active-blue-8:active{border-right-color:var(--color-blue-8)}.border-right-color-blue-9,.border-right-color-hover-blue-9:hover,.border-right-color-focus-blue-9[data-focused=true],.border-right-color-focus-blue-9:focus,.border-right-color-focus-blue-9:focus-within,.border-right-color-active-blue-9[data-selected=true],.border-right-color-active-blue-9:active{border-right-color:var(--color-blue-9)}.border-right-color-blue-10,.border-right-color-hover-blue-10:hover,.border-right-color-focus-blue-10[data-focused=true],.border-right-color-focus-blue-10:focus,.border-right-color-focus-blue-10:focus-within,.border-right-color-active-blue-10[data-selected=true],.border-right-color-active-blue-10:active{border-right-color:var(--color-blue-10)}.border-right-color-indigo-0,.border-right-color-hover-indigo-0:hover,.border-right-color-focus-indigo-0[data-focused=true],.border-right-color-focus-indigo-0:focus,.border-right-color-focus-indigo-0:focus-within,.border-right-color-active-indigo-0[data-selected=true],.border-right-color-active-indigo-0:active{border-right-color:var(--color-indigo-0)}.border-right-color-indigo-1,.border-right-color-hover-indigo-1:hover,.border-right-color-focus-indigo-1[data-focused=true],.border-right-color-focus-indigo-1:focus,.border-right-color-focus-indigo-1:focus-within,.border-right-color-active-indigo-1[data-selected=true],.border-right-color-active-indigo-1:active{border-right-color:var(--color-indigo-1)}.border-right-color-indigo-2,.border-right-color-hover-indigo-2:hover,.border-right-color-focus-indigo-2[data-focused=true],.border-right-color-focus-indigo-2:focus,.border-right-color-focus-indigo-2:focus-within,.border-right-color-active-indigo-2[data-selected=true],.border-right-color-active-indigo-2:active{border-right-color:var(--color-indigo-2)}.border-right-color-indigo-3,.border-right-color-hover-indigo-3:hover,.border-right-color-focus-indigo-3[data-focused=true],.border-right-color-focus-indigo-3:focus,.border-right-color-focus-indigo-3:focus-within,.border-right-color-active-indigo-3[data-selected=true],.border-right-color-active-indigo-3:active{border-right-color:var(--color-indigo-3)}.border-right-color-indigo-4,.border-right-color-hover-indigo-4:hover,.border-right-color-focus-indigo-4[data-focused=true],.border-right-color-focus-indigo-4:focus,.border-right-color-focus-indigo-4:focus-within,.border-right-color-active-indigo-4[data-selected=true],.border-right-color-active-indigo-4:active{border-right-color:var(--color-indigo-4)}.border-right-color-indigo-5,.border-right-color-hover-indigo-5:hover,.border-right-color-focus-indigo-5[data-focused=true],.border-right-color-focus-indigo-5:focus,.border-right-color-focus-indigo-5:focus-within,.border-right-color-active-indigo-5[data-selected=true],.border-right-color-active-indigo-5:active{border-right-color:var(--color-indigo-5)}.border-right-color-indigo-6,.border-right-color-hover-indigo-6:hover,.border-right-color-focus-indigo-6[data-focused=true],.border-right-color-focus-indigo-6:focus,.border-right-color-focus-indigo-6:focus-within,.border-right-color-active-indigo-6[data-selected=true],.border-right-color-active-indigo-6:active{border-right-color:var(--color-indigo-6)}.border-right-color-indigo-7,.border-right-color-hover-indigo-7:hover,.border-right-color-focus-indigo-7[data-focused=true],.border-right-color-focus-indigo-7:focus,.border-right-color-focus-indigo-7:focus-within,.border-right-color-active-indigo-7[data-selected=true],.border-right-color-active-indigo-7:active{border-right-color:var(--color-indigo-7)}.border-right-color-indigo-8,.border-right-color-hover-indigo-8:hover,.border-right-color-focus-indigo-8[data-focused=true],.border-right-color-focus-indigo-8:focus,.border-right-color-focus-indigo-8:focus-within,.border-right-color-active-indigo-8[data-selected=true],.border-right-color-active-indigo-8:active{border-right-color:var(--color-indigo-8)}.border-right-color-indigo-9,.border-right-color-hover-indigo-9:hover,.border-right-color-focus-indigo-9[data-focused=true],.border-right-color-focus-indigo-9:focus,.border-right-color-focus-indigo-9:focus-within,.border-right-color-active-indigo-9[data-selected=true],.border-right-color-active-indigo-9:active{border-right-color:var(--color-indigo-9)}.border-right-color-indigo-10,.border-right-color-hover-indigo-10:hover,.border-right-color-focus-indigo-10[data-focused=true],.border-right-color-focus-indigo-10:focus,.border-right-color-focus-indigo-10:focus-within,.border-right-color-active-indigo-10[data-selected=true],.border-right-color-active-indigo-10:active{border-right-color:var(--color-indigo-10)}.border-right-color-violet-0,.border-right-color-hover-violet-0:hover,.border-right-color-focus-violet-0[data-focused=true],.border-right-color-focus-violet-0:focus,.border-right-color-focus-violet-0:focus-within,.border-right-color-active-violet-0[data-selected=true],.border-right-color-active-violet-0:active{border-right-color:var(--color-violet-0)}.border-right-color-violet-1,.border-right-color-hover-violet-1:hover,.border-right-color-focus-violet-1[data-focused=true],.border-right-color-focus-violet-1:focus,.border-right-color-focus-violet-1:focus-within,.border-right-color-active-violet-1[data-selected=true],.border-right-color-active-violet-1:active{border-right-color:var(--color-violet-1)}.border-right-color-violet-2,.border-right-color-hover-violet-2:hover,.border-right-color-focus-violet-2[data-focused=true],.border-right-color-focus-violet-2:focus,.border-right-color-focus-violet-2:focus-within,.border-right-color-active-violet-2[data-selected=true],.border-right-color-active-violet-2:active{border-right-color:var(--color-violet-2)}.border-right-color-violet-3,.border-right-color-hover-violet-3:hover,.border-right-color-focus-violet-3[data-focused=true],.border-right-color-focus-violet-3:focus,.border-right-color-focus-violet-3:focus-within,.border-right-color-active-violet-3[data-selected=true],.border-right-color-active-violet-3:active{border-right-color:var(--color-violet-3)}.border-right-color-violet-4,.border-right-color-hover-violet-4:hover,.border-right-color-focus-violet-4[data-focused=true],.border-right-color-focus-violet-4:focus,.border-right-color-focus-violet-4:focus-within,.border-right-color-active-violet-4[data-selected=true],.border-right-color-active-violet-4:active{border-right-color:var(--color-violet-4)}.border-right-color-violet-5,.border-right-color-hover-violet-5:hover,.border-right-color-focus-violet-5[data-focused=true],.border-right-color-focus-violet-5:focus,.border-right-color-focus-violet-5:focus-within,.border-right-color-active-violet-5[data-selected=true],.border-right-color-active-violet-5:active{border-right-color:var(--color-violet-5)}.border-right-color-violet-6,.border-right-color-hover-violet-6:hover,.border-right-color-focus-violet-6[data-focused=true],.border-right-color-focus-violet-6:focus,.border-right-color-focus-violet-6:focus-within,.border-right-color-active-violet-6[data-selected=true],.border-right-color-active-violet-6:active{border-right-color:var(--color-violet-6)}.border-right-color-violet-7,.border-right-color-hover-violet-7:hover,.border-right-color-focus-violet-7[data-focused=true],.border-right-color-focus-violet-7:focus,.border-right-color-focus-violet-7:focus-within,.border-right-color-active-violet-7[data-selected=true],.border-right-color-active-violet-7:active{border-right-color:var(--color-violet-7)}.border-right-color-violet-8,.border-right-color-hover-violet-8:hover,.border-right-color-focus-violet-8[data-focused=true],.border-right-color-focus-violet-8:focus,.border-right-color-focus-violet-8:focus-within,.border-right-color-active-violet-8[data-selected=true],.border-right-color-active-violet-8:active{border-right-color:var(--color-violet-8)}.border-right-color-violet-9,.border-right-color-hover-violet-9:hover,.border-right-color-focus-violet-9[data-focused=true],.border-right-color-focus-violet-9:focus,.border-right-color-focus-violet-9:focus-within,.border-right-color-active-violet-9[data-selected=true],.border-right-color-active-violet-9:active{border-right-color:var(--color-violet-9)}.border-right-color-violet-10,.border-right-color-hover-violet-10:hover,.border-right-color-focus-violet-10[data-focused=true],.border-right-color-focus-violet-10:focus,.border-right-color-focus-violet-10:focus-within,.border-right-color-active-violet-10[data-selected=true],.border-right-color-active-violet-10:active{border-right-color:var(--color-violet-10)}.border-right-color-purple-0,.border-right-color-hover-purple-0:hover,.border-right-color-focus-purple-0[data-focused=true],.border-right-color-focus-purple-0:focus,.border-right-color-focus-purple-0:focus-within,.border-right-color-active-purple-0[data-selected=true],.border-right-color-active-purple-0:active{border-right-color:var(--color-purple-0)}.border-right-color-purple-1,.border-right-color-hover-purple-1:hover,.border-right-color-focus-purple-1[data-focused=true],.border-right-color-focus-purple-1:focus,.border-right-color-focus-purple-1:focus-within,.border-right-color-active-purple-1[data-selected=true],.border-right-color-active-purple-1:active{border-right-color:var(--color-purple-1)}.border-right-color-purple-2,.border-right-color-hover-purple-2:hover,.border-right-color-focus-purple-2[data-focused=true],.border-right-color-focus-purple-2:focus,.border-right-color-focus-purple-2:focus-within,.border-right-color-active-purple-2[data-selected=true],.border-right-color-active-purple-2:active{border-right-color:var(--color-purple-2)}.border-right-color-purple-3,.border-right-color-hover-purple-3:hover,.border-right-color-focus-purple-3[data-focused=true],.border-right-color-focus-purple-3:focus,.border-right-color-focus-purple-3:focus-within,.border-right-color-active-purple-3[data-selected=true],.border-right-color-active-purple-3:active{border-right-color:var(--color-purple-3)}.border-right-color-purple-4,.border-right-color-hover-purple-4:hover,.border-right-color-focus-purple-4[data-focused=true],.border-right-color-focus-purple-4:focus,.border-right-color-focus-purple-4:focus-within,.border-right-color-active-purple-4[data-selected=true],.border-right-color-active-purple-4:active{border-right-color:var(--color-purple-4)}.border-right-color-purple-5,.border-right-color-hover-purple-5:hover,.border-right-color-focus-purple-5[data-focused=true],.border-right-color-focus-purple-5:focus,.border-right-color-focus-purple-5:focus-within,.border-right-color-active-purple-5[data-selected=true],.border-right-color-active-purple-5:active{border-right-color:var(--color-purple-5)}.border-right-color-purple-6,.border-right-color-hover-purple-6:hover,.border-right-color-focus-purple-6[data-focused=true],.border-right-color-focus-purple-6:focus,.border-right-color-focus-purple-6:focus-within,.border-right-color-active-purple-6[data-selected=true],.border-right-color-active-purple-6:active{border-right-color:var(--color-purple-6)}.border-right-color-purple-7,.border-right-color-hover-purple-7:hover,.border-right-color-focus-purple-7[data-focused=true],.border-right-color-focus-purple-7:focus,.border-right-color-focus-purple-7:focus-within,.border-right-color-active-purple-7[data-selected=true],.border-right-color-active-purple-7:active{border-right-color:var(--color-purple-7)}.border-right-color-purple-8,.border-right-color-hover-purple-8:hover,.border-right-color-focus-purple-8[data-focused=true],.border-right-color-focus-purple-8:focus,.border-right-color-focus-purple-8:focus-within,.border-right-color-active-purple-8[data-selected=true],.border-right-color-active-purple-8:active{border-right-color:var(--color-purple-8)}.border-right-color-purple-9,.border-right-color-hover-purple-9:hover,.border-right-color-focus-purple-9[data-focused=true],.border-right-color-focus-purple-9:focus,.border-right-color-focus-purple-9:focus-within,.border-right-color-active-purple-9[data-selected=true],.border-right-color-active-purple-9:active{border-right-color:var(--color-purple-9)}.border-right-color-purple-10,.border-right-color-hover-purple-10:hover,.border-right-color-focus-purple-10[data-focused=true],.border-right-color-focus-purple-10:focus,.border-right-color-focus-purple-10:focus-within,.border-right-color-active-purple-10[data-selected=true],.border-right-color-active-purple-10:active{border-right-color:var(--color-purple-10)}.border-right-color-fuchsia-0,.border-right-color-hover-fuchsia-0:hover,.border-right-color-focus-fuchsia-0[data-focused=true],.border-right-color-focus-fuchsia-0:focus,.border-right-color-focus-fuchsia-0:focus-within,.border-right-color-active-fuchsia-0[data-selected=true],.border-right-color-active-fuchsia-0:active{border-right-color:var(--color-fuchsia-0)}.border-right-color-fuchsia-1,.border-right-color-hover-fuchsia-1:hover,.border-right-color-focus-fuchsia-1[data-focused=true],.border-right-color-focus-fuchsia-1:focus,.border-right-color-focus-fuchsia-1:focus-within,.border-right-color-active-fuchsia-1[data-selected=true],.border-right-color-active-fuchsia-1:active{border-right-color:var(--color-fuchsia-1)}.border-right-color-fuchsia-2,.border-right-color-hover-fuchsia-2:hover,.border-right-color-focus-fuchsia-2[data-focused=true],.border-right-color-focus-fuchsia-2:focus,.border-right-color-focus-fuchsia-2:focus-within,.border-right-color-active-fuchsia-2[data-selected=true],.border-right-color-active-fuchsia-2:active{border-right-color:var(--color-fuchsia-2)}.border-right-color-fuchsia-3,.border-right-color-hover-fuchsia-3:hover,.border-right-color-focus-fuchsia-3[data-focused=true],.border-right-color-focus-fuchsia-3:focus,.border-right-color-focus-fuchsia-3:focus-within,.border-right-color-active-fuchsia-3[data-selected=true],.border-right-color-active-fuchsia-3:active{border-right-color:var(--color-fuchsia-3)}.border-right-color-fuchsia-4,.border-right-color-hover-fuchsia-4:hover,.border-right-color-focus-fuchsia-4[data-focused=true],.border-right-color-focus-fuchsia-4:focus,.border-right-color-focus-fuchsia-4:focus-within,.border-right-color-active-fuchsia-4[data-selected=true],.border-right-color-active-fuchsia-4:active{border-right-color:var(--color-fuchsia-4)}.border-right-color-fuchsia-5,.border-right-color-hover-fuchsia-5:hover,.border-right-color-focus-fuchsia-5[data-focused=true],.border-right-color-focus-fuchsia-5:focus,.border-right-color-focus-fuchsia-5:focus-within,.border-right-color-active-fuchsia-5[data-selected=true],.border-right-color-active-fuchsia-5:active{border-right-color:var(--color-fuchsia-5)}.border-right-color-fuchsia-6,.border-right-color-hover-fuchsia-6:hover,.border-right-color-focus-fuchsia-6[data-focused=true],.border-right-color-focus-fuchsia-6:focus,.border-right-color-focus-fuchsia-6:focus-within,.border-right-color-active-fuchsia-6[data-selected=true],.border-right-color-active-fuchsia-6:active{border-right-color:var(--color-fuchsia-6)}.border-right-color-fuchsia-7,.border-right-color-hover-fuchsia-7:hover,.border-right-color-focus-fuchsia-7[data-focused=true],.border-right-color-focus-fuchsia-7:focus,.border-right-color-focus-fuchsia-7:focus-within,.border-right-color-active-fuchsia-7[data-selected=true],.border-right-color-active-fuchsia-7:active{border-right-color:var(--color-fuchsia-7)}.border-right-color-fuchsia-8,.border-right-color-hover-fuchsia-8:hover,.border-right-color-focus-fuchsia-8[data-focused=true],.border-right-color-focus-fuchsia-8:focus,.border-right-color-focus-fuchsia-8:focus-within,.border-right-color-active-fuchsia-8[data-selected=true],.border-right-color-active-fuchsia-8:active{border-right-color:var(--color-fuchsia-8)}.border-right-color-fuchsia-9,.border-right-color-hover-fuchsia-9:hover,.border-right-color-focus-fuchsia-9[data-focused=true],.border-right-color-focus-fuchsia-9:focus,.border-right-color-focus-fuchsia-9:focus-within,.border-right-color-active-fuchsia-9[data-selected=true],.border-right-color-active-fuchsia-9:active{border-right-color:var(--color-fuchsia-9)}.border-right-color-fuchsia-10,.border-right-color-hover-fuchsia-10:hover,.border-right-color-focus-fuchsia-10[data-focused=true],.border-right-color-focus-fuchsia-10:focus,.border-right-color-focus-fuchsia-10:focus-within,.border-right-color-active-fuchsia-10[data-selected=true],.border-right-color-active-fuchsia-10:active{border-right-color:var(--color-fuchsia-10)}.border-right-color-pink-0,.border-right-color-hover-pink-0:hover,.border-right-color-focus-pink-0[data-focused=true],.border-right-color-focus-pink-0:focus,.border-right-color-focus-pink-0:focus-within,.border-right-color-active-pink-0[data-selected=true],.border-right-color-active-pink-0:active{border-right-color:var(--color-pink-0)}.border-right-color-pink-1,.border-right-color-hover-pink-1:hover,.border-right-color-focus-pink-1[data-focused=true],.border-right-color-focus-pink-1:focus,.border-right-color-focus-pink-1:focus-within,.border-right-color-active-pink-1[data-selected=true],.border-right-color-active-pink-1:active{border-right-color:var(--color-pink-1)}.border-right-color-pink-2,.border-right-color-hover-pink-2:hover,.border-right-color-focus-pink-2[data-focused=true],.border-right-color-focus-pink-2:focus,.border-right-color-focus-pink-2:focus-within,.border-right-color-active-pink-2[data-selected=true],.border-right-color-active-pink-2:active{border-right-color:var(--color-pink-2)}.border-right-color-pink-3,.border-right-color-hover-pink-3:hover,.border-right-color-focus-pink-3[data-focused=true],.border-right-color-focus-pink-3:focus,.border-right-color-focus-pink-3:focus-within,.border-right-color-active-pink-3[data-selected=true],.border-right-color-active-pink-3:active{border-right-color:var(--color-pink-3)}.border-right-color-pink-4,.border-right-color-hover-pink-4:hover,.border-right-color-focus-pink-4[data-focused=true],.border-right-color-focus-pink-4:focus,.border-right-color-focus-pink-4:focus-within,.border-right-color-active-pink-4[data-selected=true],.border-right-color-active-pink-4:active{border-right-color:var(--color-pink-4)}.border-right-color-pink-5,.border-right-color-hover-pink-5:hover,.border-right-color-focus-pink-5[data-focused=true],.border-right-color-focus-pink-5:focus,.border-right-color-focus-pink-5:focus-within,.border-right-color-active-pink-5[data-selected=true],.border-right-color-active-pink-5:active{border-right-color:var(--color-pink-5)}.border-right-color-pink-6,.border-right-color-hover-pink-6:hover,.border-right-color-focus-pink-6[data-focused=true],.border-right-color-focus-pink-6:focus,.border-right-color-focus-pink-6:focus-within,.border-right-color-active-pink-6[data-selected=true],.border-right-color-active-pink-6:active{border-right-color:var(--color-pink-6)}.border-right-color-pink-7,.border-right-color-hover-pink-7:hover,.border-right-color-focus-pink-7[data-focused=true],.border-right-color-focus-pink-7:focus,.border-right-color-focus-pink-7:focus-within,.border-right-color-active-pink-7[data-selected=true],.border-right-color-active-pink-7:active{border-right-color:var(--color-pink-7)}.border-right-color-pink-8,.border-right-color-hover-pink-8:hover,.border-right-color-focus-pink-8[data-focused=true],.border-right-color-focus-pink-8:focus,.border-right-color-focus-pink-8:focus-within,.border-right-color-active-pink-8[data-selected=true],.border-right-color-active-pink-8:active{border-right-color:var(--color-pink-8)}.border-right-color-pink-9,.border-right-color-hover-pink-9:hover,.border-right-color-focus-pink-9[data-focused=true],.border-right-color-focus-pink-9:focus,.border-right-color-focus-pink-9:focus-within,.border-right-color-active-pink-9[data-selected=true],.border-right-color-active-pink-9:active{border-right-color:var(--color-pink-9)}.border-right-color-pink-10,.border-right-color-hover-pink-10:hover,.border-right-color-focus-pink-10[data-focused=true],.border-right-color-focus-pink-10:focus,.border-right-color-focus-pink-10:focus-within,.border-right-color-active-pink-10[data-selected=true],.border-right-color-active-pink-10:active{border-right-color:var(--color-pink-10)}.border-right-color-rose-0,.border-right-color-hover-rose-0:hover,.border-right-color-focus-rose-0[data-focused=true],.border-right-color-focus-rose-0:focus,.border-right-color-focus-rose-0:focus-within,.border-right-color-active-rose-0[data-selected=true],.border-right-color-active-rose-0:active{border-right-color:var(--color-rose-0)}.border-right-color-rose-1,.border-right-color-hover-rose-1:hover,.border-right-color-focus-rose-1[data-focused=true],.border-right-color-focus-rose-1:focus,.border-right-color-focus-rose-1:focus-within,.border-right-color-active-rose-1[data-selected=true],.border-right-color-active-rose-1:active{border-right-color:var(--color-rose-1)}.border-right-color-rose-2,.border-right-color-hover-rose-2:hover,.border-right-color-focus-rose-2[data-focused=true],.border-right-color-focus-rose-2:focus,.border-right-color-focus-rose-2:focus-within,.border-right-color-active-rose-2[data-selected=true],.border-right-color-active-rose-2:active{border-right-color:var(--color-rose-2)}.border-right-color-rose-3,.border-right-color-hover-rose-3:hover,.border-right-color-focus-rose-3[data-focused=true],.border-right-color-focus-rose-3:focus,.border-right-color-focus-rose-3:focus-within,.border-right-color-active-rose-3[data-selected=true],.border-right-color-active-rose-3:active{border-right-color:var(--color-rose-3)}.border-right-color-rose-4,.border-right-color-hover-rose-4:hover,.border-right-color-focus-rose-4[data-focused=true],.border-right-color-focus-rose-4:focus,.border-right-color-focus-rose-4:focus-within,.border-right-color-active-rose-4[data-selected=true],.border-right-color-active-rose-4:active{border-right-color:var(--color-rose-4)}.border-right-color-rose-5,.border-right-color-hover-rose-5:hover,.border-right-color-focus-rose-5[data-focused=true],.border-right-color-focus-rose-5:focus,.border-right-color-focus-rose-5:focus-within,.border-right-color-active-rose-5[data-selected=true],.border-right-color-active-rose-5:active{border-right-color:var(--color-rose-5)}.border-right-color-rose-6,.border-right-color-hover-rose-6:hover,.border-right-color-focus-rose-6[data-focused=true],.border-right-color-focus-rose-6:focus,.border-right-color-focus-rose-6:focus-within,.border-right-color-active-rose-6[data-selected=true],.border-right-color-active-rose-6:active{border-right-color:var(--color-rose-6)}.border-right-color-rose-7,.border-right-color-hover-rose-7:hover,.border-right-color-focus-rose-7[data-focused=true],.border-right-color-focus-rose-7:focus,.border-right-color-focus-rose-7:focus-within,.border-right-color-active-rose-7[data-selected=true],.border-right-color-active-rose-7:active{border-right-color:var(--color-rose-7)}.border-right-color-rose-8,.border-right-color-hover-rose-8:hover,.border-right-color-focus-rose-8[data-focused=true],.border-right-color-focus-rose-8:focus,.border-right-color-focus-rose-8:focus-within,.border-right-color-active-rose-8[data-selected=true],.border-right-color-active-rose-8:active{border-right-color:var(--color-rose-8)}.border-right-color-rose-9,.border-right-color-hover-rose-9:hover,.border-right-color-focus-rose-9[data-focused=true],.border-right-color-focus-rose-9:focus,.border-right-color-focus-rose-9:focus-within,.border-right-color-active-rose-9[data-selected=true],.border-right-color-active-rose-9:active{border-right-color:var(--color-rose-9)}.border-right-color-rose-10,.border-right-color-hover-rose-10:hover,.border-right-color-focus-rose-10[data-focused=true],.border-right-color-focus-rose-10:focus,.border-right-color-focus-rose-10:focus-within,.border-right-color-active-rose-10[data-selected=true],.border-right-color-active-rose-10:active{border-right-color:var(--color-rose-10)}.border-right-color-slate-0,.border-right-color-hover-slate-0:hover,.border-right-color-focus-slate-0[data-focused=true],.border-right-color-focus-slate-0:focus,.border-right-color-focus-slate-0:focus-within,.border-right-color-active-slate-0[data-selected=true],.border-right-color-active-slate-0:active{border-right-color:var(--color-slate-0)}.border-right-color-slate-1,.border-right-color-hover-slate-1:hover,.border-right-color-focus-slate-1[data-focused=true],.border-right-color-focus-slate-1:focus,.border-right-color-focus-slate-1:focus-within,.border-right-color-active-slate-1[data-selected=true],.border-right-color-active-slate-1:active{border-right-color:var(--color-slate-1)}.border-right-color-slate-2,.border-right-color-hover-slate-2:hover,.border-right-color-focus-slate-2[data-focused=true],.border-right-color-focus-slate-2:focus,.border-right-color-focus-slate-2:focus-within,.border-right-color-active-slate-2[data-selected=true],.border-right-color-active-slate-2:active{border-right-color:var(--color-slate-2)}.border-right-color-slate-3,.border-right-color-hover-slate-3:hover,.border-right-color-focus-slate-3[data-focused=true],.border-right-color-focus-slate-3:focus,.border-right-color-focus-slate-3:focus-within,.border-right-color-active-slate-3[data-selected=true],.border-right-color-active-slate-3:active{border-right-color:var(--color-slate-3)}.border-right-color-slate-4,.border-right-color-hover-slate-4:hover,.border-right-color-focus-slate-4[data-focused=true],.border-right-color-focus-slate-4:focus,.border-right-color-focus-slate-4:focus-within,.border-right-color-active-slate-4[data-selected=true],.border-right-color-active-slate-4:active{border-right-color:var(--color-slate-4)}.border-right-color-slate-5,.border-right-color-hover-slate-5:hover,.border-right-color-focus-slate-5[data-focused=true],.border-right-color-focus-slate-5:focus,.border-right-color-focus-slate-5:focus-within,.border-right-color-active-slate-5[data-selected=true],.border-right-color-active-slate-5:active{border-right-color:var(--color-slate-5)}.border-right-color-slate-6,.border-right-color-hover-slate-6:hover,.border-right-color-focus-slate-6[data-focused=true],.border-right-color-focus-slate-6:focus,.border-right-color-focus-slate-6:focus-within,.border-right-color-active-slate-6[data-selected=true],.border-right-color-active-slate-6:active{border-right-color:var(--color-slate-6)}.border-right-color-slate-7,.border-right-color-hover-slate-7:hover,.border-right-color-focus-slate-7[data-focused=true],.border-right-color-focus-slate-7:focus,.border-right-color-focus-slate-7:focus-within,.border-right-color-active-slate-7[data-selected=true],.border-right-color-active-slate-7:active{border-right-color:var(--color-slate-7)}.border-right-color-slate-8,.border-right-color-hover-slate-8:hover,.border-right-color-focus-slate-8[data-focused=true],.border-right-color-focus-slate-8:focus,.border-right-color-focus-slate-8:focus-within,.border-right-color-active-slate-8[data-selected=true],.border-right-color-active-slate-8:active{border-right-color:var(--color-slate-8)}.border-right-color-slate-9,.border-right-color-hover-slate-9:hover,.border-right-color-focus-slate-9[data-focused=true],.border-right-color-focus-slate-9:focus,.border-right-color-focus-slate-9:focus-within,.border-right-color-active-slate-9[data-selected=true],.border-right-color-active-slate-9:active{border-right-color:var(--color-slate-9)}.border-right-color-slate-10,.border-right-color-hover-slate-10:hover,.border-right-color-focus-slate-10[data-focused=true],.border-right-color-focus-slate-10:focus,.border-right-color-focus-slate-10:focus-within,.border-right-color-active-slate-10[data-selected=true],.border-right-color-active-slate-10:active{border-right-color:var(--color-slate-10)}.border-right-color-gray-0,.border-right-color-hover-gray-0:hover,.border-right-color-focus-gray-0[data-focused=true],.border-right-color-focus-gray-0:focus,.border-right-color-focus-gray-0:focus-within,.border-right-color-active-gray-0[data-selected=true],.border-right-color-active-gray-0:active{border-right-color:var(--color-gray-0)}.border-right-color-gray-1,.border-right-color-hover-gray-1:hover,.border-right-color-focus-gray-1[data-focused=true],.border-right-color-focus-gray-1:focus,.border-right-color-focus-gray-1:focus-within,.border-right-color-active-gray-1[data-selected=true],.border-right-color-active-gray-1:active{border-right-color:var(--color-gray-1)}.border-right-color-gray-2,.border-right-color-hover-gray-2:hover,.border-right-color-focus-gray-2[data-focused=true],.border-right-color-focus-gray-2:focus,.border-right-color-focus-gray-2:focus-within,.border-right-color-active-gray-2[data-selected=true],.border-right-color-active-gray-2:active{border-right-color:var(--color-gray-2)}.border-right-color-gray-3,.border-right-color-hover-gray-3:hover,.border-right-color-focus-gray-3[data-focused=true],.border-right-color-focus-gray-3:focus,.border-right-color-focus-gray-3:focus-within,.border-right-color-active-gray-3[data-selected=true],.border-right-color-active-gray-3:active{border-right-color:var(--color-gray-3)}.border-right-color-gray-4,.border-right-color-hover-gray-4:hover,.border-right-color-focus-gray-4[data-focused=true],.border-right-color-focus-gray-4:focus,.border-right-color-focus-gray-4:focus-within,.border-right-color-active-gray-4[data-selected=true],.border-right-color-active-gray-4:active{border-right-color:var(--color-gray-4)}.border-right-color-gray-5,.border-right-color-hover-gray-5:hover,.border-right-color-focus-gray-5[data-focused=true],.border-right-color-focus-gray-5:focus,.border-right-color-focus-gray-5:focus-within,.border-right-color-active-gray-5[data-selected=true],.border-right-color-active-gray-5:active{border-right-color:var(--color-gray-5)}.border-right-color-gray-6,.border-right-color-hover-gray-6:hover,.border-right-color-focus-gray-6[data-focused=true],.border-right-color-focus-gray-6:focus,.border-right-color-focus-gray-6:focus-within,.border-right-color-active-gray-6[data-selected=true],.border-right-color-active-gray-6:active{border-right-color:var(--color-gray-6)}.border-right-color-gray-7,.border-right-color-hover-gray-7:hover,.border-right-color-focus-gray-7[data-focused=true],.border-right-color-focus-gray-7:focus,.border-right-color-focus-gray-7:focus-within,.border-right-color-active-gray-7[data-selected=true],.border-right-color-active-gray-7:active{border-right-color:var(--color-gray-7)}.border-right-color-gray-8,.border-right-color-hover-gray-8:hover,.border-right-color-focus-gray-8[data-focused=true],.border-right-color-focus-gray-8:focus,.border-right-color-focus-gray-8:focus-within,.border-right-color-active-gray-8[data-selected=true],.border-right-color-active-gray-8:active{border-right-color:var(--color-gray-8)}.border-right-color-gray-9,.border-right-color-hover-gray-9:hover,.border-right-color-focus-gray-9[data-focused=true],.border-right-color-focus-gray-9:focus,.border-right-color-focus-gray-9:focus-within,.border-right-color-active-gray-9[data-selected=true],.border-right-color-active-gray-9:active{border-right-color:var(--color-gray-9)}.border-right-color-gray-10,.border-right-color-hover-gray-10:hover,.border-right-color-focus-gray-10[data-focused=true],.border-right-color-focus-gray-10:focus,.border-right-color-focus-gray-10:focus-within,.border-right-color-active-gray-10[data-selected=true],.border-right-color-active-gray-10:active{border-right-color:var(--color-gray-10)}.border-right-color-zinc-0,.border-right-color-hover-zinc-0:hover,.border-right-color-focus-zinc-0[data-focused=true],.border-right-color-focus-zinc-0:focus,.border-right-color-focus-zinc-0:focus-within,.border-right-color-active-zinc-0[data-selected=true],.border-right-color-active-zinc-0:active{border-right-color:var(--color-zinc-0)}.border-right-color-zinc-1,.border-right-color-hover-zinc-1:hover,.border-right-color-focus-zinc-1[data-focused=true],.border-right-color-focus-zinc-1:focus,.border-right-color-focus-zinc-1:focus-within,.border-right-color-active-zinc-1[data-selected=true],.border-right-color-active-zinc-1:active{border-right-color:var(--color-zinc-1)}.border-right-color-zinc-2,.border-right-color-hover-zinc-2:hover,.border-right-color-focus-zinc-2[data-focused=true],.border-right-color-focus-zinc-2:focus,.border-right-color-focus-zinc-2:focus-within,.border-right-color-active-zinc-2[data-selected=true],.border-right-color-active-zinc-2:active{border-right-color:var(--color-zinc-2)}.border-right-color-zinc-3,.border-right-color-hover-zinc-3:hover,.border-right-color-focus-zinc-3[data-focused=true],.border-right-color-focus-zinc-3:focus,.border-right-color-focus-zinc-3:focus-within,.border-right-color-active-zinc-3[data-selected=true],.border-right-color-active-zinc-3:active{border-right-color:var(--color-zinc-3)}.border-right-color-zinc-4,.border-right-color-hover-zinc-4:hover,.border-right-color-focus-zinc-4[data-focused=true],.border-right-color-focus-zinc-4:focus,.border-right-color-focus-zinc-4:focus-within,.border-right-color-active-zinc-4[data-selected=true],.border-right-color-active-zinc-4:active{border-right-color:var(--color-zinc-4)}.border-right-color-zinc-5,.border-right-color-hover-zinc-5:hover,.border-right-color-focus-zinc-5[data-focused=true],.border-right-color-focus-zinc-5:focus,.border-right-color-focus-zinc-5:focus-within,.border-right-color-active-zinc-5[data-selected=true],.border-right-color-active-zinc-5:active{border-right-color:var(--color-zinc-5)}.border-right-color-zinc-6,.border-right-color-hover-zinc-6:hover,.border-right-color-focus-zinc-6[data-focused=true],.border-right-color-focus-zinc-6:focus,.border-right-color-focus-zinc-6:focus-within,.border-right-color-active-zinc-6[data-selected=true],.border-right-color-active-zinc-6:active{border-right-color:var(--color-zinc-6)}.border-right-color-zinc-7,.border-right-color-hover-zinc-7:hover,.border-right-color-focus-zinc-7[data-focused=true],.border-right-color-focus-zinc-7:focus,.border-right-color-focus-zinc-7:focus-within,.border-right-color-active-zinc-7[data-selected=true],.border-right-color-active-zinc-7:active{border-right-color:var(--color-zinc-7)}.border-right-color-zinc-8,.border-right-color-hover-zinc-8:hover,.border-right-color-focus-zinc-8[data-focused=true],.border-right-color-focus-zinc-8:focus,.border-right-color-focus-zinc-8:focus-within,.border-right-color-active-zinc-8[data-selected=true],.border-right-color-active-zinc-8:active{border-right-color:var(--color-zinc-8)}.border-right-color-zinc-9,.border-right-color-hover-zinc-9:hover,.border-right-color-focus-zinc-9[data-focused=true],.border-right-color-focus-zinc-9:focus,.border-right-color-focus-zinc-9:focus-within,.border-right-color-active-zinc-9[data-selected=true],.border-right-color-active-zinc-9:active{border-right-color:var(--color-zinc-9)}.border-right-color-zinc-10,.border-right-color-hover-zinc-10:hover,.border-right-color-focus-zinc-10[data-focused=true],.border-right-color-focus-zinc-10:focus,.border-right-color-focus-zinc-10:focus-within,.border-right-color-active-zinc-10[data-selected=true],.border-right-color-active-zinc-10:active{border-right-color:var(--color-zinc-10)}.border-right-color-neutral-0,.border-right-color-hover-neutral-0:hover,.border-right-color-focus-neutral-0[data-focused=true],.border-right-color-focus-neutral-0:focus,.border-right-color-focus-neutral-0:focus-within,.border-right-color-active-neutral-0[data-selected=true],.border-right-color-active-neutral-0:active{border-right-color:var(--color-neutral-0)}.border-right-color-neutral-1,.border-right-color-hover-neutral-1:hover,.border-right-color-focus-neutral-1[data-focused=true],.border-right-color-focus-neutral-1:focus,.border-right-color-focus-neutral-1:focus-within,.border-right-color-active-neutral-1[data-selected=true],.border-right-color-active-neutral-1:active{border-right-color:var(--color-neutral-1)}.border-right-color-neutral-2,.border-right-color-hover-neutral-2:hover,.border-right-color-focus-neutral-2[data-focused=true],.border-right-color-focus-neutral-2:focus,.border-right-color-focus-neutral-2:focus-within,.border-right-color-active-neutral-2[data-selected=true],.border-right-color-active-neutral-2:active{border-right-color:var(--color-neutral-2)}.border-right-color-neutral-3,.border-right-color-hover-neutral-3:hover,.border-right-color-focus-neutral-3[data-focused=true],.border-right-color-focus-neutral-3:focus,.border-right-color-focus-neutral-3:focus-within,.border-right-color-active-neutral-3[data-selected=true],.border-right-color-active-neutral-3:active{border-right-color:var(--color-neutral-3)}.border-right-color-neutral-4,.border-right-color-hover-neutral-4:hover,.border-right-color-focus-neutral-4[data-focused=true],.border-right-color-focus-neutral-4:focus,.border-right-color-focus-neutral-4:focus-within,.border-right-color-active-neutral-4[data-selected=true],.border-right-color-active-neutral-4:active{border-right-color:var(--color-neutral-4)}.border-right-color-neutral-5,.border-right-color-hover-neutral-5:hover,.border-right-color-focus-neutral-5[data-focused=true],.border-right-color-focus-neutral-5:focus,.border-right-color-focus-neutral-5:focus-within,.border-right-color-active-neutral-5[data-selected=true],.border-right-color-active-neutral-5:active{border-right-color:var(--color-neutral-5)}.border-right-color-neutral-6,.border-right-color-hover-neutral-6:hover,.border-right-color-focus-neutral-6[data-focused=true],.border-right-color-focus-neutral-6:focus,.border-right-color-focus-neutral-6:focus-within,.border-right-color-active-neutral-6[data-selected=true],.border-right-color-active-neutral-6:active{border-right-color:var(--color-neutral-6)}.border-right-color-neutral-7,.border-right-color-hover-neutral-7:hover,.border-right-color-focus-neutral-7[data-focused=true],.border-right-color-focus-neutral-7:focus,.border-right-color-focus-neutral-7:focus-within,.border-right-color-active-neutral-7[data-selected=true],.border-right-color-active-neutral-7:active{border-right-color:var(--color-neutral-7)}.border-right-color-neutral-8,.border-right-color-hover-neutral-8:hover,.border-right-color-focus-neutral-8[data-focused=true],.border-right-color-focus-neutral-8:focus,.border-right-color-focus-neutral-8:focus-within,.border-right-color-active-neutral-8[data-selected=true],.border-right-color-active-neutral-8:active{border-right-color:var(--color-neutral-8)}.border-right-color-neutral-9,.border-right-color-hover-neutral-9:hover,.border-right-color-focus-neutral-9[data-focused=true],.border-right-color-focus-neutral-9:focus,.border-right-color-focus-neutral-9:focus-within,.border-right-color-active-neutral-9[data-selected=true],.border-right-color-active-neutral-9:active{border-right-color:var(--color-neutral-9)}.border-right-color-neutral-10,.border-right-color-hover-neutral-10:hover,.border-right-color-focus-neutral-10[data-focused=true],.border-right-color-focus-neutral-10:focus,.border-right-color-focus-neutral-10:focus-within,.border-right-color-active-neutral-10[data-selected=true],.border-right-color-active-neutral-10:active{border-right-color:var(--color-neutral-10)}.border-right-color-stone-0,.border-right-color-hover-stone-0:hover,.border-right-color-focus-stone-0[data-focused=true],.border-right-color-focus-stone-0:focus,.border-right-color-focus-stone-0:focus-within,.border-right-color-active-stone-0[data-selected=true],.border-right-color-active-stone-0:active{border-right-color:var(--color-stone-0)}.border-right-color-stone-1,.border-right-color-hover-stone-1:hover,.border-right-color-focus-stone-1[data-focused=true],.border-right-color-focus-stone-1:focus,.border-right-color-focus-stone-1:focus-within,.border-right-color-active-stone-1[data-selected=true],.border-right-color-active-stone-1:active{border-right-color:var(--color-stone-1)}.border-right-color-stone-2,.border-right-color-hover-stone-2:hover,.border-right-color-focus-stone-2[data-focused=true],.border-right-color-focus-stone-2:focus,.border-right-color-focus-stone-2:focus-within,.border-right-color-active-stone-2[data-selected=true],.border-right-color-active-stone-2:active{border-right-color:var(--color-stone-2)}.border-right-color-stone-3,.border-right-color-hover-stone-3:hover,.border-right-color-focus-stone-3[data-focused=true],.border-right-color-focus-stone-3:focus,.border-right-color-focus-stone-3:focus-within,.border-right-color-active-stone-3[data-selected=true],.border-right-color-active-stone-3:active{border-right-color:var(--color-stone-3)}.border-right-color-stone-4,.border-right-color-hover-stone-4:hover,.border-right-color-focus-stone-4[data-focused=true],.border-right-color-focus-stone-4:focus,.border-right-color-focus-stone-4:focus-within,.border-right-color-active-stone-4[data-selected=true],.border-right-color-active-stone-4:active{border-right-color:var(--color-stone-4)}.border-right-color-stone-5,.border-right-color-hover-stone-5:hover,.border-right-color-focus-stone-5[data-focused=true],.border-right-color-focus-stone-5:focus,.border-right-color-focus-stone-5:focus-within,.border-right-color-active-stone-5[data-selected=true],.border-right-color-active-stone-5:active{border-right-color:var(--color-stone-5)}.border-right-color-stone-6,.border-right-color-hover-stone-6:hover,.border-right-color-focus-stone-6[data-focused=true],.border-right-color-focus-stone-6:focus,.border-right-color-focus-stone-6:focus-within,.border-right-color-active-stone-6[data-selected=true],.border-right-color-active-stone-6:active{border-right-color:var(--color-stone-6)}.border-right-color-stone-7,.border-right-color-hover-stone-7:hover,.border-right-color-focus-stone-7[data-focused=true],.border-right-color-focus-stone-7:focus,.border-right-color-focus-stone-7:focus-within,.border-right-color-active-stone-7[data-selected=true],.border-right-color-active-stone-7:active{border-right-color:var(--color-stone-7)}.border-right-color-stone-8,.border-right-color-hover-stone-8:hover,.border-right-color-focus-stone-8[data-focused=true],.border-right-color-focus-stone-8:focus,.border-right-color-focus-stone-8:focus-within,.border-right-color-active-stone-8[data-selected=true],.border-right-color-active-stone-8:active{border-right-color:var(--color-stone-8)}.border-right-color-stone-9,.border-right-color-hover-stone-9:hover,.border-right-color-focus-stone-9[data-focused=true],.border-right-color-focus-stone-9:focus,.border-right-color-focus-stone-9:focus-within,.border-right-color-active-stone-9[data-selected=true],.border-right-color-active-stone-9:active{border-right-color:var(--color-stone-9)}.border-right-color-stone-10,.border-right-color-hover-stone-10:hover,.border-right-color-focus-stone-10[data-focused=true],.border-right-color-focus-stone-10:focus,.border-right-color-focus-stone-10:focus-within,.border-right-color-active-stone-10[data-selected=true],.border-right-color-active-stone-10:active{border-right-color:var(--color-stone-10)}.fill-color-inherit,.fill-color-hover-inherit:hover,.fill-color-focus-inherit[data-focused=true],.fill-color-focus-inherit:focus,.fill-color-focus-inherit:focus-within,.fill-color-active-inherit[data-selected=true],.fill-color-active-active:active{background-color:inherit}.fill-color-red,.fill-color-hover-red:hover,.fill-color-focus-red[data-focused=true],.fill-color-focus-red:focus,.fill-color-focus-red:focus-within,.fill-color-active-red[data-selected=true],.fill-color-active-red:active{background-color:var(--color-red)}.fill-color-red-light,.fill-color-hover-red-light:hover,.fill-color-focus-red-light[data-focused=true],.fill-color-focus-red-light:focus,.fill-color-focus-red-light:focus-within,.fill-color-active-red-light[data-selected=true],.fill-color-active-red-light:active{background-color:var(--color-red-light)}.fill-color-red-dark,.fill-color-hover-red-dark:hover,.fill-color-focus-red-dark[data-focused=true],.fill-color-focus-red-dark:focus,.fill-color-focus-red-dark:focus-within,.fill-color-active-red-dark[data-selected=true],.fill-color-active-red-dark:active{background-color:var(--color-red-dark)}.fill-color-red-themed,.fill-color-hover-red-themed:hover,.fill-color-focus-red-themed[data-focused=true],.fill-color-focus-red-themed:focus,.fill-color-focus-red-themed:focus-within,.fill-color-active-red-themed[data-selected=true],.fill-color-active-red-themed:active{background-color:var(--color-red-themed)}.fill-color-orange,.fill-color-hover-orange:hover,.fill-color-focus-orange[data-focused=true],.fill-color-focus-orange:focus,.fill-color-focus-orange:focus-within,.fill-color-active-orange[data-selected=true],.fill-color-active-orange:active{background-color:var(--color-orange)}.fill-color-orange-light,.fill-color-hover-orange-light:hover,.fill-color-focus-orange-light[data-focused=true],.fill-color-focus-orange-light:focus,.fill-color-focus-orange-light:focus-within,.fill-color-active-orange-light[data-selected=true],.fill-color-active-orange-light:active{background-color:var(--color-orange-light)}.fill-color-orange-dark,.fill-color-hover-orange-dark:hover,.fill-color-focus-orange-dark[data-focused=true],.fill-color-focus-orange-dark:focus,.fill-color-focus-orange-dark:focus-within,.fill-color-active-orange-dark[data-selected=true],.fill-color-active-orange-dark:active{background-color:var(--color-orange-dark)}.fill-color-orange-themed,.fill-color-hover-orange-themed:hover,.fill-color-focus-orange-themed[data-focused=true],.fill-color-focus-orange-themed:focus,.fill-color-focus-orange-themed:focus-within,.fill-color-active-orange-themed[data-selected=true],.fill-color-active-orange-themed:active{background-color:var(--color-orange-themed)}.fill-color-amber,.fill-color-hover-amber:hover,.fill-color-focus-amber[data-focused=true],.fill-color-focus-amber:focus,.fill-color-focus-amber:focus-within,.fill-color-active-amber[data-selected=true],.fill-color-active-amber:active{background-color:var(--color-amber)}.fill-color-amber-light,.fill-color-hover-amber-light:hover,.fill-color-focus-amber-light[data-focused=true],.fill-color-focus-amber-light:focus,.fill-color-focus-amber-light:focus-within,.fill-color-active-amber-light[data-selected=true],.fill-color-active-amber-light:active{background-color:var(--color-amber-light)}.fill-color-amber-dark,.fill-color-hover-amber-dark:hover,.fill-color-focus-amber-dark[data-focused=true],.fill-color-focus-amber-dark:focus,.fill-color-focus-amber-dark:focus-within,.fill-color-active-amber-dark[data-selected=true],.fill-color-active-amber-dark:active{background-color:var(--color-amber-dark)}.fill-color-amber-themed,.fill-color-hover-amber-themed:hover,.fill-color-focus-amber-themed[data-focused=true],.fill-color-focus-amber-themed:focus,.fill-color-focus-amber-themed:focus-within,.fill-color-active-amber-themed[data-selected=true],.fill-color-active-amber-themed:active{background-color:var(--color-amber-themed)}.fill-color-yellow,.fill-color-hover-yellow:hover,.fill-color-focus-yellow[data-focused=true],.fill-color-focus-yellow:focus,.fill-color-focus-yellow:focus-within,.fill-color-active-yellow[data-selected=true],.fill-color-active-yellow:active{background-color:var(--color-yellow)}.fill-color-yellow-light,.fill-color-hover-yellow-light:hover,.fill-color-focus-yellow-light[data-focused=true],.fill-color-focus-yellow-light:focus,.fill-color-focus-yellow-light:focus-within,.fill-color-active-yellow-light[data-selected=true],.fill-color-active-yellow-light:active{background-color:var(--color-yellow-light)}.fill-color-yellow-dark,.fill-color-hover-yellow-dark:hover,.fill-color-focus-yellow-dark[data-focused=true],.fill-color-focus-yellow-dark:focus,.fill-color-focus-yellow-dark:focus-within,.fill-color-active-yellow-dark[data-selected=true],.fill-color-active-yellow-dark:active{background-color:var(--color-yellow-dark)}.fill-color-yellow-themed,.fill-color-hover-yellow-themed:hover,.fill-color-focus-yellow-themed[data-focused=true],.fill-color-focus-yellow-themed:focus,.fill-color-focus-yellow-themed:focus-within,.fill-color-active-yellow-themed[data-selected=true],.fill-color-active-yellow-themed:active{background-color:var(--color-yellow-themed)}.fill-color-lime,.fill-color-hover-lime:hover,.fill-color-focus-lime[data-focused=true],.fill-color-focus-lime:focus,.fill-color-focus-lime:focus-within,.fill-color-active-lime[data-selected=true],.fill-color-active-lime:active{background-color:var(--color-lime)}.fill-color-lime-light,.fill-color-hover-lime-light:hover,.fill-color-focus-lime-light[data-focused=true],.fill-color-focus-lime-light:focus,.fill-color-focus-lime-light:focus-within,.fill-color-active-lime-light[data-selected=true],.fill-color-active-lime-light:active{background-color:var(--color-lime-light)}.fill-color-lime-dark,.fill-color-hover-lime-dark:hover,.fill-color-focus-lime-dark[data-focused=true],.fill-color-focus-lime-dark:focus,.fill-color-focus-lime-dark:focus-within,.fill-color-active-lime-dark[data-selected=true],.fill-color-active-lime-dark:active{background-color:var(--color-lime-dark)}.fill-color-lime-themed,.fill-color-hover-lime-themed:hover,.fill-color-focus-lime-themed[data-focused=true],.fill-color-focus-lime-themed:focus,.fill-color-focus-lime-themed:focus-within,.fill-color-active-lime-themed[data-selected=true],.fill-color-active-lime-themed:active{background-color:var(--color-lime-themed)}.fill-color-green,.fill-color-hover-green:hover,.fill-color-focus-green[data-focused=true],.fill-color-focus-green:focus,.fill-color-focus-green:focus-within,.fill-color-active-green[data-selected=true],.fill-color-active-green:active{background-color:var(--color-green)}.fill-color-green-light,.fill-color-hover-green-light:hover,.fill-color-focus-green-light[data-focused=true],.fill-color-focus-green-light:focus,.fill-color-focus-green-light:focus-within,.fill-color-active-green-light[data-selected=true],.fill-color-active-green-light:active{background-color:var(--color-green-light)}.fill-color-green-dark,.fill-color-hover-green-dark:hover,.fill-color-focus-green-dark[data-focused=true],.fill-color-focus-green-dark:focus,.fill-color-focus-green-dark:focus-within,.fill-color-active-green-dark[data-selected=true],.fill-color-active-green-dark:active{background-color:var(--color-green-dark)}.fill-color-green-themed,.fill-color-hover-green-themed:hover,.fill-color-focus-green-themed[data-focused=true],.fill-color-focus-green-themed:focus,.fill-color-focus-green-themed:focus-within,.fill-color-active-green-themed[data-selected=true],.fill-color-active-green-themed:active{background-color:var(--color-green-themed)}.fill-color-emerald,.fill-color-hover-emerald:hover,.fill-color-focus-emerald[data-focused=true],.fill-color-focus-emerald:focus,.fill-color-focus-emerald:focus-within,.fill-color-active-emerald[data-selected=true],.fill-color-active-emerald:active{background-color:var(--color-emerald)}.fill-color-emerald-light,.fill-color-hover-emerald-light:hover,.fill-color-focus-emerald-light[data-focused=true],.fill-color-focus-emerald-light:focus,.fill-color-focus-emerald-light:focus-within,.fill-color-active-emerald-light[data-selected=true],.fill-color-active-emerald-light:active{background-color:var(--color-emerald-light)}.fill-color-emerald-dark,.fill-color-hover-emerald-dark:hover,.fill-color-focus-emerald-dark[data-focused=true],.fill-color-focus-emerald-dark:focus,.fill-color-focus-emerald-dark:focus-within,.fill-color-active-emerald-dark[data-selected=true],.fill-color-active-emerald-dark:active{background-color:var(--color-emerald-dark)}.fill-color-emerald-themed,.fill-color-hover-emerald-themed:hover,.fill-color-focus-emerald-themed[data-focused=true],.fill-color-focus-emerald-themed:focus,.fill-color-focus-emerald-themed:focus-within,.fill-color-active-emerald-themed[data-selected=true],.fill-color-active-emerald-themed:active{background-color:var(--color-emerald-themed)}.fill-color-teal,.fill-color-hover-teal:hover,.fill-color-focus-teal[data-focused=true],.fill-color-focus-teal:focus,.fill-color-focus-teal:focus-within,.fill-color-active-teal[data-selected=true],.fill-color-active-teal:active{background-color:var(--color-teal)}.fill-color-teal-light,.fill-color-hover-teal-light:hover,.fill-color-focus-teal-light[data-focused=true],.fill-color-focus-teal-light:focus,.fill-color-focus-teal-light:focus-within,.fill-color-active-teal-light[data-selected=true],.fill-color-active-teal-light:active{background-color:var(--color-teal-light)}.fill-color-teal-dark,.fill-color-hover-teal-dark:hover,.fill-color-focus-teal-dark[data-focused=true],.fill-color-focus-teal-dark:focus,.fill-color-focus-teal-dark:focus-within,.fill-color-active-teal-dark[data-selected=true],.fill-color-active-teal-dark:active{background-color:var(--color-teal-dark)}.fill-color-teal-themed,.fill-color-hover-teal-themed:hover,.fill-color-focus-teal-themed[data-focused=true],.fill-color-focus-teal-themed:focus,.fill-color-focus-teal-themed:focus-within,.fill-color-active-teal-themed[data-selected=true],.fill-color-active-teal-themed:active{background-color:var(--color-teal-themed)}.fill-color-cyan,.fill-color-hover-cyan:hover,.fill-color-focus-cyan[data-focused=true],.fill-color-focus-cyan:focus,.fill-color-focus-cyan:focus-within,.fill-color-active-cyan[data-selected=true],.fill-color-active-cyan:active{background-color:var(--color-cyan)}.fill-color-cyan-light,.fill-color-hover-cyan-light:hover,.fill-color-focus-cyan-light[data-focused=true],.fill-color-focus-cyan-light:focus,.fill-color-focus-cyan-light:focus-within,.fill-color-active-cyan-light[data-selected=true],.fill-color-active-cyan-light:active{background-color:var(--color-cyan-light)}.fill-color-cyan-dark,.fill-color-hover-cyan-dark:hover,.fill-color-focus-cyan-dark[data-focused=true],.fill-color-focus-cyan-dark:focus,.fill-color-focus-cyan-dark:focus-within,.fill-color-active-cyan-dark[data-selected=true],.fill-color-active-cyan-dark:active{background-color:var(--color-cyan-dark)}.fill-color-cyan-themed,.fill-color-hover-cyan-themed:hover,.fill-color-focus-cyan-themed[data-focused=true],.fill-color-focus-cyan-themed:focus,.fill-color-focus-cyan-themed:focus-within,.fill-color-active-cyan-themed[data-selected=true],.fill-color-active-cyan-themed:active{background-color:var(--color-cyan-themed)}.fill-color-sky,.fill-color-hover-sky:hover,.fill-color-focus-sky[data-focused=true],.fill-color-focus-sky:focus,.fill-color-focus-sky:focus-within,.fill-color-active-sky[data-selected=true],.fill-color-active-sky:active{background-color:var(--color-sky)}.fill-color-sky-light,.fill-color-hover-sky-light:hover,.fill-color-focus-sky-light[data-focused=true],.fill-color-focus-sky-light:focus,.fill-color-focus-sky-light:focus-within,.fill-color-active-sky-light[data-selected=true],.fill-color-active-sky-light:active{background-color:var(--color-sky-light)}.fill-color-sky-dark,.fill-color-hover-sky-dark:hover,.fill-color-focus-sky-dark[data-focused=true],.fill-color-focus-sky-dark:focus,.fill-color-focus-sky-dark:focus-within,.fill-color-active-sky-dark[data-selected=true],.fill-color-active-sky-dark:active{background-color:var(--color-sky-dark)}.fill-color-sky-themed,.fill-color-hover-sky-themed:hover,.fill-color-focus-sky-themed[data-focused=true],.fill-color-focus-sky-themed:focus,.fill-color-focus-sky-themed:focus-within,.fill-color-active-sky-themed[data-selected=true],.fill-color-active-sky-themed:active{background-color:var(--color-sky-themed)}.fill-color-blue,.fill-color-hover-blue:hover,.fill-color-focus-blue[data-focused=true],.fill-color-focus-blue:focus,.fill-color-focus-blue:focus-within,.fill-color-active-blue[data-selected=true],.fill-color-active-blue:active{background-color:var(--color-blue)}.fill-color-blue-light,.fill-color-hover-blue-light:hover,.fill-color-focus-blue-light[data-focused=true],.fill-color-focus-blue-light:focus,.fill-color-focus-blue-light:focus-within,.fill-color-active-blue-light[data-selected=true],.fill-color-active-blue-light:active{background-color:var(--color-blue-light)}.fill-color-blue-dark,.fill-color-hover-blue-dark:hover,.fill-color-focus-blue-dark[data-focused=true],.fill-color-focus-blue-dark:focus,.fill-color-focus-blue-dark:focus-within,.fill-color-active-blue-dark[data-selected=true],.fill-color-active-blue-dark:active{background-color:var(--color-blue-dark)}.fill-color-blue-themed,.fill-color-hover-blue-themed:hover,.fill-color-focus-blue-themed[data-focused=true],.fill-color-focus-blue-themed:focus,.fill-color-focus-blue-themed:focus-within,.fill-color-active-blue-themed[data-selected=true],.fill-color-active-blue-themed:active{background-color:var(--color-blue-themed)}.fill-color-indigo,.fill-color-hover-indigo:hover,.fill-color-focus-indigo[data-focused=true],.fill-color-focus-indigo:focus,.fill-color-focus-indigo:focus-within,.fill-color-active-indigo[data-selected=true],.fill-color-active-indigo:active{background-color:var(--color-indigo)}.fill-color-indigo-light,.fill-color-hover-indigo-light:hover,.fill-color-focus-indigo-light[data-focused=true],.fill-color-focus-indigo-light:focus,.fill-color-focus-indigo-light:focus-within,.fill-color-active-indigo-light[data-selected=true],.fill-color-active-indigo-light:active{background-color:var(--color-indigo-light)}.fill-color-indigo-dark,.fill-color-hover-indigo-dark:hover,.fill-color-focus-indigo-dark[data-focused=true],.fill-color-focus-indigo-dark:focus,.fill-color-focus-indigo-dark:focus-within,.fill-color-active-indigo-dark[data-selected=true],.fill-color-active-indigo-dark:active{background-color:var(--color-indigo-dark)}.fill-color-indigo-themed,.fill-color-hover-indigo-themed:hover,.fill-color-focus-indigo-themed[data-focused=true],.fill-color-focus-indigo-themed:focus,.fill-color-focus-indigo-themed:focus-within,.fill-color-active-indigo-themed[data-selected=true],.fill-color-active-indigo-themed:active{background-color:var(--color-indigo-themed)}.fill-color-violet,.fill-color-hover-violet:hover,.fill-color-focus-violet[data-focused=true],.fill-color-focus-violet:focus,.fill-color-focus-violet:focus-within,.fill-color-active-violet[data-selected=true],.fill-color-active-violet:active{background-color:var(--color-violet)}.fill-color-violet-light,.fill-color-hover-violet-light:hover,.fill-color-focus-violet-light[data-focused=true],.fill-color-focus-violet-light:focus,.fill-color-focus-violet-light:focus-within,.fill-color-active-violet-light[data-selected=true],.fill-color-active-violet-light:active{background-color:var(--color-violet-light)}.fill-color-violet-dark,.fill-color-hover-violet-dark:hover,.fill-color-focus-violet-dark[data-focused=true],.fill-color-focus-violet-dark:focus,.fill-color-focus-violet-dark:focus-within,.fill-color-active-violet-dark[data-selected=true],.fill-color-active-violet-dark:active{background-color:var(--color-violet-dark)}.fill-color-violet-themed,.fill-color-hover-violet-themed:hover,.fill-color-focus-violet-themed[data-focused=true],.fill-color-focus-violet-themed:focus,.fill-color-focus-violet-themed:focus-within,.fill-color-active-violet-themed[data-selected=true],.fill-color-active-violet-themed:active{background-color:var(--color-violet-themed)}.fill-color-purple,.fill-color-hover-purple:hover,.fill-color-focus-purple[data-focused=true],.fill-color-focus-purple:focus,.fill-color-focus-purple:focus-within,.fill-color-active-purple[data-selected=true],.fill-color-active-purple:active{background-color:var(--color-purple)}.fill-color-purple-light,.fill-color-hover-purple-light:hover,.fill-color-focus-purple-light[data-focused=true],.fill-color-focus-purple-light:focus,.fill-color-focus-purple-light:focus-within,.fill-color-active-purple-light[data-selected=true],.fill-color-active-purple-light:active{background-color:var(--color-purple-light)}.fill-color-purple-dark,.fill-color-hover-purple-dark:hover,.fill-color-focus-purple-dark[data-focused=true],.fill-color-focus-purple-dark:focus,.fill-color-focus-purple-dark:focus-within,.fill-color-active-purple-dark[data-selected=true],.fill-color-active-purple-dark:active{background-color:var(--color-purple-dark)}.fill-color-purple-themed,.fill-color-hover-purple-themed:hover,.fill-color-focus-purple-themed[data-focused=true],.fill-color-focus-purple-themed:focus,.fill-color-focus-purple-themed:focus-within,.fill-color-active-purple-themed[data-selected=true],.fill-color-active-purple-themed:active{background-color:var(--color-purple-themed)}.fill-color-fuchsia,.fill-color-hover-fuchsia:hover,.fill-color-focus-fuchsia[data-focused=true],.fill-color-focus-fuchsia:focus,.fill-color-focus-fuchsia:focus-within,.fill-color-active-fuchsia[data-selected=true],.fill-color-active-fuchsia:active{background-color:var(--color-fuchsia)}.fill-color-fuchsia-light,.fill-color-hover-fuchsia-light:hover,.fill-color-focus-fuchsia-light[data-focused=true],.fill-color-focus-fuchsia-light:focus,.fill-color-focus-fuchsia-light:focus-within,.fill-color-active-fuchsia-light[data-selected=true],.fill-color-active-fuchsia-light:active{background-color:var(--color-fuchsia-light)}.fill-color-fuchsia-dark,.fill-color-hover-fuchsia-dark:hover,.fill-color-focus-fuchsia-dark[data-focused=true],.fill-color-focus-fuchsia-dark:focus,.fill-color-focus-fuchsia-dark:focus-within,.fill-color-active-fuchsia-dark[data-selected=true],.fill-color-active-fuchsia-dark:active{background-color:var(--color-fuchsia-dark)}.fill-color-fuchsia-themed,.fill-color-hover-fuchsia-themed:hover,.fill-color-focus-fuchsia-themed[data-focused=true],.fill-color-focus-fuchsia-themed:focus,.fill-color-focus-fuchsia-themed:focus-within,.fill-color-active-fuchsia-themed[data-selected=true],.fill-color-active-fuchsia-themed:active{background-color:var(--color-fuchsia-themed)}.fill-color-pink,.fill-color-hover-pink:hover,.fill-color-focus-pink[data-focused=true],.fill-color-focus-pink:focus,.fill-color-focus-pink:focus-within,.fill-color-active-pink[data-selected=true],.fill-color-active-pink:active{background-color:var(--color-pink)}.fill-color-pink-light,.fill-color-hover-pink-light:hover,.fill-color-focus-pink-light[data-focused=true],.fill-color-focus-pink-light:focus,.fill-color-focus-pink-light:focus-within,.fill-color-active-pink-light[data-selected=true],.fill-color-active-pink-light:active{background-color:var(--color-pink-light)}.fill-color-pink-dark,.fill-color-hover-pink-dark:hover,.fill-color-focus-pink-dark[data-focused=true],.fill-color-focus-pink-dark:focus,.fill-color-focus-pink-dark:focus-within,.fill-color-active-pink-dark[data-selected=true],.fill-color-active-pink-dark:active{background-color:var(--color-pink-dark)}.fill-color-pink-themed,.fill-color-hover-pink-themed:hover,.fill-color-focus-pink-themed[data-focused=true],.fill-color-focus-pink-themed:focus,.fill-color-focus-pink-themed:focus-within,.fill-color-active-pink-themed[data-selected=true],.fill-color-active-pink-themed:active{background-color:var(--color-pink-themed)}.fill-color-rose,.fill-color-hover-rose:hover,.fill-color-focus-rose[data-focused=true],.fill-color-focus-rose:focus,.fill-color-focus-rose:focus-within,.fill-color-active-rose[data-selected=true],.fill-color-active-rose:active{background-color:var(--color-rose)}.fill-color-rose-light,.fill-color-hover-rose-light:hover,.fill-color-focus-rose-light[data-focused=true],.fill-color-focus-rose-light:focus,.fill-color-focus-rose-light:focus-within,.fill-color-active-rose-light[data-selected=true],.fill-color-active-rose-light:active{background-color:var(--color-rose-light)}.fill-color-rose-dark,.fill-color-hover-rose-dark:hover,.fill-color-focus-rose-dark[data-focused=true],.fill-color-focus-rose-dark:focus,.fill-color-focus-rose-dark:focus-within,.fill-color-active-rose-dark[data-selected=true],.fill-color-active-rose-dark:active{background-color:var(--color-rose-dark)}.fill-color-rose-themed,.fill-color-hover-rose-themed:hover,.fill-color-focus-rose-themed[data-focused=true],.fill-color-focus-rose-themed:focus,.fill-color-focus-rose-themed:focus-within,.fill-color-active-rose-themed[data-selected=true],.fill-color-active-rose-themed:active{background-color:var(--color-rose-themed)}.fill-color-slate,.fill-color-hover-slate:hover,.fill-color-focus-slate[data-focused=true],.fill-color-focus-slate:focus,.fill-color-focus-slate:focus-within,.fill-color-active-slate[data-selected=true],.fill-color-active-slate:active{background-color:var(--color-slate)}.fill-color-slate-light,.fill-color-hover-slate-light:hover,.fill-color-focus-slate-light[data-focused=true],.fill-color-focus-slate-light:focus,.fill-color-focus-slate-light:focus-within,.fill-color-active-slate-light[data-selected=true],.fill-color-active-slate-light:active{background-color:var(--color-slate-light)}.fill-color-slate-dark,.fill-color-hover-slate-dark:hover,.fill-color-focus-slate-dark[data-focused=true],.fill-color-focus-slate-dark:focus,.fill-color-focus-slate-dark:focus-within,.fill-color-active-slate-dark[data-selected=true],.fill-color-active-slate-dark:active{background-color:var(--color-slate-dark)}.fill-color-slate-themed,.fill-color-hover-slate-themed:hover,.fill-color-focus-slate-themed[data-focused=true],.fill-color-focus-slate-themed:focus,.fill-color-focus-slate-themed:focus-within,.fill-color-active-slate-themed[data-selected=true],.fill-color-active-slate-themed:active{background-color:var(--color-slate-themed)}.fill-color-gray,.fill-color-hover-gray:hover,.fill-color-focus-gray[data-focused=true],.fill-color-focus-gray:focus,.fill-color-focus-gray:focus-within,.fill-color-active-gray[data-selected=true],.fill-color-active-gray:active{background-color:var(--color-gray)}.fill-color-gray-light,.fill-color-hover-gray-light:hover,.fill-color-focus-gray-light[data-focused=true],.fill-color-focus-gray-light:focus,.fill-color-focus-gray-light:focus-within,.fill-color-active-gray-light[data-selected=true],.fill-color-active-gray-light:active{background-color:var(--color-gray-light)}.fill-color-gray-dark,.fill-color-hover-gray-dark:hover,.fill-color-focus-gray-dark[data-focused=true],.fill-color-focus-gray-dark:focus,.fill-color-focus-gray-dark:focus-within,.fill-color-active-gray-dark[data-selected=true],.fill-color-active-gray-dark:active{background-color:var(--color-gray-dark)}.fill-color-gray-themed,.fill-color-hover-gray-themed:hover,.fill-color-focus-gray-themed[data-focused=true],.fill-color-focus-gray-themed:focus,.fill-color-focus-gray-themed:focus-within,.fill-color-active-gray-themed[data-selected=true],.fill-color-active-gray-themed:active{background-color:var(--color-gray-themed)}.fill-color-zinc,.fill-color-hover-zinc:hover,.fill-color-focus-zinc[data-focused=true],.fill-color-focus-zinc:focus,.fill-color-focus-zinc:focus-within,.fill-color-active-zinc[data-selected=true],.fill-color-active-zinc:active{background-color:var(--color-zinc)}.fill-color-zinc-light,.fill-color-hover-zinc-light:hover,.fill-color-focus-zinc-light[data-focused=true],.fill-color-focus-zinc-light:focus,.fill-color-focus-zinc-light:focus-within,.fill-color-active-zinc-light[data-selected=true],.fill-color-active-zinc-light:active{background-color:var(--color-zinc-light)}.fill-color-zinc-dark,.fill-color-hover-zinc-dark:hover,.fill-color-focus-zinc-dark[data-focused=true],.fill-color-focus-zinc-dark:focus,.fill-color-focus-zinc-dark:focus-within,.fill-color-active-zinc-dark[data-selected=true],.fill-color-active-zinc-dark:active{background-color:var(--color-zinc-dark)}.fill-color-zinc-themed,.fill-color-hover-zinc-themed:hover,.fill-color-focus-zinc-themed[data-focused=true],.fill-color-focus-zinc-themed:focus,.fill-color-focus-zinc-themed:focus-within,.fill-color-active-zinc-themed[data-selected=true],.fill-color-active-zinc-themed:active{background-color:var(--color-zinc-themed)}.fill-color-neutral,.fill-color-hover-neutral:hover,.fill-color-focus-neutral[data-focused=true],.fill-color-focus-neutral:focus,.fill-color-focus-neutral:focus-within,.fill-color-active-neutral[data-selected=true],.fill-color-active-neutral:active{background-color:var(--color-neutral)}.fill-color-neutral-light,.fill-color-hover-neutral-light:hover,.fill-color-focus-neutral-light[data-focused=true],.fill-color-focus-neutral-light:focus,.fill-color-focus-neutral-light:focus-within,.fill-color-active-neutral-light[data-selected=true],.fill-color-active-neutral-light:active{background-color:var(--color-neutral-light)}.fill-color-neutral-dark,.fill-color-hover-neutral-dark:hover,.fill-color-focus-neutral-dark[data-focused=true],.fill-color-focus-neutral-dark:focus,.fill-color-focus-neutral-dark:focus-within,.fill-color-active-neutral-dark[data-selected=true],.fill-color-active-neutral-dark:active{background-color:var(--color-neutral-dark)}.fill-color-neutral-themed,.fill-color-hover-neutral-themed:hover,.fill-color-focus-neutral-themed[data-focused=true],.fill-color-focus-neutral-themed:focus,.fill-color-focus-neutral-themed:focus-within,.fill-color-active-neutral-themed[data-selected=true],.fill-color-active-neutral-themed:active{background-color:var(--color-neutral-themed)}.fill-color-stone,.fill-color-hover-stone:hover,.fill-color-focus-stone[data-focused=true],.fill-color-focus-stone:focus,.fill-color-focus-stone:focus-within,.fill-color-active-stone[data-selected=true],.fill-color-active-stone:active{background-color:var(--color-stone)}.fill-color-stone-light,.fill-color-hover-stone-light:hover,.fill-color-focus-stone-light[data-focused=true],.fill-color-focus-stone-light:focus,.fill-color-focus-stone-light:focus-within,.fill-color-active-stone-light[data-selected=true],.fill-color-active-stone-light:active{background-color:var(--color-stone-light)}.fill-color-stone-dark,.fill-color-hover-stone-dark:hover,.fill-color-focus-stone-dark[data-focused=true],.fill-color-focus-stone-dark:focus,.fill-color-focus-stone-dark:focus-within,.fill-color-active-stone-dark[data-selected=true],.fill-color-active-stone-dark:active{background-color:var(--color-stone-dark)}.fill-color-stone-themed,.fill-color-hover-stone-themed:hover,.fill-color-focus-stone-themed[data-focused=true],.fill-color-focus-stone-themed:focus,.fill-color-focus-stone-themed:focus-within,.fill-color-active-stone-themed[data-selected=true],.fill-color-active-stone-themed:active{background-color:var(--color-stone-themed)}.fill-color-white,.fill-color-hover-white:hover,.fill-color-focus-white[data-focused=true],.fill-color-focus-white:focus,.fill-color-focus-white:focus-within,.fill-color-active-white[data-selected=true],.fill-color-active-white:active{background-color:var(--color-white)}.fill-color-black,.fill-color-hover-black:hover,.fill-color-focus-black[data-focused=true],.fill-color-focus-black:focus,.fill-color-focus-black:focus-within,.fill-color-active-black[data-selected=true],.fill-color-active-black:active{background-color:var(--color-black)}.fill-color-transparent,.fill-color-hover-transparent:hover,.fill-color-focus-transparent[data-focused=true],.fill-color-focus-transparent:focus,.fill-color-focus-transparent:focus-within,.fill-color-active-transparent[data-selected=true],.fill-color-active-transparent:active{background-color:var(--color-transparent)}.fill-color-red-0,.fill-color-hover-red-0:hover,.fill-color-focus-red-0[data-focused=true],.fill-color-focus-red-0:focus,.fill-color-focus-red-0:focus-within,.fill-color-active-red-0[data-selected=true],.fill-color-active-red-0:active{background-color:var(--color-red-0)}.fill-color-red-1,.fill-color-hover-red-1:hover,.fill-color-focus-red-1[data-focused=true],.fill-color-focus-red-1:focus,.fill-color-focus-red-1:focus-within,.fill-color-active-red-1[data-selected=true],.fill-color-active-red-1:active{background-color:var(--color-red-1)}.fill-color-red-2,.fill-color-hover-red-2:hover,.fill-color-focus-red-2[data-focused=true],.fill-color-focus-red-2:focus,.fill-color-focus-red-2:focus-within,.fill-color-active-red-2[data-selected=true],.fill-color-active-red-2:active{background-color:var(--color-red-2)}.fill-color-red-3,.fill-color-hover-red-3:hover,.fill-color-focus-red-3[data-focused=true],.fill-color-focus-red-3:focus,.fill-color-focus-red-3:focus-within,.fill-color-active-red-3[data-selected=true],.fill-color-active-red-3:active{background-color:var(--color-red-3)}.fill-color-red-4,.fill-color-hover-red-4:hover,.fill-color-focus-red-4[data-focused=true],.fill-color-focus-red-4:focus,.fill-color-focus-red-4:focus-within,.fill-color-active-red-4[data-selected=true],.fill-color-active-red-4:active{background-color:var(--color-red-4)}.fill-color-red-5,.fill-color-hover-red-5:hover,.fill-color-focus-red-5[data-focused=true],.fill-color-focus-red-5:focus,.fill-color-focus-red-5:focus-within,.fill-color-active-red-5[data-selected=true],.fill-color-active-red-5:active{background-color:var(--color-red-5)}.fill-color-red-6,.fill-color-hover-red-6:hover,.fill-color-focus-red-6[data-focused=true],.fill-color-focus-red-6:focus,.fill-color-focus-red-6:focus-within,.fill-color-active-red-6[data-selected=true],.fill-color-active-red-6:active{background-color:var(--color-red-6)}.fill-color-red-7,.fill-color-hover-red-7:hover,.fill-color-focus-red-7[data-focused=true],.fill-color-focus-red-7:focus,.fill-color-focus-red-7:focus-within,.fill-color-active-red-7[data-selected=true],.fill-color-active-red-7:active{background-color:var(--color-red-7)}.fill-color-red-8,.fill-color-hover-red-8:hover,.fill-color-focus-red-8[data-focused=true],.fill-color-focus-red-8:focus,.fill-color-focus-red-8:focus-within,.fill-color-active-red-8[data-selected=true],.fill-color-active-red-8:active{background-color:var(--color-red-8)}.fill-color-red-9,.fill-color-hover-red-9:hover,.fill-color-focus-red-9[data-focused=true],.fill-color-focus-red-9:focus,.fill-color-focus-red-9:focus-within,.fill-color-active-red-9[data-selected=true],.fill-color-active-red-9:active{background-color:var(--color-red-9)}.fill-color-red-10,.fill-color-hover-red-10:hover,.fill-color-focus-red-10[data-focused=true],.fill-color-focus-red-10:focus,.fill-color-focus-red-10:focus-within,.fill-color-active-red-10[data-selected=true],.fill-color-active-red-10:active{background-color:var(--color-red-10)}.fill-color-orange-0,.fill-color-hover-orange-0:hover,.fill-color-focus-orange-0[data-focused=true],.fill-color-focus-orange-0:focus,.fill-color-focus-orange-0:focus-within,.fill-color-active-orange-0[data-selected=true],.fill-color-active-orange-0:active{background-color:var(--color-orange-0)}.fill-color-orange-1,.fill-color-hover-orange-1:hover,.fill-color-focus-orange-1[data-focused=true],.fill-color-focus-orange-1:focus,.fill-color-focus-orange-1:focus-within,.fill-color-active-orange-1[data-selected=true],.fill-color-active-orange-1:active{background-color:var(--color-orange-1)}.fill-color-orange-2,.fill-color-hover-orange-2:hover,.fill-color-focus-orange-2[data-focused=true],.fill-color-focus-orange-2:focus,.fill-color-focus-orange-2:focus-within,.fill-color-active-orange-2[data-selected=true],.fill-color-active-orange-2:active{background-color:var(--color-orange-2)}.fill-color-orange-3,.fill-color-hover-orange-3:hover,.fill-color-focus-orange-3[data-focused=true],.fill-color-focus-orange-3:focus,.fill-color-focus-orange-3:focus-within,.fill-color-active-orange-3[data-selected=true],.fill-color-active-orange-3:active{background-color:var(--color-orange-3)}.fill-color-orange-4,.fill-color-hover-orange-4:hover,.fill-color-focus-orange-4[data-focused=true],.fill-color-focus-orange-4:focus,.fill-color-focus-orange-4:focus-within,.fill-color-active-orange-4[data-selected=true],.fill-color-active-orange-4:active{background-color:var(--color-orange-4)}.fill-color-orange-5,.fill-color-hover-orange-5:hover,.fill-color-focus-orange-5[data-focused=true],.fill-color-focus-orange-5:focus,.fill-color-focus-orange-5:focus-within,.fill-color-active-orange-5[data-selected=true],.fill-color-active-orange-5:active{background-color:var(--color-orange-5)}.fill-color-orange-6,.fill-color-hover-orange-6:hover,.fill-color-focus-orange-6[data-focused=true],.fill-color-focus-orange-6:focus,.fill-color-focus-orange-6:focus-within,.fill-color-active-orange-6[data-selected=true],.fill-color-active-orange-6:active{background-color:var(--color-orange-6)}.fill-color-orange-7,.fill-color-hover-orange-7:hover,.fill-color-focus-orange-7[data-focused=true],.fill-color-focus-orange-7:focus,.fill-color-focus-orange-7:focus-within,.fill-color-active-orange-7[data-selected=true],.fill-color-active-orange-7:active{background-color:var(--color-orange-7)}.fill-color-orange-8,.fill-color-hover-orange-8:hover,.fill-color-focus-orange-8[data-focused=true],.fill-color-focus-orange-8:focus,.fill-color-focus-orange-8:focus-within,.fill-color-active-orange-8[data-selected=true],.fill-color-active-orange-8:active{background-color:var(--color-orange-8)}.fill-color-orange-9,.fill-color-hover-orange-9:hover,.fill-color-focus-orange-9[data-focused=true],.fill-color-focus-orange-9:focus,.fill-color-focus-orange-9:focus-within,.fill-color-active-orange-9[data-selected=true],.fill-color-active-orange-9:active{background-color:var(--color-orange-9)}.fill-color-orange-10,.fill-color-hover-orange-10:hover,.fill-color-focus-orange-10[data-focused=true],.fill-color-focus-orange-10:focus,.fill-color-focus-orange-10:focus-within,.fill-color-active-orange-10[data-selected=true],.fill-color-active-orange-10:active{background-color:var(--color-orange-10)}.fill-color-amber-0,.fill-color-hover-amber-0:hover,.fill-color-focus-amber-0[data-focused=true],.fill-color-focus-amber-0:focus,.fill-color-focus-amber-0:focus-within,.fill-color-active-amber-0[data-selected=true],.fill-color-active-amber-0:active{background-color:var(--color-amber-0)}.fill-color-amber-1,.fill-color-hover-amber-1:hover,.fill-color-focus-amber-1[data-focused=true],.fill-color-focus-amber-1:focus,.fill-color-focus-amber-1:focus-within,.fill-color-active-amber-1[data-selected=true],.fill-color-active-amber-1:active{background-color:var(--color-amber-1)}.fill-color-amber-2,.fill-color-hover-amber-2:hover,.fill-color-focus-amber-2[data-focused=true],.fill-color-focus-amber-2:focus,.fill-color-focus-amber-2:focus-within,.fill-color-active-amber-2[data-selected=true],.fill-color-active-amber-2:active{background-color:var(--color-amber-2)}.fill-color-amber-3,.fill-color-hover-amber-3:hover,.fill-color-focus-amber-3[data-focused=true],.fill-color-focus-amber-3:focus,.fill-color-focus-amber-3:focus-within,.fill-color-active-amber-3[data-selected=true],.fill-color-active-amber-3:active{background-color:var(--color-amber-3)}.fill-color-amber-4,.fill-color-hover-amber-4:hover,.fill-color-focus-amber-4[data-focused=true],.fill-color-focus-amber-4:focus,.fill-color-focus-amber-4:focus-within,.fill-color-active-amber-4[data-selected=true],.fill-color-active-amber-4:active{background-color:var(--color-amber-4)}.fill-color-amber-5,.fill-color-hover-amber-5:hover,.fill-color-focus-amber-5[data-focused=true],.fill-color-focus-amber-5:focus,.fill-color-focus-amber-5:focus-within,.fill-color-active-amber-5[data-selected=true],.fill-color-active-amber-5:active{background-color:var(--color-amber-5)}.fill-color-amber-6,.fill-color-hover-amber-6:hover,.fill-color-focus-amber-6[data-focused=true],.fill-color-focus-amber-6:focus,.fill-color-focus-amber-6:focus-within,.fill-color-active-amber-6[data-selected=true],.fill-color-active-amber-6:active{background-color:var(--color-amber-6)}.fill-color-amber-7,.fill-color-hover-amber-7:hover,.fill-color-focus-amber-7[data-focused=true],.fill-color-focus-amber-7:focus,.fill-color-focus-amber-7:focus-within,.fill-color-active-amber-7[data-selected=true],.fill-color-active-amber-7:active{background-color:var(--color-amber-7)}.fill-color-amber-8,.fill-color-hover-amber-8:hover,.fill-color-focus-amber-8[data-focused=true],.fill-color-focus-amber-8:focus,.fill-color-focus-amber-8:focus-within,.fill-color-active-amber-8[data-selected=true],.fill-color-active-amber-8:active{background-color:var(--color-amber-8)}.fill-color-amber-9,.fill-color-hover-amber-9:hover,.fill-color-focus-amber-9[data-focused=true],.fill-color-focus-amber-9:focus,.fill-color-focus-amber-9:focus-within,.fill-color-active-amber-9[data-selected=true],.fill-color-active-amber-9:active{background-color:var(--color-amber-9)}.fill-color-amber-10,.fill-color-hover-amber-10:hover,.fill-color-focus-amber-10[data-focused=true],.fill-color-focus-amber-10:focus,.fill-color-focus-amber-10:focus-within,.fill-color-active-amber-10[data-selected=true],.fill-color-active-amber-10:active{background-color:var(--color-amber-10)}.fill-color-yellow-0,.fill-color-hover-yellow-0:hover,.fill-color-focus-yellow-0[data-focused=true],.fill-color-focus-yellow-0:focus,.fill-color-focus-yellow-0:focus-within,.fill-color-active-yellow-0[data-selected=true],.fill-color-active-yellow-0:active{background-color:var(--color-yellow-0)}.fill-color-yellow-1,.fill-color-hover-yellow-1:hover,.fill-color-focus-yellow-1[data-focused=true],.fill-color-focus-yellow-1:focus,.fill-color-focus-yellow-1:focus-within,.fill-color-active-yellow-1[data-selected=true],.fill-color-active-yellow-1:active{background-color:var(--color-yellow-1)}.fill-color-yellow-2,.fill-color-hover-yellow-2:hover,.fill-color-focus-yellow-2[data-focused=true],.fill-color-focus-yellow-2:focus,.fill-color-focus-yellow-2:focus-within,.fill-color-active-yellow-2[data-selected=true],.fill-color-active-yellow-2:active{background-color:var(--color-yellow-2)}.fill-color-yellow-3,.fill-color-hover-yellow-3:hover,.fill-color-focus-yellow-3[data-focused=true],.fill-color-focus-yellow-3:focus,.fill-color-focus-yellow-3:focus-within,.fill-color-active-yellow-3[data-selected=true],.fill-color-active-yellow-3:active{background-color:var(--color-yellow-3)}.fill-color-yellow-4,.fill-color-hover-yellow-4:hover,.fill-color-focus-yellow-4[data-focused=true],.fill-color-focus-yellow-4:focus,.fill-color-focus-yellow-4:focus-within,.fill-color-active-yellow-4[data-selected=true],.fill-color-active-yellow-4:active{background-color:var(--color-yellow-4)}.fill-color-yellow-5,.fill-color-hover-yellow-5:hover,.fill-color-focus-yellow-5[data-focused=true],.fill-color-focus-yellow-5:focus,.fill-color-focus-yellow-5:focus-within,.fill-color-active-yellow-5[data-selected=true],.fill-color-active-yellow-5:active{background-color:var(--color-yellow-5)}.fill-color-yellow-6,.fill-color-hover-yellow-6:hover,.fill-color-focus-yellow-6[data-focused=true],.fill-color-focus-yellow-6:focus,.fill-color-focus-yellow-6:focus-within,.fill-color-active-yellow-6[data-selected=true],.fill-color-active-yellow-6:active{background-color:var(--color-yellow-6)}.fill-color-yellow-7,.fill-color-hover-yellow-7:hover,.fill-color-focus-yellow-7[data-focused=true],.fill-color-focus-yellow-7:focus,.fill-color-focus-yellow-7:focus-within,.fill-color-active-yellow-7[data-selected=true],.fill-color-active-yellow-7:active{background-color:var(--color-yellow-7)}.fill-color-yellow-8,.fill-color-hover-yellow-8:hover,.fill-color-focus-yellow-8[data-focused=true],.fill-color-focus-yellow-8:focus,.fill-color-focus-yellow-8:focus-within,.fill-color-active-yellow-8[data-selected=true],.fill-color-active-yellow-8:active{background-color:var(--color-yellow-8)}.fill-color-yellow-9,.fill-color-hover-yellow-9:hover,.fill-color-focus-yellow-9[data-focused=true],.fill-color-focus-yellow-9:focus,.fill-color-focus-yellow-9:focus-within,.fill-color-active-yellow-9[data-selected=true],.fill-color-active-yellow-9:active{background-color:var(--color-yellow-9)}.fill-color-yellow-10,.fill-color-hover-yellow-10:hover,.fill-color-focus-yellow-10[data-focused=true],.fill-color-focus-yellow-10:focus,.fill-color-focus-yellow-10:focus-within,.fill-color-active-yellow-10[data-selected=true],.fill-color-active-yellow-10:active{background-color:var(--color-yellow-10)}.fill-color-lime-0,.fill-color-hover-lime-0:hover,.fill-color-focus-lime-0[data-focused=true],.fill-color-focus-lime-0:focus,.fill-color-focus-lime-0:focus-within,.fill-color-active-lime-0[data-selected=true],.fill-color-active-lime-0:active{background-color:var(--color-lime-0)}.fill-color-lime-1,.fill-color-hover-lime-1:hover,.fill-color-focus-lime-1[data-focused=true],.fill-color-focus-lime-1:focus,.fill-color-focus-lime-1:focus-within,.fill-color-active-lime-1[data-selected=true],.fill-color-active-lime-1:active{background-color:var(--color-lime-1)}.fill-color-lime-2,.fill-color-hover-lime-2:hover,.fill-color-focus-lime-2[data-focused=true],.fill-color-focus-lime-2:focus,.fill-color-focus-lime-2:focus-within,.fill-color-active-lime-2[data-selected=true],.fill-color-active-lime-2:active{background-color:var(--color-lime-2)}.fill-color-lime-3,.fill-color-hover-lime-3:hover,.fill-color-focus-lime-3[data-focused=true],.fill-color-focus-lime-3:focus,.fill-color-focus-lime-3:focus-within,.fill-color-active-lime-3[data-selected=true],.fill-color-active-lime-3:active{background-color:var(--color-lime-3)}.fill-color-lime-4,.fill-color-hover-lime-4:hover,.fill-color-focus-lime-4[data-focused=true],.fill-color-focus-lime-4:focus,.fill-color-focus-lime-4:focus-within,.fill-color-active-lime-4[data-selected=true],.fill-color-active-lime-4:active{background-color:var(--color-lime-4)}.fill-color-lime-5,.fill-color-hover-lime-5:hover,.fill-color-focus-lime-5[data-focused=true],.fill-color-focus-lime-5:focus,.fill-color-focus-lime-5:focus-within,.fill-color-active-lime-5[data-selected=true],.fill-color-active-lime-5:active{background-color:var(--color-lime-5)}.fill-color-lime-6,.fill-color-hover-lime-6:hover,.fill-color-focus-lime-6[data-focused=true],.fill-color-focus-lime-6:focus,.fill-color-focus-lime-6:focus-within,.fill-color-active-lime-6[data-selected=true],.fill-color-active-lime-6:active{background-color:var(--color-lime-6)}.fill-color-lime-7,.fill-color-hover-lime-7:hover,.fill-color-focus-lime-7[data-focused=true],.fill-color-focus-lime-7:focus,.fill-color-focus-lime-7:focus-within,.fill-color-active-lime-7[data-selected=true],.fill-color-active-lime-7:active{background-color:var(--color-lime-7)}.fill-color-lime-8,.fill-color-hover-lime-8:hover,.fill-color-focus-lime-8[data-focused=true],.fill-color-focus-lime-8:focus,.fill-color-focus-lime-8:focus-within,.fill-color-active-lime-8[data-selected=true],.fill-color-active-lime-8:active{background-color:var(--color-lime-8)}.fill-color-lime-9,.fill-color-hover-lime-9:hover,.fill-color-focus-lime-9[data-focused=true],.fill-color-focus-lime-9:focus,.fill-color-focus-lime-9:focus-within,.fill-color-active-lime-9[data-selected=true],.fill-color-active-lime-9:active{background-color:var(--color-lime-9)}.fill-color-lime-10,.fill-color-hover-lime-10:hover,.fill-color-focus-lime-10[data-focused=true],.fill-color-focus-lime-10:focus,.fill-color-focus-lime-10:focus-within,.fill-color-active-lime-10[data-selected=true],.fill-color-active-lime-10:active{background-color:var(--color-lime-10)}.fill-color-green-0,.fill-color-hover-green-0:hover,.fill-color-focus-green-0[data-focused=true],.fill-color-focus-green-0:focus,.fill-color-focus-green-0:focus-within,.fill-color-active-green-0[data-selected=true],.fill-color-active-green-0:active{background-color:var(--color-green-0)}.fill-color-green-1,.fill-color-hover-green-1:hover,.fill-color-focus-green-1[data-focused=true],.fill-color-focus-green-1:focus,.fill-color-focus-green-1:focus-within,.fill-color-active-green-1[data-selected=true],.fill-color-active-green-1:active{background-color:var(--color-green-1)}.fill-color-green-2,.fill-color-hover-green-2:hover,.fill-color-focus-green-2[data-focused=true],.fill-color-focus-green-2:focus,.fill-color-focus-green-2:focus-within,.fill-color-active-green-2[data-selected=true],.fill-color-active-green-2:active{background-color:var(--color-green-2)}.fill-color-green-3,.fill-color-hover-green-3:hover,.fill-color-focus-green-3[data-focused=true],.fill-color-focus-green-3:focus,.fill-color-focus-green-3:focus-within,.fill-color-active-green-3[data-selected=true],.fill-color-active-green-3:active{background-color:var(--color-green-3)}.fill-color-green-4,.fill-color-hover-green-4:hover,.fill-color-focus-green-4[data-focused=true],.fill-color-focus-green-4:focus,.fill-color-focus-green-4:focus-within,.fill-color-active-green-4[data-selected=true],.fill-color-active-green-4:active{background-color:var(--color-green-4)}.fill-color-green-5,.fill-color-hover-green-5:hover,.fill-color-focus-green-5[data-focused=true],.fill-color-focus-green-5:focus,.fill-color-focus-green-5:focus-within,.fill-color-active-green-5[data-selected=true],.fill-color-active-green-5:active{background-color:var(--color-green-5)}.fill-color-green-6,.fill-color-hover-green-6:hover,.fill-color-focus-green-6[data-focused=true],.fill-color-focus-green-6:focus,.fill-color-focus-green-6:focus-within,.fill-color-active-green-6[data-selected=true],.fill-color-active-green-6:active{background-color:var(--color-green-6)}.fill-color-green-7,.fill-color-hover-green-7:hover,.fill-color-focus-green-7[data-focused=true],.fill-color-focus-green-7:focus,.fill-color-focus-green-7:focus-within,.fill-color-active-green-7[data-selected=true],.fill-color-active-green-7:active{background-color:var(--color-green-7)}.fill-color-green-8,.fill-color-hover-green-8:hover,.fill-color-focus-green-8[data-focused=true],.fill-color-focus-green-8:focus,.fill-color-focus-green-8:focus-within,.fill-color-active-green-8[data-selected=true],.fill-color-active-green-8:active{background-color:var(--color-green-8)}.fill-color-green-9,.fill-color-hover-green-9:hover,.fill-color-focus-green-9[data-focused=true],.fill-color-focus-green-9:focus,.fill-color-focus-green-9:focus-within,.fill-color-active-green-9[data-selected=true],.fill-color-active-green-9:active{background-color:var(--color-green-9)}.fill-color-green-10,.fill-color-hover-green-10:hover,.fill-color-focus-green-10[data-focused=true],.fill-color-focus-green-10:focus,.fill-color-focus-green-10:focus-within,.fill-color-active-green-10[data-selected=true],.fill-color-active-green-10:active{background-color:var(--color-green-10)}.fill-color-emerald-0,.fill-color-hover-emerald-0:hover,.fill-color-focus-emerald-0[data-focused=true],.fill-color-focus-emerald-0:focus,.fill-color-focus-emerald-0:focus-within,.fill-color-active-emerald-0[data-selected=true],.fill-color-active-emerald-0:active{background-color:var(--color-emerald-0)}.fill-color-emerald-1,.fill-color-hover-emerald-1:hover,.fill-color-focus-emerald-1[data-focused=true],.fill-color-focus-emerald-1:focus,.fill-color-focus-emerald-1:focus-within,.fill-color-active-emerald-1[data-selected=true],.fill-color-active-emerald-1:active{background-color:var(--color-emerald-1)}.fill-color-emerald-2,.fill-color-hover-emerald-2:hover,.fill-color-focus-emerald-2[data-focused=true],.fill-color-focus-emerald-2:focus,.fill-color-focus-emerald-2:focus-within,.fill-color-active-emerald-2[data-selected=true],.fill-color-active-emerald-2:active{background-color:var(--color-emerald-2)}.fill-color-emerald-3,.fill-color-hover-emerald-3:hover,.fill-color-focus-emerald-3[data-focused=true],.fill-color-focus-emerald-3:focus,.fill-color-focus-emerald-3:focus-within,.fill-color-active-emerald-3[data-selected=true],.fill-color-active-emerald-3:active{background-color:var(--color-emerald-3)}.fill-color-emerald-4,.fill-color-hover-emerald-4:hover,.fill-color-focus-emerald-4[data-focused=true],.fill-color-focus-emerald-4:focus,.fill-color-focus-emerald-4:focus-within,.fill-color-active-emerald-4[data-selected=true],.fill-color-active-emerald-4:active{background-color:var(--color-emerald-4)}.fill-color-emerald-5,.fill-color-hover-emerald-5:hover,.fill-color-focus-emerald-5[data-focused=true],.fill-color-focus-emerald-5:focus,.fill-color-focus-emerald-5:focus-within,.fill-color-active-emerald-5[data-selected=true],.fill-color-active-emerald-5:active{background-color:var(--color-emerald-5)}.fill-color-emerald-6,.fill-color-hover-emerald-6:hover,.fill-color-focus-emerald-6[data-focused=true],.fill-color-focus-emerald-6:focus,.fill-color-focus-emerald-6:focus-within,.fill-color-active-emerald-6[data-selected=true],.fill-color-active-emerald-6:active{background-color:var(--color-emerald-6)}.fill-color-emerald-7,.fill-color-hover-emerald-7:hover,.fill-color-focus-emerald-7[data-focused=true],.fill-color-focus-emerald-7:focus,.fill-color-focus-emerald-7:focus-within,.fill-color-active-emerald-7[data-selected=true],.fill-color-active-emerald-7:active{background-color:var(--color-emerald-7)}.fill-color-emerald-8,.fill-color-hover-emerald-8:hover,.fill-color-focus-emerald-8[data-focused=true],.fill-color-focus-emerald-8:focus,.fill-color-focus-emerald-8:focus-within,.fill-color-active-emerald-8[data-selected=true],.fill-color-active-emerald-8:active{background-color:var(--color-emerald-8)}.fill-color-emerald-9,.fill-color-hover-emerald-9:hover,.fill-color-focus-emerald-9[data-focused=true],.fill-color-focus-emerald-9:focus,.fill-color-focus-emerald-9:focus-within,.fill-color-active-emerald-9[data-selected=true],.fill-color-active-emerald-9:active{background-color:var(--color-emerald-9)}.fill-color-emerald-10,.fill-color-hover-emerald-10:hover,.fill-color-focus-emerald-10[data-focused=true],.fill-color-focus-emerald-10:focus,.fill-color-focus-emerald-10:focus-within,.fill-color-active-emerald-10[data-selected=true],.fill-color-active-emerald-10:active{background-color:var(--color-emerald-10)}.fill-color-teal-0,.fill-color-hover-teal-0:hover,.fill-color-focus-teal-0[data-focused=true],.fill-color-focus-teal-0:focus,.fill-color-focus-teal-0:focus-within,.fill-color-active-teal-0[data-selected=true],.fill-color-active-teal-0:active{background-color:var(--color-teal-0)}.fill-color-teal-1,.fill-color-hover-teal-1:hover,.fill-color-focus-teal-1[data-focused=true],.fill-color-focus-teal-1:focus,.fill-color-focus-teal-1:focus-within,.fill-color-active-teal-1[data-selected=true],.fill-color-active-teal-1:active{background-color:var(--color-teal-1)}.fill-color-teal-2,.fill-color-hover-teal-2:hover,.fill-color-focus-teal-2[data-focused=true],.fill-color-focus-teal-2:focus,.fill-color-focus-teal-2:focus-within,.fill-color-active-teal-2[data-selected=true],.fill-color-active-teal-2:active{background-color:var(--color-teal-2)}.fill-color-teal-3,.fill-color-hover-teal-3:hover,.fill-color-focus-teal-3[data-focused=true],.fill-color-focus-teal-3:focus,.fill-color-focus-teal-3:focus-within,.fill-color-active-teal-3[data-selected=true],.fill-color-active-teal-3:active{background-color:var(--color-teal-3)}.fill-color-teal-4,.fill-color-hover-teal-4:hover,.fill-color-focus-teal-4[data-focused=true],.fill-color-focus-teal-4:focus,.fill-color-focus-teal-4:focus-within,.fill-color-active-teal-4[data-selected=true],.fill-color-active-teal-4:active{background-color:var(--color-teal-4)}.fill-color-teal-5,.fill-color-hover-teal-5:hover,.fill-color-focus-teal-5[data-focused=true],.fill-color-focus-teal-5:focus,.fill-color-focus-teal-5:focus-within,.fill-color-active-teal-5[data-selected=true],.fill-color-active-teal-5:active{background-color:var(--color-teal-5)}.fill-color-teal-6,.fill-color-hover-teal-6:hover,.fill-color-focus-teal-6[data-focused=true],.fill-color-focus-teal-6:focus,.fill-color-focus-teal-6:focus-within,.fill-color-active-teal-6[data-selected=true],.fill-color-active-teal-6:active{background-color:var(--color-teal-6)}.fill-color-teal-7,.fill-color-hover-teal-7:hover,.fill-color-focus-teal-7[data-focused=true],.fill-color-focus-teal-7:focus,.fill-color-focus-teal-7:focus-within,.fill-color-active-teal-7[data-selected=true],.fill-color-active-teal-7:active{background-color:var(--color-teal-7)}.fill-color-teal-8,.fill-color-hover-teal-8:hover,.fill-color-focus-teal-8[data-focused=true],.fill-color-focus-teal-8:focus,.fill-color-focus-teal-8:focus-within,.fill-color-active-teal-8[data-selected=true],.fill-color-active-teal-8:active{background-color:var(--color-teal-8)}.fill-color-teal-9,.fill-color-hover-teal-9:hover,.fill-color-focus-teal-9[data-focused=true],.fill-color-focus-teal-9:focus,.fill-color-focus-teal-9:focus-within,.fill-color-active-teal-9[data-selected=true],.fill-color-active-teal-9:active{background-color:var(--color-teal-9)}.fill-color-teal-10,.fill-color-hover-teal-10:hover,.fill-color-focus-teal-10[data-focused=true],.fill-color-focus-teal-10:focus,.fill-color-focus-teal-10:focus-within,.fill-color-active-teal-10[data-selected=true],.fill-color-active-teal-10:active{background-color:var(--color-teal-10)}.fill-color-cyan-0,.fill-color-hover-cyan-0:hover,.fill-color-focus-cyan-0[data-focused=true],.fill-color-focus-cyan-0:focus,.fill-color-focus-cyan-0:focus-within,.fill-color-active-cyan-0[data-selected=true],.fill-color-active-cyan-0:active{background-color:var(--color-cyan-0)}.fill-color-cyan-1,.fill-color-hover-cyan-1:hover,.fill-color-focus-cyan-1[data-focused=true],.fill-color-focus-cyan-1:focus,.fill-color-focus-cyan-1:focus-within,.fill-color-active-cyan-1[data-selected=true],.fill-color-active-cyan-1:active{background-color:var(--color-cyan-1)}.fill-color-cyan-2,.fill-color-hover-cyan-2:hover,.fill-color-focus-cyan-2[data-focused=true],.fill-color-focus-cyan-2:focus,.fill-color-focus-cyan-2:focus-within,.fill-color-active-cyan-2[data-selected=true],.fill-color-active-cyan-2:active{background-color:var(--color-cyan-2)}.fill-color-cyan-3,.fill-color-hover-cyan-3:hover,.fill-color-focus-cyan-3[data-focused=true],.fill-color-focus-cyan-3:focus,.fill-color-focus-cyan-3:focus-within,.fill-color-active-cyan-3[data-selected=true],.fill-color-active-cyan-3:active{background-color:var(--color-cyan-3)}.fill-color-cyan-4,.fill-color-hover-cyan-4:hover,.fill-color-focus-cyan-4[data-focused=true],.fill-color-focus-cyan-4:focus,.fill-color-focus-cyan-4:focus-within,.fill-color-active-cyan-4[data-selected=true],.fill-color-active-cyan-4:active{background-color:var(--color-cyan-4)}.fill-color-cyan-5,.fill-color-hover-cyan-5:hover,.fill-color-focus-cyan-5[data-focused=true],.fill-color-focus-cyan-5:focus,.fill-color-focus-cyan-5:focus-within,.fill-color-active-cyan-5[data-selected=true],.fill-color-active-cyan-5:active{background-color:var(--color-cyan-5)}.fill-color-cyan-6,.fill-color-hover-cyan-6:hover,.fill-color-focus-cyan-6[data-focused=true],.fill-color-focus-cyan-6:focus,.fill-color-focus-cyan-6:focus-within,.fill-color-active-cyan-6[data-selected=true],.fill-color-active-cyan-6:active{background-color:var(--color-cyan-6)}.fill-color-cyan-7,.fill-color-hover-cyan-7:hover,.fill-color-focus-cyan-7[data-focused=true],.fill-color-focus-cyan-7:focus,.fill-color-focus-cyan-7:focus-within,.fill-color-active-cyan-7[data-selected=true],.fill-color-active-cyan-7:active{background-color:var(--color-cyan-7)}.fill-color-cyan-8,.fill-color-hover-cyan-8:hover,.fill-color-focus-cyan-8[data-focused=true],.fill-color-focus-cyan-8:focus,.fill-color-focus-cyan-8:focus-within,.fill-color-active-cyan-8[data-selected=true],.fill-color-active-cyan-8:active{background-color:var(--color-cyan-8)}.fill-color-cyan-9,.fill-color-hover-cyan-9:hover,.fill-color-focus-cyan-9[data-focused=true],.fill-color-focus-cyan-9:focus,.fill-color-focus-cyan-9:focus-within,.fill-color-active-cyan-9[data-selected=true],.fill-color-active-cyan-9:active{background-color:var(--color-cyan-9)}.fill-color-cyan-10,.fill-color-hover-cyan-10:hover,.fill-color-focus-cyan-10[data-focused=true],.fill-color-focus-cyan-10:focus,.fill-color-focus-cyan-10:focus-within,.fill-color-active-cyan-10[data-selected=true],.fill-color-active-cyan-10:active{background-color:var(--color-cyan-10)}.fill-color-sky-0,.fill-color-hover-sky-0:hover,.fill-color-focus-sky-0[data-focused=true],.fill-color-focus-sky-0:focus,.fill-color-focus-sky-0:focus-within,.fill-color-active-sky-0[data-selected=true],.fill-color-active-sky-0:active{background-color:var(--color-sky-0)}.fill-color-sky-1,.fill-color-hover-sky-1:hover,.fill-color-focus-sky-1[data-focused=true],.fill-color-focus-sky-1:focus,.fill-color-focus-sky-1:focus-within,.fill-color-active-sky-1[data-selected=true],.fill-color-active-sky-1:active{background-color:var(--color-sky-1)}.fill-color-sky-2,.fill-color-hover-sky-2:hover,.fill-color-focus-sky-2[data-focused=true],.fill-color-focus-sky-2:focus,.fill-color-focus-sky-2:focus-within,.fill-color-active-sky-2[data-selected=true],.fill-color-active-sky-2:active{background-color:var(--color-sky-2)}.fill-color-sky-3,.fill-color-hover-sky-3:hover,.fill-color-focus-sky-3[data-focused=true],.fill-color-focus-sky-3:focus,.fill-color-focus-sky-3:focus-within,.fill-color-active-sky-3[data-selected=true],.fill-color-active-sky-3:active{background-color:var(--color-sky-3)}.fill-color-sky-4,.fill-color-hover-sky-4:hover,.fill-color-focus-sky-4[data-focused=true],.fill-color-focus-sky-4:focus,.fill-color-focus-sky-4:focus-within,.fill-color-active-sky-4[data-selected=true],.fill-color-active-sky-4:active{background-color:var(--color-sky-4)}.fill-color-sky-5,.fill-color-hover-sky-5:hover,.fill-color-focus-sky-5[data-focused=true],.fill-color-focus-sky-5:focus,.fill-color-focus-sky-5:focus-within,.fill-color-active-sky-5[data-selected=true],.fill-color-active-sky-5:active{background-color:var(--color-sky-5)}.fill-color-sky-6,.fill-color-hover-sky-6:hover,.fill-color-focus-sky-6[data-focused=true],.fill-color-focus-sky-6:focus,.fill-color-focus-sky-6:focus-within,.fill-color-active-sky-6[data-selected=true],.fill-color-active-sky-6:active{background-color:var(--color-sky-6)}.fill-color-sky-7,.fill-color-hover-sky-7:hover,.fill-color-focus-sky-7[data-focused=true],.fill-color-focus-sky-7:focus,.fill-color-focus-sky-7:focus-within,.fill-color-active-sky-7[data-selected=true],.fill-color-active-sky-7:active{background-color:var(--color-sky-7)}.fill-color-sky-8,.fill-color-hover-sky-8:hover,.fill-color-focus-sky-8[data-focused=true],.fill-color-focus-sky-8:focus,.fill-color-focus-sky-8:focus-within,.fill-color-active-sky-8[data-selected=true],.fill-color-active-sky-8:active{background-color:var(--color-sky-8)}.fill-color-sky-9,.fill-color-hover-sky-9:hover,.fill-color-focus-sky-9[data-focused=true],.fill-color-focus-sky-9:focus,.fill-color-focus-sky-9:focus-within,.fill-color-active-sky-9[data-selected=true],.fill-color-active-sky-9:active{background-color:var(--color-sky-9)}.fill-color-sky-10,.fill-color-hover-sky-10:hover,.fill-color-focus-sky-10[data-focused=true],.fill-color-focus-sky-10:focus,.fill-color-focus-sky-10:focus-within,.fill-color-active-sky-10[data-selected=true],.fill-color-active-sky-10:active{background-color:var(--color-sky-10)}.fill-color-blue-0,.fill-color-hover-blue-0:hover,.fill-color-focus-blue-0[data-focused=true],.fill-color-focus-blue-0:focus,.fill-color-focus-blue-0:focus-within,.fill-color-active-blue-0[data-selected=true],.fill-color-active-blue-0:active{background-color:var(--color-blue-0)}.fill-color-blue-1,.fill-color-hover-blue-1:hover,.fill-color-focus-blue-1[data-focused=true],.fill-color-focus-blue-1:focus,.fill-color-focus-blue-1:focus-within,.fill-color-active-blue-1[data-selected=true],.fill-color-active-blue-1:active{background-color:var(--color-blue-1)}.fill-color-blue-2,.fill-color-hover-blue-2:hover,.fill-color-focus-blue-2[data-focused=true],.fill-color-focus-blue-2:focus,.fill-color-focus-blue-2:focus-within,.fill-color-active-blue-2[data-selected=true],.fill-color-active-blue-2:active{background-color:var(--color-blue-2)}.fill-color-blue-3,.fill-color-hover-blue-3:hover,.fill-color-focus-blue-3[data-focused=true],.fill-color-focus-blue-3:focus,.fill-color-focus-blue-3:focus-within,.fill-color-active-blue-3[data-selected=true],.fill-color-active-blue-3:active{background-color:var(--color-blue-3)}.fill-color-blue-4,.fill-color-hover-blue-4:hover,.fill-color-focus-blue-4[data-focused=true],.fill-color-focus-blue-4:focus,.fill-color-focus-blue-4:focus-within,.fill-color-active-blue-4[data-selected=true],.fill-color-active-blue-4:active{background-color:var(--color-blue-4)}.fill-color-blue-5,.fill-color-hover-blue-5:hover,.fill-color-focus-blue-5[data-focused=true],.fill-color-focus-blue-5:focus,.fill-color-focus-blue-5:focus-within,.fill-color-active-blue-5[data-selected=true],.fill-color-active-blue-5:active{background-color:var(--color-blue-5)}.fill-color-blue-6,.fill-color-hover-blue-6:hover,.fill-color-focus-blue-6[data-focused=true],.fill-color-focus-blue-6:focus,.fill-color-focus-blue-6:focus-within,.fill-color-active-blue-6[data-selected=true],.fill-color-active-blue-6:active{background-color:var(--color-blue-6)}.fill-color-blue-7,.fill-color-hover-blue-7:hover,.fill-color-focus-blue-7[data-focused=true],.fill-color-focus-blue-7:focus,.fill-color-focus-blue-7:focus-within,.fill-color-active-blue-7[data-selected=true],.fill-color-active-blue-7:active{background-color:var(--color-blue-7)}.fill-color-blue-8,.fill-color-hover-blue-8:hover,.fill-color-focus-blue-8[data-focused=true],.fill-color-focus-blue-8:focus,.fill-color-focus-blue-8:focus-within,.fill-color-active-blue-8[data-selected=true],.fill-color-active-blue-8:active{background-color:var(--color-blue-8)}.fill-color-blue-9,.fill-color-hover-blue-9:hover,.fill-color-focus-blue-9[data-focused=true],.fill-color-focus-blue-9:focus,.fill-color-focus-blue-9:focus-within,.fill-color-active-blue-9[data-selected=true],.fill-color-active-blue-9:active{background-color:var(--color-blue-9)}.fill-color-blue-10,.fill-color-hover-blue-10:hover,.fill-color-focus-blue-10[data-focused=true],.fill-color-focus-blue-10:focus,.fill-color-focus-blue-10:focus-within,.fill-color-active-blue-10[data-selected=true],.fill-color-active-blue-10:active{background-color:var(--color-blue-10)}.fill-color-indigo-0,.fill-color-hover-indigo-0:hover,.fill-color-focus-indigo-0[data-focused=true],.fill-color-focus-indigo-0:focus,.fill-color-focus-indigo-0:focus-within,.fill-color-active-indigo-0[data-selected=true],.fill-color-active-indigo-0:active{background-color:var(--color-indigo-0)}.fill-color-indigo-1,.fill-color-hover-indigo-1:hover,.fill-color-focus-indigo-1[data-focused=true],.fill-color-focus-indigo-1:focus,.fill-color-focus-indigo-1:focus-within,.fill-color-active-indigo-1[data-selected=true],.fill-color-active-indigo-1:active{background-color:var(--color-indigo-1)}.fill-color-indigo-2,.fill-color-hover-indigo-2:hover,.fill-color-focus-indigo-2[data-focused=true],.fill-color-focus-indigo-2:focus,.fill-color-focus-indigo-2:focus-within,.fill-color-active-indigo-2[data-selected=true],.fill-color-active-indigo-2:active{background-color:var(--color-indigo-2)}.fill-color-indigo-3,.fill-color-hover-indigo-3:hover,.fill-color-focus-indigo-3[data-focused=true],.fill-color-focus-indigo-3:focus,.fill-color-focus-indigo-3:focus-within,.fill-color-active-indigo-3[data-selected=true],.fill-color-active-indigo-3:active{background-color:var(--color-indigo-3)}.fill-color-indigo-4,.fill-color-hover-indigo-4:hover,.fill-color-focus-indigo-4[data-focused=true],.fill-color-focus-indigo-4:focus,.fill-color-focus-indigo-4:focus-within,.fill-color-active-indigo-4[data-selected=true],.fill-color-active-indigo-4:active{background-color:var(--color-indigo-4)}.fill-color-indigo-5,.fill-color-hover-indigo-5:hover,.fill-color-focus-indigo-5[data-focused=true],.fill-color-focus-indigo-5:focus,.fill-color-focus-indigo-5:focus-within,.fill-color-active-indigo-5[data-selected=true],.fill-color-active-indigo-5:active{background-color:var(--color-indigo-5)}.fill-color-indigo-6,.fill-color-hover-indigo-6:hover,.fill-color-focus-indigo-6[data-focused=true],.fill-color-focus-indigo-6:focus,.fill-color-focus-indigo-6:focus-within,.fill-color-active-indigo-6[data-selected=true],.fill-color-active-indigo-6:active{background-color:var(--color-indigo-6)}.fill-color-indigo-7,.fill-color-hover-indigo-7:hover,.fill-color-focus-indigo-7[data-focused=true],.fill-color-focus-indigo-7:focus,.fill-color-focus-indigo-7:focus-within,.fill-color-active-indigo-7[data-selected=true],.fill-color-active-indigo-7:active{background-color:var(--color-indigo-7)}.fill-color-indigo-8,.fill-color-hover-indigo-8:hover,.fill-color-focus-indigo-8[data-focused=true],.fill-color-focus-indigo-8:focus,.fill-color-focus-indigo-8:focus-within,.fill-color-active-indigo-8[data-selected=true],.fill-color-active-indigo-8:active{background-color:var(--color-indigo-8)}.fill-color-indigo-9,.fill-color-hover-indigo-9:hover,.fill-color-focus-indigo-9[data-focused=true],.fill-color-focus-indigo-9:focus,.fill-color-focus-indigo-9:focus-within,.fill-color-active-indigo-9[data-selected=true],.fill-color-active-indigo-9:active{background-color:var(--color-indigo-9)}.fill-color-indigo-10,.fill-color-hover-indigo-10:hover,.fill-color-focus-indigo-10[data-focused=true],.fill-color-focus-indigo-10:focus,.fill-color-focus-indigo-10:focus-within,.fill-color-active-indigo-10[data-selected=true],.fill-color-active-indigo-10:active{background-color:var(--color-indigo-10)}.fill-color-violet-0,.fill-color-hover-violet-0:hover,.fill-color-focus-violet-0[data-focused=true],.fill-color-focus-violet-0:focus,.fill-color-focus-violet-0:focus-within,.fill-color-active-violet-0[data-selected=true],.fill-color-active-violet-0:active{background-color:var(--color-violet-0)}.fill-color-violet-1,.fill-color-hover-violet-1:hover,.fill-color-focus-violet-1[data-focused=true],.fill-color-focus-violet-1:focus,.fill-color-focus-violet-1:focus-within,.fill-color-active-violet-1[data-selected=true],.fill-color-active-violet-1:active{background-color:var(--color-violet-1)}.fill-color-violet-2,.fill-color-hover-violet-2:hover,.fill-color-focus-violet-2[data-focused=true],.fill-color-focus-violet-2:focus,.fill-color-focus-violet-2:focus-within,.fill-color-active-violet-2[data-selected=true],.fill-color-active-violet-2:active{background-color:var(--color-violet-2)}.fill-color-violet-3,.fill-color-hover-violet-3:hover,.fill-color-focus-violet-3[data-focused=true],.fill-color-focus-violet-3:focus,.fill-color-focus-violet-3:focus-within,.fill-color-active-violet-3[data-selected=true],.fill-color-active-violet-3:active{background-color:var(--color-violet-3)}.fill-color-violet-4,.fill-color-hover-violet-4:hover,.fill-color-focus-violet-4[data-focused=true],.fill-color-focus-violet-4:focus,.fill-color-focus-violet-4:focus-within,.fill-color-active-violet-4[data-selected=true],.fill-color-active-violet-4:active{background-color:var(--color-violet-4)}.fill-color-violet-5,.fill-color-hover-violet-5:hover,.fill-color-focus-violet-5[data-focused=true],.fill-color-focus-violet-5:focus,.fill-color-focus-violet-5:focus-within,.fill-color-active-violet-5[data-selected=true],.fill-color-active-violet-5:active{background-color:var(--color-violet-5)}.fill-color-violet-6,.fill-color-hover-violet-6:hover,.fill-color-focus-violet-6[data-focused=true],.fill-color-focus-violet-6:focus,.fill-color-focus-violet-6:focus-within,.fill-color-active-violet-6[data-selected=true],.fill-color-active-violet-6:active{background-color:var(--color-violet-6)}.fill-color-violet-7,.fill-color-hover-violet-7:hover,.fill-color-focus-violet-7[data-focused=true],.fill-color-focus-violet-7:focus,.fill-color-focus-violet-7:focus-within,.fill-color-active-violet-7[data-selected=true],.fill-color-active-violet-7:active{background-color:var(--color-violet-7)}.fill-color-violet-8,.fill-color-hover-violet-8:hover,.fill-color-focus-violet-8[data-focused=true],.fill-color-focus-violet-8:focus,.fill-color-focus-violet-8:focus-within,.fill-color-active-violet-8[data-selected=true],.fill-color-active-violet-8:active{background-color:var(--color-violet-8)}.fill-color-violet-9,.fill-color-hover-violet-9:hover,.fill-color-focus-violet-9[data-focused=true],.fill-color-focus-violet-9:focus,.fill-color-focus-violet-9:focus-within,.fill-color-active-violet-9[data-selected=true],.fill-color-active-violet-9:active{background-color:var(--color-violet-9)}.fill-color-violet-10,.fill-color-hover-violet-10:hover,.fill-color-focus-violet-10[data-focused=true],.fill-color-focus-violet-10:focus,.fill-color-focus-violet-10:focus-within,.fill-color-active-violet-10[data-selected=true],.fill-color-active-violet-10:active{background-color:var(--color-violet-10)}.fill-color-purple-0,.fill-color-hover-purple-0:hover,.fill-color-focus-purple-0[data-focused=true],.fill-color-focus-purple-0:focus,.fill-color-focus-purple-0:focus-within,.fill-color-active-purple-0[data-selected=true],.fill-color-active-purple-0:active{background-color:var(--color-purple-0)}.fill-color-purple-1,.fill-color-hover-purple-1:hover,.fill-color-focus-purple-1[data-focused=true],.fill-color-focus-purple-1:focus,.fill-color-focus-purple-1:focus-within,.fill-color-active-purple-1[data-selected=true],.fill-color-active-purple-1:active{background-color:var(--color-purple-1)}.fill-color-purple-2,.fill-color-hover-purple-2:hover,.fill-color-focus-purple-2[data-focused=true],.fill-color-focus-purple-2:focus,.fill-color-focus-purple-2:focus-within,.fill-color-active-purple-2[data-selected=true],.fill-color-active-purple-2:active{background-color:var(--color-purple-2)}.fill-color-purple-3,.fill-color-hover-purple-3:hover,.fill-color-focus-purple-3[data-focused=true],.fill-color-focus-purple-3:focus,.fill-color-focus-purple-3:focus-within,.fill-color-active-purple-3[data-selected=true],.fill-color-active-purple-3:active{background-color:var(--color-purple-3)}.fill-color-purple-4,.fill-color-hover-purple-4:hover,.fill-color-focus-purple-4[data-focused=true],.fill-color-focus-purple-4:focus,.fill-color-focus-purple-4:focus-within,.fill-color-active-purple-4[data-selected=true],.fill-color-active-purple-4:active{background-color:var(--color-purple-4)}.fill-color-purple-5,.fill-color-hover-purple-5:hover,.fill-color-focus-purple-5[data-focused=true],.fill-color-focus-purple-5:focus,.fill-color-focus-purple-5:focus-within,.fill-color-active-purple-5[data-selected=true],.fill-color-active-purple-5:active{background-color:var(--color-purple-5)}.fill-color-purple-6,.fill-color-hover-purple-6:hover,.fill-color-focus-purple-6[data-focused=true],.fill-color-focus-purple-6:focus,.fill-color-focus-purple-6:focus-within,.fill-color-active-purple-6[data-selected=true],.fill-color-active-purple-6:active{background-color:var(--color-purple-6)}.fill-color-purple-7,.fill-color-hover-purple-7:hover,.fill-color-focus-purple-7[data-focused=true],.fill-color-focus-purple-7:focus,.fill-color-focus-purple-7:focus-within,.fill-color-active-purple-7[data-selected=true],.fill-color-active-purple-7:active{background-color:var(--color-purple-7)}.fill-color-purple-8,.fill-color-hover-purple-8:hover,.fill-color-focus-purple-8[data-focused=true],.fill-color-focus-purple-8:focus,.fill-color-focus-purple-8:focus-within,.fill-color-active-purple-8[data-selected=true],.fill-color-active-purple-8:active{background-color:var(--color-purple-8)}.fill-color-purple-9,.fill-color-hover-purple-9:hover,.fill-color-focus-purple-9[data-focused=true],.fill-color-focus-purple-9:focus,.fill-color-focus-purple-9:focus-within,.fill-color-active-purple-9[data-selected=true],.fill-color-active-purple-9:active{background-color:var(--color-purple-9)}.fill-color-purple-10,.fill-color-hover-purple-10:hover,.fill-color-focus-purple-10[data-focused=true],.fill-color-focus-purple-10:focus,.fill-color-focus-purple-10:focus-within,.fill-color-active-purple-10[data-selected=true],.fill-color-active-purple-10:active{background-color:var(--color-purple-10)}.fill-color-fuchsia-0,.fill-color-hover-fuchsia-0:hover,.fill-color-focus-fuchsia-0[data-focused=true],.fill-color-focus-fuchsia-0:focus,.fill-color-focus-fuchsia-0:focus-within,.fill-color-active-fuchsia-0[data-selected=true],.fill-color-active-fuchsia-0:active{background-color:var(--color-fuchsia-0)}.fill-color-fuchsia-1,.fill-color-hover-fuchsia-1:hover,.fill-color-focus-fuchsia-1[data-focused=true],.fill-color-focus-fuchsia-1:focus,.fill-color-focus-fuchsia-1:focus-within,.fill-color-active-fuchsia-1[data-selected=true],.fill-color-active-fuchsia-1:active{background-color:var(--color-fuchsia-1)}.fill-color-fuchsia-2,.fill-color-hover-fuchsia-2:hover,.fill-color-focus-fuchsia-2[data-focused=true],.fill-color-focus-fuchsia-2:focus,.fill-color-focus-fuchsia-2:focus-within,.fill-color-active-fuchsia-2[data-selected=true],.fill-color-active-fuchsia-2:active{background-color:var(--color-fuchsia-2)}.fill-color-fuchsia-3,.fill-color-hover-fuchsia-3:hover,.fill-color-focus-fuchsia-3[data-focused=true],.fill-color-focus-fuchsia-3:focus,.fill-color-focus-fuchsia-3:focus-within,.fill-color-active-fuchsia-3[data-selected=true],.fill-color-active-fuchsia-3:active{background-color:var(--color-fuchsia-3)}.fill-color-fuchsia-4,.fill-color-hover-fuchsia-4:hover,.fill-color-focus-fuchsia-4[data-focused=true],.fill-color-focus-fuchsia-4:focus,.fill-color-focus-fuchsia-4:focus-within,.fill-color-active-fuchsia-4[data-selected=true],.fill-color-active-fuchsia-4:active{background-color:var(--color-fuchsia-4)}.fill-color-fuchsia-5,.fill-color-hover-fuchsia-5:hover,.fill-color-focus-fuchsia-5[data-focused=true],.fill-color-focus-fuchsia-5:focus,.fill-color-focus-fuchsia-5:focus-within,.fill-color-active-fuchsia-5[data-selected=true],.fill-color-active-fuchsia-5:active{background-color:var(--color-fuchsia-5)}.fill-color-fuchsia-6,.fill-color-hover-fuchsia-6:hover,.fill-color-focus-fuchsia-6[data-focused=true],.fill-color-focus-fuchsia-6:focus,.fill-color-focus-fuchsia-6:focus-within,.fill-color-active-fuchsia-6[data-selected=true],.fill-color-active-fuchsia-6:active{background-color:var(--color-fuchsia-6)}.fill-color-fuchsia-7,.fill-color-hover-fuchsia-7:hover,.fill-color-focus-fuchsia-7[data-focused=true],.fill-color-focus-fuchsia-7:focus,.fill-color-focus-fuchsia-7:focus-within,.fill-color-active-fuchsia-7[data-selected=true],.fill-color-active-fuchsia-7:active{background-color:var(--color-fuchsia-7)}.fill-color-fuchsia-8,.fill-color-hover-fuchsia-8:hover,.fill-color-focus-fuchsia-8[data-focused=true],.fill-color-focus-fuchsia-8:focus,.fill-color-focus-fuchsia-8:focus-within,.fill-color-active-fuchsia-8[data-selected=true],.fill-color-active-fuchsia-8:active{background-color:var(--color-fuchsia-8)}.fill-color-fuchsia-9,.fill-color-hover-fuchsia-9:hover,.fill-color-focus-fuchsia-9[data-focused=true],.fill-color-focus-fuchsia-9:focus,.fill-color-focus-fuchsia-9:focus-within,.fill-color-active-fuchsia-9[data-selected=true],.fill-color-active-fuchsia-9:active{background-color:var(--color-fuchsia-9)}.fill-color-fuchsia-10,.fill-color-hover-fuchsia-10:hover,.fill-color-focus-fuchsia-10[data-focused=true],.fill-color-focus-fuchsia-10:focus,.fill-color-focus-fuchsia-10:focus-within,.fill-color-active-fuchsia-10[data-selected=true],.fill-color-active-fuchsia-10:active{background-color:var(--color-fuchsia-10)}.fill-color-pink-0,.fill-color-hover-pink-0:hover,.fill-color-focus-pink-0[data-focused=true],.fill-color-focus-pink-0:focus,.fill-color-focus-pink-0:focus-within,.fill-color-active-pink-0[data-selected=true],.fill-color-active-pink-0:active{background-color:var(--color-pink-0)}.fill-color-pink-1,.fill-color-hover-pink-1:hover,.fill-color-focus-pink-1[data-focused=true],.fill-color-focus-pink-1:focus,.fill-color-focus-pink-1:focus-within,.fill-color-active-pink-1[data-selected=true],.fill-color-active-pink-1:active{background-color:var(--color-pink-1)}.fill-color-pink-2,.fill-color-hover-pink-2:hover,.fill-color-focus-pink-2[data-focused=true],.fill-color-focus-pink-2:focus,.fill-color-focus-pink-2:focus-within,.fill-color-active-pink-2[data-selected=true],.fill-color-active-pink-2:active{background-color:var(--color-pink-2)}.fill-color-pink-3,.fill-color-hover-pink-3:hover,.fill-color-focus-pink-3[data-focused=true],.fill-color-focus-pink-3:focus,.fill-color-focus-pink-3:focus-within,.fill-color-active-pink-3[data-selected=true],.fill-color-active-pink-3:active{background-color:var(--color-pink-3)}.fill-color-pink-4,.fill-color-hover-pink-4:hover,.fill-color-focus-pink-4[data-focused=true],.fill-color-focus-pink-4:focus,.fill-color-focus-pink-4:focus-within,.fill-color-active-pink-4[data-selected=true],.fill-color-active-pink-4:active{background-color:var(--color-pink-4)}.fill-color-pink-5,.fill-color-hover-pink-5:hover,.fill-color-focus-pink-5[data-focused=true],.fill-color-focus-pink-5:focus,.fill-color-focus-pink-5:focus-within,.fill-color-active-pink-5[data-selected=true],.fill-color-active-pink-5:active{background-color:var(--color-pink-5)}.fill-color-pink-6,.fill-color-hover-pink-6:hover,.fill-color-focus-pink-6[data-focused=true],.fill-color-focus-pink-6:focus,.fill-color-focus-pink-6:focus-within,.fill-color-active-pink-6[data-selected=true],.fill-color-active-pink-6:active{background-color:var(--color-pink-6)}.fill-color-pink-7,.fill-color-hover-pink-7:hover,.fill-color-focus-pink-7[data-focused=true],.fill-color-focus-pink-7:focus,.fill-color-focus-pink-7:focus-within,.fill-color-active-pink-7[data-selected=true],.fill-color-active-pink-7:active{background-color:var(--color-pink-7)}.fill-color-pink-8,.fill-color-hover-pink-8:hover,.fill-color-focus-pink-8[data-focused=true],.fill-color-focus-pink-8:focus,.fill-color-focus-pink-8:focus-within,.fill-color-active-pink-8[data-selected=true],.fill-color-active-pink-8:active{background-color:var(--color-pink-8)}.fill-color-pink-9,.fill-color-hover-pink-9:hover,.fill-color-focus-pink-9[data-focused=true],.fill-color-focus-pink-9:focus,.fill-color-focus-pink-9:focus-within,.fill-color-active-pink-9[data-selected=true],.fill-color-active-pink-9:active{background-color:var(--color-pink-9)}.fill-color-pink-10,.fill-color-hover-pink-10:hover,.fill-color-focus-pink-10[data-focused=true],.fill-color-focus-pink-10:focus,.fill-color-focus-pink-10:focus-within,.fill-color-active-pink-10[data-selected=true],.fill-color-active-pink-10:active{background-color:var(--color-pink-10)}.fill-color-rose-0,.fill-color-hover-rose-0:hover,.fill-color-focus-rose-0[data-focused=true],.fill-color-focus-rose-0:focus,.fill-color-focus-rose-0:focus-within,.fill-color-active-rose-0[data-selected=true],.fill-color-active-rose-0:active{background-color:var(--color-rose-0)}.fill-color-rose-1,.fill-color-hover-rose-1:hover,.fill-color-focus-rose-1[data-focused=true],.fill-color-focus-rose-1:focus,.fill-color-focus-rose-1:focus-within,.fill-color-active-rose-1[data-selected=true],.fill-color-active-rose-1:active{background-color:var(--color-rose-1)}.fill-color-rose-2,.fill-color-hover-rose-2:hover,.fill-color-focus-rose-2[data-focused=true],.fill-color-focus-rose-2:focus,.fill-color-focus-rose-2:focus-within,.fill-color-active-rose-2[data-selected=true],.fill-color-active-rose-2:active{background-color:var(--color-rose-2)}.fill-color-rose-3,.fill-color-hover-rose-3:hover,.fill-color-focus-rose-3[data-focused=true],.fill-color-focus-rose-3:focus,.fill-color-focus-rose-3:focus-within,.fill-color-active-rose-3[data-selected=true],.fill-color-active-rose-3:active{background-color:var(--color-rose-3)}.fill-color-rose-4,.fill-color-hover-rose-4:hover,.fill-color-focus-rose-4[data-focused=true],.fill-color-focus-rose-4:focus,.fill-color-focus-rose-4:focus-within,.fill-color-active-rose-4[data-selected=true],.fill-color-active-rose-4:active{background-color:var(--color-rose-4)}.fill-color-rose-5,.fill-color-hover-rose-5:hover,.fill-color-focus-rose-5[data-focused=true],.fill-color-focus-rose-5:focus,.fill-color-focus-rose-5:focus-within,.fill-color-active-rose-5[data-selected=true],.fill-color-active-rose-5:active{background-color:var(--color-rose-5)}.fill-color-rose-6,.fill-color-hover-rose-6:hover,.fill-color-focus-rose-6[data-focused=true],.fill-color-focus-rose-6:focus,.fill-color-focus-rose-6:focus-within,.fill-color-active-rose-6[data-selected=true],.fill-color-active-rose-6:active{background-color:var(--color-rose-6)}.fill-color-rose-7,.fill-color-hover-rose-7:hover,.fill-color-focus-rose-7[data-focused=true],.fill-color-focus-rose-7:focus,.fill-color-focus-rose-7:focus-within,.fill-color-active-rose-7[data-selected=true],.fill-color-active-rose-7:active{background-color:var(--color-rose-7)}.fill-color-rose-8,.fill-color-hover-rose-8:hover,.fill-color-focus-rose-8[data-focused=true],.fill-color-focus-rose-8:focus,.fill-color-focus-rose-8:focus-within,.fill-color-active-rose-8[data-selected=true],.fill-color-active-rose-8:active{background-color:var(--color-rose-8)}.fill-color-rose-9,.fill-color-hover-rose-9:hover,.fill-color-focus-rose-9[data-focused=true],.fill-color-focus-rose-9:focus,.fill-color-focus-rose-9:focus-within,.fill-color-active-rose-9[data-selected=true],.fill-color-active-rose-9:active{background-color:var(--color-rose-9)}.fill-color-rose-10,.fill-color-hover-rose-10:hover,.fill-color-focus-rose-10[data-focused=true],.fill-color-focus-rose-10:focus,.fill-color-focus-rose-10:focus-within,.fill-color-active-rose-10[data-selected=true],.fill-color-active-rose-10:active{background-color:var(--color-rose-10)}.fill-color-slate-0,.fill-color-hover-slate-0:hover,.fill-color-focus-slate-0[data-focused=true],.fill-color-focus-slate-0:focus,.fill-color-focus-slate-0:focus-within,.fill-color-active-slate-0[data-selected=true],.fill-color-active-slate-0:active{background-color:var(--color-slate-0)}.fill-color-slate-1,.fill-color-hover-slate-1:hover,.fill-color-focus-slate-1[data-focused=true],.fill-color-focus-slate-1:focus,.fill-color-focus-slate-1:focus-within,.fill-color-active-slate-1[data-selected=true],.fill-color-active-slate-1:active{background-color:var(--color-slate-1)}.fill-color-slate-2,.fill-color-hover-slate-2:hover,.fill-color-focus-slate-2[data-focused=true],.fill-color-focus-slate-2:focus,.fill-color-focus-slate-2:focus-within,.fill-color-active-slate-2[data-selected=true],.fill-color-active-slate-2:active{background-color:var(--color-slate-2)}.fill-color-slate-3,.fill-color-hover-slate-3:hover,.fill-color-focus-slate-3[data-focused=true],.fill-color-focus-slate-3:focus,.fill-color-focus-slate-3:focus-within,.fill-color-active-slate-3[data-selected=true],.fill-color-active-slate-3:active{background-color:var(--color-slate-3)}.fill-color-slate-4,.fill-color-hover-slate-4:hover,.fill-color-focus-slate-4[data-focused=true],.fill-color-focus-slate-4:focus,.fill-color-focus-slate-4:focus-within,.fill-color-active-slate-4[data-selected=true],.fill-color-active-slate-4:active{background-color:var(--color-slate-4)}.fill-color-slate-5,.fill-color-hover-slate-5:hover,.fill-color-focus-slate-5[data-focused=true],.fill-color-focus-slate-5:focus,.fill-color-focus-slate-5:focus-within,.fill-color-active-slate-5[data-selected=true],.fill-color-active-slate-5:active{background-color:var(--color-slate-5)}.fill-color-slate-6,.fill-color-hover-slate-6:hover,.fill-color-focus-slate-6[data-focused=true],.fill-color-focus-slate-6:focus,.fill-color-focus-slate-6:focus-within,.fill-color-active-slate-6[data-selected=true],.fill-color-active-slate-6:active{background-color:var(--color-slate-6)}.fill-color-slate-7,.fill-color-hover-slate-7:hover,.fill-color-focus-slate-7[data-focused=true],.fill-color-focus-slate-7:focus,.fill-color-focus-slate-7:focus-within,.fill-color-active-slate-7[data-selected=true],.fill-color-active-slate-7:active{background-color:var(--color-slate-7)}.fill-color-slate-8,.fill-color-hover-slate-8:hover,.fill-color-focus-slate-8[data-focused=true],.fill-color-focus-slate-8:focus,.fill-color-focus-slate-8:focus-within,.fill-color-active-slate-8[data-selected=true],.fill-color-active-slate-8:active{background-color:var(--color-slate-8)}.fill-color-slate-9,.fill-color-hover-slate-9:hover,.fill-color-focus-slate-9[data-focused=true],.fill-color-focus-slate-9:focus,.fill-color-focus-slate-9:focus-within,.fill-color-active-slate-9[data-selected=true],.fill-color-active-slate-9:active{background-color:var(--color-slate-9)}.fill-color-slate-10,.fill-color-hover-slate-10:hover,.fill-color-focus-slate-10[data-focused=true],.fill-color-focus-slate-10:focus,.fill-color-focus-slate-10:focus-within,.fill-color-active-slate-10[data-selected=true],.fill-color-active-slate-10:active{background-color:var(--color-slate-10)}.fill-color-gray-0,.fill-color-hover-gray-0:hover,.fill-color-focus-gray-0[data-focused=true],.fill-color-focus-gray-0:focus,.fill-color-focus-gray-0:focus-within,.fill-color-active-gray-0[data-selected=true],.fill-color-active-gray-0:active{background-color:var(--color-gray-0)}.fill-color-gray-1,.fill-color-hover-gray-1:hover,.fill-color-focus-gray-1[data-focused=true],.fill-color-focus-gray-1:focus,.fill-color-focus-gray-1:focus-within,.fill-color-active-gray-1[data-selected=true],.fill-color-active-gray-1:active{background-color:var(--color-gray-1)}.fill-color-gray-2,.fill-color-hover-gray-2:hover,.fill-color-focus-gray-2[data-focused=true],.fill-color-focus-gray-2:focus,.fill-color-focus-gray-2:focus-within,.fill-color-active-gray-2[data-selected=true],.fill-color-active-gray-2:active{background-color:var(--color-gray-2)}.fill-color-gray-3,.fill-color-hover-gray-3:hover,.fill-color-focus-gray-3[data-focused=true],.fill-color-focus-gray-3:focus,.fill-color-focus-gray-3:focus-within,.fill-color-active-gray-3[data-selected=true],.fill-color-active-gray-3:active{background-color:var(--color-gray-3)}.fill-color-gray-4,.fill-color-hover-gray-4:hover,.fill-color-focus-gray-4[data-focused=true],.fill-color-focus-gray-4:focus,.fill-color-focus-gray-4:focus-within,.fill-color-active-gray-4[data-selected=true],.fill-color-active-gray-4:active{background-color:var(--color-gray-4)}.fill-color-gray-5,.fill-color-hover-gray-5:hover,.fill-color-focus-gray-5[data-focused=true],.fill-color-focus-gray-5:focus,.fill-color-focus-gray-5:focus-within,.fill-color-active-gray-5[data-selected=true],.fill-color-active-gray-5:active{background-color:var(--color-gray-5)}.fill-color-gray-6,.fill-color-hover-gray-6:hover,.fill-color-focus-gray-6[data-focused=true],.fill-color-focus-gray-6:focus,.fill-color-focus-gray-6:focus-within,.fill-color-active-gray-6[data-selected=true],.fill-color-active-gray-6:active{background-color:var(--color-gray-6)}.fill-color-gray-7,.fill-color-hover-gray-7:hover,.fill-color-focus-gray-7[data-focused=true],.fill-color-focus-gray-7:focus,.fill-color-focus-gray-7:focus-within,.fill-color-active-gray-7[data-selected=true],.fill-color-active-gray-7:active{background-color:var(--color-gray-7)}.fill-color-gray-8,.fill-color-hover-gray-8:hover,.fill-color-focus-gray-8[data-focused=true],.fill-color-focus-gray-8:focus,.fill-color-focus-gray-8:focus-within,.fill-color-active-gray-8[data-selected=true],.fill-color-active-gray-8:active{background-color:var(--color-gray-8)}.fill-color-gray-9,.fill-color-hover-gray-9:hover,.fill-color-focus-gray-9[data-focused=true],.fill-color-focus-gray-9:focus,.fill-color-focus-gray-9:focus-within,.fill-color-active-gray-9[data-selected=true],.fill-color-active-gray-9:active{background-color:var(--color-gray-9)}.fill-color-gray-10,.fill-color-hover-gray-10:hover,.fill-color-focus-gray-10[data-focused=true],.fill-color-focus-gray-10:focus,.fill-color-focus-gray-10:focus-within,.fill-color-active-gray-10[data-selected=true],.fill-color-active-gray-10:active{background-color:var(--color-gray-10)}.fill-color-zinc-0,.fill-color-hover-zinc-0:hover,.fill-color-focus-zinc-0[data-focused=true],.fill-color-focus-zinc-0:focus,.fill-color-focus-zinc-0:focus-within,.fill-color-active-zinc-0[data-selected=true],.fill-color-active-zinc-0:active{background-color:var(--color-zinc-0)}.fill-color-zinc-1,.fill-color-hover-zinc-1:hover,.fill-color-focus-zinc-1[data-focused=true],.fill-color-focus-zinc-1:focus,.fill-color-focus-zinc-1:focus-within,.fill-color-active-zinc-1[data-selected=true],.fill-color-active-zinc-1:active{background-color:var(--color-zinc-1)}.fill-color-zinc-2,.fill-color-hover-zinc-2:hover,.fill-color-focus-zinc-2[data-focused=true],.fill-color-focus-zinc-2:focus,.fill-color-focus-zinc-2:focus-within,.fill-color-active-zinc-2[data-selected=true],.fill-color-active-zinc-2:active{background-color:var(--color-zinc-2)}.fill-color-zinc-3,.fill-color-hover-zinc-3:hover,.fill-color-focus-zinc-3[data-focused=true],.fill-color-focus-zinc-3:focus,.fill-color-focus-zinc-3:focus-within,.fill-color-active-zinc-3[data-selected=true],.fill-color-active-zinc-3:active{background-color:var(--color-zinc-3)}.fill-color-zinc-4,.fill-color-hover-zinc-4:hover,.fill-color-focus-zinc-4[data-focused=true],.fill-color-focus-zinc-4:focus,.fill-color-focus-zinc-4:focus-within,.fill-color-active-zinc-4[data-selected=true],.fill-color-active-zinc-4:active{background-color:var(--color-zinc-4)}.fill-color-zinc-5,.fill-color-hover-zinc-5:hover,.fill-color-focus-zinc-5[data-focused=true],.fill-color-focus-zinc-5:focus,.fill-color-focus-zinc-5:focus-within,.fill-color-active-zinc-5[data-selected=true],.fill-color-active-zinc-5:active{background-color:var(--color-zinc-5)}.fill-color-zinc-6,.fill-color-hover-zinc-6:hover,.fill-color-focus-zinc-6[data-focused=true],.fill-color-focus-zinc-6:focus,.fill-color-focus-zinc-6:focus-within,.fill-color-active-zinc-6[data-selected=true],.fill-color-active-zinc-6:active{background-color:var(--color-zinc-6)}.fill-color-zinc-7,.fill-color-hover-zinc-7:hover,.fill-color-focus-zinc-7[data-focused=true],.fill-color-focus-zinc-7:focus,.fill-color-focus-zinc-7:focus-within,.fill-color-active-zinc-7[data-selected=true],.fill-color-active-zinc-7:active{background-color:var(--color-zinc-7)}.fill-color-zinc-8,.fill-color-hover-zinc-8:hover,.fill-color-focus-zinc-8[data-focused=true],.fill-color-focus-zinc-8:focus,.fill-color-focus-zinc-8:focus-within,.fill-color-active-zinc-8[data-selected=true],.fill-color-active-zinc-8:active{background-color:var(--color-zinc-8)}.fill-color-zinc-9,.fill-color-hover-zinc-9:hover,.fill-color-focus-zinc-9[data-focused=true],.fill-color-focus-zinc-9:focus,.fill-color-focus-zinc-9:focus-within,.fill-color-active-zinc-9[data-selected=true],.fill-color-active-zinc-9:active{background-color:var(--color-zinc-9)}.fill-color-zinc-10,.fill-color-hover-zinc-10:hover,.fill-color-focus-zinc-10[data-focused=true],.fill-color-focus-zinc-10:focus,.fill-color-focus-zinc-10:focus-within,.fill-color-active-zinc-10[data-selected=true],.fill-color-active-zinc-10:active{background-color:var(--color-zinc-10)}.fill-color-neutral-0,.fill-color-hover-neutral-0:hover,.fill-color-focus-neutral-0[data-focused=true],.fill-color-focus-neutral-0:focus,.fill-color-focus-neutral-0:focus-within,.fill-color-active-neutral-0[data-selected=true],.fill-color-active-neutral-0:active{background-color:var(--color-neutral-0)}.fill-color-neutral-1,.fill-color-hover-neutral-1:hover,.fill-color-focus-neutral-1[data-focused=true],.fill-color-focus-neutral-1:focus,.fill-color-focus-neutral-1:focus-within,.fill-color-active-neutral-1[data-selected=true],.fill-color-active-neutral-1:active{background-color:var(--color-neutral-1)}.fill-color-neutral-2,.fill-color-hover-neutral-2:hover,.fill-color-focus-neutral-2[data-focused=true],.fill-color-focus-neutral-2:focus,.fill-color-focus-neutral-2:focus-within,.fill-color-active-neutral-2[data-selected=true],.fill-color-active-neutral-2:active{background-color:var(--color-neutral-2)}.fill-color-neutral-3,.fill-color-hover-neutral-3:hover,.fill-color-focus-neutral-3[data-focused=true],.fill-color-focus-neutral-3:focus,.fill-color-focus-neutral-3:focus-within,.fill-color-active-neutral-3[data-selected=true],.fill-color-active-neutral-3:active{background-color:var(--color-neutral-3)}.fill-color-neutral-4,.fill-color-hover-neutral-4:hover,.fill-color-focus-neutral-4[data-focused=true],.fill-color-focus-neutral-4:focus,.fill-color-focus-neutral-4:focus-within,.fill-color-active-neutral-4[data-selected=true],.fill-color-active-neutral-4:active{background-color:var(--color-neutral-4)}.fill-color-neutral-5,.fill-color-hover-neutral-5:hover,.fill-color-focus-neutral-5[data-focused=true],.fill-color-focus-neutral-5:focus,.fill-color-focus-neutral-5:focus-within,.fill-color-active-neutral-5[data-selected=true],.fill-color-active-neutral-5:active{background-color:var(--color-neutral-5)}.fill-color-neutral-6,.fill-color-hover-neutral-6:hover,.fill-color-focus-neutral-6[data-focused=true],.fill-color-focus-neutral-6:focus,.fill-color-focus-neutral-6:focus-within,.fill-color-active-neutral-6[data-selected=true],.fill-color-active-neutral-6:active{background-color:var(--color-neutral-6)}.fill-color-neutral-7,.fill-color-hover-neutral-7:hover,.fill-color-focus-neutral-7[data-focused=true],.fill-color-focus-neutral-7:focus,.fill-color-focus-neutral-7:focus-within,.fill-color-active-neutral-7[data-selected=true],.fill-color-active-neutral-7:active{background-color:var(--color-neutral-7)}.fill-color-neutral-8,.fill-color-hover-neutral-8:hover,.fill-color-focus-neutral-8[data-focused=true],.fill-color-focus-neutral-8:focus,.fill-color-focus-neutral-8:focus-within,.fill-color-active-neutral-8[data-selected=true],.fill-color-active-neutral-8:active{background-color:var(--color-neutral-8)}.fill-color-neutral-9,.fill-color-hover-neutral-9:hover,.fill-color-focus-neutral-9[data-focused=true],.fill-color-focus-neutral-9:focus,.fill-color-focus-neutral-9:focus-within,.fill-color-active-neutral-9[data-selected=true],.fill-color-active-neutral-9:active{background-color:var(--color-neutral-9)}.fill-color-neutral-10,.fill-color-hover-neutral-10:hover,.fill-color-focus-neutral-10[data-focused=true],.fill-color-focus-neutral-10:focus,.fill-color-focus-neutral-10:focus-within,.fill-color-active-neutral-10[data-selected=true],.fill-color-active-neutral-10:active{background-color:var(--color-neutral-10)}.fill-color-stone-0,.fill-color-hover-stone-0:hover,.fill-color-focus-stone-0[data-focused=true],.fill-color-focus-stone-0:focus,.fill-color-focus-stone-0:focus-within,.fill-color-active-stone-0[data-selected=true],.fill-color-active-stone-0:active{background-color:var(--color-stone-0)}.fill-color-stone-1,.fill-color-hover-stone-1:hover,.fill-color-focus-stone-1[data-focused=true],.fill-color-focus-stone-1:focus,.fill-color-focus-stone-1:focus-within,.fill-color-active-stone-1[data-selected=true],.fill-color-active-stone-1:active{background-color:var(--color-stone-1)}.fill-color-stone-2,.fill-color-hover-stone-2:hover,.fill-color-focus-stone-2[data-focused=true],.fill-color-focus-stone-2:focus,.fill-color-focus-stone-2:focus-within,.fill-color-active-stone-2[data-selected=true],.fill-color-active-stone-2:active{background-color:var(--color-stone-2)}.fill-color-stone-3,.fill-color-hover-stone-3:hover,.fill-color-focus-stone-3[data-focused=true],.fill-color-focus-stone-3:focus,.fill-color-focus-stone-3:focus-within,.fill-color-active-stone-3[data-selected=true],.fill-color-active-stone-3:active{background-color:var(--color-stone-3)}.fill-color-stone-4,.fill-color-hover-stone-4:hover,.fill-color-focus-stone-4[data-focused=true],.fill-color-focus-stone-4:focus,.fill-color-focus-stone-4:focus-within,.fill-color-active-stone-4[data-selected=true],.fill-color-active-stone-4:active{background-color:var(--color-stone-4)}.fill-color-stone-5,.fill-color-hover-stone-5:hover,.fill-color-focus-stone-5[data-focused=true],.fill-color-focus-stone-5:focus,.fill-color-focus-stone-5:focus-within,.fill-color-active-stone-5[data-selected=true],.fill-color-active-stone-5:active{background-color:var(--color-stone-5)}.fill-color-stone-6,.fill-color-hover-stone-6:hover,.fill-color-focus-stone-6[data-focused=true],.fill-color-focus-stone-6:focus,.fill-color-focus-stone-6:focus-within,.fill-color-active-stone-6[data-selected=true],.fill-color-active-stone-6:active{background-color:var(--color-stone-6)}.fill-color-stone-7,.fill-color-hover-stone-7:hover,.fill-color-focus-stone-7[data-focused=true],.fill-color-focus-stone-7:focus,.fill-color-focus-stone-7:focus-within,.fill-color-active-stone-7[data-selected=true],.fill-color-active-stone-7:active{background-color:var(--color-stone-7)}.fill-color-stone-8,.fill-color-hover-stone-8:hover,.fill-color-focus-stone-8[data-focused=true],.fill-color-focus-stone-8:focus,.fill-color-focus-stone-8:focus-within,.fill-color-active-stone-8[data-selected=true],.fill-color-active-stone-8:active{background-color:var(--color-stone-8)}.fill-color-stone-9,.fill-color-hover-stone-9:hover,.fill-color-focus-stone-9[data-focused=true],.fill-color-focus-stone-9:focus,.fill-color-focus-stone-9:focus-within,.fill-color-active-stone-9[data-selected=true],.fill-color-active-stone-9:active{background-color:var(--color-stone-9)}.fill-color-stone-10,.fill-color-hover-stone-10:hover,.fill-color-focus-stone-10[data-focused=true],.fill-color-focus-stone-10:focus,.fill-color-focus-stone-10:focus-within,.fill-color-active-stone-10[data-selected=true],.fill-color-active-stone-10:active{background-color:var(--color-stone-10)}.outline-color-inherit,.outline-color-hover-inherit:hover,.outline-color-focus-inherit[data-focused=true],.outline-color-focus-inherit:focus,.outline-color-focus-inherit:focus-within,.outline-color-active-inherit[data-selected=true],.outline-color-active-active:active{outline-color:inherit}.outline-color-red,.outline-color-hover-red:hover,.outline-color-focus-red[data-focused=true],.outline-color-focus-red:focus,.outline-color-focus-red:focus-within,.outline-color-active-red[data-selected=true],.outline-color-active-red:active{outline-color:var(--color-red)}.outline-color-red-light,.outline-color-hover-red-light:hover,.outline-color-focus-red-light[data-focused=true],.outline-color-focus-red-light:focus,.outline-color-focus-red-light:focus-within,.outline-color-active-red-light[data-selected=true],.outline-color-active-red-light:active{outline-color:var(--color-red-light)}.outline-color-red-dark,.outline-color-hover-red-dark:hover,.outline-color-focus-red-dark[data-focused=true],.outline-color-focus-red-dark:focus,.outline-color-focus-red-dark:focus-within,.outline-color-active-red-dark[data-selected=true],.outline-color-active-red-dark:active{outline-color:var(--color-red-dark)}.outline-color-red-themed,.outline-color-hover-red-themed:hover,.outline-color-focus-red-themed[data-focused=true],.outline-color-focus-red-themed:focus,.outline-color-focus-red-themed:focus-within,.outline-color-active-red-themed[data-selected=true],.outline-color-active-red-themed:active{outline-color:var(--color-red-themed)}.outline-color-orange,.outline-color-hover-orange:hover,.outline-color-focus-orange[data-focused=true],.outline-color-focus-orange:focus,.outline-color-focus-orange:focus-within,.outline-color-active-orange[data-selected=true],.outline-color-active-orange:active{outline-color:var(--color-orange)}.outline-color-orange-light,.outline-color-hover-orange-light:hover,.outline-color-focus-orange-light[data-focused=true],.outline-color-focus-orange-light:focus,.outline-color-focus-orange-light:focus-within,.outline-color-active-orange-light[data-selected=true],.outline-color-active-orange-light:active{outline-color:var(--color-orange-light)}.outline-color-orange-dark,.outline-color-hover-orange-dark:hover,.outline-color-focus-orange-dark[data-focused=true],.outline-color-focus-orange-dark:focus,.outline-color-focus-orange-dark:focus-within,.outline-color-active-orange-dark[data-selected=true],.outline-color-active-orange-dark:active{outline-color:var(--color-orange-dark)}.outline-color-orange-themed,.outline-color-hover-orange-themed:hover,.outline-color-focus-orange-themed[data-focused=true],.outline-color-focus-orange-themed:focus,.outline-color-focus-orange-themed:focus-within,.outline-color-active-orange-themed[data-selected=true],.outline-color-active-orange-themed:active{outline-color:var(--color-orange-themed)}.outline-color-amber,.outline-color-hover-amber:hover,.outline-color-focus-amber[data-focused=true],.outline-color-focus-amber:focus,.outline-color-focus-amber:focus-within,.outline-color-active-amber[data-selected=true],.outline-color-active-amber:active{outline-color:var(--color-amber)}.outline-color-amber-light,.outline-color-hover-amber-light:hover,.outline-color-focus-amber-light[data-focused=true],.outline-color-focus-amber-light:focus,.outline-color-focus-amber-light:focus-within,.outline-color-active-amber-light[data-selected=true],.outline-color-active-amber-light:active{outline-color:var(--color-amber-light)}.outline-color-amber-dark,.outline-color-hover-amber-dark:hover,.outline-color-focus-amber-dark[data-focused=true],.outline-color-focus-amber-dark:focus,.outline-color-focus-amber-dark:focus-within,.outline-color-active-amber-dark[data-selected=true],.outline-color-active-amber-dark:active{outline-color:var(--color-amber-dark)}.outline-color-amber-themed,.outline-color-hover-amber-themed:hover,.outline-color-focus-amber-themed[data-focused=true],.outline-color-focus-amber-themed:focus,.outline-color-focus-amber-themed:focus-within,.outline-color-active-amber-themed[data-selected=true],.outline-color-active-amber-themed:active{outline-color:var(--color-amber-themed)}.outline-color-yellow,.outline-color-hover-yellow:hover,.outline-color-focus-yellow[data-focused=true],.outline-color-focus-yellow:focus,.outline-color-focus-yellow:focus-within,.outline-color-active-yellow[data-selected=true],.outline-color-active-yellow:active{outline-color:var(--color-yellow)}.outline-color-yellow-light,.outline-color-hover-yellow-light:hover,.outline-color-focus-yellow-light[data-focused=true],.outline-color-focus-yellow-light:focus,.outline-color-focus-yellow-light:focus-within,.outline-color-active-yellow-light[data-selected=true],.outline-color-active-yellow-light:active{outline-color:var(--color-yellow-light)}.outline-color-yellow-dark,.outline-color-hover-yellow-dark:hover,.outline-color-focus-yellow-dark[data-focused=true],.outline-color-focus-yellow-dark:focus,.outline-color-focus-yellow-dark:focus-within,.outline-color-active-yellow-dark[data-selected=true],.outline-color-active-yellow-dark:active{outline-color:var(--color-yellow-dark)}.outline-color-yellow-themed,.outline-color-hover-yellow-themed:hover,.outline-color-focus-yellow-themed[data-focused=true],.outline-color-focus-yellow-themed:focus,.outline-color-focus-yellow-themed:focus-within,.outline-color-active-yellow-themed[data-selected=true],.outline-color-active-yellow-themed:active{outline-color:var(--color-yellow-themed)}.outline-color-lime,.outline-color-hover-lime:hover,.outline-color-focus-lime[data-focused=true],.outline-color-focus-lime:focus,.outline-color-focus-lime:focus-within,.outline-color-active-lime[data-selected=true],.outline-color-active-lime:active{outline-color:var(--color-lime)}.outline-color-lime-light,.outline-color-hover-lime-light:hover,.outline-color-focus-lime-light[data-focused=true],.outline-color-focus-lime-light:focus,.outline-color-focus-lime-light:focus-within,.outline-color-active-lime-light[data-selected=true],.outline-color-active-lime-light:active{outline-color:var(--color-lime-light)}.outline-color-lime-dark,.outline-color-hover-lime-dark:hover,.outline-color-focus-lime-dark[data-focused=true],.outline-color-focus-lime-dark:focus,.outline-color-focus-lime-dark:focus-within,.outline-color-active-lime-dark[data-selected=true],.outline-color-active-lime-dark:active{outline-color:var(--color-lime-dark)}.outline-color-lime-themed,.outline-color-hover-lime-themed:hover,.outline-color-focus-lime-themed[data-focused=true],.outline-color-focus-lime-themed:focus,.outline-color-focus-lime-themed:focus-within,.outline-color-active-lime-themed[data-selected=true],.outline-color-active-lime-themed:active{outline-color:var(--color-lime-themed)}.outline-color-green,.outline-color-hover-green:hover,.outline-color-focus-green[data-focused=true],.outline-color-focus-green:focus,.outline-color-focus-green:focus-within,.outline-color-active-green[data-selected=true],.outline-color-active-green:active{outline-color:var(--color-green)}.outline-color-green-light,.outline-color-hover-green-light:hover,.outline-color-focus-green-light[data-focused=true],.outline-color-focus-green-light:focus,.outline-color-focus-green-light:focus-within,.outline-color-active-green-light[data-selected=true],.outline-color-active-green-light:active{outline-color:var(--color-green-light)}.outline-color-green-dark,.outline-color-hover-green-dark:hover,.outline-color-focus-green-dark[data-focused=true],.outline-color-focus-green-dark:focus,.outline-color-focus-green-dark:focus-within,.outline-color-active-green-dark[data-selected=true],.outline-color-active-green-dark:active{outline-color:var(--color-green-dark)}.outline-color-green-themed,.outline-color-hover-green-themed:hover,.outline-color-focus-green-themed[data-focused=true],.outline-color-focus-green-themed:focus,.outline-color-focus-green-themed:focus-within,.outline-color-active-green-themed[data-selected=true],.outline-color-active-green-themed:active{outline-color:var(--color-green-themed)}.outline-color-emerald,.outline-color-hover-emerald:hover,.outline-color-focus-emerald[data-focused=true],.outline-color-focus-emerald:focus,.outline-color-focus-emerald:focus-within,.outline-color-active-emerald[data-selected=true],.outline-color-active-emerald:active{outline-color:var(--color-emerald)}.outline-color-emerald-light,.outline-color-hover-emerald-light:hover,.outline-color-focus-emerald-light[data-focused=true],.outline-color-focus-emerald-light:focus,.outline-color-focus-emerald-light:focus-within,.outline-color-active-emerald-light[data-selected=true],.outline-color-active-emerald-light:active{outline-color:var(--color-emerald-light)}.outline-color-emerald-dark,.outline-color-hover-emerald-dark:hover,.outline-color-focus-emerald-dark[data-focused=true],.outline-color-focus-emerald-dark:focus,.outline-color-focus-emerald-dark:focus-within,.outline-color-active-emerald-dark[data-selected=true],.outline-color-active-emerald-dark:active{outline-color:var(--color-emerald-dark)}.outline-color-emerald-themed,.outline-color-hover-emerald-themed:hover,.outline-color-focus-emerald-themed[data-focused=true],.outline-color-focus-emerald-themed:focus,.outline-color-focus-emerald-themed:focus-within,.outline-color-active-emerald-themed[data-selected=true],.outline-color-active-emerald-themed:active{outline-color:var(--color-emerald-themed)}.outline-color-teal,.outline-color-hover-teal:hover,.outline-color-focus-teal[data-focused=true],.outline-color-focus-teal:focus,.outline-color-focus-teal:focus-within,.outline-color-active-teal[data-selected=true],.outline-color-active-teal:active{outline-color:var(--color-teal)}.outline-color-teal-light,.outline-color-hover-teal-light:hover,.outline-color-focus-teal-light[data-focused=true],.outline-color-focus-teal-light:focus,.outline-color-focus-teal-light:focus-within,.outline-color-active-teal-light[data-selected=true],.outline-color-active-teal-light:active{outline-color:var(--color-teal-light)}.outline-color-teal-dark,.outline-color-hover-teal-dark:hover,.outline-color-focus-teal-dark[data-focused=true],.outline-color-focus-teal-dark:focus,.outline-color-focus-teal-dark:focus-within,.outline-color-active-teal-dark[data-selected=true],.outline-color-active-teal-dark:active{outline-color:var(--color-teal-dark)}.outline-color-teal-themed,.outline-color-hover-teal-themed:hover,.outline-color-focus-teal-themed[data-focused=true],.outline-color-focus-teal-themed:focus,.outline-color-focus-teal-themed:focus-within,.outline-color-active-teal-themed[data-selected=true],.outline-color-active-teal-themed:active{outline-color:var(--color-teal-themed)}.outline-color-cyan,.outline-color-hover-cyan:hover,.outline-color-focus-cyan[data-focused=true],.outline-color-focus-cyan:focus,.outline-color-focus-cyan:focus-within,.outline-color-active-cyan[data-selected=true],.outline-color-active-cyan:active{outline-color:var(--color-cyan)}.outline-color-cyan-light,.outline-color-hover-cyan-light:hover,.outline-color-focus-cyan-light[data-focused=true],.outline-color-focus-cyan-light:focus,.outline-color-focus-cyan-light:focus-within,.outline-color-active-cyan-light[data-selected=true],.outline-color-active-cyan-light:active{outline-color:var(--color-cyan-light)}.outline-color-cyan-dark,.outline-color-hover-cyan-dark:hover,.outline-color-focus-cyan-dark[data-focused=true],.outline-color-focus-cyan-dark:focus,.outline-color-focus-cyan-dark:focus-within,.outline-color-active-cyan-dark[data-selected=true],.outline-color-active-cyan-dark:active{outline-color:var(--color-cyan-dark)}.outline-color-cyan-themed,.outline-color-hover-cyan-themed:hover,.outline-color-focus-cyan-themed[data-focused=true],.outline-color-focus-cyan-themed:focus,.outline-color-focus-cyan-themed:focus-within,.outline-color-active-cyan-themed[data-selected=true],.outline-color-active-cyan-themed:active{outline-color:var(--color-cyan-themed)}.outline-color-sky,.outline-color-hover-sky:hover,.outline-color-focus-sky[data-focused=true],.outline-color-focus-sky:focus,.outline-color-focus-sky:focus-within,.outline-color-active-sky[data-selected=true],.outline-color-active-sky:active{outline-color:var(--color-sky)}.outline-color-sky-light,.outline-color-hover-sky-light:hover,.outline-color-focus-sky-light[data-focused=true],.outline-color-focus-sky-light:focus,.outline-color-focus-sky-light:focus-within,.outline-color-active-sky-light[data-selected=true],.outline-color-active-sky-light:active{outline-color:var(--color-sky-light)}.outline-color-sky-dark,.outline-color-hover-sky-dark:hover,.outline-color-focus-sky-dark[data-focused=true],.outline-color-focus-sky-dark:focus,.outline-color-focus-sky-dark:focus-within,.outline-color-active-sky-dark[data-selected=true],.outline-color-active-sky-dark:active{outline-color:var(--color-sky-dark)}.outline-color-sky-themed,.outline-color-hover-sky-themed:hover,.outline-color-focus-sky-themed[data-focused=true],.outline-color-focus-sky-themed:focus,.outline-color-focus-sky-themed:focus-within,.outline-color-active-sky-themed[data-selected=true],.outline-color-active-sky-themed:active{outline-color:var(--color-sky-themed)}.outline-color-blue,.outline-color-hover-blue:hover,.outline-color-focus-blue[data-focused=true],.outline-color-focus-blue:focus,.outline-color-focus-blue:focus-within,.outline-color-active-blue[data-selected=true],.outline-color-active-blue:active{outline-color:var(--color-blue)}.outline-color-blue-light,.outline-color-hover-blue-light:hover,.outline-color-focus-blue-light[data-focused=true],.outline-color-focus-blue-light:focus,.outline-color-focus-blue-light:focus-within,.outline-color-active-blue-light[data-selected=true],.outline-color-active-blue-light:active{outline-color:var(--color-blue-light)}.outline-color-blue-dark,.outline-color-hover-blue-dark:hover,.outline-color-focus-blue-dark[data-focused=true],.outline-color-focus-blue-dark:focus,.outline-color-focus-blue-dark:focus-within,.outline-color-active-blue-dark[data-selected=true],.outline-color-active-blue-dark:active{outline-color:var(--color-blue-dark)}.outline-color-blue-themed,.outline-color-hover-blue-themed:hover,.outline-color-focus-blue-themed[data-focused=true],.outline-color-focus-blue-themed:focus,.outline-color-focus-blue-themed:focus-within,.outline-color-active-blue-themed[data-selected=true],.outline-color-active-blue-themed:active{outline-color:var(--color-blue-themed)}.outline-color-indigo,.outline-color-hover-indigo:hover,.outline-color-focus-indigo[data-focused=true],.outline-color-focus-indigo:focus,.outline-color-focus-indigo:focus-within,.outline-color-active-indigo[data-selected=true],.outline-color-active-indigo:active{outline-color:var(--color-indigo)}.outline-color-indigo-light,.outline-color-hover-indigo-light:hover,.outline-color-focus-indigo-light[data-focused=true],.outline-color-focus-indigo-light:focus,.outline-color-focus-indigo-light:focus-within,.outline-color-active-indigo-light[data-selected=true],.outline-color-active-indigo-light:active{outline-color:var(--color-indigo-light)}.outline-color-indigo-dark,.outline-color-hover-indigo-dark:hover,.outline-color-focus-indigo-dark[data-focused=true],.outline-color-focus-indigo-dark:focus,.outline-color-focus-indigo-dark:focus-within,.outline-color-active-indigo-dark[data-selected=true],.outline-color-active-indigo-dark:active{outline-color:var(--color-indigo-dark)}.outline-color-indigo-themed,.outline-color-hover-indigo-themed:hover,.outline-color-focus-indigo-themed[data-focused=true],.outline-color-focus-indigo-themed:focus,.outline-color-focus-indigo-themed:focus-within,.outline-color-active-indigo-themed[data-selected=true],.outline-color-active-indigo-themed:active{outline-color:var(--color-indigo-themed)}.outline-color-violet,.outline-color-hover-violet:hover,.outline-color-focus-violet[data-focused=true],.outline-color-focus-violet:focus,.outline-color-focus-violet:focus-within,.outline-color-active-violet[data-selected=true],.outline-color-active-violet:active{outline-color:var(--color-violet)}.outline-color-violet-light,.outline-color-hover-violet-light:hover,.outline-color-focus-violet-light[data-focused=true],.outline-color-focus-violet-light:focus,.outline-color-focus-violet-light:focus-within,.outline-color-active-violet-light[data-selected=true],.outline-color-active-violet-light:active{outline-color:var(--color-violet-light)}.outline-color-violet-dark,.outline-color-hover-violet-dark:hover,.outline-color-focus-violet-dark[data-focused=true],.outline-color-focus-violet-dark:focus,.outline-color-focus-violet-dark:focus-within,.outline-color-active-violet-dark[data-selected=true],.outline-color-active-violet-dark:active{outline-color:var(--color-violet-dark)}.outline-color-violet-themed,.outline-color-hover-violet-themed:hover,.outline-color-focus-violet-themed[data-focused=true],.outline-color-focus-violet-themed:focus,.outline-color-focus-violet-themed:focus-within,.outline-color-active-violet-themed[data-selected=true],.outline-color-active-violet-themed:active{outline-color:var(--color-violet-themed)}.outline-color-purple,.outline-color-hover-purple:hover,.outline-color-focus-purple[data-focused=true],.outline-color-focus-purple:focus,.outline-color-focus-purple:focus-within,.outline-color-active-purple[data-selected=true],.outline-color-active-purple:active{outline-color:var(--color-purple)}.outline-color-purple-light,.outline-color-hover-purple-light:hover,.outline-color-focus-purple-light[data-focused=true],.outline-color-focus-purple-light:focus,.outline-color-focus-purple-light:focus-within,.outline-color-active-purple-light[data-selected=true],.outline-color-active-purple-light:active{outline-color:var(--color-purple-light)}.outline-color-purple-dark,.outline-color-hover-purple-dark:hover,.outline-color-focus-purple-dark[data-focused=true],.outline-color-focus-purple-dark:focus,.outline-color-focus-purple-dark:focus-within,.outline-color-active-purple-dark[data-selected=true],.outline-color-active-purple-dark:active{outline-color:var(--color-purple-dark)}.outline-color-purple-themed,.outline-color-hover-purple-themed:hover,.outline-color-focus-purple-themed[data-focused=true],.outline-color-focus-purple-themed:focus,.outline-color-focus-purple-themed:focus-within,.outline-color-active-purple-themed[data-selected=true],.outline-color-active-purple-themed:active{outline-color:var(--color-purple-themed)}.outline-color-fuchsia,.outline-color-hover-fuchsia:hover,.outline-color-focus-fuchsia[data-focused=true],.outline-color-focus-fuchsia:focus,.outline-color-focus-fuchsia:focus-within,.outline-color-active-fuchsia[data-selected=true],.outline-color-active-fuchsia:active{outline-color:var(--color-fuchsia)}.outline-color-fuchsia-light,.outline-color-hover-fuchsia-light:hover,.outline-color-focus-fuchsia-light[data-focused=true],.outline-color-focus-fuchsia-light:focus,.outline-color-focus-fuchsia-light:focus-within,.outline-color-active-fuchsia-light[data-selected=true],.outline-color-active-fuchsia-light:active{outline-color:var(--color-fuchsia-light)}.outline-color-fuchsia-dark,.outline-color-hover-fuchsia-dark:hover,.outline-color-focus-fuchsia-dark[data-focused=true],.outline-color-focus-fuchsia-dark:focus,.outline-color-focus-fuchsia-dark:focus-within,.outline-color-active-fuchsia-dark[data-selected=true],.outline-color-active-fuchsia-dark:active{outline-color:var(--color-fuchsia-dark)}.outline-color-fuchsia-themed,.outline-color-hover-fuchsia-themed:hover,.outline-color-focus-fuchsia-themed[data-focused=true],.outline-color-focus-fuchsia-themed:focus,.outline-color-focus-fuchsia-themed:focus-within,.outline-color-active-fuchsia-themed[data-selected=true],.outline-color-active-fuchsia-themed:active{outline-color:var(--color-fuchsia-themed)}.outline-color-pink,.outline-color-hover-pink:hover,.outline-color-focus-pink[data-focused=true],.outline-color-focus-pink:focus,.outline-color-focus-pink:focus-within,.outline-color-active-pink[data-selected=true],.outline-color-active-pink:active{outline-color:var(--color-pink)}.outline-color-pink-light,.outline-color-hover-pink-light:hover,.outline-color-focus-pink-light[data-focused=true],.outline-color-focus-pink-light:focus,.outline-color-focus-pink-light:focus-within,.outline-color-active-pink-light[data-selected=true],.outline-color-active-pink-light:active{outline-color:var(--color-pink-light)}.outline-color-pink-dark,.outline-color-hover-pink-dark:hover,.outline-color-focus-pink-dark[data-focused=true],.outline-color-focus-pink-dark:focus,.outline-color-focus-pink-dark:focus-within,.outline-color-active-pink-dark[data-selected=true],.outline-color-active-pink-dark:active{outline-color:var(--color-pink-dark)}.outline-color-pink-themed,.outline-color-hover-pink-themed:hover,.outline-color-focus-pink-themed[data-focused=true],.outline-color-focus-pink-themed:focus,.outline-color-focus-pink-themed:focus-within,.outline-color-active-pink-themed[data-selected=true],.outline-color-active-pink-themed:active{outline-color:var(--color-pink-themed)}.outline-color-rose,.outline-color-hover-rose:hover,.outline-color-focus-rose[data-focused=true],.outline-color-focus-rose:focus,.outline-color-focus-rose:focus-within,.outline-color-active-rose[data-selected=true],.outline-color-active-rose:active{outline-color:var(--color-rose)}.outline-color-rose-light,.outline-color-hover-rose-light:hover,.outline-color-focus-rose-light[data-focused=true],.outline-color-focus-rose-light:focus,.outline-color-focus-rose-light:focus-within,.outline-color-active-rose-light[data-selected=true],.outline-color-active-rose-light:active{outline-color:var(--color-rose-light)}.outline-color-rose-dark,.outline-color-hover-rose-dark:hover,.outline-color-focus-rose-dark[data-focused=true],.outline-color-focus-rose-dark:focus,.outline-color-focus-rose-dark:focus-within,.outline-color-active-rose-dark[data-selected=true],.outline-color-active-rose-dark:active{outline-color:var(--color-rose-dark)}.outline-color-rose-themed,.outline-color-hover-rose-themed:hover,.outline-color-focus-rose-themed[data-focused=true],.outline-color-focus-rose-themed:focus,.outline-color-focus-rose-themed:focus-within,.outline-color-active-rose-themed[data-selected=true],.outline-color-active-rose-themed:active{outline-color:var(--color-rose-themed)}.outline-color-slate,.outline-color-hover-slate:hover,.outline-color-focus-slate[data-focused=true],.outline-color-focus-slate:focus,.outline-color-focus-slate:focus-within,.outline-color-active-slate[data-selected=true],.outline-color-active-slate:active{outline-color:var(--color-slate)}.outline-color-slate-light,.outline-color-hover-slate-light:hover,.outline-color-focus-slate-light[data-focused=true],.outline-color-focus-slate-light:focus,.outline-color-focus-slate-light:focus-within,.outline-color-active-slate-light[data-selected=true],.outline-color-active-slate-light:active{outline-color:var(--color-slate-light)}.outline-color-slate-dark,.outline-color-hover-slate-dark:hover,.outline-color-focus-slate-dark[data-focused=true],.outline-color-focus-slate-dark:focus,.outline-color-focus-slate-dark:focus-within,.outline-color-active-slate-dark[data-selected=true],.outline-color-active-slate-dark:active{outline-color:var(--color-slate-dark)}.outline-color-slate-themed,.outline-color-hover-slate-themed:hover,.outline-color-focus-slate-themed[data-focused=true],.outline-color-focus-slate-themed:focus,.outline-color-focus-slate-themed:focus-within,.outline-color-active-slate-themed[data-selected=true],.outline-color-active-slate-themed:active{outline-color:var(--color-slate-themed)}.outline-color-gray,.outline-color-hover-gray:hover,.outline-color-focus-gray[data-focused=true],.outline-color-focus-gray:focus,.outline-color-focus-gray:focus-within,.outline-color-active-gray[data-selected=true],.outline-color-active-gray:active{outline-color:var(--color-gray)}.outline-color-gray-light,.outline-color-hover-gray-light:hover,.outline-color-focus-gray-light[data-focused=true],.outline-color-focus-gray-light:focus,.outline-color-focus-gray-light:focus-within,.outline-color-active-gray-light[data-selected=true],.outline-color-active-gray-light:active{outline-color:var(--color-gray-light)}.outline-color-gray-dark,.outline-color-hover-gray-dark:hover,.outline-color-focus-gray-dark[data-focused=true],.outline-color-focus-gray-dark:focus,.outline-color-focus-gray-dark:focus-within,.outline-color-active-gray-dark[data-selected=true],.outline-color-active-gray-dark:active{outline-color:var(--color-gray-dark)}.outline-color-gray-themed,.outline-color-hover-gray-themed:hover,.outline-color-focus-gray-themed[data-focused=true],.outline-color-focus-gray-themed:focus,.outline-color-focus-gray-themed:focus-within,.outline-color-active-gray-themed[data-selected=true],.outline-color-active-gray-themed:active{outline-color:var(--color-gray-themed)}.outline-color-zinc,.outline-color-hover-zinc:hover,.outline-color-focus-zinc[data-focused=true],.outline-color-focus-zinc:focus,.outline-color-focus-zinc:focus-within,.outline-color-active-zinc[data-selected=true],.outline-color-active-zinc:active{outline-color:var(--color-zinc)}.outline-color-zinc-light,.outline-color-hover-zinc-light:hover,.outline-color-focus-zinc-light[data-focused=true],.outline-color-focus-zinc-light:focus,.outline-color-focus-zinc-light:focus-within,.outline-color-active-zinc-light[data-selected=true],.outline-color-active-zinc-light:active{outline-color:var(--color-zinc-light)}.outline-color-zinc-dark,.outline-color-hover-zinc-dark:hover,.outline-color-focus-zinc-dark[data-focused=true],.outline-color-focus-zinc-dark:focus,.outline-color-focus-zinc-dark:focus-within,.outline-color-active-zinc-dark[data-selected=true],.outline-color-active-zinc-dark:active{outline-color:var(--color-zinc-dark)}.outline-color-zinc-themed,.outline-color-hover-zinc-themed:hover,.outline-color-focus-zinc-themed[data-focused=true],.outline-color-focus-zinc-themed:focus,.outline-color-focus-zinc-themed:focus-within,.outline-color-active-zinc-themed[data-selected=true],.outline-color-active-zinc-themed:active{outline-color:var(--color-zinc-themed)}.outline-color-neutral,.outline-color-hover-neutral:hover,.outline-color-focus-neutral[data-focused=true],.outline-color-focus-neutral:focus,.outline-color-focus-neutral:focus-within,.outline-color-active-neutral[data-selected=true],.outline-color-active-neutral:active{outline-color:var(--color-neutral)}.outline-color-neutral-light,.outline-color-hover-neutral-light:hover,.outline-color-focus-neutral-light[data-focused=true],.outline-color-focus-neutral-light:focus,.outline-color-focus-neutral-light:focus-within,.outline-color-active-neutral-light[data-selected=true],.outline-color-active-neutral-light:active{outline-color:var(--color-neutral-light)}.outline-color-neutral-dark,.outline-color-hover-neutral-dark:hover,.outline-color-focus-neutral-dark[data-focused=true],.outline-color-focus-neutral-dark:focus,.outline-color-focus-neutral-dark:focus-within,.outline-color-active-neutral-dark[data-selected=true],.outline-color-active-neutral-dark:active{outline-color:var(--color-neutral-dark)}.outline-color-neutral-themed,.outline-color-hover-neutral-themed:hover,.outline-color-focus-neutral-themed[data-focused=true],.outline-color-focus-neutral-themed:focus,.outline-color-focus-neutral-themed:focus-within,.outline-color-active-neutral-themed[data-selected=true],.outline-color-active-neutral-themed:active{outline-color:var(--color-neutral-themed)}.outline-color-stone,.outline-color-hover-stone:hover,.outline-color-focus-stone[data-focused=true],.outline-color-focus-stone:focus,.outline-color-focus-stone:focus-within,.outline-color-active-stone[data-selected=true],.outline-color-active-stone:active{outline-color:var(--color-stone)}.outline-color-stone-light,.outline-color-hover-stone-light:hover,.outline-color-focus-stone-light[data-focused=true],.outline-color-focus-stone-light:focus,.outline-color-focus-stone-light:focus-within,.outline-color-active-stone-light[data-selected=true],.outline-color-active-stone-light:active{outline-color:var(--color-stone-light)}.outline-color-stone-dark,.outline-color-hover-stone-dark:hover,.outline-color-focus-stone-dark[data-focused=true],.outline-color-focus-stone-dark:focus,.outline-color-focus-stone-dark:focus-within,.outline-color-active-stone-dark[data-selected=true],.outline-color-active-stone-dark:active{outline-color:var(--color-stone-dark)}.outline-color-stone-themed,.outline-color-hover-stone-themed:hover,.outline-color-focus-stone-themed[data-focused=true],.outline-color-focus-stone-themed:focus,.outline-color-focus-stone-themed:focus-within,.outline-color-active-stone-themed[data-selected=true],.outline-color-active-stone-themed:active{outline-color:var(--color-stone-themed)}.outline-color-white,.outline-color-hover-white:hover,.outline-color-focus-white[data-focused=true],.outline-color-focus-white:focus,.outline-color-focus-white:focus-within,.outline-color-active-white[data-selected=true],.outline-color-active-white:active{outline-color:var(--color-white)}.outline-color-black,.outline-color-hover-black:hover,.outline-color-focus-black[data-focused=true],.outline-color-focus-black:focus,.outline-color-focus-black:focus-within,.outline-color-active-black[data-selected=true],.outline-color-active-black:active{outline-color:var(--color-black)}.outline-color-transparent,.outline-color-hover-transparent:hover,.outline-color-focus-transparent[data-focused=true],.outline-color-focus-transparent:focus,.outline-color-focus-transparent:focus-within,.outline-color-active-transparent[data-selected=true],.outline-color-active-transparent:active{outline-color:var(--color-transparent)}.outline-color-red-0,.outline-color-hover-red-0:hover,.outline-color-focus-red-0[data-focused=true],.outline-color-focus-red-0:focus,.outline-color-focus-red-0:focus-within,.outline-color-active-red-0[data-selected=true],.outline-color-active-red-0:active{outline-color:var(--color-red-0)}.outline-color-red-1,.outline-color-hover-red-1:hover,.outline-color-focus-red-1[data-focused=true],.outline-color-focus-red-1:focus,.outline-color-focus-red-1:focus-within,.outline-color-active-red-1[data-selected=true],.outline-color-active-red-1:active{outline-color:var(--color-red-1)}.outline-color-red-2,.outline-color-hover-red-2:hover,.outline-color-focus-red-2[data-focused=true],.outline-color-focus-red-2:focus,.outline-color-focus-red-2:focus-within,.outline-color-active-red-2[data-selected=true],.outline-color-active-red-2:active{outline-color:var(--color-red-2)}.outline-color-red-3,.outline-color-hover-red-3:hover,.outline-color-focus-red-3[data-focused=true],.outline-color-focus-red-3:focus,.outline-color-focus-red-3:focus-within,.outline-color-active-red-3[data-selected=true],.outline-color-active-red-3:active{outline-color:var(--color-red-3)}.outline-color-red-4,.outline-color-hover-red-4:hover,.outline-color-focus-red-4[data-focused=true],.outline-color-focus-red-4:focus,.outline-color-focus-red-4:focus-within,.outline-color-active-red-4[data-selected=true],.outline-color-active-red-4:active{outline-color:var(--color-red-4)}.outline-color-red-5,.outline-color-hover-red-5:hover,.outline-color-focus-red-5[data-focused=true],.outline-color-focus-red-5:focus,.outline-color-focus-red-5:focus-within,.outline-color-active-red-5[data-selected=true],.outline-color-active-red-5:active{outline-color:var(--color-red-5)}.outline-color-red-6,.outline-color-hover-red-6:hover,.outline-color-focus-red-6[data-focused=true],.outline-color-focus-red-6:focus,.outline-color-focus-red-6:focus-within,.outline-color-active-red-6[data-selected=true],.outline-color-active-red-6:active{outline-color:var(--color-red-6)}.outline-color-red-7,.outline-color-hover-red-7:hover,.outline-color-focus-red-7[data-focused=true],.outline-color-focus-red-7:focus,.outline-color-focus-red-7:focus-within,.outline-color-active-red-7[data-selected=true],.outline-color-active-red-7:active{outline-color:var(--color-red-7)}.outline-color-red-8,.outline-color-hover-red-8:hover,.outline-color-focus-red-8[data-focused=true],.outline-color-focus-red-8:focus,.outline-color-focus-red-8:focus-within,.outline-color-active-red-8[data-selected=true],.outline-color-active-red-8:active{outline-color:var(--color-red-8)}.outline-color-red-9,.outline-color-hover-red-9:hover,.outline-color-focus-red-9[data-focused=true],.outline-color-focus-red-9:focus,.outline-color-focus-red-9:focus-within,.outline-color-active-red-9[data-selected=true],.outline-color-active-red-9:active{outline-color:var(--color-red-9)}.outline-color-red-10,.outline-color-hover-red-10:hover,.outline-color-focus-red-10[data-focused=true],.outline-color-focus-red-10:focus,.outline-color-focus-red-10:focus-within,.outline-color-active-red-10[data-selected=true],.outline-color-active-red-10:active{outline-color:var(--color-red-10)}.outline-color-orange-0,.outline-color-hover-orange-0:hover,.outline-color-focus-orange-0[data-focused=true],.outline-color-focus-orange-0:focus,.outline-color-focus-orange-0:focus-within,.outline-color-active-orange-0[data-selected=true],.outline-color-active-orange-0:active{outline-color:var(--color-orange-0)}.outline-color-orange-1,.outline-color-hover-orange-1:hover,.outline-color-focus-orange-1[data-focused=true],.outline-color-focus-orange-1:focus,.outline-color-focus-orange-1:focus-within,.outline-color-active-orange-1[data-selected=true],.outline-color-active-orange-1:active{outline-color:var(--color-orange-1)}.outline-color-orange-2,.outline-color-hover-orange-2:hover,.outline-color-focus-orange-2[data-focused=true],.outline-color-focus-orange-2:focus,.outline-color-focus-orange-2:focus-within,.outline-color-active-orange-2[data-selected=true],.outline-color-active-orange-2:active{outline-color:var(--color-orange-2)}.outline-color-orange-3,.outline-color-hover-orange-3:hover,.outline-color-focus-orange-3[data-focused=true],.outline-color-focus-orange-3:focus,.outline-color-focus-orange-3:focus-within,.outline-color-active-orange-3[data-selected=true],.outline-color-active-orange-3:active{outline-color:var(--color-orange-3)}.outline-color-orange-4,.outline-color-hover-orange-4:hover,.outline-color-focus-orange-4[data-focused=true],.outline-color-focus-orange-4:focus,.outline-color-focus-orange-4:focus-within,.outline-color-active-orange-4[data-selected=true],.outline-color-active-orange-4:active{outline-color:var(--color-orange-4)}.outline-color-orange-5,.outline-color-hover-orange-5:hover,.outline-color-focus-orange-5[data-focused=true],.outline-color-focus-orange-5:focus,.outline-color-focus-orange-5:focus-within,.outline-color-active-orange-5[data-selected=true],.outline-color-active-orange-5:active{outline-color:var(--color-orange-5)}.outline-color-orange-6,.outline-color-hover-orange-6:hover,.outline-color-focus-orange-6[data-focused=true],.outline-color-focus-orange-6:focus,.outline-color-focus-orange-6:focus-within,.outline-color-active-orange-6[data-selected=true],.outline-color-active-orange-6:active{outline-color:var(--color-orange-6)}.outline-color-orange-7,.outline-color-hover-orange-7:hover,.outline-color-focus-orange-7[data-focused=true],.outline-color-focus-orange-7:focus,.outline-color-focus-orange-7:focus-within,.outline-color-active-orange-7[data-selected=true],.outline-color-active-orange-7:active{outline-color:var(--color-orange-7)}.outline-color-orange-8,.outline-color-hover-orange-8:hover,.outline-color-focus-orange-8[data-focused=true],.outline-color-focus-orange-8:focus,.outline-color-focus-orange-8:focus-within,.outline-color-active-orange-8[data-selected=true],.outline-color-active-orange-8:active{outline-color:var(--color-orange-8)}.outline-color-orange-9,.outline-color-hover-orange-9:hover,.outline-color-focus-orange-9[data-focused=true],.outline-color-focus-orange-9:focus,.outline-color-focus-orange-9:focus-within,.outline-color-active-orange-9[data-selected=true],.outline-color-active-orange-9:active{outline-color:var(--color-orange-9)}.outline-color-orange-10,.outline-color-hover-orange-10:hover,.outline-color-focus-orange-10[data-focused=true],.outline-color-focus-orange-10:focus,.outline-color-focus-orange-10:focus-within,.outline-color-active-orange-10[data-selected=true],.outline-color-active-orange-10:active{outline-color:var(--color-orange-10)}.outline-color-amber-0,.outline-color-hover-amber-0:hover,.outline-color-focus-amber-0[data-focused=true],.outline-color-focus-amber-0:focus,.outline-color-focus-amber-0:focus-within,.outline-color-active-amber-0[data-selected=true],.outline-color-active-amber-0:active{outline-color:var(--color-amber-0)}.outline-color-amber-1,.outline-color-hover-amber-1:hover,.outline-color-focus-amber-1[data-focused=true],.outline-color-focus-amber-1:focus,.outline-color-focus-amber-1:focus-within,.outline-color-active-amber-1[data-selected=true],.outline-color-active-amber-1:active{outline-color:var(--color-amber-1)}.outline-color-amber-2,.outline-color-hover-amber-2:hover,.outline-color-focus-amber-2[data-focused=true],.outline-color-focus-amber-2:focus,.outline-color-focus-amber-2:focus-within,.outline-color-active-amber-2[data-selected=true],.outline-color-active-amber-2:active{outline-color:var(--color-amber-2)}.outline-color-amber-3,.outline-color-hover-amber-3:hover,.outline-color-focus-amber-3[data-focused=true],.outline-color-focus-amber-3:focus,.outline-color-focus-amber-3:focus-within,.outline-color-active-amber-3[data-selected=true],.outline-color-active-amber-3:active{outline-color:var(--color-amber-3)}.outline-color-amber-4,.outline-color-hover-amber-4:hover,.outline-color-focus-amber-4[data-focused=true],.outline-color-focus-amber-4:focus,.outline-color-focus-amber-4:focus-within,.outline-color-active-amber-4[data-selected=true],.outline-color-active-amber-4:active{outline-color:var(--color-amber-4)}.outline-color-amber-5,.outline-color-hover-amber-5:hover,.outline-color-focus-amber-5[data-focused=true],.outline-color-focus-amber-5:focus,.outline-color-focus-amber-5:focus-within,.outline-color-active-amber-5[data-selected=true],.outline-color-active-amber-5:active{outline-color:var(--color-amber-5)}.outline-color-amber-6,.outline-color-hover-amber-6:hover,.outline-color-focus-amber-6[data-focused=true],.outline-color-focus-amber-6:focus,.outline-color-focus-amber-6:focus-within,.outline-color-active-amber-6[data-selected=true],.outline-color-active-amber-6:active{outline-color:var(--color-amber-6)}.outline-color-amber-7,.outline-color-hover-amber-7:hover,.outline-color-focus-amber-7[data-focused=true],.outline-color-focus-amber-7:focus,.outline-color-focus-amber-7:focus-within,.outline-color-active-amber-7[data-selected=true],.outline-color-active-amber-7:active{outline-color:var(--color-amber-7)}.outline-color-amber-8,.outline-color-hover-amber-8:hover,.outline-color-focus-amber-8[data-focused=true],.outline-color-focus-amber-8:focus,.outline-color-focus-amber-8:focus-within,.outline-color-active-amber-8[data-selected=true],.outline-color-active-amber-8:active{outline-color:var(--color-amber-8)}.outline-color-amber-9,.outline-color-hover-amber-9:hover,.outline-color-focus-amber-9[data-focused=true],.outline-color-focus-amber-9:focus,.outline-color-focus-amber-9:focus-within,.outline-color-active-amber-9[data-selected=true],.outline-color-active-amber-9:active{outline-color:var(--color-amber-9)}.outline-color-amber-10,.outline-color-hover-amber-10:hover,.outline-color-focus-amber-10[data-focused=true],.outline-color-focus-amber-10:focus,.outline-color-focus-amber-10:focus-within,.outline-color-active-amber-10[data-selected=true],.outline-color-active-amber-10:active{outline-color:var(--color-amber-10)}.outline-color-yellow-0,.outline-color-hover-yellow-0:hover,.outline-color-focus-yellow-0[data-focused=true],.outline-color-focus-yellow-0:focus,.outline-color-focus-yellow-0:focus-within,.outline-color-active-yellow-0[data-selected=true],.outline-color-active-yellow-0:active{outline-color:var(--color-yellow-0)}.outline-color-yellow-1,.outline-color-hover-yellow-1:hover,.outline-color-focus-yellow-1[data-focused=true],.outline-color-focus-yellow-1:focus,.outline-color-focus-yellow-1:focus-within,.outline-color-active-yellow-1[data-selected=true],.outline-color-active-yellow-1:active{outline-color:var(--color-yellow-1)}.outline-color-yellow-2,.outline-color-hover-yellow-2:hover,.outline-color-focus-yellow-2[data-focused=true],.outline-color-focus-yellow-2:focus,.outline-color-focus-yellow-2:focus-within,.outline-color-active-yellow-2[data-selected=true],.outline-color-active-yellow-2:active{outline-color:var(--color-yellow-2)}.outline-color-yellow-3,.outline-color-hover-yellow-3:hover,.outline-color-focus-yellow-3[data-focused=true],.outline-color-focus-yellow-3:focus,.outline-color-focus-yellow-3:focus-within,.outline-color-active-yellow-3[data-selected=true],.outline-color-active-yellow-3:active{outline-color:var(--color-yellow-3)}.outline-color-yellow-4,.outline-color-hover-yellow-4:hover,.outline-color-focus-yellow-4[data-focused=true],.outline-color-focus-yellow-4:focus,.outline-color-focus-yellow-4:focus-within,.outline-color-active-yellow-4[data-selected=true],.outline-color-active-yellow-4:active{outline-color:var(--color-yellow-4)}.outline-color-yellow-5,.outline-color-hover-yellow-5:hover,.outline-color-focus-yellow-5[data-focused=true],.outline-color-focus-yellow-5:focus,.outline-color-focus-yellow-5:focus-within,.outline-color-active-yellow-5[data-selected=true],.outline-color-active-yellow-5:active{outline-color:var(--color-yellow-5)}.outline-color-yellow-6,.outline-color-hover-yellow-6:hover,.outline-color-focus-yellow-6[data-focused=true],.outline-color-focus-yellow-6:focus,.outline-color-focus-yellow-6:focus-within,.outline-color-active-yellow-6[data-selected=true],.outline-color-active-yellow-6:active{outline-color:var(--color-yellow-6)}.outline-color-yellow-7,.outline-color-hover-yellow-7:hover,.outline-color-focus-yellow-7[data-focused=true],.outline-color-focus-yellow-7:focus,.outline-color-focus-yellow-7:focus-within,.outline-color-active-yellow-7[data-selected=true],.outline-color-active-yellow-7:active{outline-color:var(--color-yellow-7)}.outline-color-yellow-8,.outline-color-hover-yellow-8:hover,.outline-color-focus-yellow-8[data-focused=true],.outline-color-focus-yellow-8:focus,.outline-color-focus-yellow-8:focus-within,.outline-color-active-yellow-8[data-selected=true],.outline-color-active-yellow-8:active{outline-color:var(--color-yellow-8)}.outline-color-yellow-9,.outline-color-hover-yellow-9:hover,.outline-color-focus-yellow-9[data-focused=true],.outline-color-focus-yellow-9:focus,.outline-color-focus-yellow-9:focus-within,.outline-color-active-yellow-9[data-selected=true],.outline-color-active-yellow-9:active{outline-color:var(--color-yellow-9)}.outline-color-yellow-10,.outline-color-hover-yellow-10:hover,.outline-color-focus-yellow-10[data-focused=true],.outline-color-focus-yellow-10:focus,.outline-color-focus-yellow-10:focus-within,.outline-color-active-yellow-10[data-selected=true],.outline-color-active-yellow-10:active{outline-color:var(--color-yellow-10)}.outline-color-lime-0,.outline-color-hover-lime-0:hover,.outline-color-focus-lime-0[data-focused=true],.outline-color-focus-lime-0:focus,.outline-color-focus-lime-0:focus-within,.outline-color-active-lime-0[data-selected=true],.outline-color-active-lime-0:active{outline-color:var(--color-lime-0)}.outline-color-lime-1,.outline-color-hover-lime-1:hover,.outline-color-focus-lime-1[data-focused=true],.outline-color-focus-lime-1:focus,.outline-color-focus-lime-1:focus-within,.outline-color-active-lime-1[data-selected=true],.outline-color-active-lime-1:active{outline-color:var(--color-lime-1)}.outline-color-lime-2,.outline-color-hover-lime-2:hover,.outline-color-focus-lime-2[data-focused=true],.outline-color-focus-lime-2:focus,.outline-color-focus-lime-2:focus-within,.outline-color-active-lime-2[data-selected=true],.outline-color-active-lime-2:active{outline-color:var(--color-lime-2)}.outline-color-lime-3,.outline-color-hover-lime-3:hover,.outline-color-focus-lime-3[data-focused=true],.outline-color-focus-lime-3:focus,.outline-color-focus-lime-3:focus-within,.outline-color-active-lime-3[data-selected=true],.outline-color-active-lime-3:active{outline-color:var(--color-lime-3)}.outline-color-lime-4,.outline-color-hover-lime-4:hover,.outline-color-focus-lime-4[data-focused=true],.outline-color-focus-lime-4:focus,.outline-color-focus-lime-4:focus-within,.outline-color-active-lime-4[data-selected=true],.outline-color-active-lime-4:active{outline-color:var(--color-lime-4)}.outline-color-lime-5,.outline-color-hover-lime-5:hover,.outline-color-focus-lime-5[data-focused=true],.outline-color-focus-lime-5:focus,.outline-color-focus-lime-5:focus-within,.outline-color-active-lime-5[data-selected=true],.outline-color-active-lime-5:active{outline-color:var(--color-lime-5)}.outline-color-lime-6,.outline-color-hover-lime-6:hover,.outline-color-focus-lime-6[data-focused=true],.outline-color-focus-lime-6:focus,.outline-color-focus-lime-6:focus-within,.outline-color-active-lime-6[data-selected=true],.outline-color-active-lime-6:active{outline-color:var(--color-lime-6)}.outline-color-lime-7,.outline-color-hover-lime-7:hover,.outline-color-focus-lime-7[data-focused=true],.outline-color-focus-lime-7:focus,.outline-color-focus-lime-7:focus-within,.outline-color-active-lime-7[data-selected=true],.outline-color-active-lime-7:active{outline-color:var(--color-lime-7)}.outline-color-lime-8,.outline-color-hover-lime-8:hover,.outline-color-focus-lime-8[data-focused=true],.outline-color-focus-lime-8:focus,.outline-color-focus-lime-8:focus-within,.outline-color-active-lime-8[data-selected=true],.outline-color-active-lime-8:active{outline-color:var(--color-lime-8)}.outline-color-lime-9,.outline-color-hover-lime-9:hover,.outline-color-focus-lime-9[data-focused=true],.outline-color-focus-lime-9:focus,.outline-color-focus-lime-9:focus-within,.outline-color-active-lime-9[data-selected=true],.outline-color-active-lime-9:active{outline-color:var(--color-lime-9)}.outline-color-lime-10,.outline-color-hover-lime-10:hover,.outline-color-focus-lime-10[data-focused=true],.outline-color-focus-lime-10:focus,.outline-color-focus-lime-10:focus-within,.outline-color-active-lime-10[data-selected=true],.outline-color-active-lime-10:active{outline-color:var(--color-lime-10)}.outline-color-green-0,.outline-color-hover-green-0:hover,.outline-color-focus-green-0[data-focused=true],.outline-color-focus-green-0:focus,.outline-color-focus-green-0:focus-within,.outline-color-active-green-0[data-selected=true],.outline-color-active-green-0:active{outline-color:var(--color-green-0)}.outline-color-green-1,.outline-color-hover-green-1:hover,.outline-color-focus-green-1[data-focused=true],.outline-color-focus-green-1:focus,.outline-color-focus-green-1:focus-within,.outline-color-active-green-1[data-selected=true],.outline-color-active-green-1:active{outline-color:var(--color-green-1)}.outline-color-green-2,.outline-color-hover-green-2:hover,.outline-color-focus-green-2[data-focused=true],.outline-color-focus-green-2:focus,.outline-color-focus-green-2:focus-within,.outline-color-active-green-2[data-selected=true],.outline-color-active-green-2:active{outline-color:var(--color-green-2)}.outline-color-green-3,.outline-color-hover-green-3:hover,.outline-color-focus-green-3[data-focused=true],.outline-color-focus-green-3:focus,.outline-color-focus-green-3:focus-within,.outline-color-active-green-3[data-selected=true],.outline-color-active-green-3:active{outline-color:var(--color-green-3)}.outline-color-green-4,.outline-color-hover-green-4:hover,.outline-color-focus-green-4[data-focused=true],.outline-color-focus-green-4:focus,.outline-color-focus-green-4:focus-within,.outline-color-active-green-4[data-selected=true],.outline-color-active-green-4:active{outline-color:var(--color-green-4)}.outline-color-green-5,.outline-color-hover-green-5:hover,.outline-color-focus-green-5[data-focused=true],.outline-color-focus-green-5:focus,.outline-color-focus-green-5:focus-within,.outline-color-active-green-5[data-selected=true],.outline-color-active-green-5:active{outline-color:var(--color-green-5)}.outline-color-green-6,.outline-color-hover-green-6:hover,.outline-color-focus-green-6[data-focused=true],.outline-color-focus-green-6:focus,.outline-color-focus-green-6:focus-within,.outline-color-active-green-6[data-selected=true],.outline-color-active-green-6:active{outline-color:var(--color-green-6)}.outline-color-green-7,.outline-color-hover-green-7:hover,.outline-color-focus-green-7[data-focused=true],.outline-color-focus-green-7:focus,.outline-color-focus-green-7:focus-within,.outline-color-active-green-7[data-selected=true],.outline-color-active-green-7:active{outline-color:var(--color-green-7)}.outline-color-green-8,.outline-color-hover-green-8:hover,.outline-color-focus-green-8[data-focused=true],.outline-color-focus-green-8:focus,.outline-color-focus-green-8:focus-within,.outline-color-active-green-8[data-selected=true],.outline-color-active-green-8:active{outline-color:var(--color-green-8)}.outline-color-green-9,.outline-color-hover-green-9:hover,.outline-color-focus-green-9[data-focused=true],.outline-color-focus-green-9:focus,.outline-color-focus-green-9:focus-within,.outline-color-active-green-9[data-selected=true],.outline-color-active-green-9:active{outline-color:var(--color-green-9)}.outline-color-green-10,.outline-color-hover-green-10:hover,.outline-color-focus-green-10[data-focused=true],.outline-color-focus-green-10:focus,.outline-color-focus-green-10:focus-within,.outline-color-active-green-10[data-selected=true],.outline-color-active-green-10:active{outline-color:var(--color-green-10)}.outline-color-emerald-0,.outline-color-hover-emerald-0:hover,.outline-color-focus-emerald-0[data-focused=true],.outline-color-focus-emerald-0:focus,.outline-color-focus-emerald-0:focus-within,.outline-color-active-emerald-0[data-selected=true],.outline-color-active-emerald-0:active{outline-color:var(--color-emerald-0)}.outline-color-emerald-1,.outline-color-hover-emerald-1:hover,.outline-color-focus-emerald-1[data-focused=true],.outline-color-focus-emerald-1:focus,.outline-color-focus-emerald-1:focus-within,.outline-color-active-emerald-1[data-selected=true],.outline-color-active-emerald-1:active{outline-color:var(--color-emerald-1)}.outline-color-emerald-2,.outline-color-hover-emerald-2:hover,.outline-color-focus-emerald-2[data-focused=true],.outline-color-focus-emerald-2:focus,.outline-color-focus-emerald-2:focus-within,.outline-color-active-emerald-2[data-selected=true],.outline-color-active-emerald-2:active{outline-color:var(--color-emerald-2)}.outline-color-emerald-3,.outline-color-hover-emerald-3:hover,.outline-color-focus-emerald-3[data-focused=true],.outline-color-focus-emerald-3:focus,.outline-color-focus-emerald-3:focus-within,.outline-color-active-emerald-3[data-selected=true],.outline-color-active-emerald-3:active{outline-color:var(--color-emerald-3)}.outline-color-emerald-4,.outline-color-hover-emerald-4:hover,.outline-color-focus-emerald-4[data-focused=true],.outline-color-focus-emerald-4:focus,.outline-color-focus-emerald-4:focus-within,.outline-color-active-emerald-4[data-selected=true],.outline-color-active-emerald-4:active{outline-color:var(--color-emerald-4)}.outline-color-emerald-5,.outline-color-hover-emerald-5:hover,.outline-color-focus-emerald-5[data-focused=true],.outline-color-focus-emerald-5:focus,.outline-color-focus-emerald-5:focus-within,.outline-color-active-emerald-5[data-selected=true],.outline-color-active-emerald-5:active{outline-color:var(--color-emerald-5)}.outline-color-emerald-6,.outline-color-hover-emerald-6:hover,.outline-color-focus-emerald-6[data-focused=true],.outline-color-focus-emerald-6:focus,.outline-color-focus-emerald-6:focus-within,.outline-color-active-emerald-6[data-selected=true],.outline-color-active-emerald-6:active{outline-color:var(--color-emerald-6)}.outline-color-emerald-7,.outline-color-hover-emerald-7:hover,.outline-color-focus-emerald-7[data-focused=true],.outline-color-focus-emerald-7:focus,.outline-color-focus-emerald-7:focus-within,.outline-color-active-emerald-7[data-selected=true],.outline-color-active-emerald-7:active{outline-color:var(--color-emerald-7)}.outline-color-emerald-8,.outline-color-hover-emerald-8:hover,.outline-color-focus-emerald-8[data-focused=true],.outline-color-focus-emerald-8:focus,.outline-color-focus-emerald-8:focus-within,.outline-color-active-emerald-8[data-selected=true],.outline-color-active-emerald-8:active{outline-color:var(--color-emerald-8)}.outline-color-emerald-9,.outline-color-hover-emerald-9:hover,.outline-color-focus-emerald-9[data-focused=true],.outline-color-focus-emerald-9:focus,.outline-color-focus-emerald-9:focus-within,.outline-color-active-emerald-9[data-selected=true],.outline-color-active-emerald-9:active{outline-color:var(--color-emerald-9)}.outline-color-emerald-10,.outline-color-hover-emerald-10:hover,.outline-color-focus-emerald-10[data-focused=true],.outline-color-focus-emerald-10:focus,.outline-color-focus-emerald-10:focus-within,.outline-color-active-emerald-10[data-selected=true],.outline-color-active-emerald-10:active{outline-color:var(--color-emerald-10)}.outline-color-teal-0,.outline-color-hover-teal-0:hover,.outline-color-focus-teal-0[data-focused=true],.outline-color-focus-teal-0:focus,.outline-color-focus-teal-0:focus-within,.outline-color-active-teal-0[data-selected=true],.outline-color-active-teal-0:active{outline-color:var(--color-teal-0)}.outline-color-teal-1,.outline-color-hover-teal-1:hover,.outline-color-focus-teal-1[data-focused=true],.outline-color-focus-teal-1:focus,.outline-color-focus-teal-1:focus-within,.outline-color-active-teal-1[data-selected=true],.outline-color-active-teal-1:active{outline-color:var(--color-teal-1)}.outline-color-teal-2,.outline-color-hover-teal-2:hover,.outline-color-focus-teal-2[data-focused=true],.outline-color-focus-teal-2:focus,.outline-color-focus-teal-2:focus-within,.outline-color-active-teal-2[data-selected=true],.outline-color-active-teal-2:active{outline-color:var(--color-teal-2)}.outline-color-teal-3,.outline-color-hover-teal-3:hover,.outline-color-focus-teal-3[data-focused=true],.outline-color-focus-teal-3:focus,.outline-color-focus-teal-3:focus-within,.outline-color-active-teal-3[data-selected=true],.outline-color-active-teal-3:active{outline-color:var(--color-teal-3)}.outline-color-teal-4,.outline-color-hover-teal-4:hover,.outline-color-focus-teal-4[data-focused=true],.outline-color-focus-teal-4:focus,.outline-color-focus-teal-4:focus-within,.outline-color-active-teal-4[data-selected=true],.outline-color-active-teal-4:active{outline-color:var(--color-teal-4)}.outline-color-teal-5,.outline-color-hover-teal-5:hover,.outline-color-focus-teal-5[data-focused=true],.outline-color-focus-teal-5:focus,.outline-color-focus-teal-5:focus-within,.outline-color-active-teal-5[data-selected=true],.outline-color-active-teal-5:active{outline-color:var(--color-teal-5)}.outline-color-teal-6,.outline-color-hover-teal-6:hover,.outline-color-focus-teal-6[data-focused=true],.outline-color-focus-teal-6:focus,.outline-color-focus-teal-6:focus-within,.outline-color-active-teal-6[data-selected=true],.outline-color-active-teal-6:active{outline-color:var(--color-teal-6)}.outline-color-teal-7,.outline-color-hover-teal-7:hover,.outline-color-focus-teal-7[data-focused=true],.outline-color-focus-teal-7:focus,.outline-color-focus-teal-7:focus-within,.outline-color-active-teal-7[data-selected=true],.outline-color-active-teal-7:active{outline-color:var(--color-teal-7)}.outline-color-teal-8,.outline-color-hover-teal-8:hover,.outline-color-focus-teal-8[data-focused=true],.outline-color-focus-teal-8:focus,.outline-color-focus-teal-8:focus-within,.outline-color-active-teal-8[data-selected=true],.outline-color-active-teal-8:active{outline-color:var(--color-teal-8)}.outline-color-teal-9,.outline-color-hover-teal-9:hover,.outline-color-focus-teal-9[data-focused=true],.outline-color-focus-teal-9:focus,.outline-color-focus-teal-9:focus-within,.outline-color-active-teal-9[data-selected=true],.outline-color-active-teal-9:active{outline-color:var(--color-teal-9)}.outline-color-teal-10,.outline-color-hover-teal-10:hover,.outline-color-focus-teal-10[data-focused=true],.outline-color-focus-teal-10:focus,.outline-color-focus-teal-10:focus-within,.outline-color-active-teal-10[data-selected=true],.outline-color-active-teal-10:active{outline-color:var(--color-teal-10)}.outline-color-cyan-0,.outline-color-hover-cyan-0:hover,.outline-color-focus-cyan-0[data-focused=true],.outline-color-focus-cyan-0:focus,.outline-color-focus-cyan-0:focus-within,.outline-color-active-cyan-0[data-selected=true],.outline-color-active-cyan-0:active{outline-color:var(--color-cyan-0)}.outline-color-cyan-1,.outline-color-hover-cyan-1:hover,.outline-color-focus-cyan-1[data-focused=true],.outline-color-focus-cyan-1:focus,.outline-color-focus-cyan-1:focus-within,.outline-color-active-cyan-1[data-selected=true],.outline-color-active-cyan-1:active{outline-color:var(--color-cyan-1)}.outline-color-cyan-2,.outline-color-hover-cyan-2:hover,.outline-color-focus-cyan-2[data-focused=true],.outline-color-focus-cyan-2:focus,.outline-color-focus-cyan-2:focus-within,.outline-color-active-cyan-2[data-selected=true],.outline-color-active-cyan-2:active{outline-color:var(--color-cyan-2)}.outline-color-cyan-3,.outline-color-hover-cyan-3:hover,.outline-color-focus-cyan-3[data-focused=true],.outline-color-focus-cyan-3:focus,.outline-color-focus-cyan-3:focus-within,.outline-color-active-cyan-3[data-selected=true],.outline-color-active-cyan-3:active{outline-color:var(--color-cyan-3)}.outline-color-cyan-4,.outline-color-hover-cyan-4:hover,.outline-color-focus-cyan-4[data-focused=true],.outline-color-focus-cyan-4:focus,.outline-color-focus-cyan-4:focus-within,.outline-color-active-cyan-4[data-selected=true],.outline-color-active-cyan-4:active{outline-color:var(--color-cyan-4)}.outline-color-cyan-5,.outline-color-hover-cyan-5:hover,.outline-color-focus-cyan-5[data-focused=true],.outline-color-focus-cyan-5:focus,.outline-color-focus-cyan-5:focus-within,.outline-color-active-cyan-5[data-selected=true],.outline-color-active-cyan-5:active{outline-color:var(--color-cyan-5)}.outline-color-cyan-6,.outline-color-hover-cyan-6:hover,.outline-color-focus-cyan-6[data-focused=true],.outline-color-focus-cyan-6:focus,.outline-color-focus-cyan-6:focus-within,.outline-color-active-cyan-6[data-selected=true],.outline-color-active-cyan-6:active{outline-color:var(--color-cyan-6)}.outline-color-cyan-7,.outline-color-hover-cyan-7:hover,.outline-color-focus-cyan-7[data-focused=true],.outline-color-focus-cyan-7:focus,.outline-color-focus-cyan-7:focus-within,.outline-color-active-cyan-7[data-selected=true],.outline-color-active-cyan-7:active{outline-color:var(--color-cyan-7)}.outline-color-cyan-8,.outline-color-hover-cyan-8:hover,.outline-color-focus-cyan-8[data-focused=true],.outline-color-focus-cyan-8:focus,.outline-color-focus-cyan-8:focus-within,.outline-color-active-cyan-8[data-selected=true],.outline-color-active-cyan-8:active{outline-color:var(--color-cyan-8)}.outline-color-cyan-9,.outline-color-hover-cyan-9:hover,.outline-color-focus-cyan-9[data-focused=true],.outline-color-focus-cyan-9:focus,.outline-color-focus-cyan-9:focus-within,.outline-color-active-cyan-9[data-selected=true],.outline-color-active-cyan-9:active{outline-color:var(--color-cyan-9)}.outline-color-cyan-10,.outline-color-hover-cyan-10:hover,.outline-color-focus-cyan-10[data-focused=true],.outline-color-focus-cyan-10:focus,.outline-color-focus-cyan-10:focus-within,.outline-color-active-cyan-10[data-selected=true],.outline-color-active-cyan-10:active{outline-color:var(--color-cyan-10)}.outline-color-sky-0,.outline-color-hover-sky-0:hover,.outline-color-focus-sky-0[data-focused=true],.outline-color-focus-sky-0:focus,.outline-color-focus-sky-0:focus-within,.outline-color-active-sky-0[data-selected=true],.outline-color-active-sky-0:active{outline-color:var(--color-sky-0)}.outline-color-sky-1,.outline-color-hover-sky-1:hover,.outline-color-focus-sky-1[data-focused=true],.outline-color-focus-sky-1:focus,.outline-color-focus-sky-1:focus-within,.outline-color-active-sky-1[data-selected=true],.outline-color-active-sky-1:active{outline-color:var(--color-sky-1)}.outline-color-sky-2,.outline-color-hover-sky-2:hover,.outline-color-focus-sky-2[data-focused=true],.outline-color-focus-sky-2:focus,.outline-color-focus-sky-2:focus-within,.outline-color-active-sky-2[data-selected=true],.outline-color-active-sky-2:active{outline-color:var(--color-sky-2)}.outline-color-sky-3,.outline-color-hover-sky-3:hover,.outline-color-focus-sky-3[data-focused=true],.outline-color-focus-sky-3:focus,.outline-color-focus-sky-3:focus-within,.outline-color-active-sky-3[data-selected=true],.outline-color-active-sky-3:active{outline-color:var(--color-sky-3)}.outline-color-sky-4,.outline-color-hover-sky-4:hover,.outline-color-focus-sky-4[data-focused=true],.outline-color-focus-sky-4:focus,.outline-color-focus-sky-4:focus-within,.outline-color-active-sky-4[data-selected=true],.outline-color-active-sky-4:active{outline-color:var(--color-sky-4)}.outline-color-sky-5,.outline-color-hover-sky-5:hover,.outline-color-focus-sky-5[data-focused=true],.outline-color-focus-sky-5:focus,.outline-color-focus-sky-5:focus-within,.outline-color-active-sky-5[data-selected=true],.outline-color-active-sky-5:active{outline-color:var(--color-sky-5)}.outline-color-sky-6,.outline-color-hover-sky-6:hover,.outline-color-focus-sky-6[data-focused=true],.outline-color-focus-sky-6:focus,.outline-color-focus-sky-6:focus-within,.outline-color-active-sky-6[data-selected=true],.outline-color-active-sky-6:active{outline-color:var(--color-sky-6)}.outline-color-sky-7,.outline-color-hover-sky-7:hover,.outline-color-focus-sky-7[data-focused=true],.outline-color-focus-sky-7:focus,.outline-color-focus-sky-7:focus-within,.outline-color-active-sky-7[data-selected=true],.outline-color-active-sky-7:active{outline-color:var(--color-sky-7)}.outline-color-sky-8,.outline-color-hover-sky-8:hover,.outline-color-focus-sky-8[data-focused=true],.outline-color-focus-sky-8:focus,.outline-color-focus-sky-8:focus-within,.outline-color-active-sky-8[data-selected=true],.outline-color-active-sky-8:active{outline-color:var(--color-sky-8)}.outline-color-sky-9,.outline-color-hover-sky-9:hover,.outline-color-focus-sky-9[data-focused=true],.outline-color-focus-sky-9:focus,.outline-color-focus-sky-9:focus-within,.outline-color-active-sky-9[data-selected=true],.outline-color-active-sky-9:active{outline-color:var(--color-sky-9)}.outline-color-sky-10,.outline-color-hover-sky-10:hover,.outline-color-focus-sky-10[data-focused=true],.outline-color-focus-sky-10:focus,.outline-color-focus-sky-10:focus-within,.outline-color-active-sky-10[data-selected=true],.outline-color-active-sky-10:active{outline-color:var(--color-sky-10)}.outline-color-blue-0,.outline-color-hover-blue-0:hover,.outline-color-focus-blue-0[data-focused=true],.outline-color-focus-blue-0:focus,.outline-color-focus-blue-0:focus-within,.outline-color-active-blue-0[data-selected=true],.outline-color-active-blue-0:active{outline-color:var(--color-blue-0)}.outline-color-blue-1,.outline-color-hover-blue-1:hover,.outline-color-focus-blue-1[data-focused=true],.outline-color-focus-blue-1:focus,.outline-color-focus-blue-1:focus-within,.outline-color-active-blue-1[data-selected=true],.outline-color-active-blue-1:active{outline-color:var(--color-blue-1)}.outline-color-blue-2,.outline-color-hover-blue-2:hover,.outline-color-focus-blue-2[data-focused=true],.outline-color-focus-blue-2:focus,.outline-color-focus-blue-2:focus-within,.outline-color-active-blue-2[data-selected=true],.outline-color-active-blue-2:active{outline-color:var(--color-blue-2)}.outline-color-blue-3,.outline-color-hover-blue-3:hover,.outline-color-focus-blue-3[data-focused=true],.outline-color-focus-blue-3:focus,.outline-color-focus-blue-3:focus-within,.outline-color-active-blue-3[data-selected=true],.outline-color-active-blue-3:active{outline-color:var(--color-blue-3)}.outline-color-blue-4,.outline-color-hover-blue-4:hover,.outline-color-focus-blue-4[data-focused=true],.outline-color-focus-blue-4:focus,.outline-color-focus-blue-4:focus-within,.outline-color-active-blue-4[data-selected=true],.outline-color-active-blue-4:active{outline-color:var(--color-blue-4)}.outline-color-blue-5,.outline-color-hover-blue-5:hover,.outline-color-focus-blue-5[data-focused=true],.outline-color-focus-blue-5:focus,.outline-color-focus-blue-5:focus-within,.outline-color-active-blue-5[data-selected=true],.outline-color-active-blue-5:active{outline-color:var(--color-blue-5)}.outline-color-blue-6,.outline-color-hover-blue-6:hover,.outline-color-focus-blue-6[data-focused=true],.outline-color-focus-blue-6:focus,.outline-color-focus-blue-6:focus-within,.outline-color-active-blue-6[data-selected=true],.outline-color-active-blue-6:active{outline-color:var(--color-blue-6)}.outline-color-blue-7,.outline-color-hover-blue-7:hover,.outline-color-focus-blue-7[data-focused=true],.outline-color-focus-blue-7:focus,.outline-color-focus-blue-7:focus-within,.outline-color-active-blue-7[data-selected=true],.outline-color-active-blue-7:active{outline-color:var(--color-blue-7)}.outline-color-blue-8,.outline-color-hover-blue-8:hover,.outline-color-focus-blue-8[data-focused=true],.outline-color-focus-blue-8:focus,.outline-color-focus-blue-8:focus-within,.outline-color-active-blue-8[data-selected=true],.outline-color-active-blue-8:active{outline-color:var(--color-blue-8)}.outline-color-blue-9,.outline-color-hover-blue-9:hover,.outline-color-focus-blue-9[data-focused=true],.outline-color-focus-blue-9:focus,.outline-color-focus-blue-9:focus-within,.outline-color-active-blue-9[data-selected=true],.outline-color-active-blue-9:active{outline-color:var(--color-blue-9)}.outline-color-blue-10,.outline-color-hover-blue-10:hover,.outline-color-focus-blue-10[data-focused=true],.outline-color-focus-blue-10:focus,.outline-color-focus-blue-10:focus-within,.outline-color-active-blue-10[data-selected=true],.outline-color-active-blue-10:active{outline-color:var(--color-blue-10)}.outline-color-indigo-0,.outline-color-hover-indigo-0:hover,.outline-color-focus-indigo-0[data-focused=true],.outline-color-focus-indigo-0:focus,.outline-color-focus-indigo-0:focus-within,.outline-color-active-indigo-0[data-selected=true],.outline-color-active-indigo-0:active{outline-color:var(--color-indigo-0)}.outline-color-indigo-1,.outline-color-hover-indigo-1:hover,.outline-color-focus-indigo-1[data-focused=true],.outline-color-focus-indigo-1:focus,.outline-color-focus-indigo-1:focus-within,.outline-color-active-indigo-1[data-selected=true],.outline-color-active-indigo-1:active{outline-color:var(--color-indigo-1)}.outline-color-indigo-2,.outline-color-hover-indigo-2:hover,.outline-color-focus-indigo-2[data-focused=true],.outline-color-focus-indigo-2:focus,.outline-color-focus-indigo-2:focus-within,.outline-color-active-indigo-2[data-selected=true],.outline-color-active-indigo-2:active{outline-color:var(--color-indigo-2)}.outline-color-indigo-3,.outline-color-hover-indigo-3:hover,.outline-color-focus-indigo-3[data-focused=true],.outline-color-focus-indigo-3:focus,.outline-color-focus-indigo-3:focus-within,.outline-color-active-indigo-3[data-selected=true],.outline-color-active-indigo-3:active{outline-color:var(--color-indigo-3)}.outline-color-indigo-4,.outline-color-hover-indigo-4:hover,.outline-color-focus-indigo-4[data-focused=true],.outline-color-focus-indigo-4:focus,.outline-color-focus-indigo-4:focus-within,.outline-color-active-indigo-4[data-selected=true],.outline-color-active-indigo-4:active{outline-color:var(--color-indigo-4)}.outline-color-indigo-5,.outline-color-hover-indigo-5:hover,.outline-color-focus-indigo-5[data-focused=true],.outline-color-focus-indigo-5:focus,.outline-color-focus-indigo-5:focus-within,.outline-color-active-indigo-5[data-selected=true],.outline-color-active-indigo-5:active{outline-color:var(--color-indigo-5)}.outline-color-indigo-6,.outline-color-hover-indigo-6:hover,.outline-color-focus-indigo-6[data-focused=true],.outline-color-focus-indigo-6:focus,.outline-color-focus-indigo-6:focus-within,.outline-color-active-indigo-6[data-selected=true],.outline-color-active-indigo-6:active{outline-color:var(--color-indigo-6)}.outline-color-indigo-7,.outline-color-hover-indigo-7:hover,.outline-color-focus-indigo-7[data-focused=true],.outline-color-focus-indigo-7:focus,.outline-color-focus-indigo-7:focus-within,.outline-color-active-indigo-7[data-selected=true],.outline-color-active-indigo-7:active{outline-color:var(--color-indigo-7)}.outline-color-indigo-8,.outline-color-hover-indigo-8:hover,.outline-color-focus-indigo-8[data-focused=true],.outline-color-focus-indigo-8:focus,.outline-color-focus-indigo-8:focus-within,.outline-color-active-indigo-8[data-selected=true],.outline-color-active-indigo-8:active{outline-color:var(--color-indigo-8)}.outline-color-indigo-9,.outline-color-hover-indigo-9:hover,.outline-color-focus-indigo-9[data-focused=true],.outline-color-focus-indigo-9:focus,.outline-color-focus-indigo-9:focus-within,.outline-color-active-indigo-9[data-selected=true],.outline-color-active-indigo-9:active{outline-color:var(--color-indigo-9)}.outline-color-indigo-10,.outline-color-hover-indigo-10:hover,.outline-color-focus-indigo-10[data-focused=true],.outline-color-focus-indigo-10:focus,.outline-color-focus-indigo-10:focus-within,.outline-color-active-indigo-10[data-selected=true],.outline-color-active-indigo-10:active{outline-color:var(--color-indigo-10)}.outline-color-violet-0,.outline-color-hover-violet-0:hover,.outline-color-focus-violet-0[data-focused=true],.outline-color-focus-violet-0:focus,.outline-color-focus-violet-0:focus-within,.outline-color-active-violet-0[data-selected=true],.outline-color-active-violet-0:active{outline-color:var(--color-violet-0)}.outline-color-violet-1,.outline-color-hover-violet-1:hover,.outline-color-focus-violet-1[data-focused=true],.outline-color-focus-violet-1:focus,.outline-color-focus-violet-1:focus-within,.outline-color-active-violet-1[data-selected=true],.outline-color-active-violet-1:active{outline-color:var(--color-violet-1)}.outline-color-violet-2,.outline-color-hover-violet-2:hover,.outline-color-focus-violet-2[data-focused=true],.outline-color-focus-violet-2:focus,.outline-color-focus-violet-2:focus-within,.outline-color-active-violet-2[data-selected=true],.outline-color-active-violet-2:active{outline-color:var(--color-violet-2)}.outline-color-violet-3,.outline-color-hover-violet-3:hover,.outline-color-focus-violet-3[data-focused=true],.outline-color-focus-violet-3:focus,.outline-color-focus-violet-3:focus-within,.outline-color-active-violet-3[data-selected=true],.outline-color-active-violet-3:active{outline-color:var(--color-violet-3)}.outline-color-violet-4,.outline-color-hover-violet-4:hover,.outline-color-focus-violet-4[data-focused=true],.outline-color-focus-violet-4:focus,.outline-color-focus-violet-4:focus-within,.outline-color-active-violet-4[data-selected=true],.outline-color-active-violet-4:active{outline-color:var(--color-violet-4)}.outline-color-violet-5,.outline-color-hover-violet-5:hover,.outline-color-focus-violet-5[data-focused=true],.outline-color-focus-violet-5:focus,.outline-color-focus-violet-5:focus-within,.outline-color-active-violet-5[data-selected=true],.outline-color-active-violet-5:active{outline-color:var(--color-violet-5)}.outline-color-violet-6,.outline-color-hover-violet-6:hover,.outline-color-focus-violet-6[data-focused=true],.outline-color-focus-violet-6:focus,.outline-color-focus-violet-6:focus-within,.outline-color-active-violet-6[data-selected=true],.outline-color-active-violet-6:active{outline-color:var(--color-violet-6)}.outline-color-violet-7,.outline-color-hover-violet-7:hover,.outline-color-focus-violet-7[data-focused=true],.outline-color-focus-violet-7:focus,.outline-color-focus-violet-7:focus-within,.outline-color-active-violet-7[data-selected=true],.outline-color-active-violet-7:active{outline-color:var(--color-violet-7)}.outline-color-violet-8,.outline-color-hover-violet-8:hover,.outline-color-focus-violet-8[data-focused=true],.outline-color-focus-violet-8:focus,.outline-color-focus-violet-8:focus-within,.outline-color-active-violet-8[data-selected=true],.outline-color-active-violet-8:active{outline-color:var(--color-violet-8)}.outline-color-violet-9,.outline-color-hover-violet-9:hover,.outline-color-focus-violet-9[data-focused=true],.outline-color-focus-violet-9:focus,.outline-color-focus-violet-9:focus-within,.outline-color-active-violet-9[data-selected=true],.outline-color-active-violet-9:active{outline-color:var(--color-violet-9)}.outline-color-violet-10,.outline-color-hover-violet-10:hover,.outline-color-focus-violet-10[data-focused=true],.outline-color-focus-violet-10:focus,.outline-color-focus-violet-10:focus-within,.outline-color-active-violet-10[data-selected=true],.outline-color-active-violet-10:active{outline-color:var(--color-violet-10)}.outline-color-purple-0,.outline-color-hover-purple-0:hover,.outline-color-focus-purple-0[data-focused=true],.outline-color-focus-purple-0:focus,.outline-color-focus-purple-0:focus-within,.outline-color-active-purple-0[data-selected=true],.outline-color-active-purple-0:active{outline-color:var(--color-purple-0)}.outline-color-purple-1,.outline-color-hover-purple-1:hover,.outline-color-focus-purple-1[data-focused=true],.outline-color-focus-purple-1:focus,.outline-color-focus-purple-1:focus-within,.outline-color-active-purple-1[data-selected=true],.outline-color-active-purple-1:active{outline-color:var(--color-purple-1)}.outline-color-purple-2,.outline-color-hover-purple-2:hover,.outline-color-focus-purple-2[data-focused=true],.outline-color-focus-purple-2:focus,.outline-color-focus-purple-2:focus-within,.outline-color-active-purple-2[data-selected=true],.outline-color-active-purple-2:active{outline-color:var(--color-purple-2)}.outline-color-purple-3,.outline-color-hover-purple-3:hover,.outline-color-focus-purple-3[data-focused=true],.outline-color-focus-purple-3:focus,.outline-color-focus-purple-3:focus-within,.outline-color-active-purple-3[data-selected=true],.outline-color-active-purple-3:active{outline-color:var(--color-purple-3)}.outline-color-purple-4,.outline-color-hover-purple-4:hover,.outline-color-focus-purple-4[data-focused=true],.outline-color-focus-purple-4:focus,.outline-color-focus-purple-4:focus-within,.outline-color-active-purple-4[data-selected=true],.outline-color-active-purple-4:active{outline-color:var(--color-purple-4)}.outline-color-purple-5,.outline-color-hover-purple-5:hover,.outline-color-focus-purple-5[data-focused=true],.outline-color-focus-purple-5:focus,.outline-color-focus-purple-5:focus-within,.outline-color-active-purple-5[data-selected=true],.outline-color-active-purple-5:active{outline-color:var(--color-purple-5)}.outline-color-purple-6,.outline-color-hover-purple-6:hover,.outline-color-focus-purple-6[data-focused=true],.outline-color-focus-purple-6:focus,.outline-color-focus-purple-6:focus-within,.outline-color-active-purple-6[data-selected=true],.outline-color-active-purple-6:active{outline-color:var(--color-purple-6)}.outline-color-purple-7,.outline-color-hover-purple-7:hover,.outline-color-focus-purple-7[data-focused=true],.outline-color-focus-purple-7:focus,.outline-color-focus-purple-7:focus-within,.outline-color-active-purple-7[data-selected=true],.outline-color-active-purple-7:active{outline-color:var(--color-purple-7)}.outline-color-purple-8,.outline-color-hover-purple-8:hover,.outline-color-focus-purple-8[data-focused=true],.outline-color-focus-purple-8:focus,.outline-color-focus-purple-8:focus-within,.outline-color-active-purple-8[data-selected=true],.outline-color-active-purple-8:active{outline-color:var(--color-purple-8)}.outline-color-purple-9,.outline-color-hover-purple-9:hover,.outline-color-focus-purple-9[data-focused=true],.outline-color-focus-purple-9:focus,.outline-color-focus-purple-9:focus-within,.outline-color-active-purple-9[data-selected=true],.outline-color-active-purple-9:active{outline-color:var(--color-purple-9)}.outline-color-purple-10,.outline-color-hover-purple-10:hover,.outline-color-focus-purple-10[data-focused=true],.outline-color-focus-purple-10:focus,.outline-color-focus-purple-10:focus-within,.outline-color-active-purple-10[data-selected=true],.outline-color-active-purple-10:active{outline-color:var(--color-purple-10)}.outline-color-fuchsia-0,.outline-color-hover-fuchsia-0:hover,.outline-color-focus-fuchsia-0[data-focused=true],.outline-color-focus-fuchsia-0:focus,.outline-color-focus-fuchsia-0:focus-within,.outline-color-active-fuchsia-0[data-selected=true],.outline-color-active-fuchsia-0:active{outline-color:var(--color-fuchsia-0)}.outline-color-fuchsia-1,.outline-color-hover-fuchsia-1:hover,.outline-color-focus-fuchsia-1[data-focused=true],.outline-color-focus-fuchsia-1:focus,.outline-color-focus-fuchsia-1:focus-within,.outline-color-active-fuchsia-1[data-selected=true],.outline-color-active-fuchsia-1:active{outline-color:var(--color-fuchsia-1)}.outline-color-fuchsia-2,.outline-color-hover-fuchsia-2:hover,.outline-color-focus-fuchsia-2[data-focused=true],.outline-color-focus-fuchsia-2:focus,.outline-color-focus-fuchsia-2:focus-within,.outline-color-active-fuchsia-2[data-selected=true],.outline-color-active-fuchsia-2:active{outline-color:var(--color-fuchsia-2)}.outline-color-fuchsia-3,.outline-color-hover-fuchsia-3:hover,.outline-color-focus-fuchsia-3[data-focused=true],.outline-color-focus-fuchsia-3:focus,.outline-color-focus-fuchsia-3:focus-within,.outline-color-active-fuchsia-3[data-selected=true],.outline-color-active-fuchsia-3:active{outline-color:var(--color-fuchsia-3)}.outline-color-fuchsia-4,.outline-color-hover-fuchsia-4:hover,.outline-color-focus-fuchsia-4[data-focused=true],.outline-color-focus-fuchsia-4:focus,.outline-color-focus-fuchsia-4:focus-within,.outline-color-active-fuchsia-4[data-selected=true],.outline-color-active-fuchsia-4:active{outline-color:var(--color-fuchsia-4)}.outline-color-fuchsia-5,.outline-color-hover-fuchsia-5:hover,.outline-color-focus-fuchsia-5[data-focused=true],.outline-color-focus-fuchsia-5:focus,.outline-color-focus-fuchsia-5:focus-within,.outline-color-active-fuchsia-5[data-selected=true],.outline-color-active-fuchsia-5:active{outline-color:var(--color-fuchsia-5)}.outline-color-fuchsia-6,.outline-color-hover-fuchsia-6:hover,.outline-color-focus-fuchsia-6[data-focused=true],.outline-color-focus-fuchsia-6:focus,.outline-color-focus-fuchsia-6:focus-within,.outline-color-active-fuchsia-6[data-selected=true],.outline-color-active-fuchsia-6:active{outline-color:var(--color-fuchsia-6)}.outline-color-fuchsia-7,.outline-color-hover-fuchsia-7:hover,.outline-color-focus-fuchsia-7[data-focused=true],.outline-color-focus-fuchsia-7:focus,.outline-color-focus-fuchsia-7:focus-within,.outline-color-active-fuchsia-7[data-selected=true],.outline-color-active-fuchsia-7:active{outline-color:var(--color-fuchsia-7)}.outline-color-fuchsia-8,.outline-color-hover-fuchsia-8:hover,.outline-color-focus-fuchsia-8[data-focused=true],.outline-color-focus-fuchsia-8:focus,.outline-color-focus-fuchsia-8:focus-within,.outline-color-active-fuchsia-8[data-selected=true],.outline-color-active-fuchsia-8:active{outline-color:var(--color-fuchsia-8)}.outline-color-fuchsia-9,.outline-color-hover-fuchsia-9:hover,.outline-color-focus-fuchsia-9[data-focused=true],.outline-color-focus-fuchsia-9:focus,.outline-color-focus-fuchsia-9:focus-within,.outline-color-active-fuchsia-9[data-selected=true],.outline-color-active-fuchsia-9:active{outline-color:var(--color-fuchsia-9)}.outline-color-fuchsia-10,.outline-color-hover-fuchsia-10:hover,.outline-color-focus-fuchsia-10[data-focused=true],.outline-color-focus-fuchsia-10:focus,.outline-color-focus-fuchsia-10:focus-within,.outline-color-active-fuchsia-10[data-selected=true],.outline-color-active-fuchsia-10:active{outline-color:var(--color-fuchsia-10)}.outline-color-pink-0,.outline-color-hover-pink-0:hover,.outline-color-focus-pink-0[data-focused=true],.outline-color-focus-pink-0:focus,.outline-color-focus-pink-0:focus-within,.outline-color-active-pink-0[data-selected=true],.outline-color-active-pink-0:active{outline-color:var(--color-pink-0)}.outline-color-pink-1,.outline-color-hover-pink-1:hover,.outline-color-focus-pink-1[data-focused=true],.outline-color-focus-pink-1:focus,.outline-color-focus-pink-1:focus-within,.outline-color-active-pink-1[data-selected=true],.outline-color-active-pink-1:active{outline-color:var(--color-pink-1)}.outline-color-pink-2,.outline-color-hover-pink-2:hover,.outline-color-focus-pink-2[data-focused=true],.outline-color-focus-pink-2:focus,.outline-color-focus-pink-2:focus-within,.outline-color-active-pink-2[data-selected=true],.outline-color-active-pink-2:active{outline-color:var(--color-pink-2)}.outline-color-pink-3,.outline-color-hover-pink-3:hover,.outline-color-focus-pink-3[data-focused=true],.outline-color-focus-pink-3:focus,.outline-color-focus-pink-3:focus-within,.outline-color-active-pink-3[data-selected=true],.outline-color-active-pink-3:active{outline-color:var(--color-pink-3)}.outline-color-pink-4,.outline-color-hover-pink-4:hover,.outline-color-focus-pink-4[data-focused=true],.outline-color-focus-pink-4:focus,.outline-color-focus-pink-4:focus-within,.outline-color-active-pink-4[data-selected=true],.outline-color-active-pink-4:active{outline-color:var(--color-pink-4)}.outline-color-pink-5,.outline-color-hover-pink-5:hover,.outline-color-focus-pink-5[data-focused=true],.outline-color-focus-pink-5:focus,.outline-color-focus-pink-5:focus-within,.outline-color-active-pink-5[data-selected=true],.outline-color-active-pink-5:active{outline-color:var(--color-pink-5)}.outline-color-pink-6,.outline-color-hover-pink-6:hover,.outline-color-focus-pink-6[data-focused=true],.outline-color-focus-pink-6:focus,.outline-color-focus-pink-6:focus-within,.outline-color-active-pink-6[data-selected=true],.outline-color-active-pink-6:active{outline-color:var(--color-pink-6)}.outline-color-pink-7,.outline-color-hover-pink-7:hover,.outline-color-focus-pink-7[data-focused=true],.outline-color-focus-pink-7:focus,.outline-color-focus-pink-7:focus-within,.outline-color-active-pink-7[data-selected=true],.outline-color-active-pink-7:active{outline-color:var(--color-pink-7)}.outline-color-pink-8,.outline-color-hover-pink-8:hover,.outline-color-focus-pink-8[data-focused=true],.outline-color-focus-pink-8:focus,.outline-color-focus-pink-8:focus-within,.outline-color-active-pink-8[data-selected=true],.outline-color-active-pink-8:active{outline-color:var(--color-pink-8)}.outline-color-pink-9,.outline-color-hover-pink-9:hover,.outline-color-focus-pink-9[data-focused=true],.outline-color-focus-pink-9:focus,.outline-color-focus-pink-9:focus-within,.outline-color-active-pink-9[data-selected=true],.outline-color-active-pink-9:active{outline-color:var(--color-pink-9)}.outline-color-pink-10,.outline-color-hover-pink-10:hover,.outline-color-focus-pink-10[data-focused=true],.outline-color-focus-pink-10:focus,.outline-color-focus-pink-10:focus-within,.outline-color-active-pink-10[data-selected=true],.outline-color-active-pink-10:active{outline-color:var(--color-pink-10)}.outline-color-rose-0,.outline-color-hover-rose-0:hover,.outline-color-focus-rose-0[data-focused=true],.outline-color-focus-rose-0:focus,.outline-color-focus-rose-0:focus-within,.outline-color-active-rose-0[data-selected=true],.outline-color-active-rose-0:active{outline-color:var(--color-rose-0)}.outline-color-rose-1,.outline-color-hover-rose-1:hover,.outline-color-focus-rose-1[data-focused=true],.outline-color-focus-rose-1:focus,.outline-color-focus-rose-1:focus-within,.outline-color-active-rose-1[data-selected=true],.outline-color-active-rose-1:active{outline-color:var(--color-rose-1)}.outline-color-rose-2,.outline-color-hover-rose-2:hover,.outline-color-focus-rose-2[data-focused=true],.outline-color-focus-rose-2:focus,.outline-color-focus-rose-2:focus-within,.outline-color-active-rose-2[data-selected=true],.outline-color-active-rose-2:active{outline-color:var(--color-rose-2)}.outline-color-rose-3,.outline-color-hover-rose-3:hover,.outline-color-focus-rose-3[data-focused=true],.outline-color-focus-rose-3:focus,.outline-color-focus-rose-3:focus-within,.outline-color-active-rose-3[data-selected=true],.outline-color-active-rose-3:active{outline-color:var(--color-rose-3)}.outline-color-rose-4,.outline-color-hover-rose-4:hover,.outline-color-focus-rose-4[data-focused=true],.outline-color-focus-rose-4:focus,.outline-color-focus-rose-4:focus-within,.outline-color-active-rose-4[data-selected=true],.outline-color-active-rose-4:active{outline-color:var(--color-rose-4)}.outline-color-rose-5,.outline-color-hover-rose-5:hover,.outline-color-focus-rose-5[data-focused=true],.outline-color-focus-rose-5:focus,.outline-color-focus-rose-5:focus-within,.outline-color-active-rose-5[data-selected=true],.outline-color-active-rose-5:active{outline-color:var(--color-rose-5)}.outline-color-rose-6,.outline-color-hover-rose-6:hover,.outline-color-focus-rose-6[data-focused=true],.outline-color-focus-rose-6:focus,.outline-color-focus-rose-6:focus-within,.outline-color-active-rose-6[data-selected=true],.outline-color-active-rose-6:active{outline-color:var(--color-rose-6)}.outline-color-rose-7,.outline-color-hover-rose-7:hover,.outline-color-focus-rose-7[data-focused=true],.outline-color-focus-rose-7:focus,.outline-color-focus-rose-7:focus-within,.outline-color-active-rose-7[data-selected=true],.outline-color-active-rose-7:active{outline-color:var(--color-rose-7)}.outline-color-rose-8,.outline-color-hover-rose-8:hover,.outline-color-focus-rose-8[data-focused=true],.outline-color-focus-rose-8:focus,.outline-color-focus-rose-8:focus-within,.outline-color-active-rose-8[data-selected=true],.outline-color-active-rose-8:active{outline-color:var(--color-rose-8)}.outline-color-rose-9,.outline-color-hover-rose-9:hover,.outline-color-focus-rose-9[data-focused=true],.outline-color-focus-rose-9:focus,.outline-color-focus-rose-9:focus-within,.outline-color-active-rose-9[data-selected=true],.outline-color-active-rose-9:active{outline-color:var(--color-rose-9)}.outline-color-rose-10,.outline-color-hover-rose-10:hover,.outline-color-focus-rose-10[data-focused=true],.outline-color-focus-rose-10:focus,.outline-color-focus-rose-10:focus-within,.outline-color-active-rose-10[data-selected=true],.outline-color-active-rose-10:active{outline-color:var(--color-rose-10)}.outline-color-slate-0,.outline-color-hover-slate-0:hover,.outline-color-focus-slate-0[data-focused=true],.outline-color-focus-slate-0:focus,.outline-color-focus-slate-0:focus-within,.outline-color-active-slate-0[data-selected=true],.outline-color-active-slate-0:active{outline-color:var(--color-slate-0)}.outline-color-slate-1,.outline-color-hover-slate-1:hover,.outline-color-focus-slate-1[data-focused=true],.outline-color-focus-slate-1:focus,.outline-color-focus-slate-1:focus-within,.outline-color-active-slate-1[data-selected=true],.outline-color-active-slate-1:active{outline-color:var(--color-slate-1)}.outline-color-slate-2,.outline-color-hover-slate-2:hover,.outline-color-focus-slate-2[data-focused=true],.outline-color-focus-slate-2:focus,.outline-color-focus-slate-2:focus-within,.outline-color-active-slate-2[data-selected=true],.outline-color-active-slate-2:active{outline-color:var(--color-slate-2)}.outline-color-slate-3,.outline-color-hover-slate-3:hover,.outline-color-focus-slate-3[data-focused=true],.outline-color-focus-slate-3:focus,.outline-color-focus-slate-3:focus-within,.outline-color-active-slate-3[data-selected=true],.outline-color-active-slate-3:active{outline-color:var(--color-slate-3)}.outline-color-slate-4,.outline-color-hover-slate-4:hover,.outline-color-focus-slate-4[data-focused=true],.outline-color-focus-slate-4:focus,.outline-color-focus-slate-4:focus-within,.outline-color-active-slate-4[data-selected=true],.outline-color-active-slate-4:active{outline-color:var(--color-slate-4)}.outline-color-slate-5,.outline-color-hover-slate-5:hover,.outline-color-focus-slate-5[data-focused=true],.outline-color-focus-slate-5:focus,.outline-color-focus-slate-5:focus-within,.outline-color-active-slate-5[data-selected=true],.outline-color-active-slate-5:active{outline-color:var(--color-slate-5)}.outline-color-slate-6,.outline-color-hover-slate-6:hover,.outline-color-focus-slate-6[data-focused=true],.outline-color-focus-slate-6:focus,.outline-color-focus-slate-6:focus-within,.outline-color-active-slate-6[data-selected=true],.outline-color-active-slate-6:active{outline-color:var(--color-slate-6)}.outline-color-slate-7,.outline-color-hover-slate-7:hover,.outline-color-focus-slate-7[data-focused=true],.outline-color-focus-slate-7:focus,.outline-color-focus-slate-7:focus-within,.outline-color-active-slate-7[data-selected=true],.outline-color-active-slate-7:active{outline-color:var(--color-slate-7)}.outline-color-slate-8,.outline-color-hover-slate-8:hover,.outline-color-focus-slate-8[data-focused=true],.outline-color-focus-slate-8:focus,.outline-color-focus-slate-8:focus-within,.outline-color-active-slate-8[data-selected=true],.outline-color-active-slate-8:active{outline-color:var(--color-slate-8)}.outline-color-slate-9,.outline-color-hover-slate-9:hover,.outline-color-focus-slate-9[data-focused=true],.outline-color-focus-slate-9:focus,.outline-color-focus-slate-9:focus-within,.outline-color-active-slate-9[data-selected=true],.outline-color-active-slate-9:active{outline-color:var(--color-slate-9)}.outline-color-slate-10,.outline-color-hover-slate-10:hover,.outline-color-focus-slate-10[data-focused=true],.outline-color-focus-slate-10:focus,.outline-color-focus-slate-10:focus-within,.outline-color-active-slate-10[data-selected=true],.outline-color-active-slate-10:active{outline-color:var(--color-slate-10)}.outline-color-gray-0,.outline-color-hover-gray-0:hover,.outline-color-focus-gray-0[data-focused=true],.outline-color-focus-gray-0:focus,.outline-color-focus-gray-0:focus-within,.outline-color-active-gray-0[data-selected=true],.outline-color-active-gray-0:active{outline-color:var(--color-gray-0)}.outline-color-gray-1,.outline-color-hover-gray-1:hover,.outline-color-focus-gray-1[data-focused=true],.outline-color-focus-gray-1:focus,.outline-color-focus-gray-1:focus-within,.outline-color-active-gray-1[data-selected=true],.outline-color-active-gray-1:active{outline-color:var(--color-gray-1)}.outline-color-gray-2,.outline-color-hover-gray-2:hover,.outline-color-focus-gray-2[data-focused=true],.outline-color-focus-gray-2:focus,.outline-color-focus-gray-2:focus-within,.outline-color-active-gray-2[data-selected=true],.outline-color-active-gray-2:active{outline-color:var(--color-gray-2)}.outline-color-gray-3,.outline-color-hover-gray-3:hover,.outline-color-focus-gray-3[data-focused=true],.outline-color-focus-gray-3:focus,.outline-color-focus-gray-3:focus-within,.outline-color-active-gray-3[data-selected=true],.outline-color-active-gray-3:active{outline-color:var(--color-gray-3)}.outline-color-gray-4,.outline-color-hover-gray-4:hover,.outline-color-focus-gray-4[data-focused=true],.outline-color-focus-gray-4:focus,.outline-color-focus-gray-4:focus-within,.outline-color-active-gray-4[data-selected=true],.outline-color-active-gray-4:active{outline-color:var(--color-gray-4)}.outline-color-gray-5,.outline-color-hover-gray-5:hover,.outline-color-focus-gray-5[data-focused=true],.outline-color-focus-gray-5:focus,.outline-color-focus-gray-5:focus-within,.outline-color-active-gray-5[data-selected=true],.outline-color-active-gray-5:active{outline-color:var(--color-gray-5)}.outline-color-gray-6,.outline-color-hover-gray-6:hover,.outline-color-focus-gray-6[data-focused=true],.outline-color-focus-gray-6:focus,.outline-color-focus-gray-6:focus-within,.outline-color-active-gray-6[data-selected=true],.outline-color-active-gray-6:active{outline-color:var(--color-gray-6)}.outline-color-gray-7,.outline-color-hover-gray-7:hover,.outline-color-focus-gray-7[data-focused=true],.outline-color-focus-gray-7:focus,.outline-color-focus-gray-7:focus-within,.outline-color-active-gray-7[data-selected=true],.outline-color-active-gray-7:active{outline-color:var(--color-gray-7)}.outline-color-gray-8,.outline-color-hover-gray-8:hover,.outline-color-focus-gray-8[data-focused=true],.outline-color-focus-gray-8:focus,.outline-color-focus-gray-8:focus-within,.outline-color-active-gray-8[data-selected=true],.outline-color-active-gray-8:active{outline-color:var(--color-gray-8)}.outline-color-gray-9,.outline-color-hover-gray-9:hover,.outline-color-focus-gray-9[data-focused=true],.outline-color-focus-gray-9:focus,.outline-color-focus-gray-9:focus-within,.outline-color-active-gray-9[data-selected=true],.outline-color-active-gray-9:active{outline-color:var(--color-gray-9)}.outline-color-gray-10,.outline-color-hover-gray-10:hover,.outline-color-focus-gray-10[data-focused=true],.outline-color-focus-gray-10:focus,.outline-color-focus-gray-10:focus-within,.outline-color-active-gray-10[data-selected=true],.outline-color-active-gray-10:active{outline-color:var(--color-gray-10)}.outline-color-zinc-0,.outline-color-hover-zinc-0:hover,.outline-color-focus-zinc-0[data-focused=true],.outline-color-focus-zinc-0:focus,.outline-color-focus-zinc-0:focus-within,.outline-color-active-zinc-0[data-selected=true],.outline-color-active-zinc-0:active{outline-color:var(--color-zinc-0)}.outline-color-zinc-1,.outline-color-hover-zinc-1:hover,.outline-color-focus-zinc-1[data-focused=true],.outline-color-focus-zinc-1:focus,.outline-color-focus-zinc-1:focus-within,.outline-color-active-zinc-1[data-selected=true],.outline-color-active-zinc-1:active{outline-color:var(--color-zinc-1)}.outline-color-zinc-2,.outline-color-hover-zinc-2:hover,.outline-color-focus-zinc-2[data-focused=true],.outline-color-focus-zinc-2:focus,.outline-color-focus-zinc-2:focus-within,.outline-color-active-zinc-2[data-selected=true],.outline-color-active-zinc-2:active{outline-color:var(--color-zinc-2)}.outline-color-zinc-3,.outline-color-hover-zinc-3:hover,.outline-color-focus-zinc-3[data-focused=true],.outline-color-focus-zinc-3:focus,.outline-color-focus-zinc-3:focus-within,.outline-color-active-zinc-3[data-selected=true],.outline-color-active-zinc-3:active{outline-color:var(--color-zinc-3)}.outline-color-zinc-4,.outline-color-hover-zinc-4:hover,.outline-color-focus-zinc-4[data-focused=true],.outline-color-focus-zinc-4:focus,.outline-color-focus-zinc-4:focus-within,.outline-color-active-zinc-4[data-selected=true],.outline-color-active-zinc-4:active{outline-color:var(--color-zinc-4)}.outline-color-zinc-5,.outline-color-hover-zinc-5:hover,.outline-color-focus-zinc-5[data-focused=true],.outline-color-focus-zinc-5:focus,.outline-color-focus-zinc-5:focus-within,.outline-color-active-zinc-5[data-selected=true],.outline-color-active-zinc-5:active{outline-color:var(--color-zinc-5)}.outline-color-zinc-6,.outline-color-hover-zinc-6:hover,.outline-color-focus-zinc-6[data-focused=true],.outline-color-focus-zinc-6:focus,.outline-color-focus-zinc-6:focus-within,.outline-color-active-zinc-6[data-selected=true],.outline-color-active-zinc-6:active{outline-color:var(--color-zinc-6)}.outline-color-zinc-7,.outline-color-hover-zinc-7:hover,.outline-color-focus-zinc-7[data-focused=true],.outline-color-focus-zinc-7:focus,.outline-color-focus-zinc-7:focus-within,.outline-color-active-zinc-7[data-selected=true],.outline-color-active-zinc-7:active{outline-color:var(--color-zinc-7)}.outline-color-zinc-8,.outline-color-hover-zinc-8:hover,.outline-color-focus-zinc-8[data-focused=true],.outline-color-focus-zinc-8:focus,.outline-color-focus-zinc-8:focus-within,.outline-color-active-zinc-8[data-selected=true],.outline-color-active-zinc-8:active{outline-color:var(--color-zinc-8)}.outline-color-zinc-9,.outline-color-hover-zinc-9:hover,.outline-color-focus-zinc-9[data-focused=true],.outline-color-focus-zinc-9:focus,.outline-color-focus-zinc-9:focus-within,.outline-color-active-zinc-9[data-selected=true],.outline-color-active-zinc-9:active{outline-color:var(--color-zinc-9)}.outline-color-zinc-10,.outline-color-hover-zinc-10:hover,.outline-color-focus-zinc-10[data-focused=true],.outline-color-focus-zinc-10:focus,.outline-color-focus-zinc-10:focus-within,.outline-color-active-zinc-10[data-selected=true],.outline-color-active-zinc-10:active{outline-color:var(--color-zinc-10)}.outline-color-neutral-0,.outline-color-hover-neutral-0:hover,.outline-color-focus-neutral-0[data-focused=true],.outline-color-focus-neutral-0:focus,.outline-color-focus-neutral-0:focus-within,.outline-color-active-neutral-0[data-selected=true],.outline-color-active-neutral-0:active{outline-color:var(--color-neutral-0)}.outline-color-neutral-1,.outline-color-hover-neutral-1:hover,.outline-color-focus-neutral-1[data-focused=true],.outline-color-focus-neutral-1:focus,.outline-color-focus-neutral-1:focus-within,.outline-color-active-neutral-1[data-selected=true],.outline-color-active-neutral-1:active{outline-color:var(--color-neutral-1)}.outline-color-neutral-2,.outline-color-hover-neutral-2:hover,.outline-color-focus-neutral-2[data-focused=true],.outline-color-focus-neutral-2:focus,.outline-color-focus-neutral-2:focus-within,.outline-color-active-neutral-2[data-selected=true],.outline-color-active-neutral-2:active{outline-color:var(--color-neutral-2)}.outline-color-neutral-3,.outline-color-hover-neutral-3:hover,.outline-color-focus-neutral-3[data-focused=true],.outline-color-focus-neutral-3:focus,.outline-color-focus-neutral-3:focus-within,.outline-color-active-neutral-3[data-selected=true],.outline-color-active-neutral-3:active{outline-color:var(--color-neutral-3)}.outline-color-neutral-4,.outline-color-hover-neutral-4:hover,.outline-color-focus-neutral-4[data-focused=true],.outline-color-focus-neutral-4:focus,.outline-color-focus-neutral-4:focus-within,.outline-color-active-neutral-4[data-selected=true],.outline-color-active-neutral-4:active{outline-color:var(--color-neutral-4)}.outline-color-neutral-5,.outline-color-hover-neutral-5:hover,.outline-color-focus-neutral-5[data-focused=true],.outline-color-focus-neutral-5:focus,.outline-color-focus-neutral-5:focus-within,.outline-color-active-neutral-5[data-selected=true],.outline-color-active-neutral-5:active{outline-color:var(--color-neutral-5)}.outline-color-neutral-6,.outline-color-hover-neutral-6:hover,.outline-color-focus-neutral-6[data-focused=true],.outline-color-focus-neutral-6:focus,.outline-color-focus-neutral-6:focus-within,.outline-color-active-neutral-6[data-selected=true],.outline-color-active-neutral-6:active{outline-color:var(--color-neutral-6)}.outline-color-neutral-7,.outline-color-hover-neutral-7:hover,.outline-color-focus-neutral-7[data-focused=true],.outline-color-focus-neutral-7:focus,.outline-color-focus-neutral-7:focus-within,.outline-color-active-neutral-7[data-selected=true],.outline-color-active-neutral-7:active{outline-color:var(--color-neutral-7)}.outline-color-neutral-8,.outline-color-hover-neutral-8:hover,.outline-color-focus-neutral-8[data-focused=true],.outline-color-focus-neutral-8:focus,.outline-color-focus-neutral-8:focus-within,.outline-color-active-neutral-8[data-selected=true],.outline-color-active-neutral-8:active{outline-color:var(--color-neutral-8)}.outline-color-neutral-9,.outline-color-hover-neutral-9:hover,.outline-color-focus-neutral-9[data-focused=true],.outline-color-focus-neutral-9:focus,.outline-color-focus-neutral-9:focus-within,.outline-color-active-neutral-9[data-selected=true],.outline-color-active-neutral-9:active{outline-color:var(--color-neutral-9)}.outline-color-neutral-10,.outline-color-hover-neutral-10:hover,.outline-color-focus-neutral-10[data-focused=true],.outline-color-focus-neutral-10:focus,.outline-color-focus-neutral-10:focus-within,.outline-color-active-neutral-10[data-selected=true],.outline-color-active-neutral-10:active{outline-color:var(--color-neutral-10)}.outline-color-stone-0,.outline-color-hover-stone-0:hover,.outline-color-focus-stone-0[data-focused=true],.outline-color-focus-stone-0:focus,.outline-color-focus-stone-0:focus-within,.outline-color-active-stone-0[data-selected=true],.outline-color-active-stone-0:active{outline-color:var(--color-stone-0)}.outline-color-stone-1,.outline-color-hover-stone-1:hover,.outline-color-focus-stone-1[data-focused=true],.outline-color-focus-stone-1:focus,.outline-color-focus-stone-1:focus-within,.outline-color-active-stone-1[data-selected=true],.outline-color-active-stone-1:active{outline-color:var(--color-stone-1)}.outline-color-stone-2,.outline-color-hover-stone-2:hover,.outline-color-focus-stone-2[data-focused=true],.outline-color-focus-stone-2:focus,.outline-color-focus-stone-2:focus-within,.outline-color-active-stone-2[data-selected=true],.outline-color-active-stone-2:active{outline-color:var(--color-stone-2)}.outline-color-stone-3,.outline-color-hover-stone-3:hover,.outline-color-focus-stone-3[data-focused=true],.outline-color-focus-stone-3:focus,.outline-color-focus-stone-3:focus-within,.outline-color-active-stone-3[data-selected=true],.outline-color-active-stone-3:active{outline-color:var(--color-stone-3)}.outline-color-stone-4,.outline-color-hover-stone-4:hover,.outline-color-focus-stone-4[data-focused=true],.outline-color-focus-stone-4:focus,.outline-color-focus-stone-4:focus-within,.outline-color-active-stone-4[data-selected=true],.outline-color-active-stone-4:active{outline-color:var(--color-stone-4)}.outline-color-stone-5,.outline-color-hover-stone-5:hover,.outline-color-focus-stone-5[data-focused=true],.outline-color-focus-stone-5:focus,.outline-color-focus-stone-5:focus-within,.outline-color-active-stone-5[data-selected=true],.outline-color-active-stone-5:active{outline-color:var(--color-stone-5)}.outline-color-stone-6,.outline-color-hover-stone-6:hover,.outline-color-focus-stone-6[data-focused=true],.outline-color-focus-stone-6:focus,.outline-color-focus-stone-6:focus-within,.outline-color-active-stone-6[data-selected=true],.outline-color-active-stone-6:active{outline-color:var(--color-stone-6)}.outline-color-stone-7,.outline-color-hover-stone-7:hover,.outline-color-focus-stone-7[data-focused=true],.outline-color-focus-stone-7:focus,.outline-color-focus-stone-7:focus-within,.outline-color-active-stone-7[data-selected=true],.outline-color-active-stone-7:active{outline-color:var(--color-stone-7)}.outline-color-stone-8,.outline-color-hover-stone-8:hover,.outline-color-focus-stone-8[data-focused=true],.outline-color-focus-stone-8:focus,.outline-color-focus-stone-8:focus-within,.outline-color-active-stone-8[data-selected=true],.outline-color-active-stone-8:active{outline-color:var(--color-stone-8)}.outline-color-stone-9,.outline-color-hover-stone-9:hover,.outline-color-focus-stone-9[data-focused=true],.outline-color-focus-stone-9:focus,.outline-color-focus-stone-9:focus-within,.outline-color-active-stone-9[data-selected=true],.outline-color-active-stone-9:active{outline-color:var(--color-stone-9)}.outline-color-stone-10,.outline-color-hover-stone-10:hover,.outline-color-focus-stone-10[data-focused=true],.outline-color-focus-stone-10:focus,.outline-color-focus-stone-10:focus-within,.outline-color-active-stone-10[data-selected=true],.outline-color-active-stone-10:active{outline-color:var(--color-stone-10)}.outside-border-color-inherit,.outside-border-color-hover-inherit:hover,.outside-border-color-focus-inherit[data-focused=true],.outside-border-color-focus-inherit:focus,.outside-border-color-focus-inherit:focus-within,.outside-border-color-active-inherit[data-selected=true],.outside-border-color-active-active:active{--outside-border-color: inherit}.outside-border-color-red,.outside-border-color-hover-red:hover,.outside-border-color-focus-red[data-focused=true],.outside-border-color-focus-red:focus,.outside-border-color-focus-red:focus-within,.outside-border-color-active-red[data-selected=true],.outside-border-color-active-red:active{--outside-border-color: var(--color-red)}.outside-border-color-red-light,.outside-border-color-hover-red-light:hover,.outside-border-color-focus-red-light[data-focused=true],.outside-border-color-focus-red-light:focus,.outside-border-color-focus-red-light:focus-within,.outside-border-color-active-red-light[data-selected=true],.outside-border-color-active-red-light:active{--outside-border-color: var(--color-red-light)}.outside-border-color-red-dark,.outside-border-color-hover-red-dark:hover,.outside-border-color-focus-red-dark[data-focused=true],.outside-border-color-focus-red-dark:focus,.outside-border-color-focus-red-dark:focus-within,.outside-border-color-active-red-dark[data-selected=true],.outside-border-color-active-red-dark:active{--outside-border-color: var(--color-red-dark)}.outside-border-color-red-themed,.outside-border-color-hover-red-themed:hover,.outside-border-color-focus-red-themed[data-focused=true],.outside-border-color-focus-red-themed:focus,.outside-border-color-focus-red-themed:focus-within,.outside-border-color-active-red-themed[data-selected=true],.outside-border-color-active-red-themed:active{--outside-border-color: var(--color-red-themed)}.outside-border-color-orange,.outside-border-color-hover-orange:hover,.outside-border-color-focus-orange[data-focused=true],.outside-border-color-focus-orange:focus,.outside-border-color-focus-orange:focus-within,.outside-border-color-active-orange[data-selected=true],.outside-border-color-active-orange:active{--outside-border-color: var(--color-orange)}.outside-border-color-orange-light,.outside-border-color-hover-orange-light:hover,.outside-border-color-focus-orange-light[data-focused=true],.outside-border-color-focus-orange-light:focus,.outside-border-color-focus-orange-light:focus-within,.outside-border-color-active-orange-light[data-selected=true],.outside-border-color-active-orange-light:active{--outside-border-color: var(--color-orange-light)}.outside-border-color-orange-dark,.outside-border-color-hover-orange-dark:hover,.outside-border-color-focus-orange-dark[data-focused=true],.outside-border-color-focus-orange-dark:focus,.outside-border-color-focus-orange-dark:focus-within,.outside-border-color-active-orange-dark[data-selected=true],.outside-border-color-active-orange-dark:active{--outside-border-color: var(--color-orange-dark)}.outside-border-color-orange-themed,.outside-border-color-hover-orange-themed:hover,.outside-border-color-focus-orange-themed[data-focused=true],.outside-border-color-focus-orange-themed:focus,.outside-border-color-focus-orange-themed:focus-within,.outside-border-color-active-orange-themed[data-selected=true],.outside-border-color-active-orange-themed:active{--outside-border-color: var(--color-orange-themed)}.outside-border-color-amber,.outside-border-color-hover-amber:hover,.outside-border-color-focus-amber[data-focused=true],.outside-border-color-focus-amber:focus,.outside-border-color-focus-amber:focus-within,.outside-border-color-active-amber[data-selected=true],.outside-border-color-active-amber:active{--outside-border-color: var(--color-amber)}.outside-border-color-amber-light,.outside-border-color-hover-amber-light:hover,.outside-border-color-focus-amber-light[data-focused=true],.outside-border-color-focus-amber-light:focus,.outside-border-color-focus-amber-light:focus-within,.outside-border-color-active-amber-light[data-selected=true],.outside-border-color-active-amber-light:active{--outside-border-color: var(--color-amber-light)}.outside-border-color-amber-dark,.outside-border-color-hover-amber-dark:hover,.outside-border-color-focus-amber-dark[data-focused=true],.outside-border-color-focus-amber-dark:focus,.outside-border-color-focus-amber-dark:focus-within,.outside-border-color-active-amber-dark[data-selected=true],.outside-border-color-active-amber-dark:active{--outside-border-color: var(--color-amber-dark)}.outside-border-color-amber-themed,.outside-border-color-hover-amber-themed:hover,.outside-border-color-focus-amber-themed[data-focused=true],.outside-border-color-focus-amber-themed:focus,.outside-border-color-focus-amber-themed:focus-within,.outside-border-color-active-amber-themed[data-selected=true],.outside-border-color-active-amber-themed:active{--outside-border-color: var(--color-amber-themed)}.outside-border-color-yellow,.outside-border-color-hover-yellow:hover,.outside-border-color-focus-yellow[data-focused=true],.outside-border-color-focus-yellow:focus,.outside-border-color-focus-yellow:focus-within,.outside-border-color-active-yellow[data-selected=true],.outside-border-color-active-yellow:active{--outside-border-color: var(--color-yellow)}.outside-border-color-yellow-light,.outside-border-color-hover-yellow-light:hover,.outside-border-color-focus-yellow-light[data-focused=true],.outside-border-color-focus-yellow-light:focus,.outside-border-color-focus-yellow-light:focus-within,.outside-border-color-active-yellow-light[data-selected=true],.outside-border-color-active-yellow-light:active{--outside-border-color: var(--color-yellow-light)}.outside-border-color-yellow-dark,.outside-border-color-hover-yellow-dark:hover,.outside-border-color-focus-yellow-dark[data-focused=true],.outside-border-color-focus-yellow-dark:focus,.outside-border-color-focus-yellow-dark:focus-within,.outside-border-color-active-yellow-dark[data-selected=true],.outside-border-color-active-yellow-dark:active{--outside-border-color: var(--color-yellow-dark)}.outside-border-color-yellow-themed,.outside-border-color-hover-yellow-themed:hover,.outside-border-color-focus-yellow-themed[data-focused=true],.outside-border-color-focus-yellow-themed:focus,.outside-border-color-focus-yellow-themed:focus-within,.outside-border-color-active-yellow-themed[data-selected=true],.outside-border-color-active-yellow-themed:active{--outside-border-color: var(--color-yellow-themed)}.outside-border-color-lime,.outside-border-color-hover-lime:hover,.outside-border-color-focus-lime[data-focused=true],.outside-border-color-focus-lime:focus,.outside-border-color-focus-lime:focus-within,.outside-border-color-active-lime[data-selected=true],.outside-border-color-active-lime:active{--outside-border-color: var(--color-lime)}.outside-border-color-lime-light,.outside-border-color-hover-lime-light:hover,.outside-border-color-focus-lime-light[data-focused=true],.outside-border-color-focus-lime-light:focus,.outside-border-color-focus-lime-light:focus-within,.outside-border-color-active-lime-light[data-selected=true],.outside-border-color-active-lime-light:active{--outside-border-color: var(--color-lime-light)}.outside-border-color-lime-dark,.outside-border-color-hover-lime-dark:hover,.outside-border-color-focus-lime-dark[data-focused=true],.outside-border-color-focus-lime-dark:focus,.outside-border-color-focus-lime-dark:focus-within,.outside-border-color-active-lime-dark[data-selected=true],.outside-border-color-active-lime-dark:active{--outside-border-color: var(--color-lime-dark)}.outside-border-color-lime-themed,.outside-border-color-hover-lime-themed:hover,.outside-border-color-focus-lime-themed[data-focused=true],.outside-border-color-focus-lime-themed:focus,.outside-border-color-focus-lime-themed:focus-within,.outside-border-color-active-lime-themed[data-selected=true],.outside-border-color-active-lime-themed:active{--outside-border-color: var(--color-lime-themed)}.outside-border-color-green,.outside-border-color-hover-green:hover,.outside-border-color-focus-green[data-focused=true],.outside-border-color-focus-green:focus,.outside-border-color-focus-green:focus-within,.outside-border-color-active-green[data-selected=true],.outside-border-color-active-green:active{--outside-border-color: var(--color-green)}.outside-border-color-green-light,.outside-border-color-hover-green-light:hover,.outside-border-color-focus-green-light[data-focused=true],.outside-border-color-focus-green-light:focus,.outside-border-color-focus-green-light:focus-within,.outside-border-color-active-green-light[data-selected=true],.outside-border-color-active-green-light:active{--outside-border-color: var(--color-green-light)}.outside-border-color-green-dark,.outside-border-color-hover-green-dark:hover,.outside-border-color-focus-green-dark[data-focused=true],.outside-border-color-focus-green-dark:focus,.outside-border-color-focus-green-dark:focus-within,.outside-border-color-active-green-dark[data-selected=true],.outside-border-color-active-green-dark:active{--outside-border-color: var(--color-green-dark)}.outside-border-color-green-themed,.outside-border-color-hover-green-themed:hover,.outside-border-color-focus-green-themed[data-focused=true],.outside-border-color-focus-green-themed:focus,.outside-border-color-focus-green-themed:focus-within,.outside-border-color-active-green-themed[data-selected=true],.outside-border-color-active-green-themed:active{--outside-border-color: var(--color-green-themed)}.outside-border-color-emerald,.outside-border-color-hover-emerald:hover,.outside-border-color-focus-emerald[data-focused=true],.outside-border-color-focus-emerald:focus,.outside-border-color-focus-emerald:focus-within,.outside-border-color-active-emerald[data-selected=true],.outside-border-color-active-emerald:active{--outside-border-color: var(--color-emerald)}.outside-border-color-emerald-light,.outside-border-color-hover-emerald-light:hover,.outside-border-color-focus-emerald-light[data-focused=true],.outside-border-color-focus-emerald-light:focus,.outside-border-color-focus-emerald-light:focus-within,.outside-border-color-active-emerald-light[data-selected=true],.outside-border-color-active-emerald-light:active{--outside-border-color: var(--color-emerald-light)}.outside-border-color-emerald-dark,.outside-border-color-hover-emerald-dark:hover,.outside-border-color-focus-emerald-dark[data-focused=true],.outside-border-color-focus-emerald-dark:focus,.outside-border-color-focus-emerald-dark:focus-within,.outside-border-color-active-emerald-dark[data-selected=true],.outside-border-color-active-emerald-dark:active{--outside-border-color: var(--color-emerald-dark)}.outside-border-color-emerald-themed,.outside-border-color-hover-emerald-themed:hover,.outside-border-color-focus-emerald-themed[data-focused=true],.outside-border-color-focus-emerald-themed:focus,.outside-border-color-focus-emerald-themed:focus-within,.outside-border-color-active-emerald-themed[data-selected=true],.outside-border-color-active-emerald-themed:active{--outside-border-color: var(--color-emerald-themed)}.outside-border-color-teal,.outside-border-color-hover-teal:hover,.outside-border-color-focus-teal[data-focused=true],.outside-border-color-focus-teal:focus,.outside-border-color-focus-teal:focus-within,.outside-border-color-active-teal[data-selected=true],.outside-border-color-active-teal:active{--outside-border-color: var(--color-teal)}.outside-border-color-teal-light,.outside-border-color-hover-teal-light:hover,.outside-border-color-focus-teal-light[data-focused=true],.outside-border-color-focus-teal-light:focus,.outside-border-color-focus-teal-light:focus-within,.outside-border-color-active-teal-light[data-selected=true],.outside-border-color-active-teal-light:active{--outside-border-color: var(--color-teal-light)}.outside-border-color-teal-dark,.outside-border-color-hover-teal-dark:hover,.outside-border-color-focus-teal-dark[data-focused=true],.outside-border-color-focus-teal-dark:focus,.outside-border-color-focus-teal-dark:focus-within,.outside-border-color-active-teal-dark[data-selected=true],.outside-border-color-active-teal-dark:active{--outside-border-color: var(--color-teal-dark)}.outside-border-color-teal-themed,.outside-border-color-hover-teal-themed:hover,.outside-border-color-focus-teal-themed[data-focused=true],.outside-border-color-focus-teal-themed:focus,.outside-border-color-focus-teal-themed:focus-within,.outside-border-color-active-teal-themed[data-selected=true],.outside-border-color-active-teal-themed:active{--outside-border-color: var(--color-teal-themed)}.outside-border-color-cyan,.outside-border-color-hover-cyan:hover,.outside-border-color-focus-cyan[data-focused=true],.outside-border-color-focus-cyan:focus,.outside-border-color-focus-cyan:focus-within,.outside-border-color-active-cyan[data-selected=true],.outside-border-color-active-cyan:active{--outside-border-color: var(--color-cyan)}.outside-border-color-cyan-light,.outside-border-color-hover-cyan-light:hover,.outside-border-color-focus-cyan-light[data-focused=true],.outside-border-color-focus-cyan-light:focus,.outside-border-color-focus-cyan-light:focus-within,.outside-border-color-active-cyan-light[data-selected=true],.outside-border-color-active-cyan-light:active{--outside-border-color: var(--color-cyan-light)}.outside-border-color-cyan-dark,.outside-border-color-hover-cyan-dark:hover,.outside-border-color-focus-cyan-dark[data-focused=true],.outside-border-color-focus-cyan-dark:focus,.outside-border-color-focus-cyan-dark:focus-within,.outside-border-color-active-cyan-dark[data-selected=true],.outside-border-color-active-cyan-dark:active{--outside-border-color: var(--color-cyan-dark)}.outside-border-color-cyan-themed,.outside-border-color-hover-cyan-themed:hover,.outside-border-color-focus-cyan-themed[data-focused=true],.outside-border-color-focus-cyan-themed:focus,.outside-border-color-focus-cyan-themed:focus-within,.outside-border-color-active-cyan-themed[data-selected=true],.outside-border-color-active-cyan-themed:active{--outside-border-color: var(--color-cyan-themed)}.outside-border-color-sky,.outside-border-color-hover-sky:hover,.outside-border-color-focus-sky[data-focused=true],.outside-border-color-focus-sky:focus,.outside-border-color-focus-sky:focus-within,.outside-border-color-active-sky[data-selected=true],.outside-border-color-active-sky:active{--outside-border-color: var(--color-sky)}.outside-border-color-sky-light,.outside-border-color-hover-sky-light:hover,.outside-border-color-focus-sky-light[data-focused=true],.outside-border-color-focus-sky-light:focus,.outside-border-color-focus-sky-light:focus-within,.outside-border-color-active-sky-light[data-selected=true],.outside-border-color-active-sky-light:active{--outside-border-color: var(--color-sky-light)}.outside-border-color-sky-dark,.outside-border-color-hover-sky-dark:hover,.outside-border-color-focus-sky-dark[data-focused=true],.outside-border-color-focus-sky-dark:focus,.outside-border-color-focus-sky-dark:focus-within,.outside-border-color-active-sky-dark[data-selected=true],.outside-border-color-active-sky-dark:active{--outside-border-color: var(--color-sky-dark)}.outside-border-color-sky-themed,.outside-border-color-hover-sky-themed:hover,.outside-border-color-focus-sky-themed[data-focused=true],.outside-border-color-focus-sky-themed:focus,.outside-border-color-focus-sky-themed:focus-within,.outside-border-color-active-sky-themed[data-selected=true],.outside-border-color-active-sky-themed:active{--outside-border-color: var(--color-sky-themed)}.outside-border-color-blue,.outside-border-color-hover-blue:hover,.outside-border-color-focus-blue[data-focused=true],.outside-border-color-focus-blue:focus,.outside-border-color-focus-blue:focus-within,.outside-border-color-active-blue[data-selected=true],.outside-border-color-active-blue:active{--outside-border-color: var(--color-blue)}.outside-border-color-blue-light,.outside-border-color-hover-blue-light:hover,.outside-border-color-focus-blue-light[data-focused=true],.outside-border-color-focus-blue-light:focus,.outside-border-color-focus-blue-light:focus-within,.outside-border-color-active-blue-light[data-selected=true],.outside-border-color-active-blue-light:active{--outside-border-color: var(--color-blue-light)}.outside-border-color-blue-dark,.outside-border-color-hover-blue-dark:hover,.outside-border-color-focus-blue-dark[data-focused=true],.outside-border-color-focus-blue-dark:focus,.outside-border-color-focus-blue-dark:focus-within,.outside-border-color-active-blue-dark[data-selected=true],.outside-border-color-active-blue-dark:active{--outside-border-color: var(--color-blue-dark)}.outside-border-color-blue-themed,.outside-border-color-hover-blue-themed:hover,.outside-border-color-focus-blue-themed[data-focused=true],.outside-border-color-focus-blue-themed:focus,.outside-border-color-focus-blue-themed:focus-within,.outside-border-color-active-blue-themed[data-selected=true],.outside-border-color-active-blue-themed:active{--outside-border-color: var(--color-blue-themed)}.outside-border-color-indigo,.outside-border-color-hover-indigo:hover,.outside-border-color-focus-indigo[data-focused=true],.outside-border-color-focus-indigo:focus,.outside-border-color-focus-indigo:focus-within,.outside-border-color-active-indigo[data-selected=true],.outside-border-color-active-indigo:active{--outside-border-color: var(--color-indigo)}.outside-border-color-indigo-light,.outside-border-color-hover-indigo-light:hover,.outside-border-color-focus-indigo-light[data-focused=true],.outside-border-color-focus-indigo-light:focus,.outside-border-color-focus-indigo-light:focus-within,.outside-border-color-active-indigo-light[data-selected=true],.outside-border-color-active-indigo-light:active{--outside-border-color: var(--color-indigo-light)}.outside-border-color-indigo-dark,.outside-border-color-hover-indigo-dark:hover,.outside-border-color-focus-indigo-dark[data-focused=true],.outside-border-color-focus-indigo-dark:focus,.outside-border-color-focus-indigo-dark:focus-within,.outside-border-color-active-indigo-dark[data-selected=true],.outside-border-color-active-indigo-dark:active{--outside-border-color: var(--color-indigo-dark)}.outside-border-color-indigo-themed,.outside-border-color-hover-indigo-themed:hover,.outside-border-color-focus-indigo-themed[data-focused=true],.outside-border-color-focus-indigo-themed:focus,.outside-border-color-focus-indigo-themed:focus-within,.outside-border-color-active-indigo-themed[data-selected=true],.outside-border-color-active-indigo-themed:active{--outside-border-color: var(--color-indigo-themed)}.outside-border-color-violet,.outside-border-color-hover-violet:hover,.outside-border-color-focus-violet[data-focused=true],.outside-border-color-focus-violet:focus,.outside-border-color-focus-violet:focus-within,.outside-border-color-active-violet[data-selected=true],.outside-border-color-active-violet:active{--outside-border-color: var(--color-violet)}.outside-border-color-violet-light,.outside-border-color-hover-violet-light:hover,.outside-border-color-focus-violet-light[data-focused=true],.outside-border-color-focus-violet-light:focus,.outside-border-color-focus-violet-light:focus-within,.outside-border-color-active-violet-light[data-selected=true],.outside-border-color-active-violet-light:active{--outside-border-color: var(--color-violet-light)}.outside-border-color-violet-dark,.outside-border-color-hover-violet-dark:hover,.outside-border-color-focus-violet-dark[data-focused=true],.outside-border-color-focus-violet-dark:focus,.outside-border-color-focus-violet-dark:focus-within,.outside-border-color-active-violet-dark[data-selected=true],.outside-border-color-active-violet-dark:active{--outside-border-color: var(--color-violet-dark)}.outside-border-color-violet-themed,.outside-border-color-hover-violet-themed:hover,.outside-border-color-focus-violet-themed[data-focused=true],.outside-border-color-focus-violet-themed:focus,.outside-border-color-focus-violet-themed:focus-within,.outside-border-color-active-violet-themed[data-selected=true],.outside-border-color-active-violet-themed:active{--outside-border-color: var(--color-violet-themed)}.outside-border-color-purple,.outside-border-color-hover-purple:hover,.outside-border-color-focus-purple[data-focused=true],.outside-border-color-focus-purple:focus,.outside-border-color-focus-purple:focus-within,.outside-border-color-active-purple[data-selected=true],.outside-border-color-active-purple:active{--outside-border-color: var(--color-purple)}.outside-border-color-purple-light,.outside-border-color-hover-purple-light:hover,.outside-border-color-focus-purple-light[data-focused=true],.outside-border-color-focus-purple-light:focus,.outside-border-color-focus-purple-light:focus-within,.outside-border-color-active-purple-light[data-selected=true],.outside-border-color-active-purple-light:active{--outside-border-color: var(--color-purple-light)}.outside-border-color-purple-dark,.outside-border-color-hover-purple-dark:hover,.outside-border-color-focus-purple-dark[data-focused=true],.outside-border-color-focus-purple-dark:focus,.outside-border-color-focus-purple-dark:focus-within,.outside-border-color-active-purple-dark[data-selected=true],.outside-border-color-active-purple-dark:active{--outside-border-color: var(--color-purple-dark)}.outside-border-color-purple-themed,.outside-border-color-hover-purple-themed:hover,.outside-border-color-focus-purple-themed[data-focused=true],.outside-border-color-focus-purple-themed:focus,.outside-border-color-focus-purple-themed:focus-within,.outside-border-color-active-purple-themed[data-selected=true],.outside-border-color-active-purple-themed:active{--outside-border-color: var(--color-purple-themed)}.outside-border-color-fuchsia,.outside-border-color-hover-fuchsia:hover,.outside-border-color-focus-fuchsia[data-focused=true],.outside-border-color-focus-fuchsia:focus,.outside-border-color-focus-fuchsia:focus-within,.outside-border-color-active-fuchsia[data-selected=true],.outside-border-color-active-fuchsia:active{--outside-border-color: var(--color-fuchsia)}.outside-border-color-fuchsia-light,.outside-border-color-hover-fuchsia-light:hover,.outside-border-color-focus-fuchsia-light[data-focused=true],.outside-border-color-focus-fuchsia-light:focus,.outside-border-color-focus-fuchsia-light:focus-within,.outside-border-color-active-fuchsia-light[data-selected=true],.outside-border-color-active-fuchsia-light:active{--outside-border-color: var(--color-fuchsia-light)}.outside-border-color-fuchsia-dark,.outside-border-color-hover-fuchsia-dark:hover,.outside-border-color-focus-fuchsia-dark[data-focused=true],.outside-border-color-focus-fuchsia-dark:focus,.outside-border-color-focus-fuchsia-dark:focus-within,.outside-border-color-active-fuchsia-dark[data-selected=true],.outside-border-color-active-fuchsia-dark:active{--outside-border-color: var(--color-fuchsia-dark)}.outside-border-color-fuchsia-themed,.outside-border-color-hover-fuchsia-themed:hover,.outside-border-color-focus-fuchsia-themed[data-focused=true],.outside-border-color-focus-fuchsia-themed:focus,.outside-border-color-focus-fuchsia-themed:focus-within,.outside-border-color-active-fuchsia-themed[data-selected=true],.outside-border-color-active-fuchsia-themed:active{--outside-border-color: var(--color-fuchsia-themed)}.outside-border-color-pink,.outside-border-color-hover-pink:hover,.outside-border-color-focus-pink[data-focused=true],.outside-border-color-focus-pink:focus,.outside-border-color-focus-pink:focus-within,.outside-border-color-active-pink[data-selected=true],.outside-border-color-active-pink:active{--outside-border-color: var(--color-pink)}.outside-border-color-pink-light,.outside-border-color-hover-pink-light:hover,.outside-border-color-focus-pink-light[data-focused=true],.outside-border-color-focus-pink-light:focus,.outside-border-color-focus-pink-light:focus-within,.outside-border-color-active-pink-light[data-selected=true],.outside-border-color-active-pink-light:active{--outside-border-color: var(--color-pink-light)}.outside-border-color-pink-dark,.outside-border-color-hover-pink-dark:hover,.outside-border-color-focus-pink-dark[data-focused=true],.outside-border-color-focus-pink-dark:focus,.outside-border-color-focus-pink-dark:focus-within,.outside-border-color-active-pink-dark[data-selected=true],.outside-border-color-active-pink-dark:active{--outside-border-color: var(--color-pink-dark)}.outside-border-color-pink-themed,.outside-border-color-hover-pink-themed:hover,.outside-border-color-focus-pink-themed[data-focused=true],.outside-border-color-focus-pink-themed:focus,.outside-border-color-focus-pink-themed:focus-within,.outside-border-color-active-pink-themed[data-selected=true],.outside-border-color-active-pink-themed:active{--outside-border-color: var(--color-pink-themed)}.outside-border-color-rose,.outside-border-color-hover-rose:hover,.outside-border-color-focus-rose[data-focused=true],.outside-border-color-focus-rose:focus,.outside-border-color-focus-rose:focus-within,.outside-border-color-active-rose[data-selected=true],.outside-border-color-active-rose:active{--outside-border-color: var(--color-rose)}.outside-border-color-rose-light,.outside-border-color-hover-rose-light:hover,.outside-border-color-focus-rose-light[data-focused=true],.outside-border-color-focus-rose-light:focus,.outside-border-color-focus-rose-light:focus-within,.outside-border-color-active-rose-light[data-selected=true],.outside-border-color-active-rose-light:active{--outside-border-color: var(--color-rose-light)}.outside-border-color-rose-dark,.outside-border-color-hover-rose-dark:hover,.outside-border-color-focus-rose-dark[data-focused=true],.outside-border-color-focus-rose-dark:focus,.outside-border-color-focus-rose-dark:focus-within,.outside-border-color-active-rose-dark[data-selected=true],.outside-border-color-active-rose-dark:active{--outside-border-color: var(--color-rose-dark)}.outside-border-color-rose-themed,.outside-border-color-hover-rose-themed:hover,.outside-border-color-focus-rose-themed[data-focused=true],.outside-border-color-focus-rose-themed:focus,.outside-border-color-focus-rose-themed:focus-within,.outside-border-color-active-rose-themed[data-selected=true],.outside-border-color-active-rose-themed:active{--outside-border-color: var(--color-rose-themed)}.outside-border-color-slate,.outside-border-color-hover-slate:hover,.outside-border-color-focus-slate[data-focused=true],.outside-border-color-focus-slate:focus,.outside-border-color-focus-slate:focus-within,.outside-border-color-active-slate[data-selected=true],.outside-border-color-active-slate:active{--outside-border-color: var(--color-slate)}.outside-border-color-slate-light,.outside-border-color-hover-slate-light:hover,.outside-border-color-focus-slate-light[data-focused=true],.outside-border-color-focus-slate-light:focus,.outside-border-color-focus-slate-light:focus-within,.outside-border-color-active-slate-light[data-selected=true],.outside-border-color-active-slate-light:active{--outside-border-color: var(--color-slate-light)}.outside-border-color-slate-dark,.outside-border-color-hover-slate-dark:hover,.outside-border-color-focus-slate-dark[data-focused=true],.outside-border-color-focus-slate-dark:focus,.outside-border-color-focus-slate-dark:focus-within,.outside-border-color-active-slate-dark[data-selected=true],.outside-border-color-active-slate-dark:active{--outside-border-color: var(--color-slate-dark)}.outside-border-color-slate-themed,.outside-border-color-hover-slate-themed:hover,.outside-border-color-focus-slate-themed[data-focused=true],.outside-border-color-focus-slate-themed:focus,.outside-border-color-focus-slate-themed:focus-within,.outside-border-color-active-slate-themed[data-selected=true],.outside-border-color-active-slate-themed:active{--outside-border-color: var(--color-slate-themed)}.outside-border-color-gray,.outside-border-color-hover-gray:hover,.outside-border-color-focus-gray[data-focused=true],.outside-border-color-focus-gray:focus,.outside-border-color-focus-gray:focus-within,.outside-border-color-active-gray[data-selected=true],.outside-border-color-active-gray:active{--outside-border-color: var(--color-gray)}.outside-border-color-gray-light,.outside-border-color-hover-gray-light:hover,.outside-border-color-focus-gray-light[data-focused=true],.outside-border-color-focus-gray-light:focus,.outside-border-color-focus-gray-light:focus-within,.outside-border-color-active-gray-light[data-selected=true],.outside-border-color-active-gray-light:active{--outside-border-color: var(--color-gray-light)}.outside-border-color-gray-dark,.outside-border-color-hover-gray-dark:hover,.outside-border-color-focus-gray-dark[data-focused=true],.outside-border-color-focus-gray-dark:focus,.outside-border-color-focus-gray-dark:focus-within,.outside-border-color-active-gray-dark[data-selected=true],.outside-border-color-active-gray-dark:active{--outside-border-color: var(--color-gray-dark)}.outside-border-color-gray-themed,.outside-border-color-hover-gray-themed:hover,.outside-border-color-focus-gray-themed[data-focused=true],.outside-border-color-focus-gray-themed:focus,.outside-border-color-focus-gray-themed:focus-within,.outside-border-color-active-gray-themed[data-selected=true],.outside-border-color-active-gray-themed:active{--outside-border-color: var(--color-gray-themed)}.outside-border-color-zinc,.outside-border-color-hover-zinc:hover,.outside-border-color-focus-zinc[data-focused=true],.outside-border-color-focus-zinc:focus,.outside-border-color-focus-zinc:focus-within,.outside-border-color-active-zinc[data-selected=true],.outside-border-color-active-zinc:active{--outside-border-color: var(--color-zinc)}.outside-border-color-zinc-light,.outside-border-color-hover-zinc-light:hover,.outside-border-color-focus-zinc-light[data-focused=true],.outside-border-color-focus-zinc-light:focus,.outside-border-color-focus-zinc-light:focus-within,.outside-border-color-active-zinc-light[data-selected=true],.outside-border-color-active-zinc-light:active{--outside-border-color: var(--color-zinc-light)}.outside-border-color-zinc-dark,.outside-border-color-hover-zinc-dark:hover,.outside-border-color-focus-zinc-dark[data-focused=true],.outside-border-color-focus-zinc-dark:focus,.outside-border-color-focus-zinc-dark:focus-within,.outside-border-color-active-zinc-dark[data-selected=true],.outside-border-color-active-zinc-dark:active{--outside-border-color: var(--color-zinc-dark)}.outside-border-color-zinc-themed,.outside-border-color-hover-zinc-themed:hover,.outside-border-color-focus-zinc-themed[data-focused=true],.outside-border-color-focus-zinc-themed:focus,.outside-border-color-focus-zinc-themed:focus-within,.outside-border-color-active-zinc-themed[data-selected=true],.outside-border-color-active-zinc-themed:active{--outside-border-color: var(--color-zinc-themed)}.outside-border-color-neutral,.outside-border-color-hover-neutral:hover,.outside-border-color-focus-neutral[data-focused=true],.outside-border-color-focus-neutral:focus,.outside-border-color-focus-neutral:focus-within,.outside-border-color-active-neutral[data-selected=true],.outside-border-color-active-neutral:active{--outside-border-color: var(--color-neutral)}.outside-border-color-neutral-light,.outside-border-color-hover-neutral-light:hover,.outside-border-color-focus-neutral-light[data-focused=true],.outside-border-color-focus-neutral-light:focus,.outside-border-color-focus-neutral-light:focus-within,.outside-border-color-active-neutral-light[data-selected=true],.outside-border-color-active-neutral-light:active{--outside-border-color: var(--color-neutral-light)}.outside-border-color-neutral-dark,.outside-border-color-hover-neutral-dark:hover,.outside-border-color-focus-neutral-dark[data-focused=true],.outside-border-color-focus-neutral-dark:focus,.outside-border-color-focus-neutral-dark:focus-within,.outside-border-color-active-neutral-dark[data-selected=true],.outside-border-color-active-neutral-dark:active{--outside-border-color: var(--color-neutral-dark)}.outside-border-color-neutral-themed,.outside-border-color-hover-neutral-themed:hover,.outside-border-color-focus-neutral-themed[data-focused=true],.outside-border-color-focus-neutral-themed:focus,.outside-border-color-focus-neutral-themed:focus-within,.outside-border-color-active-neutral-themed[data-selected=true],.outside-border-color-active-neutral-themed:active{--outside-border-color: var(--color-neutral-themed)}.outside-border-color-stone,.outside-border-color-hover-stone:hover,.outside-border-color-focus-stone[data-focused=true],.outside-border-color-focus-stone:focus,.outside-border-color-focus-stone:focus-within,.outside-border-color-active-stone[data-selected=true],.outside-border-color-active-stone:active{--outside-border-color: var(--color-stone)}.outside-border-color-stone-light,.outside-border-color-hover-stone-light:hover,.outside-border-color-focus-stone-light[data-focused=true],.outside-border-color-focus-stone-light:focus,.outside-border-color-focus-stone-light:focus-within,.outside-border-color-active-stone-light[data-selected=true],.outside-border-color-active-stone-light:active{--outside-border-color: var(--color-stone-light)}.outside-border-color-stone-dark,.outside-border-color-hover-stone-dark:hover,.outside-border-color-focus-stone-dark[data-focused=true],.outside-border-color-focus-stone-dark:focus,.outside-border-color-focus-stone-dark:focus-within,.outside-border-color-active-stone-dark[data-selected=true],.outside-border-color-active-stone-dark:active{--outside-border-color: var(--color-stone-dark)}.outside-border-color-stone-themed,.outside-border-color-hover-stone-themed:hover,.outside-border-color-focus-stone-themed[data-focused=true],.outside-border-color-focus-stone-themed:focus,.outside-border-color-focus-stone-themed:focus-within,.outside-border-color-active-stone-themed[data-selected=true],.outside-border-color-active-stone-themed:active{--outside-border-color: var(--color-stone-themed)}.outside-border-color-white,.outside-border-color-hover-white:hover,.outside-border-color-focus-white[data-focused=true],.outside-border-color-focus-white:focus,.outside-border-color-focus-white:focus-within,.outside-border-color-active-white[data-selected=true],.outside-border-color-active-white:active{--outside-border-color: var(--color-white)}.outside-border-color-black,.outside-border-color-hover-black:hover,.outside-border-color-focus-black[data-focused=true],.outside-border-color-focus-black:focus,.outside-border-color-focus-black:focus-within,.outside-border-color-active-black[data-selected=true],.outside-border-color-active-black:active{--outside-border-color: var(--color-black)}.outside-border-color-transparent,.outside-border-color-hover-transparent:hover,.outside-border-color-focus-transparent[data-focused=true],.outside-border-color-focus-transparent:focus,.outside-border-color-focus-transparent:focus-within,.outside-border-color-active-transparent[data-selected=true],.outside-border-color-active-transparent:active{--outside-border-color: var(--color-transparent)}.outside-border-color-red-0,.outside-border-color-hover-red-0:hover,.outside-border-color-focus-red-0[data-focused=true],.outside-border-color-focus-red-0:focus,.outside-border-color-focus-red-0:focus-within,.outside-border-color-active-red-0[data-selected=true],.outside-border-color-active-red-0:active{--outside-border-color: var(--color-red-0)}.outside-border-color-red-1,.outside-border-color-hover-red-1:hover,.outside-border-color-focus-red-1[data-focused=true],.outside-border-color-focus-red-1:focus,.outside-border-color-focus-red-1:focus-within,.outside-border-color-active-red-1[data-selected=true],.outside-border-color-active-red-1:active{--outside-border-color: var(--color-red-1)}.outside-border-color-red-2,.outside-border-color-hover-red-2:hover,.outside-border-color-focus-red-2[data-focused=true],.outside-border-color-focus-red-2:focus,.outside-border-color-focus-red-2:focus-within,.outside-border-color-active-red-2[data-selected=true],.outside-border-color-active-red-2:active{--outside-border-color: var(--color-red-2)}.outside-border-color-red-3,.outside-border-color-hover-red-3:hover,.outside-border-color-focus-red-3[data-focused=true],.outside-border-color-focus-red-3:focus,.outside-border-color-focus-red-3:focus-within,.outside-border-color-active-red-3[data-selected=true],.outside-border-color-active-red-3:active{--outside-border-color: var(--color-red-3)}.outside-border-color-red-4,.outside-border-color-hover-red-4:hover,.outside-border-color-focus-red-4[data-focused=true],.outside-border-color-focus-red-4:focus,.outside-border-color-focus-red-4:focus-within,.outside-border-color-active-red-4[data-selected=true],.outside-border-color-active-red-4:active{--outside-border-color: var(--color-red-4)}.outside-border-color-red-5,.outside-border-color-hover-red-5:hover,.outside-border-color-focus-red-5[data-focused=true],.outside-border-color-focus-red-5:focus,.outside-border-color-focus-red-5:focus-within,.outside-border-color-active-red-5[data-selected=true],.outside-border-color-active-red-5:active{--outside-border-color: var(--color-red-5)}.outside-border-color-red-6,.outside-border-color-hover-red-6:hover,.outside-border-color-focus-red-6[data-focused=true],.outside-border-color-focus-red-6:focus,.outside-border-color-focus-red-6:focus-within,.outside-border-color-active-red-6[data-selected=true],.outside-border-color-active-red-6:active{--outside-border-color: var(--color-red-6)}.outside-border-color-red-7,.outside-border-color-hover-red-7:hover,.outside-border-color-focus-red-7[data-focused=true],.outside-border-color-focus-red-7:focus,.outside-border-color-focus-red-7:focus-within,.outside-border-color-active-red-7[data-selected=true],.outside-border-color-active-red-7:active{--outside-border-color: var(--color-red-7)}.outside-border-color-red-8,.outside-border-color-hover-red-8:hover,.outside-border-color-focus-red-8[data-focused=true],.outside-border-color-focus-red-8:focus,.outside-border-color-focus-red-8:focus-within,.outside-border-color-active-red-8[data-selected=true],.outside-border-color-active-red-8:active{--outside-border-color: var(--color-red-8)}.outside-border-color-red-9,.outside-border-color-hover-red-9:hover,.outside-border-color-focus-red-9[data-focused=true],.outside-border-color-focus-red-9:focus,.outside-border-color-focus-red-9:focus-within,.outside-border-color-active-red-9[data-selected=true],.outside-border-color-active-red-9:active{--outside-border-color: var(--color-red-9)}.outside-border-color-red-10,.outside-border-color-hover-red-10:hover,.outside-border-color-focus-red-10[data-focused=true],.outside-border-color-focus-red-10:focus,.outside-border-color-focus-red-10:focus-within,.outside-border-color-active-red-10[data-selected=true],.outside-border-color-active-red-10:active{--outside-border-color: var(--color-red-10)}.outside-border-color-orange-0,.outside-border-color-hover-orange-0:hover,.outside-border-color-focus-orange-0[data-focused=true],.outside-border-color-focus-orange-0:focus,.outside-border-color-focus-orange-0:focus-within,.outside-border-color-active-orange-0[data-selected=true],.outside-border-color-active-orange-0:active{--outside-border-color: var(--color-orange-0)}.outside-border-color-orange-1,.outside-border-color-hover-orange-1:hover,.outside-border-color-focus-orange-1[data-focused=true],.outside-border-color-focus-orange-1:focus,.outside-border-color-focus-orange-1:focus-within,.outside-border-color-active-orange-1[data-selected=true],.outside-border-color-active-orange-1:active{--outside-border-color: var(--color-orange-1)}.outside-border-color-orange-2,.outside-border-color-hover-orange-2:hover,.outside-border-color-focus-orange-2[data-focused=true],.outside-border-color-focus-orange-2:focus,.outside-border-color-focus-orange-2:focus-within,.outside-border-color-active-orange-2[data-selected=true],.outside-border-color-active-orange-2:active{--outside-border-color: var(--color-orange-2)}.outside-border-color-orange-3,.outside-border-color-hover-orange-3:hover,.outside-border-color-focus-orange-3[data-focused=true],.outside-border-color-focus-orange-3:focus,.outside-border-color-focus-orange-3:focus-within,.outside-border-color-active-orange-3[data-selected=true],.outside-border-color-active-orange-3:active{--outside-border-color: var(--color-orange-3)}.outside-border-color-orange-4,.outside-border-color-hover-orange-4:hover,.outside-border-color-focus-orange-4[data-focused=true],.outside-border-color-focus-orange-4:focus,.outside-border-color-focus-orange-4:focus-within,.outside-border-color-active-orange-4[data-selected=true],.outside-border-color-active-orange-4:active{--outside-border-color: var(--color-orange-4)}.outside-border-color-orange-5,.outside-border-color-hover-orange-5:hover,.outside-border-color-focus-orange-5[data-focused=true],.outside-border-color-focus-orange-5:focus,.outside-border-color-focus-orange-5:focus-within,.outside-border-color-active-orange-5[data-selected=true],.outside-border-color-active-orange-5:active{--outside-border-color: var(--color-orange-5)}.outside-border-color-orange-6,.outside-border-color-hover-orange-6:hover,.outside-border-color-focus-orange-6[data-focused=true],.outside-border-color-focus-orange-6:focus,.outside-border-color-focus-orange-6:focus-within,.outside-border-color-active-orange-6[data-selected=true],.outside-border-color-active-orange-6:active{--outside-border-color: var(--color-orange-6)}.outside-border-color-orange-7,.outside-border-color-hover-orange-7:hover,.outside-border-color-focus-orange-7[data-focused=true],.outside-border-color-focus-orange-7:focus,.outside-border-color-focus-orange-7:focus-within,.outside-border-color-active-orange-7[data-selected=true],.outside-border-color-active-orange-7:active{--outside-border-color: var(--color-orange-7)}.outside-border-color-orange-8,.outside-border-color-hover-orange-8:hover,.outside-border-color-focus-orange-8[data-focused=true],.outside-border-color-focus-orange-8:focus,.outside-border-color-focus-orange-8:focus-within,.outside-border-color-active-orange-8[data-selected=true],.outside-border-color-active-orange-8:active{--outside-border-color: var(--color-orange-8)}.outside-border-color-orange-9,.outside-border-color-hover-orange-9:hover,.outside-border-color-focus-orange-9[data-focused=true],.outside-border-color-focus-orange-9:focus,.outside-border-color-focus-orange-9:focus-within,.outside-border-color-active-orange-9[data-selected=true],.outside-border-color-active-orange-9:active{--outside-border-color: var(--color-orange-9)}.outside-border-color-orange-10,.outside-border-color-hover-orange-10:hover,.outside-border-color-focus-orange-10[data-focused=true],.outside-border-color-focus-orange-10:focus,.outside-border-color-focus-orange-10:focus-within,.outside-border-color-active-orange-10[data-selected=true],.outside-border-color-active-orange-10:active{--outside-border-color: var(--color-orange-10)}.outside-border-color-amber-0,.outside-border-color-hover-amber-0:hover,.outside-border-color-focus-amber-0[data-focused=true],.outside-border-color-focus-amber-0:focus,.outside-border-color-focus-amber-0:focus-within,.outside-border-color-active-amber-0[data-selected=true],.outside-border-color-active-amber-0:active{--outside-border-color: var(--color-amber-0)}.outside-border-color-amber-1,.outside-border-color-hover-amber-1:hover,.outside-border-color-focus-amber-1[data-focused=true],.outside-border-color-focus-amber-1:focus,.outside-border-color-focus-amber-1:focus-within,.outside-border-color-active-amber-1[data-selected=true],.outside-border-color-active-amber-1:active{--outside-border-color: var(--color-amber-1)}.outside-border-color-amber-2,.outside-border-color-hover-amber-2:hover,.outside-border-color-focus-amber-2[data-focused=true],.outside-border-color-focus-amber-2:focus,.outside-border-color-focus-amber-2:focus-within,.outside-border-color-active-amber-2[data-selected=true],.outside-border-color-active-amber-2:active{--outside-border-color: var(--color-amber-2)}.outside-border-color-amber-3,.outside-border-color-hover-amber-3:hover,.outside-border-color-focus-amber-3[data-focused=true],.outside-border-color-focus-amber-3:focus,.outside-border-color-focus-amber-3:focus-within,.outside-border-color-active-amber-3[data-selected=true],.outside-border-color-active-amber-3:active{--outside-border-color: var(--color-amber-3)}.outside-border-color-amber-4,.outside-border-color-hover-amber-4:hover,.outside-border-color-focus-amber-4[data-focused=true],.outside-border-color-focus-amber-4:focus,.outside-border-color-focus-amber-4:focus-within,.outside-border-color-active-amber-4[data-selected=true],.outside-border-color-active-amber-4:active{--outside-border-color: var(--color-amber-4)}.outside-border-color-amber-5,.outside-border-color-hover-amber-5:hover,.outside-border-color-focus-amber-5[data-focused=true],.outside-border-color-focus-amber-5:focus,.outside-border-color-focus-amber-5:focus-within,.outside-border-color-active-amber-5[data-selected=true],.outside-border-color-active-amber-5:active{--outside-border-color: var(--color-amber-5)}.outside-border-color-amber-6,.outside-border-color-hover-amber-6:hover,.outside-border-color-focus-amber-6[data-focused=true],.outside-border-color-focus-amber-6:focus,.outside-border-color-focus-amber-6:focus-within,.outside-border-color-active-amber-6[data-selected=true],.outside-border-color-active-amber-6:active{--outside-border-color: var(--color-amber-6)}.outside-border-color-amber-7,.outside-border-color-hover-amber-7:hover,.outside-border-color-focus-amber-7[data-focused=true],.outside-border-color-focus-amber-7:focus,.outside-border-color-focus-amber-7:focus-within,.outside-border-color-active-amber-7[data-selected=true],.outside-border-color-active-amber-7:active{--outside-border-color: var(--color-amber-7)}.outside-border-color-amber-8,.outside-border-color-hover-amber-8:hover,.outside-border-color-focus-amber-8[data-focused=true],.outside-border-color-focus-amber-8:focus,.outside-border-color-focus-amber-8:focus-within,.outside-border-color-active-amber-8[data-selected=true],.outside-border-color-active-amber-8:active{--outside-border-color: var(--color-amber-8)}.outside-border-color-amber-9,.outside-border-color-hover-amber-9:hover,.outside-border-color-focus-amber-9[data-focused=true],.outside-border-color-focus-amber-9:focus,.outside-border-color-focus-amber-9:focus-within,.outside-border-color-active-amber-9[data-selected=true],.outside-border-color-active-amber-9:active{--outside-border-color: var(--color-amber-9)}.outside-border-color-amber-10,.outside-border-color-hover-amber-10:hover,.outside-border-color-focus-amber-10[data-focused=true],.outside-border-color-focus-amber-10:focus,.outside-border-color-focus-amber-10:focus-within,.outside-border-color-active-amber-10[data-selected=true],.outside-border-color-active-amber-10:active{--outside-border-color: var(--color-amber-10)}.outside-border-color-yellow-0,.outside-border-color-hover-yellow-0:hover,.outside-border-color-focus-yellow-0[data-focused=true],.outside-border-color-focus-yellow-0:focus,.outside-border-color-focus-yellow-0:focus-within,.outside-border-color-active-yellow-0[data-selected=true],.outside-border-color-active-yellow-0:active{--outside-border-color: var(--color-yellow-0)}.outside-border-color-yellow-1,.outside-border-color-hover-yellow-1:hover,.outside-border-color-focus-yellow-1[data-focused=true],.outside-border-color-focus-yellow-1:focus,.outside-border-color-focus-yellow-1:focus-within,.outside-border-color-active-yellow-1[data-selected=true],.outside-border-color-active-yellow-1:active{--outside-border-color: var(--color-yellow-1)}.outside-border-color-yellow-2,.outside-border-color-hover-yellow-2:hover,.outside-border-color-focus-yellow-2[data-focused=true],.outside-border-color-focus-yellow-2:focus,.outside-border-color-focus-yellow-2:focus-within,.outside-border-color-active-yellow-2[data-selected=true],.outside-border-color-active-yellow-2:active{--outside-border-color: var(--color-yellow-2)}.outside-border-color-yellow-3,.outside-border-color-hover-yellow-3:hover,.outside-border-color-focus-yellow-3[data-focused=true],.outside-border-color-focus-yellow-3:focus,.outside-border-color-focus-yellow-3:focus-within,.outside-border-color-active-yellow-3[data-selected=true],.outside-border-color-active-yellow-3:active{--outside-border-color: var(--color-yellow-3)}.outside-border-color-yellow-4,.outside-border-color-hover-yellow-4:hover,.outside-border-color-focus-yellow-4[data-focused=true],.outside-border-color-focus-yellow-4:focus,.outside-border-color-focus-yellow-4:focus-within,.outside-border-color-active-yellow-4[data-selected=true],.outside-border-color-active-yellow-4:active{--outside-border-color: var(--color-yellow-4)}.outside-border-color-yellow-5,.outside-border-color-hover-yellow-5:hover,.outside-border-color-focus-yellow-5[data-focused=true],.outside-border-color-focus-yellow-5:focus,.outside-border-color-focus-yellow-5:focus-within,.outside-border-color-active-yellow-5[data-selected=true],.outside-border-color-active-yellow-5:active{--outside-border-color: var(--color-yellow-5)}.outside-border-color-yellow-6,.outside-border-color-hover-yellow-6:hover,.outside-border-color-focus-yellow-6[data-focused=true],.outside-border-color-focus-yellow-6:focus,.outside-border-color-focus-yellow-6:focus-within,.outside-border-color-active-yellow-6[data-selected=true],.outside-border-color-active-yellow-6:active{--outside-border-color: var(--color-yellow-6)}.outside-border-color-yellow-7,.outside-border-color-hover-yellow-7:hover,.outside-border-color-focus-yellow-7[data-focused=true],.outside-border-color-focus-yellow-7:focus,.outside-border-color-focus-yellow-7:focus-within,.outside-border-color-active-yellow-7[data-selected=true],.outside-border-color-active-yellow-7:active{--outside-border-color: var(--color-yellow-7)}.outside-border-color-yellow-8,.outside-border-color-hover-yellow-8:hover,.outside-border-color-focus-yellow-8[data-focused=true],.outside-border-color-focus-yellow-8:focus,.outside-border-color-focus-yellow-8:focus-within,.outside-border-color-active-yellow-8[data-selected=true],.outside-border-color-active-yellow-8:active{--outside-border-color: var(--color-yellow-8)}.outside-border-color-yellow-9,.outside-border-color-hover-yellow-9:hover,.outside-border-color-focus-yellow-9[data-focused=true],.outside-border-color-focus-yellow-9:focus,.outside-border-color-focus-yellow-9:focus-within,.outside-border-color-active-yellow-9[data-selected=true],.outside-border-color-active-yellow-9:active{--outside-border-color: var(--color-yellow-9)}.outside-border-color-yellow-10,.outside-border-color-hover-yellow-10:hover,.outside-border-color-focus-yellow-10[data-focused=true],.outside-border-color-focus-yellow-10:focus,.outside-border-color-focus-yellow-10:focus-within,.outside-border-color-active-yellow-10[data-selected=true],.outside-border-color-active-yellow-10:active{--outside-border-color: var(--color-yellow-10)}.outside-border-color-lime-0,.outside-border-color-hover-lime-0:hover,.outside-border-color-focus-lime-0[data-focused=true],.outside-border-color-focus-lime-0:focus,.outside-border-color-focus-lime-0:focus-within,.outside-border-color-active-lime-0[data-selected=true],.outside-border-color-active-lime-0:active{--outside-border-color: var(--color-lime-0)}.outside-border-color-lime-1,.outside-border-color-hover-lime-1:hover,.outside-border-color-focus-lime-1[data-focused=true],.outside-border-color-focus-lime-1:focus,.outside-border-color-focus-lime-1:focus-within,.outside-border-color-active-lime-1[data-selected=true],.outside-border-color-active-lime-1:active{--outside-border-color: var(--color-lime-1)}.outside-border-color-lime-2,.outside-border-color-hover-lime-2:hover,.outside-border-color-focus-lime-2[data-focused=true],.outside-border-color-focus-lime-2:focus,.outside-border-color-focus-lime-2:focus-within,.outside-border-color-active-lime-2[data-selected=true],.outside-border-color-active-lime-2:active{--outside-border-color: var(--color-lime-2)}.outside-border-color-lime-3,.outside-border-color-hover-lime-3:hover,.outside-border-color-focus-lime-3[data-focused=true],.outside-border-color-focus-lime-3:focus,.outside-border-color-focus-lime-3:focus-within,.outside-border-color-active-lime-3[data-selected=true],.outside-border-color-active-lime-3:active{--outside-border-color: var(--color-lime-3)}.outside-border-color-lime-4,.outside-border-color-hover-lime-4:hover,.outside-border-color-focus-lime-4[data-focused=true],.outside-border-color-focus-lime-4:focus,.outside-border-color-focus-lime-4:focus-within,.outside-border-color-active-lime-4[data-selected=true],.outside-border-color-active-lime-4:active{--outside-border-color: var(--color-lime-4)}.outside-border-color-lime-5,.outside-border-color-hover-lime-5:hover,.outside-border-color-focus-lime-5[data-focused=true],.outside-border-color-focus-lime-5:focus,.outside-border-color-focus-lime-5:focus-within,.outside-border-color-active-lime-5[data-selected=true],.outside-border-color-active-lime-5:active{--outside-border-color: var(--color-lime-5)}.outside-border-color-lime-6,.outside-border-color-hover-lime-6:hover,.outside-border-color-focus-lime-6[data-focused=true],.outside-border-color-focus-lime-6:focus,.outside-border-color-focus-lime-6:focus-within,.outside-border-color-active-lime-6[data-selected=true],.outside-border-color-active-lime-6:active{--outside-border-color: var(--color-lime-6)}.outside-border-color-lime-7,.outside-border-color-hover-lime-7:hover,.outside-border-color-focus-lime-7[data-focused=true],.outside-border-color-focus-lime-7:focus,.outside-border-color-focus-lime-7:focus-within,.outside-border-color-active-lime-7[data-selected=true],.outside-border-color-active-lime-7:active{--outside-border-color: var(--color-lime-7)}.outside-border-color-lime-8,.outside-border-color-hover-lime-8:hover,.outside-border-color-focus-lime-8[data-focused=true],.outside-border-color-focus-lime-8:focus,.outside-border-color-focus-lime-8:focus-within,.outside-border-color-active-lime-8[data-selected=true],.outside-border-color-active-lime-8:active{--outside-border-color: var(--color-lime-8)}.outside-border-color-lime-9,.outside-border-color-hover-lime-9:hover,.outside-border-color-focus-lime-9[data-focused=true],.outside-border-color-focus-lime-9:focus,.outside-border-color-focus-lime-9:focus-within,.outside-border-color-active-lime-9[data-selected=true],.outside-border-color-active-lime-9:active{--outside-border-color: var(--color-lime-9)}.outside-border-color-lime-10,.outside-border-color-hover-lime-10:hover,.outside-border-color-focus-lime-10[data-focused=true],.outside-border-color-focus-lime-10:focus,.outside-border-color-focus-lime-10:focus-within,.outside-border-color-active-lime-10[data-selected=true],.outside-border-color-active-lime-10:active{--outside-border-color: var(--color-lime-10)}.outside-border-color-green-0,.outside-border-color-hover-green-0:hover,.outside-border-color-focus-green-0[data-focused=true],.outside-border-color-focus-green-0:focus,.outside-border-color-focus-green-0:focus-within,.outside-border-color-active-green-0[data-selected=true],.outside-border-color-active-green-0:active{--outside-border-color: var(--color-green-0)}.outside-border-color-green-1,.outside-border-color-hover-green-1:hover,.outside-border-color-focus-green-1[data-focused=true],.outside-border-color-focus-green-1:focus,.outside-border-color-focus-green-1:focus-within,.outside-border-color-active-green-1[data-selected=true],.outside-border-color-active-green-1:active{--outside-border-color: var(--color-green-1)}.outside-border-color-green-2,.outside-border-color-hover-green-2:hover,.outside-border-color-focus-green-2[data-focused=true],.outside-border-color-focus-green-2:focus,.outside-border-color-focus-green-2:focus-within,.outside-border-color-active-green-2[data-selected=true],.outside-border-color-active-green-2:active{--outside-border-color: var(--color-green-2)}.outside-border-color-green-3,.outside-border-color-hover-green-3:hover,.outside-border-color-focus-green-3[data-focused=true],.outside-border-color-focus-green-3:focus,.outside-border-color-focus-green-3:focus-within,.outside-border-color-active-green-3[data-selected=true],.outside-border-color-active-green-3:active{--outside-border-color: var(--color-green-3)}.outside-border-color-green-4,.outside-border-color-hover-green-4:hover,.outside-border-color-focus-green-4[data-focused=true],.outside-border-color-focus-green-4:focus,.outside-border-color-focus-green-4:focus-within,.outside-border-color-active-green-4[data-selected=true],.outside-border-color-active-green-4:active{--outside-border-color: var(--color-green-4)}.outside-border-color-green-5,.outside-border-color-hover-green-5:hover,.outside-border-color-focus-green-5[data-focused=true],.outside-border-color-focus-green-5:focus,.outside-border-color-focus-green-5:focus-within,.outside-border-color-active-green-5[data-selected=true],.outside-border-color-active-green-5:active{--outside-border-color: var(--color-green-5)}.outside-border-color-green-6,.outside-border-color-hover-green-6:hover,.outside-border-color-focus-green-6[data-focused=true],.outside-border-color-focus-green-6:focus,.outside-border-color-focus-green-6:focus-within,.outside-border-color-active-green-6[data-selected=true],.outside-border-color-active-green-6:active{--outside-border-color: var(--color-green-6)}.outside-border-color-green-7,.outside-border-color-hover-green-7:hover,.outside-border-color-focus-green-7[data-focused=true],.outside-border-color-focus-green-7:focus,.outside-border-color-focus-green-7:focus-within,.outside-border-color-active-green-7[data-selected=true],.outside-border-color-active-green-7:active{--outside-border-color: var(--color-green-7)}.outside-border-color-green-8,.outside-border-color-hover-green-8:hover,.outside-border-color-focus-green-8[data-focused=true],.outside-border-color-focus-green-8:focus,.outside-border-color-focus-green-8:focus-within,.outside-border-color-active-green-8[data-selected=true],.outside-border-color-active-green-8:active{--outside-border-color: var(--color-green-8)}.outside-border-color-green-9,.outside-border-color-hover-green-9:hover,.outside-border-color-focus-green-9[data-focused=true],.outside-border-color-focus-green-9:focus,.outside-border-color-focus-green-9:focus-within,.outside-border-color-active-green-9[data-selected=true],.outside-border-color-active-green-9:active{--outside-border-color: var(--color-green-9)}.outside-border-color-green-10,.outside-border-color-hover-green-10:hover,.outside-border-color-focus-green-10[data-focused=true],.outside-border-color-focus-green-10:focus,.outside-border-color-focus-green-10:focus-within,.outside-border-color-active-green-10[data-selected=true],.outside-border-color-active-green-10:active{--outside-border-color: var(--color-green-10)}.outside-border-color-emerald-0,.outside-border-color-hover-emerald-0:hover,.outside-border-color-focus-emerald-0[data-focused=true],.outside-border-color-focus-emerald-0:focus,.outside-border-color-focus-emerald-0:focus-within,.outside-border-color-active-emerald-0[data-selected=true],.outside-border-color-active-emerald-0:active{--outside-border-color: var(--color-emerald-0)}.outside-border-color-emerald-1,.outside-border-color-hover-emerald-1:hover,.outside-border-color-focus-emerald-1[data-focused=true],.outside-border-color-focus-emerald-1:focus,.outside-border-color-focus-emerald-1:focus-within,.outside-border-color-active-emerald-1[data-selected=true],.outside-border-color-active-emerald-1:active{--outside-border-color: var(--color-emerald-1)}.outside-border-color-emerald-2,.outside-border-color-hover-emerald-2:hover,.outside-border-color-focus-emerald-2[data-focused=true],.outside-border-color-focus-emerald-2:focus,.outside-border-color-focus-emerald-2:focus-within,.outside-border-color-active-emerald-2[data-selected=true],.outside-border-color-active-emerald-2:active{--outside-border-color: var(--color-emerald-2)}.outside-border-color-emerald-3,.outside-border-color-hover-emerald-3:hover,.outside-border-color-focus-emerald-3[data-focused=true],.outside-border-color-focus-emerald-3:focus,.outside-border-color-focus-emerald-3:focus-within,.outside-border-color-active-emerald-3[data-selected=true],.outside-border-color-active-emerald-3:active{--outside-border-color: var(--color-emerald-3)}.outside-border-color-emerald-4,.outside-border-color-hover-emerald-4:hover,.outside-border-color-focus-emerald-4[data-focused=true],.outside-border-color-focus-emerald-4:focus,.outside-border-color-focus-emerald-4:focus-within,.outside-border-color-active-emerald-4[data-selected=true],.outside-border-color-active-emerald-4:active{--outside-border-color: var(--color-emerald-4)}.outside-border-color-emerald-5,.outside-border-color-hover-emerald-5:hover,.outside-border-color-focus-emerald-5[data-focused=true],.outside-border-color-focus-emerald-5:focus,.outside-border-color-focus-emerald-5:focus-within,.outside-border-color-active-emerald-5[data-selected=true],.outside-border-color-active-emerald-5:active{--outside-border-color: var(--color-emerald-5)}.outside-border-color-emerald-6,.outside-border-color-hover-emerald-6:hover,.outside-border-color-focus-emerald-6[data-focused=true],.outside-border-color-focus-emerald-6:focus,.outside-border-color-focus-emerald-6:focus-within,.outside-border-color-active-emerald-6[data-selected=true],.outside-border-color-active-emerald-6:active{--outside-border-color: var(--color-emerald-6)}.outside-border-color-emerald-7,.outside-border-color-hover-emerald-7:hover,.outside-border-color-focus-emerald-7[data-focused=true],.outside-border-color-focus-emerald-7:focus,.outside-border-color-focus-emerald-7:focus-within,.outside-border-color-active-emerald-7[data-selected=true],.outside-border-color-active-emerald-7:active{--outside-border-color: var(--color-emerald-7)}.outside-border-color-emerald-8,.outside-border-color-hover-emerald-8:hover,.outside-border-color-focus-emerald-8[data-focused=true],.outside-border-color-focus-emerald-8:focus,.outside-border-color-focus-emerald-8:focus-within,.outside-border-color-active-emerald-8[data-selected=true],.outside-border-color-active-emerald-8:active{--outside-border-color: var(--color-emerald-8)}.outside-border-color-emerald-9,.outside-border-color-hover-emerald-9:hover,.outside-border-color-focus-emerald-9[data-focused=true],.outside-border-color-focus-emerald-9:focus,.outside-border-color-focus-emerald-9:focus-within,.outside-border-color-active-emerald-9[data-selected=true],.outside-border-color-active-emerald-9:active{--outside-border-color: var(--color-emerald-9)}.outside-border-color-emerald-10,.outside-border-color-hover-emerald-10:hover,.outside-border-color-focus-emerald-10[data-focused=true],.outside-border-color-focus-emerald-10:focus,.outside-border-color-focus-emerald-10:focus-within,.outside-border-color-active-emerald-10[data-selected=true],.outside-border-color-active-emerald-10:active{--outside-border-color: var(--color-emerald-10)}.outside-border-color-teal-0,.outside-border-color-hover-teal-0:hover,.outside-border-color-focus-teal-0[data-focused=true],.outside-border-color-focus-teal-0:focus,.outside-border-color-focus-teal-0:focus-within,.outside-border-color-active-teal-0[data-selected=true],.outside-border-color-active-teal-0:active{--outside-border-color: var(--color-teal-0)}.outside-border-color-teal-1,.outside-border-color-hover-teal-1:hover,.outside-border-color-focus-teal-1[data-focused=true],.outside-border-color-focus-teal-1:focus,.outside-border-color-focus-teal-1:focus-within,.outside-border-color-active-teal-1[data-selected=true],.outside-border-color-active-teal-1:active{--outside-border-color: var(--color-teal-1)}.outside-border-color-teal-2,.outside-border-color-hover-teal-2:hover,.outside-border-color-focus-teal-2[data-focused=true],.outside-border-color-focus-teal-2:focus,.outside-border-color-focus-teal-2:focus-within,.outside-border-color-active-teal-2[data-selected=true],.outside-border-color-active-teal-2:active{--outside-border-color: var(--color-teal-2)}.outside-border-color-teal-3,.outside-border-color-hover-teal-3:hover,.outside-border-color-focus-teal-3[data-focused=true],.outside-border-color-focus-teal-3:focus,.outside-border-color-focus-teal-3:focus-within,.outside-border-color-active-teal-3[data-selected=true],.outside-border-color-active-teal-3:active{--outside-border-color: var(--color-teal-3)}.outside-border-color-teal-4,.outside-border-color-hover-teal-4:hover,.outside-border-color-focus-teal-4[data-focused=true],.outside-border-color-focus-teal-4:focus,.outside-border-color-focus-teal-4:focus-within,.outside-border-color-active-teal-4[data-selected=true],.outside-border-color-active-teal-4:active{--outside-border-color: var(--color-teal-4)}.outside-border-color-teal-5,.outside-border-color-hover-teal-5:hover,.outside-border-color-focus-teal-5[data-focused=true],.outside-border-color-focus-teal-5:focus,.outside-border-color-focus-teal-5:focus-within,.outside-border-color-active-teal-5[data-selected=true],.outside-border-color-active-teal-5:active{--outside-border-color: var(--color-teal-5)}.outside-border-color-teal-6,.outside-border-color-hover-teal-6:hover,.outside-border-color-focus-teal-6[data-focused=true],.outside-border-color-focus-teal-6:focus,.outside-border-color-focus-teal-6:focus-within,.outside-border-color-active-teal-6[data-selected=true],.outside-border-color-active-teal-6:active{--outside-border-color: var(--color-teal-6)}.outside-border-color-teal-7,.outside-border-color-hover-teal-7:hover,.outside-border-color-focus-teal-7[data-focused=true],.outside-border-color-focus-teal-7:focus,.outside-border-color-focus-teal-7:focus-within,.outside-border-color-active-teal-7[data-selected=true],.outside-border-color-active-teal-7:active{--outside-border-color: var(--color-teal-7)}.outside-border-color-teal-8,.outside-border-color-hover-teal-8:hover,.outside-border-color-focus-teal-8[data-focused=true],.outside-border-color-focus-teal-8:focus,.outside-border-color-focus-teal-8:focus-within,.outside-border-color-active-teal-8[data-selected=true],.outside-border-color-active-teal-8:active{--outside-border-color: var(--color-teal-8)}.outside-border-color-teal-9,.outside-border-color-hover-teal-9:hover,.outside-border-color-focus-teal-9[data-focused=true],.outside-border-color-focus-teal-9:focus,.outside-border-color-focus-teal-9:focus-within,.outside-border-color-active-teal-9[data-selected=true],.outside-border-color-active-teal-9:active{--outside-border-color: var(--color-teal-9)}.outside-border-color-teal-10,.outside-border-color-hover-teal-10:hover,.outside-border-color-focus-teal-10[data-focused=true],.outside-border-color-focus-teal-10:focus,.outside-border-color-focus-teal-10:focus-within,.outside-border-color-active-teal-10[data-selected=true],.outside-border-color-active-teal-10:active{--outside-border-color: var(--color-teal-10)}.outside-border-color-cyan-0,.outside-border-color-hover-cyan-0:hover,.outside-border-color-focus-cyan-0[data-focused=true],.outside-border-color-focus-cyan-0:focus,.outside-border-color-focus-cyan-0:focus-within,.outside-border-color-active-cyan-0[data-selected=true],.outside-border-color-active-cyan-0:active{--outside-border-color: var(--color-cyan-0)}.outside-border-color-cyan-1,.outside-border-color-hover-cyan-1:hover,.outside-border-color-focus-cyan-1[data-focused=true],.outside-border-color-focus-cyan-1:focus,.outside-border-color-focus-cyan-1:focus-within,.outside-border-color-active-cyan-1[data-selected=true],.outside-border-color-active-cyan-1:active{--outside-border-color: var(--color-cyan-1)}.outside-border-color-cyan-2,.outside-border-color-hover-cyan-2:hover,.outside-border-color-focus-cyan-2[data-focused=true],.outside-border-color-focus-cyan-2:focus,.outside-border-color-focus-cyan-2:focus-within,.outside-border-color-active-cyan-2[data-selected=true],.outside-border-color-active-cyan-2:active{--outside-border-color: var(--color-cyan-2)}.outside-border-color-cyan-3,.outside-border-color-hover-cyan-3:hover,.outside-border-color-focus-cyan-3[data-focused=true],.outside-border-color-focus-cyan-3:focus,.outside-border-color-focus-cyan-3:focus-within,.outside-border-color-active-cyan-3[data-selected=true],.outside-border-color-active-cyan-3:active{--outside-border-color: var(--color-cyan-3)}.outside-border-color-cyan-4,.outside-border-color-hover-cyan-4:hover,.outside-border-color-focus-cyan-4[data-focused=true],.outside-border-color-focus-cyan-4:focus,.outside-border-color-focus-cyan-4:focus-within,.outside-border-color-active-cyan-4[data-selected=true],.outside-border-color-active-cyan-4:active{--outside-border-color: var(--color-cyan-4)}.outside-border-color-cyan-5,.outside-border-color-hover-cyan-5:hover,.outside-border-color-focus-cyan-5[data-focused=true],.outside-border-color-focus-cyan-5:focus,.outside-border-color-focus-cyan-5:focus-within,.outside-border-color-active-cyan-5[data-selected=true],.outside-border-color-active-cyan-5:active{--outside-border-color: var(--color-cyan-5)}.outside-border-color-cyan-6,.outside-border-color-hover-cyan-6:hover,.outside-border-color-focus-cyan-6[data-focused=true],.outside-border-color-focus-cyan-6:focus,.outside-border-color-focus-cyan-6:focus-within,.outside-border-color-active-cyan-6[data-selected=true],.outside-border-color-active-cyan-6:active{--outside-border-color: var(--color-cyan-6)}.outside-border-color-cyan-7,.outside-border-color-hover-cyan-7:hover,.outside-border-color-focus-cyan-7[data-focused=true],.outside-border-color-focus-cyan-7:focus,.outside-border-color-focus-cyan-7:focus-within,.outside-border-color-active-cyan-7[data-selected=true],.outside-border-color-active-cyan-7:active{--outside-border-color: var(--color-cyan-7)}.outside-border-color-cyan-8,.outside-border-color-hover-cyan-8:hover,.outside-border-color-focus-cyan-8[data-focused=true],.outside-border-color-focus-cyan-8:focus,.outside-border-color-focus-cyan-8:focus-within,.outside-border-color-active-cyan-8[data-selected=true],.outside-border-color-active-cyan-8:active{--outside-border-color: var(--color-cyan-8)}.outside-border-color-cyan-9,.outside-border-color-hover-cyan-9:hover,.outside-border-color-focus-cyan-9[data-focused=true],.outside-border-color-focus-cyan-9:focus,.outside-border-color-focus-cyan-9:focus-within,.outside-border-color-active-cyan-9[data-selected=true],.outside-border-color-active-cyan-9:active{--outside-border-color: var(--color-cyan-9)}.outside-border-color-cyan-10,.outside-border-color-hover-cyan-10:hover,.outside-border-color-focus-cyan-10[data-focused=true],.outside-border-color-focus-cyan-10:focus,.outside-border-color-focus-cyan-10:focus-within,.outside-border-color-active-cyan-10[data-selected=true],.outside-border-color-active-cyan-10:active{--outside-border-color: var(--color-cyan-10)}.outside-border-color-sky-0,.outside-border-color-hover-sky-0:hover,.outside-border-color-focus-sky-0[data-focused=true],.outside-border-color-focus-sky-0:focus,.outside-border-color-focus-sky-0:focus-within,.outside-border-color-active-sky-0[data-selected=true],.outside-border-color-active-sky-0:active{--outside-border-color: var(--color-sky-0)}.outside-border-color-sky-1,.outside-border-color-hover-sky-1:hover,.outside-border-color-focus-sky-1[data-focused=true],.outside-border-color-focus-sky-1:focus,.outside-border-color-focus-sky-1:focus-within,.outside-border-color-active-sky-1[data-selected=true],.outside-border-color-active-sky-1:active{--outside-border-color: var(--color-sky-1)}.outside-border-color-sky-2,.outside-border-color-hover-sky-2:hover,.outside-border-color-focus-sky-2[data-focused=true],.outside-border-color-focus-sky-2:focus,.outside-border-color-focus-sky-2:focus-within,.outside-border-color-active-sky-2[data-selected=true],.outside-border-color-active-sky-2:active{--outside-border-color: var(--color-sky-2)}.outside-border-color-sky-3,.outside-border-color-hover-sky-3:hover,.outside-border-color-focus-sky-3[data-focused=true],.outside-border-color-focus-sky-3:focus,.outside-border-color-focus-sky-3:focus-within,.outside-border-color-active-sky-3[data-selected=true],.outside-border-color-active-sky-3:active{--outside-border-color: var(--color-sky-3)}.outside-border-color-sky-4,.outside-border-color-hover-sky-4:hover,.outside-border-color-focus-sky-4[data-focused=true],.outside-border-color-focus-sky-4:focus,.outside-border-color-focus-sky-4:focus-within,.outside-border-color-active-sky-4[data-selected=true],.outside-border-color-active-sky-4:active{--outside-border-color: var(--color-sky-4)}.outside-border-color-sky-5,.outside-border-color-hover-sky-5:hover,.outside-border-color-focus-sky-5[data-focused=true],.outside-border-color-focus-sky-5:focus,.outside-border-color-focus-sky-5:focus-within,.outside-border-color-active-sky-5[data-selected=true],.outside-border-color-active-sky-5:active{--outside-border-color: var(--color-sky-5)}.outside-border-color-sky-6,.outside-border-color-hover-sky-6:hover,.outside-border-color-focus-sky-6[data-focused=true],.outside-border-color-focus-sky-6:focus,.outside-border-color-focus-sky-6:focus-within,.outside-border-color-active-sky-6[data-selected=true],.outside-border-color-active-sky-6:active{--outside-border-color: var(--color-sky-6)}.outside-border-color-sky-7,.outside-border-color-hover-sky-7:hover,.outside-border-color-focus-sky-7[data-focused=true],.outside-border-color-focus-sky-7:focus,.outside-border-color-focus-sky-7:focus-within,.outside-border-color-active-sky-7[data-selected=true],.outside-border-color-active-sky-7:active{--outside-border-color: var(--color-sky-7)}.outside-border-color-sky-8,.outside-border-color-hover-sky-8:hover,.outside-border-color-focus-sky-8[data-focused=true],.outside-border-color-focus-sky-8:focus,.outside-border-color-focus-sky-8:focus-within,.outside-border-color-active-sky-8[data-selected=true],.outside-border-color-active-sky-8:active{--outside-border-color: var(--color-sky-8)}.outside-border-color-sky-9,.outside-border-color-hover-sky-9:hover,.outside-border-color-focus-sky-9[data-focused=true],.outside-border-color-focus-sky-9:focus,.outside-border-color-focus-sky-9:focus-within,.outside-border-color-active-sky-9[data-selected=true],.outside-border-color-active-sky-9:active{--outside-border-color: var(--color-sky-9)}.outside-border-color-sky-10,.outside-border-color-hover-sky-10:hover,.outside-border-color-focus-sky-10[data-focused=true],.outside-border-color-focus-sky-10:focus,.outside-border-color-focus-sky-10:focus-within,.outside-border-color-active-sky-10[data-selected=true],.outside-border-color-active-sky-10:active{--outside-border-color: var(--color-sky-10)}.outside-border-color-blue-0,.outside-border-color-hover-blue-0:hover,.outside-border-color-focus-blue-0[data-focused=true],.outside-border-color-focus-blue-0:focus,.outside-border-color-focus-blue-0:focus-within,.outside-border-color-active-blue-0[data-selected=true],.outside-border-color-active-blue-0:active{--outside-border-color: var(--color-blue-0)}.outside-border-color-blue-1,.outside-border-color-hover-blue-1:hover,.outside-border-color-focus-blue-1[data-focused=true],.outside-border-color-focus-blue-1:focus,.outside-border-color-focus-blue-1:focus-within,.outside-border-color-active-blue-1[data-selected=true],.outside-border-color-active-blue-1:active{--outside-border-color: var(--color-blue-1)}.outside-border-color-blue-2,.outside-border-color-hover-blue-2:hover,.outside-border-color-focus-blue-2[data-focused=true],.outside-border-color-focus-blue-2:focus,.outside-border-color-focus-blue-2:focus-within,.outside-border-color-active-blue-2[data-selected=true],.outside-border-color-active-blue-2:active{--outside-border-color: var(--color-blue-2)}.outside-border-color-blue-3,.outside-border-color-hover-blue-3:hover,.outside-border-color-focus-blue-3[data-focused=true],.outside-border-color-focus-blue-3:focus,.outside-border-color-focus-blue-3:focus-within,.outside-border-color-active-blue-3[data-selected=true],.outside-border-color-active-blue-3:active{--outside-border-color: var(--color-blue-3)}.outside-border-color-blue-4,.outside-border-color-hover-blue-4:hover,.outside-border-color-focus-blue-4[data-focused=true],.outside-border-color-focus-blue-4:focus,.outside-border-color-focus-blue-4:focus-within,.outside-border-color-active-blue-4[data-selected=true],.outside-border-color-active-blue-4:active{--outside-border-color: var(--color-blue-4)}.outside-border-color-blue-5,.outside-border-color-hover-blue-5:hover,.outside-border-color-focus-blue-5[data-focused=true],.outside-border-color-focus-blue-5:focus,.outside-border-color-focus-blue-5:focus-within,.outside-border-color-active-blue-5[data-selected=true],.outside-border-color-active-blue-5:active{--outside-border-color: var(--color-blue-5)}.outside-border-color-blue-6,.outside-border-color-hover-blue-6:hover,.outside-border-color-focus-blue-6[data-focused=true],.outside-border-color-focus-blue-6:focus,.outside-border-color-focus-blue-6:focus-within,.outside-border-color-active-blue-6[data-selected=true],.outside-border-color-active-blue-6:active{--outside-border-color: var(--color-blue-6)}.outside-border-color-blue-7,.outside-border-color-hover-blue-7:hover,.outside-border-color-focus-blue-7[data-focused=true],.outside-border-color-focus-blue-7:focus,.outside-border-color-focus-blue-7:focus-within,.outside-border-color-active-blue-7[data-selected=true],.outside-border-color-active-blue-7:active{--outside-border-color: var(--color-blue-7)}.outside-border-color-blue-8,.outside-border-color-hover-blue-8:hover,.outside-border-color-focus-blue-8[data-focused=true],.outside-border-color-focus-blue-8:focus,.outside-border-color-focus-blue-8:focus-within,.outside-border-color-active-blue-8[data-selected=true],.outside-border-color-active-blue-8:active{--outside-border-color: var(--color-blue-8)}.outside-border-color-blue-9,.outside-border-color-hover-blue-9:hover,.outside-border-color-focus-blue-9[data-focused=true],.outside-border-color-focus-blue-9:focus,.outside-border-color-focus-blue-9:focus-within,.outside-border-color-active-blue-9[data-selected=true],.outside-border-color-active-blue-9:active{--outside-border-color: var(--color-blue-9)}.outside-border-color-blue-10,.outside-border-color-hover-blue-10:hover,.outside-border-color-focus-blue-10[data-focused=true],.outside-border-color-focus-blue-10:focus,.outside-border-color-focus-blue-10:focus-within,.outside-border-color-active-blue-10[data-selected=true],.outside-border-color-active-blue-10:active{--outside-border-color: var(--color-blue-10)}.outside-border-color-indigo-0,.outside-border-color-hover-indigo-0:hover,.outside-border-color-focus-indigo-0[data-focused=true],.outside-border-color-focus-indigo-0:focus,.outside-border-color-focus-indigo-0:focus-within,.outside-border-color-active-indigo-0[data-selected=true],.outside-border-color-active-indigo-0:active{--outside-border-color: var(--color-indigo-0)}.outside-border-color-indigo-1,.outside-border-color-hover-indigo-1:hover,.outside-border-color-focus-indigo-1[data-focused=true],.outside-border-color-focus-indigo-1:focus,.outside-border-color-focus-indigo-1:focus-within,.outside-border-color-active-indigo-1[data-selected=true],.outside-border-color-active-indigo-1:active{--outside-border-color: var(--color-indigo-1)}.outside-border-color-indigo-2,.outside-border-color-hover-indigo-2:hover,.outside-border-color-focus-indigo-2[data-focused=true],.outside-border-color-focus-indigo-2:focus,.outside-border-color-focus-indigo-2:focus-within,.outside-border-color-active-indigo-2[data-selected=true],.outside-border-color-active-indigo-2:active{--outside-border-color: var(--color-indigo-2)}.outside-border-color-indigo-3,.outside-border-color-hover-indigo-3:hover,.outside-border-color-focus-indigo-3[data-focused=true],.outside-border-color-focus-indigo-3:focus,.outside-border-color-focus-indigo-3:focus-within,.outside-border-color-active-indigo-3[data-selected=true],.outside-border-color-active-indigo-3:active{--outside-border-color: var(--color-indigo-3)}.outside-border-color-indigo-4,.outside-border-color-hover-indigo-4:hover,.outside-border-color-focus-indigo-4[data-focused=true],.outside-border-color-focus-indigo-4:focus,.outside-border-color-focus-indigo-4:focus-within,.outside-border-color-active-indigo-4[data-selected=true],.outside-border-color-active-indigo-4:active{--outside-border-color: var(--color-indigo-4)}.outside-border-color-indigo-5,.outside-border-color-hover-indigo-5:hover,.outside-border-color-focus-indigo-5[data-focused=true],.outside-border-color-focus-indigo-5:focus,.outside-border-color-focus-indigo-5:focus-within,.outside-border-color-active-indigo-5[data-selected=true],.outside-border-color-active-indigo-5:active{--outside-border-color: var(--color-indigo-5)}.outside-border-color-indigo-6,.outside-border-color-hover-indigo-6:hover,.outside-border-color-focus-indigo-6[data-focused=true],.outside-border-color-focus-indigo-6:focus,.outside-border-color-focus-indigo-6:focus-within,.outside-border-color-active-indigo-6[data-selected=true],.outside-border-color-active-indigo-6:active{--outside-border-color: var(--color-indigo-6)}.outside-border-color-indigo-7,.outside-border-color-hover-indigo-7:hover,.outside-border-color-focus-indigo-7[data-focused=true],.outside-border-color-focus-indigo-7:focus,.outside-border-color-focus-indigo-7:focus-within,.outside-border-color-active-indigo-7[data-selected=true],.outside-border-color-active-indigo-7:active{--outside-border-color: var(--color-indigo-7)}.outside-border-color-indigo-8,.outside-border-color-hover-indigo-8:hover,.outside-border-color-focus-indigo-8[data-focused=true],.outside-border-color-focus-indigo-8:focus,.outside-border-color-focus-indigo-8:focus-within,.outside-border-color-active-indigo-8[data-selected=true],.outside-border-color-active-indigo-8:active{--outside-border-color: var(--color-indigo-8)}.outside-border-color-indigo-9,.outside-border-color-hover-indigo-9:hover,.outside-border-color-focus-indigo-9[data-focused=true],.outside-border-color-focus-indigo-9:focus,.outside-border-color-focus-indigo-9:focus-within,.outside-border-color-active-indigo-9[data-selected=true],.outside-border-color-active-indigo-9:active{--outside-border-color: var(--color-indigo-9)}.outside-border-color-indigo-10,.outside-border-color-hover-indigo-10:hover,.outside-border-color-focus-indigo-10[data-focused=true],.outside-border-color-focus-indigo-10:focus,.outside-border-color-focus-indigo-10:focus-within,.outside-border-color-active-indigo-10[data-selected=true],.outside-border-color-active-indigo-10:active{--outside-border-color: var(--color-indigo-10)}.outside-border-color-violet-0,.outside-border-color-hover-violet-0:hover,.outside-border-color-focus-violet-0[data-focused=true],.outside-border-color-focus-violet-0:focus,.outside-border-color-focus-violet-0:focus-within,.outside-border-color-active-violet-0[data-selected=true],.outside-border-color-active-violet-0:active{--outside-border-color: var(--color-violet-0)}.outside-border-color-violet-1,.outside-border-color-hover-violet-1:hover,.outside-border-color-focus-violet-1[data-focused=true],.outside-border-color-focus-violet-1:focus,.outside-border-color-focus-violet-1:focus-within,.outside-border-color-active-violet-1[data-selected=true],.outside-border-color-active-violet-1:active{--outside-border-color: var(--color-violet-1)}.outside-border-color-violet-2,.outside-border-color-hover-violet-2:hover,.outside-border-color-focus-violet-2[data-focused=true],.outside-border-color-focus-violet-2:focus,.outside-border-color-focus-violet-2:focus-within,.outside-border-color-active-violet-2[data-selected=true],.outside-border-color-active-violet-2:active{--outside-border-color: var(--color-violet-2)}.outside-border-color-violet-3,.outside-border-color-hover-violet-3:hover,.outside-border-color-focus-violet-3[data-focused=true],.outside-border-color-focus-violet-3:focus,.outside-border-color-focus-violet-3:focus-within,.outside-border-color-active-violet-3[data-selected=true],.outside-border-color-active-violet-3:active{--outside-border-color: var(--color-violet-3)}.outside-border-color-violet-4,.outside-border-color-hover-violet-4:hover,.outside-border-color-focus-violet-4[data-focused=true],.outside-border-color-focus-violet-4:focus,.outside-border-color-focus-violet-4:focus-within,.outside-border-color-active-violet-4[data-selected=true],.outside-border-color-active-violet-4:active{--outside-border-color: var(--color-violet-4)}.outside-border-color-violet-5,.outside-border-color-hover-violet-5:hover,.outside-border-color-focus-violet-5[data-focused=true],.outside-border-color-focus-violet-5:focus,.outside-border-color-focus-violet-5:focus-within,.outside-border-color-active-violet-5[data-selected=true],.outside-border-color-active-violet-5:active{--outside-border-color: var(--color-violet-5)}.outside-border-color-violet-6,.outside-border-color-hover-violet-6:hover,.outside-border-color-focus-violet-6[data-focused=true],.outside-border-color-focus-violet-6:focus,.outside-border-color-focus-violet-6:focus-within,.outside-border-color-active-violet-6[data-selected=true],.outside-border-color-active-violet-6:active{--outside-border-color: var(--color-violet-6)}.outside-border-color-violet-7,.outside-border-color-hover-violet-7:hover,.outside-border-color-focus-violet-7[data-focused=true],.outside-border-color-focus-violet-7:focus,.outside-border-color-focus-violet-7:focus-within,.outside-border-color-active-violet-7[data-selected=true],.outside-border-color-active-violet-7:active{--outside-border-color: var(--color-violet-7)}.outside-border-color-violet-8,.outside-border-color-hover-violet-8:hover,.outside-border-color-focus-violet-8[data-focused=true],.outside-border-color-focus-violet-8:focus,.outside-border-color-focus-violet-8:focus-within,.outside-border-color-active-violet-8[data-selected=true],.outside-border-color-active-violet-8:active{--outside-border-color: var(--color-violet-8)}.outside-border-color-violet-9,.outside-border-color-hover-violet-9:hover,.outside-border-color-focus-violet-9[data-focused=true],.outside-border-color-focus-violet-9:focus,.outside-border-color-focus-violet-9:focus-within,.outside-border-color-active-violet-9[data-selected=true],.outside-border-color-active-violet-9:active{--outside-border-color: var(--color-violet-9)}.outside-border-color-violet-10,.outside-border-color-hover-violet-10:hover,.outside-border-color-focus-violet-10[data-focused=true],.outside-border-color-focus-violet-10:focus,.outside-border-color-focus-violet-10:focus-within,.outside-border-color-active-violet-10[data-selected=true],.outside-border-color-active-violet-10:active{--outside-border-color: var(--color-violet-10)}.outside-border-color-purple-0,.outside-border-color-hover-purple-0:hover,.outside-border-color-focus-purple-0[data-focused=true],.outside-border-color-focus-purple-0:focus,.outside-border-color-focus-purple-0:focus-within,.outside-border-color-active-purple-0[data-selected=true],.outside-border-color-active-purple-0:active{--outside-border-color: var(--color-purple-0)}.outside-border-color-purple-1,.outside-border-color-hover-purple-1:hover,.outside-border-color-focus-purple-1[data-focused=true],.outside-border-color-focus-purple-1:focus,.outside-border-color-focus-purple-1:focus-within,.outside-border-color-active-purple-1[data-selected=true],.outside-border-color-active-purple-1:active{--outside-border-color: var(--color-purple-1)}.outside-border-color-purple-2,.outside-border-color-hover-purple-2:hover,.outside-border-color-focus-purple-2[data-focused=true],.outside-border-color-focus-purple-2:focus,.outside-border-color-focus-purple-2:focus-within,.outside-border-color-active-purple-2[data-selected=true],.outside-border-color-active-purple-2:active{--outside-border-color: var(--color-purple-2)}.outside-border-color-purple-3,.outside-border-color-hover-purple-3:hover,.outside-border-color-focus-purple-3[data-focused=true],.outside-border-color-focus-purple-3:focus,.outside-border-color-focus-purple-3:focus-within,.outside-border-color-active-purple-3[data-selected=true],.outside-border-color-active-purple-3:active{--outside-border-color: var(--color-purple-3)}.outside-border-color-purple-4,.outside-border-color-hover-purple-4:hover,.outside-border-color-focus-purple-4[data-focused=true],.outside-border-color-focus-purple-4:focus,.outside-border-color-focus-purple-4:focus-within,.outside-border-color-active-purple-4[data-selected=true],.outside-border-color-active-purple-4:active{--outside-border-color: var(--color-purple-4)}.outside-border-color-purple-5,.outside-border-color-hover-purple-5:hover,.outside-border-color-focus-purple-5[data-focused=true],.outside-border-color-focus-purple-5:focus,.outside-border-color-focus-purple-5:focus-within,.outside-border-color-active-purple-5[data-selected=true],.outside-border-color-active-purple-5:active{--outside-border-color: var(--color-purple-5)}.outside-border-color-purple-6,.outside-border-color-hover-purple-6:hover,.outside-border-color-focus-purple-6[data-focused=true],.outside-border-color-focus-purple-6:focus,.outside-border-color-focus-purple-6:focus-within,.outside-border-color-active-purple-6[data-selected=true],.outside-border-color-active-purple-6:active{--outside-border-color: var(--color-purple-6)}.outside-border-color-purple-7,.outside-border-color-hover-purple-7:hover,.outside-border-color-focus-purple-7[data-focused=true],.outside-border-color-focus-purple-7:focus,.outside-border-color-focus-purple-7:focus-within,.outside-border-color-active-purple-7[data-selected=true],.outside-border-color-active-purple-7:active{--outside-border-color: var(--color-purple-7)}.outside-border-color-purple-8,.outside-border-color-hover-purple-8:hover,.outside-border-color-focus-purple-8[data-focused=true],.outside-border-color-focus-purple-8:focus,.outside-border-color-focus-purple-8:focus-within,.outside-border-color-active-purple-8[data-selected=true],.outside-border-color-active-purple-8:active{--outside-border-color: var(--color-purple-8)}.outside-border-color-purple-9,.outside-border-color-hover-purple-9:hover,.outside-border-color-focus-purple-9[data-focused=true],.outside-border-color-focus-purple-9:focus,.outside-border-color-focus-purple-9:focus-within,.outside-border-color-active-purple-9[data-selected=true],.outside-border-color-active-purple-9:active{--outside-border-color: var(--color-purple-9)}.outside-border-color-purple-10,.outside-border-color-hover-purple-10:hover,.outside-border-color-focus-purple-10[data-focused=true],.outside-border-color-focus-purple-10:focus,.outside-border-color-focus-purple-10:focus-within,.outside-border-color-active-purple-10[data-selected=true],.outside-border-color-active-purple-10:active{--outside-border-color: var(--color-purple-10)}.outside-border-color-fuchsia-0,.outside-border-color-hover-fuchsia-0:hover,.outside-border-color-focus-fuchsia-0[data-focused=true],.outside-border-color-focus-fuchsia-0:focus,.outside-border-color-focus-fuchsia-0:focus-within,.outside-border-color-active-fuchsia-0[data-selected=true],.outside-border-color-active-fuchsia-0:active{--outside-border-color: var(--color-fuchsia-0)}.outside-border-color-fuchsia-1,.outside-border-color-hover-fuchsia-1:hover,.outside-border-color-focus-fuchsia-1[data-focused=true],.outside-border-color-focus-fuchsia-1:focus,.outside-border-color-focus-fuchsia-1:focus-within,.outside-border-color-active-fuchsia-1[data-selected=true],.outside-border-color-active-fuchsia-1:active{--outside-border-color: var(--color-fuchsia-1)}.outside-border-color-fuchsia-2,.outside-border-color-hover-fuchsia-2:hover,.outside-border-color-focus-fuchsia-2[data-focused=true],.outside-border-color-focus-fuchsia-2:focus,.outside-border-color-focus-fuchsia-2:focus-within,.outside-border-color-active-fuchsia-2[data-selected=true],.outside-border-color-active-fuchsia-2:active{--outside-border-color: var(--color-fuchsia-2)}.outside-border-color-fuchsia-3,.outside-border-color-hover-fuchsia-3:hover,.outside-border-color-focus-fuchsia-3[data-focused=true],.outside-border-color-focus-fuchsia-3:focus,.outside-border-color-focus-fuchsia-3:focus-within,.outside-border-color-active-fuchsia-3[data-selected=true],.outside-border-color-active-fuchsia-3:active{--outside-border-color: var(--color-fuchsia-3)}.outside-border-color-fuchsia-4,.outside-border-color-hover-fuchsia-4:hover,.outside-border-color-focus-fuchsia-4[data-focused=true],.outside-border-color-focus-fuchsia-4:focus,.outside-border-color-focus-fuchsia-4:focus-within,.outside-border-color-active-fuchsia-4[data-selected=true],.outside-border-color-active-fuchsia-4:active{--outside-border-color: var(--color-fuchsia-4)}.outside-border-color-fuchsia-5,.outside-border-color-hover-fuchsia-5:hover,.outside-border-color-focus-fuchsia-5[data-focused=true],.outside-border-color-focus-fuchsia-5:focus,.outside-border-color-focus-fuchsia-5:focus-within,.outside-border-color-active-fuchsia-5[data-selected=true],.outside-border-color-active-fuchsia-5:active{--outside-border-color: var(--color-fuchsia-5)}.outside-border-color-fuchsia-6,.outside-border-color-hover-fuchsia-6:hover,.outside-border-color-focus-fuchsia-6[data-focused=true],.outside-border-color-focus-fuchsia-6:focus,.outside-border-color-focus-fuchsia-6:focus-within,.outside-border-color-active-fuchsia-6[data-selected=true],.outside-border-color-active-fuchsia-6:active{--outside-border-color: var(--color-fuchsia-6)}.outside-border-color-fuchsia-7,.outside-border-color-hover-fuchsia-7:hover,.outside-border-color-focus-fuchsia-7[data-focused=true],.outside-border-color-focus-fuchsia-7:focus,.outside-border-color-focus-fuchsia-7:focus-within,.outside-border-color-active-fuchsia-7[data-selected=true],.outside-border-color-active-fuchsia-7:active{--outside-border-color: var(--color-fuchsia-7)}.outside-border-color-fuchsia-8,.outside-border-color-hover-fuchsia-8:hover,.outside-border-color-focus-fuchsia-8[data-focused=true],.outside-border-color-focus-fuchsia-8:focus,.outside-border-color-focus-fuchsia-8:focus-within,.outside-border-color-active-fuchsia-8[data-selected=true],.outside-border-color-active-fuchsia-8:active{--outside-border-color: var(--color-fuchsia-8)}.outside-border-color-fuchsia-9,.outside-border-color-hover-fuchsia-9:hover,.outside-border-color-focus-fuchsia-9[data-focused=true],.outside-border-color-focus-fuchsia-9:focus,.outside-border-color-focus-fuchsia-9:focus-within,.outside-border-color-active-fuchsia-9[data-selected=true],.outside-border-color-active-fuchsia-9:active{--outside-border-color: var(--color-fuchsia-9)}.outside-border-color-fuchsia-10,.outside-border-color-hover-fuchsia-10:hover,.outside-border-color-focus-fuchsia-10[data-focused=true],.outside-border-color-focus-fuchsia-10:focus,.outside-border-color-focus-fuchsia-10:focus-within,.outside-border-color-active-fuchsia-10[data-selected=true],.outside-border-color-active-fuchsia-10:active{--outside-border-color: var(--color-fuchsia-10)}.outside-border-color-pink-0,.outside-border-color-hover-pink-0:hover,.outside-border-color-focus-pink-0[data-focused=true],.outside-border-color-focus-pink-0:focus,.outside-border-color-focus-pink-0:focus-within,.outside-border-color-active-pink-0[data-selected=true],.outside-border-color-active-pink-0:active{--outside-border-color: var(--color-pink-0)}.outside-border-color-pink-1,.outside-border-color-hover-pink-1:hover,.outside-border-color-focus-pink-1[data-focused=true],.outside-border-color-focus-pink-1:focus,.outside-border-color-focus-pink-1:focus-within,.outside-border-color-active-pink-1[data-selected=true],.outside-border-color-active-pink-1:active{--outside-border-color: var(--color-pink-1)}.outside-border-color-pink-2,.outside-border-color-hover-pink-2:hover,.outside-border-color-focus-pink-2[data-focused=true],.outside-border-color-focus-pink-2:focus,.outside-border-color-focus-pink-2:focus-within,.outside-border-color-active-pink-2[data-selected=true],.outside-border-color-active-pink-2:active{--outside-border-color: var(--color-pink-2)}.outside-border-color-pink-3,.outside-border-color-hover-pink-3:hover,.outside-border-color-focus-pink-3[data-focused=true],.outside-border-color-focus-pink-3:focus,.outside-border-color-focus-pink-3:focus-within,.outside-border-color-active-pink-3[data-selected=true],.outside-border-color-active-pink-3:active{--outside-border-color: var(--color-pink-3)}.outside-border-color-pink-4,.outside-border-color-hover-pink-4:hover,.outside-border-color-focus-pink-4[data-focused=true],.outside-border-color-focus-pink-4:focus,.outside-border-color-focus-pink-4:focus-within,.outside-border-color-active-pink-4[data-selected=true],.outside-border-color-active-pink-4:active{--outside-border-color: var(--color-pink-4)}.outside-border-color-pink-5,.outside-border-color-hover-pink-5:hover,.outside-border-color-focus-pink-5[data-focused=true],.outside-border-color-focus-pink-5:focus,.outside-border-color-focus-pink-5:focus-within,.outside-border-color-active-pink-5[data-selected=true],.outside-border-color-active-pink-5:active{--outside-border-color: var(--color-pink-5)}.outside-border-color-pink-6,.outside-border-color-hover-pink-6:hover,.outside-border-color-focus-pink-6[data-focused=true],.outside-border-color-focus-pink-6:focus,.outside-border-color-focus-pink-6:focus-within,.outside-border-color-active-pink-6[data-selected=true],.outside-border-color-active-pink-6:active{--outside-border-color: var(--color-pink-6)}.outside-border-color-pink-7,.outside-border-color-hover-pink-7:hover,.outside-border-color-focus-pink-7[data-focused=true],.outside-border-color-focus-pink-7:focus,.outside-border-color-focus-pink-7:focus-within,.outside-border-color-active-pink-7[data-selected=true],.outside-border-color-active-pink-7:active{--outside-border-color: var(--color-pink-7)}.outside-border-color-pink-8,.outside-border-color-hover-pink-8:hover,.outside-border-color-focus-pink-8[data-focused=true],.outside-border-color-focus-pink-8:focus,.outside-border-color-focus-pink-8:focus-within,.outside-border-color-active-pink-8[data-selected=true],.outside-border-color-active-pink-8:active{--outside-border-color: var(--color-pink-8)}.outside-border-color-pink-9,.outside-border-color-hover-pink-9:hover,.outside-border-color-focus-pink-9[data-focused=true],.outside-border-color-focus-pink-9:focus,.outside-border-color-focus-pink-9:focus-within,.outside-border-color-active-pink-9[data-selected=true],.outside-border-color-active-pink-9:active{--outside-border-color: var(--color-pink-9)}.outside-border-color-pink-10,.outside-border-color-hover-pink-10:hover,.outside-border-color-focus-pink-10[data-focused=true],.outside-border-color-focus-pink-10:focus,.outside-border-color-focus-pink-10:focus-within,.outside-border-color-active-pink-10[data-selected=true],.outside-border-color-active-pink-10:active{--outside-border-color: var(--color-pink-10)}.outside-border-color-rose-0,.outside-border-color-hover-rose-0:hover,.outside-border-color-focus-rose-0[data-focused=true],.outside-border-color-focus-rose-0:focus,.outside-border-color-focus-rose-0:focus-within,.outside-border-color-active-rose-0[data-selected=true],.outside-border-color-active-rose-0:active{--outside-border-color: var(--color-rose-0)}.outside-border-color-rose-1,.outside-border-color-hover-rose-1:hover,.outside-border-color-focus-rose-1[data-focused=true],.outside-border-color-focus-rose-1:focus,.outside-border-color-focus-rose-1:focus-within,.outside-border-color-active-rose-1[data-selected=true],.outside-border-color-active-rose-1:active{--outside-border-color: var(--color-rose-1)}.outside-border-color-rose-2,.outside-border-color-hover-rose-2:hover,.outside-border-color-focus-rose-2[data-focused=true],.outside-border-color-focus-rose-2:focus,.outside-border-color-focus-rose-2:focus-within,.outside-border-color-active-rose-2[data-selected=true],.outside-border-color-active-rose-2:active{--outside-border-color: var(--color-rose-2)}.outside-border-color-rose-3,.outside-border-color-hover-rose-3:hover,.outside-border-color-focus-rose-3[data-focused=true],.outside-border-color-focus-rose-3:focus,.outside-border-color-focus-rose-3:focus-within,.outside-border-color-active-rose-3[data-selected=true],.outside-border-color-active-rose-3:active{--outside-border-color: var(--color-rose-3)}.outside-border-color-rose-4,.outside-border-color-hover-rose-4:hover,.outside-border-color-focus-rose-4[data-focused=true],.outside-border-color-focus-rose-4:focus,.outside-border-color-focus-rose-4:focus-within,.outside-border-color-active-rose-4[data-selected=true],.outside-border-color-active-rose-4:active{--outside-border-color: var(--color-rose-4)}.outside-border-color-rose-5,.outside-border-color-hover-rose-5:hover,.outside-border-color-focus-rose-5[data-focused=true],.outside-border-color-focus-rose-5:focus,.outside-border-color-focus-rose-5:focus-within,.outside-border-color-active-rose-5[data-selected=true],.outside-border-color-active-rose-5:active{--outside-border-color: var(--color-rose-5)}.outside-border-color-rose-6,.outside-border-color-hover-rose-6:hover,.outside-border-color-focus-rose-6[data-focused=true],.outside-border-color-focus-rose-6:focus,.outside-border-color-focus-rose-6:focus-within,.outside-border-color-active-rose-6[data-selected=true],.outside-border-color-active-rose-6:active{--outside-border-color: var(--color-rose-6)}.outside-border-color-rose-7,.outside-border-color-hover-rose-7:hover,.outside-border-color-focus-rose-7[data-focused=true],.outside-border-color-focus-rose-7:focus,.outside-border-color-focus-rose-7:focus-within,.outside-border-color-active-rose-7[data-selected=true],.outside-border-color-active-rose-7:active{--outside-border-color: var(--color-rose-7)}.outside-border-color-rose-8,.outside-border-color-hover-rose-8:hover,.outside-border-color-focus-rose-8[data-focused=true],.outside-border-color-focus-rose-8:focus,.outside-border-color-focus-rose-8:focus-within,.outside-border-color-active-rose-8[data-selected=true],.outside-border-color-active-rose-8:active{--outside-border-color: var(--color-rose-8)}.outside-border-color-rose-9,.outside-border-color-hover-rose-9:hover,.outside-border-color-focus-rose-9[data-focused=true],.outside-border-color-focus-rose-9:focus,.outside-border-color-focus-rose-9:focus-within,.outside-border-color-active-rose-9[data-selected=true],.outside-border-color-active-rose-9:active{--outside-border-color: var(--color-rose-9)}.outside-border-color-rose-10,.outside-border-color-hover-rose-10:hover,.outside-border-color-focus-rose-10[data-focused=true],.outside-border-color-focus-rose-10:focus,.outside-border-color-focus-rose-10:focus-within,.outside-border-color-active-rose-10[data-selected=true],.outside-border-color-active-rose-10:active{--outside-border-color: var(--color-rose-10)}.outside-border-color-slate-0,.outside-border-color-hover-slate-0:hover,.outside-border-color-focus-slate-0[data-focused=true],.outside-border-color-focus-slate-0:focus,.outside-border-color-focus-slate-0:focus-within,.outside-border-color-active-slate-0[data-selected=true],.outside-border-color-active-slate-0:active{--outside-border-color: var(--color-slate-0)}.outside-border-color-slate-1,.outside-border-color-hover-slate-1:hover,.outside-border-color-focus-slate-1[data-focused=true],.outside-border-color-focus-slate-1:focus,.outside-border-color-focus-slate-1:focus-within,.outside-border-color-active-slate-1[data-selected=true],.outside-border-color-active-slate-1:active{--outside-border-color: var(--color-slate-1)}.outside-border-color-slate-2,.outside-border-color-hover-slate-2:hover,.outside-border-color-focus-slate-2[data-focused=true],.outside-border-color-focus-slate-2:focus,.outside-border-color-focus-slate-2:focus-within,.outside-border-color-active-slate-2[data-selected=true],.outside-border-color-active-slate-2:active{--outside-border-color: var(--color-slate-2)}.outside-border-color-slate-3,.outside-border-color-hover-slate-3:hover,.outside-border-color-focus-slate-3[data-focused=true],.outside-border-color-focus-slate-3:focus,.outside-border-color-focus-slate-3:focus-within,.outside-border-color-active-slate-3[data-selected=true],.outside-border-color-active-slate-3:active{--outside-border-color: var(--color-slate-3)}.outside-border-color-slate-4,.outside-border-color-hover-slate-4:hover,.outside-border-color-focus-slate-4[data-focused=true],.outside-border-color-focus-slate-4:focus,.outside-border-color-focus-slate-4:focus-within,.outside-border-color-active-slate-4[data-selected=true],.outside-border-color-active-slate-4:active{--outside-border-color: var(--color-slate-4)}.outside-border-color-slate-5,.outside-border-color-hover-slate-5:hover,.outside-border-color-focus-slate-5[data-focused=true],.outside-border-color-focus-slate-5:focus,.outside-border-color-focus-slate-5:focus-within,.outside-border-color-active-slate-5[data-selected=true],.outside-border-color-active-slate-5:active{--outside-border-color: var(--color-slate-5)}.outside-border-color-slate-6,.outside-border-color-hover-slate-6:hover,.outside-border-color-focus-slate-6[data-focused=true],.outside-border-color-focus-slate-6:focus,.outside-border-color-focus-slate-6:focus-within,.outside-border-color-active-slate-6[data-selected=true],.outside-border-color-active-slate-6:active{--outside-border-color: var(--color-slate-6)}.outside-border-color-slate-7,.outside-border-color-hover-slate-7:hover,.outside-border-color-focus-slate-7[data-focused=true],.outside-border-color-focus-slate-7:focus,.outside-border-color-focus-slate-7:focus-within,.outside-border-color-active-slate-7[data-selected=true],.outside-border-color-active-slate-7:active{--outside-border-color: var(--color-slate-7)}.outside-border-color-slate-8,.outside-border-color-hover-slate-8:hover,.outside-border-color-focus-slate-8[data-focused=true],.outside-border-color-focus-slate-8:focus,.outside-border-color-focus-slate-8:focus-within,.outside-border-color-active-slate-8[data-selected=true],.outside-border-color-active-slate-8:active{--outside-border-color: var(--color-slate-8)}.outside-border-color-slate-9,.outside-border-color-hover-slate-9:hover,.outside-border-color-focus-slate-9[data-focused=true],.outside-border-color-focus-slate-9:focus,.outside-border-color-focus-slate-9:focus-within,.outside-border-color-active-slate-9[data-selected=true],.outside-border-color-active-slate-9:active{--outside-border-color: var(--color-slate-9)}.outside-border-color-slate-10,.outside-border-color-hover-slate-10:hover,.outside-border-color-focus-slate-10[data-focused=true],.outside-border-color-focus-slate-10:focus,.outside-border-color-focus-slate-10:focus-within,.outside-border-color-active-slate-10[data-selected=true],.outside-border-color-active-slate-10:active{--outside-border-color: var(--color-slate-10)}.outside-border-color-gray-0,.outside-border-color-hover-gray-0:hover,.outside-border-color-focus-gray-0[data-focused=true],.outside-border-color-focus-gray-0:focus,.outside-border-color-focus-gray-0:focus-within,.outside-border-color-active-gray-0[data-selected=true],.outside-border-color-active-gray-0:active{--outside-border-color: var(--color-gray-0)}.outside-border-color-gray-1,.outside-border-color-hover-gray-1:hover,.outside-border-color-focus-gray-1[data-focused=true],.outside-border-color-focus-gray-1:focus,.outside-border-color-focus-gray-1:focus-within,.outside-border-color-active-gray-1[data-selected=true],.outside-border-color-active-gray-1:active{--outside-border-color: var(--color-gray-1)}.outside-border-color-gray-2,.outside-border-color-hover-gray-2:hover,.outside-border-color-focus-gray-2[data-focused=true],.outside-border-color-focus-gray-2:focus,.outside-border-color-focus-gray-2:focus-within,.outside-border-color-active-gray-2[data-selected=true],.outside-border-color-active-gray-2:active{--outside-border-color: var(--color-gray-2)}.outside-border-color-gray-3,.outside-border-color-hover-gray-3:hover,.outside-border-color-focus-gray-3[data-focused=true],.outside-border-color-focus-gray-3:focus,.outside-border-color-focus-gray-3:focus-within,.outside-border-color-active-gray-3[data-selected=true],.outside-border-color-active-gray-3:active{--outside-border-color: var(--color-gray-3)}.outside-border-color-gray-4,.outside-border-color-hover-gray-4:hover,.outside-border-color-focus-gray-4[data-focused=true],.outside-border-color-focus-gray-4:focus,.outside-border-color-focus-gray-4:focus-within,.outside-border-color-active-gray-4[data-selected=true],.outside-border-color-active-gray-4:active{--outside-border-color: var(--color-gray-4)}.outside-border-color-gray-5,.outside-border-color-hover-gray-5:hover,.outside-border-color-focus-gray-5[data-focused=true],.outside-border-color-focus-gray-5:focus,.outside-border-color-focus-gray-5:focus-within,.outside-border-color-active-gray-5[data-selected=true],.outside-border-color-active-gray-5:active{--outside-border-color: var(--color-gray-5)}.outside-border-color-gray-6,.outside-border-color-hover-gray-6:hover,.outside-border-color-focus-gray-6[data-focused=true],.outside-border-color-focus-gray-6:focus,.outside-border-color-focus-gray-6:focus-within,.outside-border-color-active-gray-6[data-selected=true],.outside-border-color-active-gray-6:active{--outside-border-color: var(--color-gray-6)}.outside-border-color-gray-7,.outside-border-color-hover-gray-7:hover,.outside-border-color-focus-gray-7[data-focused=true],.outside-border-color-focus-gray-7:focus,.outside-border-color-focus-gray-7:focus-within,.outside-border-color-active-gray-7[data-selected=true],.outside-border-color-active-gray-7:active{--outside-border-color: var(--color-gray-7)}.outside-border-color-gray-8,.outside-border-color-hover-gray-8:hover,.outside-border-color-focus-gray-8[data-focused=true],.outside-border-color-focus-gray-8:focus,.outside-border-color-focus-gray-8:focus-within,.outside-border-color-active-gray-8[data-selected=true],.outside-border-color-active-gray-8:active{--outside-border-color: var(--color-gray-8)}.outside-border-color-gray-9,.outside-border-color-hover-gray-9:hover,.outside-border-color-focus-gray-9[data-focused=true],.outside-border-color-focus-gray-9:focus,.outside-border-color-focus-gray-9:focus-within,.outside-border-color-active-gray-9[data-selected=true],.outside-border-color-active-gray-9:active{--outside-border-color: var(--color-gray-9)}.outside-border-color-gray-10,.outside-border-color-hover-gray-10:hover,.outside-border-color-focus-gray-10[data-focused=true],.outside-border-color-focus-gray-10:focus,.outside-border-color-focus-gray-10:focus-within,.outside-border-color-active-gray-10[data-selected=true],.outside-border-color-active-gray-10:active{--outside-border-color: var(--color-gray-10)}.outside-border-color-zinc-0,.outside-border-color-hover-zinc-0:hover,.outside-border-color-focus-zinc-0[data-focused=true],.outside-border-color-focus-zinc-0:focus,.outside-border-color-focus-zinc-0:focus-within,.outside-border-color-active-zinc-0[data-selected=true],.outside-border-color-active-zinc-0:active{--outside-border-color: var(--color-zinc-0)}.outside-border-color-zinc-1,.outside-border-color-hover-zinc-1:hover,.outside-border-color-focus-zinc-1[data-focused=true],.outside-border-color-focus-zinc-1:focus,.outside-border-color-focus-zinc-1:focus-within,.outside-border-color-active-zinc-1[data-selected=true],.outside-border-color-active-zinc-1:active{--outside-border-color: var(--color-zinc-1)}.outside-border-color-zinc-2,.outside-border-color-hover-zinc-2:hover,.outside-border-color-focus-zinc-2[data-focused=true],.outside-border-color-focus-zinc-2:focus,.outside-border-color-focus-zinc-2:focus-within,.outside-border-color-active-zinc-2[data-selected=true],.outside-border-color-active-zinc-2:active{--outside-border-color: var(--color-zinc-2)}.outside-border-color-zinc-3,.outside-border-color-hover-zinc-3:hover,.outside-border-color-focus-zinc-3[data-focused=true],.outside-border-color-focus-zinc-3:focus,.outside-border-color-focus-zinc-3:focus-within,.outside-border-color-active-zinc-3[data-selected=true],.outside-border-color-active-zinc-3:active{--outside-border-color: var(--color-zinc-3)}.outside-border-color-zinc-4,.outside-border-color-hover-zinc-4:hover,.outside-border-color-focus-zinc-4[data-focused=true],.outside-border-color-focus-zinc-4:focus,.outside-border-color-focus-zinc-4:focus-within,.outside-border-color-active-zinc-4[data-selected=true],.outside-border-color-active-zinc-4:active{--outside-border-color: var(--color-zinc-4)}.outside-border-color-zinc-5,.outside-border-color-hover-zinc-5:hover,.outside-border-color-focus-zinc-5[data-focused=true],.outside-border-color-focus-zinc-5:focus,.outside-border-color-focus-zinc-5:focus-within,.outside-border-color-active-zinc-5[data-selected=true],.outside-border-color-active-zinc-5:active{--outside-border-color: var(--color-zinc-5)}.outside-border-color-zinc-6,.outside-border-color-hover-zinc-6:hover,.outside-border-color-focus-zinc-6[data-focused=true],.outside-border-color-focus-zinc-6:focus,.outside-border-color-focus-zinc-6:focus-within,.outside-border-color-active-zinc-6[data-selected=true],.outside-border-color-active-zinc-6:active{--outside-border-color: var(--color-zinc-6)}.outside-border-color-zinc-7,.outside-border-color-hover-zinc-7:hover,.outside-border-color-focus-zinc-7[data-focused=true],.outside-border-color-focus-zinc-7:focus,.outside-border-color-focus-zinc-7:focus-within,.outside-border-color-active-zinc-7[data-selected=true],.outside-border-color-active-zinc-7:active{--outside-border-color: var(--color-zinc-7)}.outside-border-color-zinc-8,.outside-border-color-hover-zinc-8:hover,.outside-border-color-focus-zinc-8[data-focused=true],.outside-border-color-focus-zinc-8:focus,.outside-border-color-focus-zinc-8:focus-within,.outside-border-color-active-zinc-8[data-selected=true],.outside-border-color-active-zinc-8:active{--outside-border-color: var(--color-zinc-8)}.outside-border-color-zinc-9,.outside-border-color-hover-zinc-9:hover,.outside-border-color-focus-zinc-9[data-focused=true],.outside-border-color-focus-zinc-9:focus,.outside-border-color-focus-zinc-9:focus-within,.outside-border-color-active-zinc-9[data-selected=true],.outside-border-color-active-zinc-9:active{--outside-border-color: var(--color-zinc-9)}.outside-border-color-zinc-10,.outside-border-color-hover-zinc-10:hover,.outside-border-color-focus-zinc-10[data-focused=true],.outside-border-color-focus-zinc-10:focus,.outside-border-color-focus-zinc-10:focus-within,.outside-border-color-active-zinc-10[data-selected=true],.outside-border-color-active-zinc-10:active{--outside-border-color: var(--color-zinc-10)}.outside-border-color-neutral-0,.outside-border-color-hover-neutral-0:hover,.outside-border-color-focus-neutral-0[data-focused=true],.outside-border-color-focus-neutral-0:focus,.outside-border-color-focus-neutral-0:focus-within,.outside-border-color-active-neutral-0[data-selected=true],.outside-border-color-active-neutral-0:active{--outside-border-color: var(--color-neutral-0)}.outside-border-color-neutral-1,.outside-border-color-hover-neutral-1:hover,.outside-border-color-focus-neutral-1[data-focused=true],.outside-border-color-focus-neutral-1:focus,.outside-border-color-focus-neutral-1:focus-within,.outside-border-color-active-neutral-1[data-selected=true],.outside-border-color-active-neutral-1:active{--outside-border-color: var(--color-neutral-1)}.outside-border-color-neutral-2,.outside-border-color-hover-neutral-2:hover,.outside-border-color-focus-neutral-2[data-focused=true],.outside-border-color-focus-neutral-2:focus,.outside-border-color-focus-neutral-2:focus-within,.outside-border-color-active-neutral-2[data-selected=true],.outside-border-color-active-neutral-2:active{--outside-border-color: var(--color-neutral-2)}.outside-border-color-neutral-3,.outside-border-color-hover-neutral-3:hover,.outside-border-color-focus-neutral-3[data-focused=true],.outside-border-color-focus-neutral-3:focus,.outside-border-color-focus-neutral-3:focus-within,.outside-border-color-active-neutral-3[data-selected=true],.outside-border-color-active-neutral-3:active{--outside-border-color: var(--color-neutral-3)}.outside-border-color-neutral-4,.outside-border-color-hover-neutral-4:hover,.outside-border-color-focus-neutral-4[data-focused=true],.outside-border-color-focus-neutral-4:focus,.outside-border-color-focus-neutral-4:focus-within,.outside-border-color-active-neutral-4[data-selected=true],.outside-border-color-active-neutral-4:active{--outside-border-color: var(--color-neutral-4)}.outside-border-color-neutral-5,.outside-border-color-hover-neutral-5:hover,.outside-border-color-focus-neutral-5[data-focused=true],.outside-border-color-focus-neutral-5:focus,.outside-border-color-focus-neutral-5:focus-within,.outside-border-color-active-neutral-5[data-selected=true],.outside-border-color-active-neutral-5:active{--outside-border-color: var(--color-neutral-5)}.outside-border-color-neutral-6,.outside-border-color-hover-neutral-6:hover,.outside-border-color-focus-neutral-6[data-focused=true],.outside-border-color-focus-neutral-6:focus,.outside-border-color-focus-neutral-6:focus-within,.outside-border-color-active-neutral-6[data-selected=true],.outside-border-color-active-neutral-6:active{--outside-border-color: var(--color-neutral-6)}.outside-border-color-neutral-7,.outside-border-color-hover-neutral-7:hover,.outside-border-color-focus-neutral-7[data-focused=true],.outside-border-color-focus-neutral-7:focus,.outside-border-color-focus-neutral-7:focus-within,.outside-border-color-active-neutral-7[data-selected=true],.outside-border-color-active-neutral-7:active{--outside-border-color: var(--color-neutral-7)}.outside-border-color-neutral-8,.outside-border-color-hover-neutral-8:hover,.outside-border-color-focus-neutral-8[data-focused=true],.outside-border-color-focus-neutral-8:focus,.outside-border-color-focus-neutral-8:focus-within,.outside-border-color-active-neutral-8[data-selected=true],.outside-border-color-active-neutral-8:active{--outside-border-color: var(--color-neutral-8)}.outside-border-color-neutral-9,.outside-border-color-hover-neutral-9:hover,.outside-border-color-focus-neutral-9[data-focused=true],.outside-border-color-focus-neutral-9:focus,.outside-border-color-focus-neutral-9:focus-within,.outside-border-color-active-neutral-9[data-selected=true],.outside-border-color-active-neutral-9:active{--outside-border-color: var(--color-neutral-9)}.outside-border-color-neutral-10,.outside-border-color-hover-neutral-10:hover,.outside-border-color-focus-neutral-10[data-focused=true],.outside-border-color-focus-neutral-10:focus,.outside-border-color-focus-neutral-10:focus-within,.outside-border-color-active-neutral-10[data-selected=true],.outside-border-color-active-neutral-10:active{--outside-border-color: var(--color-neutral-10)}.outside-border-color-stone-0,.outside-border-color-hover-stone-0:hover,.outside-border-color-focus-stone-0[data-focused=true],.outside-border-color-focus-stone-0:focus,.outside-border-color-focus-stone-0:focus-within,.outside-border-color-active-stone-0[data-selected=true],.outside-border-color-active-stone-0:active{--outside-border-color: var(--color-stone-0)}.outside-border-color-stone-1,.outside-border-color-hover-stone-1:hover,.outside-border-color-focus-stone-1[data-focused=true],.outside-border-color-focus-stone-1:focus,.outside-border-color-focus-stone-1:focus-within,.outside-border-color-active-stone-1[data-selected=true],.outside-border-color-active-stone-1:active{--outside-border-color: var(--color-stone-1)}.outside-border-color-stone-2,.outside-border-color-hover-stone-2:hover,.outside-border-color-focus-stone-2[data-focused=true],.outside-border-color-focus-stone-2:focus,.outside-border-color-focus-stone-2:focus-within,.outside-border-color-active-stone-2[data-selected=true],.outside-border-color-active-stone-2:active{--outside-border-color: var(--color-stone-2)}.outside-border-color-stone-3,.outside-border-color-hover-stone-3:hover,.outside-border-color-focus-stone-3[data-focused=true],.outside-border-color-focus-stone-3:focus,.outside-border-color-focus-stone-3:focus-within,.outside-border-color-active-stone-3[data-selected=true],.outside-border-color-active-stone-3:active{--outside-border-color: var(--color-stone-3)}.outside-border-color-stone-4,.outside-border-color-hover-stone-4:hover,.outside-border-color-focus-stone-4[data-focused=true],.outside-border-color-focus-stone-4:focus,.outside-border-color-focus-stone-4:focus-within,.outside-border-color-active-stone-4[data-selected=true],.outside-border-color-active-stone-4:active{--outside-border-color: var(--color-stone-4)}.outside-border-color-stone-5,.outside-border-color-hover-stone-5:hover,.outside-border-color-focus-stone-5[data-focused=true],.outside-border-color-focus-stone-5:focus,.outside-border-color-focus-stone-5:focus-within,.outside-border-color-active-stone-5[data-selected=true],.outside-border-color-active-stone-5:active{--outside-border-color: var(--color-stone-5)}.outside-border-color-stone-6,.outside-border-color-hover-stone-6:hover,.outside-border-color-focus-stone-6[data-focused=true],.outside-border-color-focus-stone-6:focus,.outside-border-color-focus-stone-6:focus-within,.outside-border-color-active-stone-6[data-selected=true],.outside-border-color-active-stone-6:active{--outside-border-color: var(--color-stone-6)}.outside-border-color-stone-7,.outside-border-color-hover-stone-7:hover,.outside-border-color-focus-stone-7[data-focused=true],.outside-border-color-focus-stone-7:focus,.outside-border-color-focus-stone-7:focus-within,.outside-border-color-active-stone-7[data-selected=true],.outside-border-color-active-stone-7:active{--outside-border-color: var(--color-stone-7)}.outside-border-color-stone-8,.outside-border-color-hover-stone-8:hover,.outside-border-color-focus-stone-8[data-focused=true],.outside-border-color-focus-stone-8:focus,.outside-border-color-focus-stone-8:focus-within,.outside-border-color-active-stone-8[data-selected=true],.outside-border-color-active-stone-8:active{--outside-border-color: var(--color-stone-8)}.outside-border-color-stone-9,.outside-border-color-hover-stone-9:hover,.outside-border-color-focus-stone-9[data-focused=true],.outside-border-color-focus-stone-9:focus,.outside-border-color-focus-stone-9:focus-within,.outside-border-color-active-stone-9[data-selected=true],.outside-border-color-active-stone-9:active{--outside-border-color: var(--color-stone-9)}.outside-border-color-stone-10,.outside-border-color-hover-stone-10:hover,.outside-border-color-focus-stone-10[data-focused=true],.outside-border-color-focus-stone-10:focus,.outside-border-color-focus-stone-10:focus-within,.outside-border-color-active-stone-10[data-selected=true],.outside-border-color-active-stone-10:active{--outside-border-color: var(--color-stone-10)}}@layer common{.text-display{display:inline-flex;align-items:center}.text-font-weight-thin{font-weight:100!important}.text-font-weight-light{font-weight:300!important}.text-font-weight-regular{font-weight:400!important}.text-font-weight-bold{font-weight:500!important}.text-font-weight-strong{font-weight:600!important}.text-font-weight-heavy{font-weight:700!important}.text-font-weight-100{font-weight:100!important}.text-font-weight-300{font-weight:300!important}.text-font-weight-400{font-weight:400!important}.text-font-weight-500{font-weight:500!important}.text-font-weight-600{font-weight:600!important}.text-font-weight-700{font-weight:700!important}.text-font-weight-800{font-weight:800!important}.text-align-right{text-align:right;justify-content:right}.text-align-left{text-align:left;justify-content:left}.text-align-center{text-align:center;justify-content:center}.text-align-vertical-middle{display:flex;align-items:center!important}.text-align-vertical-top{display:flex;align-items:flex-start!important}.text-align-vertical-bottom{display:flex;align-items:flex-end!important}.text-overflow-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.text-overflow-clip{text-overflow:clip;overflow:hidden;white-space:break-spaces}.text-decoration-underline,.text-decoration-hover-underline:hover{text-decoration:underline!important;text-underline-offset:3px}.text-decoration-line-through,.text-decoration-hover-line-through:hover{text-decoration:line-through!important}.text-decoration-overline,.text-decoration-hover-overline:hover{text-decoration:overline!important}.text-decoration-none,.text-decoration-hover-none:hover{text-decoration:none!important}.text-transform-uppercase{text-transform:uppercase}.text-transform-lowercase{text-transform:lowercase}.text-transform-capitalize{text-transform:capitalize}.text-font-style-italic{font-style:italic!important}.text-font-style-normal{font-style:normal!important}.text-font-family-default{font-family:var(--font-family-default)!important}.text-font-family-sans-serif{font-family:var(--font-family-sans-serif)!important}.text-font-family-serif{font-family:var(--font-family-serif)!important}.text-font-family-monospace{font-family:var(--font-family-monospace)!important}}@layer common{.text-font-size-inherit{font-size:inherit}.text-font-size-4{font-size:calc(var(--font-size-unit) * .25)}.text-font-size-6{font-size:calc(var(--font-size-unit) * .375)}.text-font-size-8{font-size:calc(var(--font-size-unit) * .5)}.text-font-size-10{font-size:calc(var(--font-size-unit) * .625)}.text-font-size-12{font-size:calc(var(--font-size-unit) * .75)}.text-font-size-14{font-size:calc(var(--font-size-unit) * .875)}.text-font-size-16{font-size:var(--font-size-unit)}.text-font-size-17{font-size:calc(var(--font-size-unit) * 1.0625)}.text-font-size-18{font-size:calc(var(--font-size-unit) * 1.125)}.text-font-size-20{font-size:calc(var(--font-size-unit) * 1.25)}.text-font-size-24{font-size:calc(var(--font-size-unit) * 1.5)}.text-font-size-30{font-size:calc(var(--font-size-unit) * 1.875)}.text-font-size-36{font-size:calc(var(--font-size-unit) * 2.25)}.text-font-size-48{font-size:calc(var(--font-size-unit) * 3)}.text-font-size-60{font-size:calc(var(--font-size-unit) * 3.75)}.text-font-size-72{font-size:calc(var(--font-size-unit) * 4.5)}.text-font-size-90{font-size:calc(var(--font-size-unit) * 5.625)}.text-font-size-120{font-size:calc(var(--font-size-unit) * 7.5)}.text-font-size-min{font-size:calc(var(--font-size-unit) * .75)}.text-font-size-middle{font-size:calc(var(--font-size-unit) * .8)}.text-font-size-normal{font-size:calc(var(--font-size-unit) * .875)}.text-font-size-double{font-size:calc(var(--font-size-unit) * 1.125)}.text-font-size-max{font-size:calc(var(--font-size-unit) * 1.5)}.text-font-size-h1{font-size:calc(var(--font-size-unit) * 1.875)}.text-font-size-h2{font-size:calc(var(--font-size-unit) * 1.5)}.text-font-size-h3{font-size:calc(var(--font-size-unit) * 1.25)}.text-font-size-h4{font-size:calc(var(--font-size-unit) * 1.125)}.text-font-size-h5{font-size:var(--font-size-unit)}.text-font-size-h6{font-size:calc(var(--font-size-unit) * .875)}}@layer common{.text-letter-spacing-inherit{letter-spacing:inherit!important}.text-letter-spacing-none{letter-spacing:0em !important!important}.text-letter-spacing-min{letter-spacing:.01em!important}.text-letter-spacing-middle{letter-spacing:.025em!important}.text-letter-spacing-normal{letter-spacing:normal!important}.text-letter-spacing-double{letter-spacing:.025em!important}.text-letter-spacing-max{letter-spacing:.05em!important}}@layer common{.text-line-height-inherit{line-height:inherit!important}.text-line-height-none{line-height:0 !important!important}.text-line-height-min{line-height:1!important}.text-line-height-middle{line-height:1.15!important}.text-line-height-normal{line-height:1.35!important}.text-line-height-double{line-height:1.75!important}.text-line-height-max{line-height:2!important}}@layer common{.gap-inherit{gap:inherit}.gap-min{gap:calc(var(--spacing-unit) * .25)}.gap-middle{gap:calc(var(--spacing-unit) * .5)}.gap-normal{gap:var(--spacing-unit)}.gap-double{gap:calc(var(--spacing-unit) * 1.5)}.gap-max{gap:calc(var(--spacing-unit) * 2)}.gap-0{gap:0}.gap-1{gap:calc(var(--spacing-unit) * .25)}.gap-2{gap:calc(var(--spacing-unit) * .5)}.gap-3{gap:calc(var(--spacing-unit) * .75)}.gap-4{gap:var(--spacing-unit)}.gap-5{gap:calc(var(--spacing-unit) * 1.25)}.gap-6{gap:calc(var(--spacing-unit) * 1.5)}.gap-8{gap:calc(var(--spacing-unit) * 2)}.gap-10{gap:calc(var(--spacing-unit) * 2.5)}.gap-12{gap:calc(var(--spacing-unit) * 3)}.gap-16{gap:calc(var(--spacing-unit) * 4)}.gap-row-inherit{row-gap:inherit}.gap-row-min{row-gap:calc(var(--spacing-unit) * .25)}.gap-row-middle{row-gap:calc(var(--spacing-unit) * .5)}.gap-row-normal{row-gap:var(--spacing-unit)}.gap-row-double{row-gap:calc(var(--spacing-unit) * 1.5)}.gap-row-max{row-gap:calc(var(--spacing-unit) * 2)}.gap-row-0{row-gap:0}.gap-row-1{row-gap:calc(var(--spacing-unit) * .25)}.gap-row-2{row-gap:calc(var(--spacing-unit) * .5)}.gap-row-3{row-gap:calc(var(--spacing-unit) * .75)}.gap-row-4{row-gap:var(--spacing-unit)}.gap-row-5{row-gap:calc(var(--spacing-unit) * 1.25)}.gap-row-6{row-gap:calc(var(--spacing-unit) * 1.5)}.gap-row-8{row-gap:calc(var(--spacing-unit) * 2)}.gap-row-10{row-gap:calc(var(--spacing-unit) * 2.5)}.gap-row-12{row-gap:calc(var(--spacing-unit) * 3)}.gap-row-16{row-gap:calc(var(--spacing-unit) * 4)}.gap-column-inherit{column-gap:inherit}.gap-column-min{column-gap:calc(var(--spacing-unit) * .25)}.gap-column-middle{column-gap:calc(var(--spacing-unit) * .5)}.gap-column-normal{column-gap:var(--spacing-unit)}.gap-column-double{column-gap:calc(var(--spacing-unit) * 1.5)}.gap-column-max{column-gap:calc(var(--spacing-unit) * 2)}.gap-column-0{column-gap:0}.gap-column-1{column-gap:calc(var(--spacing-unit) * .25)}.gap-column-2{column-gap:calc(var(--spacing-unit) * .5)}.gap-column-3{column-gap:calc(var(--spacing-unit) * .75)}.gap-column-4{column-gap:var(--spacing-unit)}.gap-column-5{column-gap:calc(var(--spacing-unit) * 1.25)}.gap-column-6{column-gap:calc(var(--spacing-unit) * 1.5)}.gap-column-8{column-gap:calc(var(--spacing-unit) * 2)}.gap-column-10{column-gap:calc(var(--spacing-unit) * 2.5)}.gap-column-12{column-gap:calc(var(--spacing-unit) * 3)}.gap-column-16{column-gap:calc(var(--spacing-unit) * 4)}.gap-none{gap:0!important}.gap-row-none{row-gap:0!important}.gap-column-none{column-gap:0!important}}@layer common{.margin-inherit{margin:inherit}.margin-min{margin:calc(var(--spacing-unit) * .25)}.margin-middle{margin:calc(var(--spacing-unit) * .5)}.margin-normal{margin:var(--spacing-unit)}.margin-double{margin:calc(var(--spacing-unit) * 1.5)}.margin-max{margin:calc(var(--spacing-unit) * 2)}.margin-0{margin:0}.margin-1{margin:calc(var(--spacing-unit) * .25)}.margin-2{margin:calc(var(--spacing-unit) * .5)}.margin-3{margin:calc(var(--spacing-unit) * .75)}.margin-4{margin:var(--spacing-unit)}.margin-5{margin:calc(var(--spacing-unit) * 1.25)}.margin-6{margin:calc(var(--spacing-unit) * 1.5)}.margin-8{margin:calc(var(--spacing-unit) * 2)}.margin-10{margin:calc(var(--spacing-unit) * 2.5)}.margin-12{margin:calc(var(--spacing-unit) * 3)}.margin-16{margin:calc(var(--spacing-unit) * 4)}.margin-y-inherit{margin-top:inherit;margin-bottom:inherit}.margin-y-min{margin-top:calc(var(--spacing-unit) * .25);margin-bottom:calc(var(--spacing-unit) * .25)}.margin-y-middle{margin-top:calc(var(--spacing-unit) * .5);margin-bottom:calc(var(--spacing-unit) * .5)}.margin-y-normal{margin-top:var(--spacing-unit);margin-bottom:var(--spacing-unit)}.margin-y-double{margin-top:calc(var(--spacing-unit) * 1.5);margin-bottom:calc(var(--spacing-unit) * 1.5)}.margin-y-max{margin-top:calc(var(--spacing-unit) * 2);margin-bottom:calc(var(--spacing-unit) * 2)}.margin-y-0{margin-top:0;margin-bottom:0}.margin-y-1{margin-top:calc(var(--spacing-unit) * .25);margin-bottom:calc(var(--spacing-unit) * .25)}.margin-y-2{margin-top:calc(var(--spacing-unit) * .5);margin-bottom:calc(var(--spacing-unit) * .5)}.margin-y-3{margin-top:calc(var(--spacing-unit) * .75);margin-bottom:calc(var(--spacing-unit) * .75)}.margin-y-4{margin-top:var(--spacing-unit);margin-bottom:var(--spacing-unit)}.margin-y-5{margin-top:calc(var(--spacing-unit) * 1.25);margin-bottom:calc(var(--spacing-unit) * 1.25)}.margin-y-6{margin-top:calc(var(--spacing-unit) * 1.5);margin-bottom:calc(var(--spacing-unit) * 1.5)}.margin-y-8{margin-top:calc(var(--spacing-unit) * 2);margin-bottom:calc(var(--spacing-unit) * 2)}.margin-y-10{margin-top:calc(var(--spacing-unit) * 2.5);margin-bottom:calc(var(--spacing-unit) * 2.5)}.margin-y-12{margin-top:calc(var(--spacing-unit) * 3);margin-bottom:calc(var(--spacing-unit) * 3)}.margin-y-16{margin-top:calc(var(--spacing-unit) * 4);margin-bottom:calc(var(--spacing-unit) * 4)}.margin-x-inherit{margin-left:inherit;margin-right:inherit}.margin-x-min{margin-left:calc(var(--spacing-unit) * .25);margin-right:calc(var(--spacing-unit) * .25)}.margin-x-middle{margin-left:calc(var(--spacing-unit) * .5);margin-right:calc(var(--spacing-unit) * .5)}.margin-x-normal{margin-left:var(--spacing-unit);margin-right:var(--spacing-unit)}.margin-x-double{margin-left:calc(var(--spacing-unit) * 1.5);margin-right:calc(var(--spacing-unit) * 1.5)}.margin-x-max{margin-left:calc(var(--spacing-unit) * 2);margin-right:calc(var(--spacing-unit) * 2)}.margin-x-0{margin-left:0;margin-right:0}.margin-x-1{margin-left:calc(var(--spacing-unit) * .25);margin-right:calc(var(--spacing-unit) * .25)}.margin-x-2{margin-left:calc(var(--spacing-unit) * .5);margin-right:calc(var(--spacing-unit) * .5)}.margin-x-3{margin-left:calc(var(--spacing-unit) * .75);margin-right:calc(var(--spacing-unit) * .75)}.margin-x-4{margin-left:var(--spacing-unit);margin-right:var(--spacing-unit)}.margin-x-5{margin-left:calc(var(--spacing-unit) * 1.25);margin-right:calc(var(--spacing-unit) * 1.25)}.margin-x-6{margin-left:calc(var(--spacing-unit) * 1.5);margin-right:calc(var(--spacing-unit) * 1.5)}.margin-x-8{margin-left:calc(var(--spacing-unit) * 2);margin-right:calc(var(--spacing-unit) * 2)}.margin-x-10{margin-left:calc(var(--spacing-unit) * 2.5);margin-right:calc(var(--spacing-unit) * 2.5)}.margin-x-12{margin-left:calc(var(--spacing-unit) * 3);margin-right:calc(var(--spacing-unit) * 3)}.margin-x-16{margin-left:calc(var(--spacing-unit) * 4);margin-right:calc(var(--spacing-unit) * 4)}.margin-top-inherit{margin-top:inherit}.margin-right-inherit{margin-right:inherit}.margin-bottom-inherit{margin-bottom:inherit}.margin-left-inherit{margin-left:inherit}.margin-top-min{margin-top:calc(var(--spacing-unit) * .25)}.margin-right-min{margin-right:calc(var(--spacing-unit) * .25)}.margin-bottom-min{margin-bottom:calc(var(--spacing-unit) * .25)}.margin-left-min{margin-left:calc(var(--spacing-unit) * .25)}.margin-top-middle{margin-top:calc(var(--spacing-unit) * .5)}.margin-right-middle{margin-right:calc(var(--spacing-unit) * .5)}.margin-bottom-middle{margin-bottom:calc(var(--spacing-unit) * .5)}.margin-left-middle{margin-left:calc(var(--spacing-unit) * .5)}.margin-top-normal{margin-top:var(--spacing-unit)}.margin-right-normal{margin-right:var(--spacing-unit)}.margin-bottom-normal{margin-bottom:var(--spacing-unit)}.margin-left-normal{margin-left:var(--spacing-unit)}.margin-top-double{margin-top:calc(var(--spacing-unit) * 1.5)}.margin-right-double{margin-right:calc(var(--spacing-unit) * 1.5)}.margin-bottom-double{margin-bottom:calc(var(--spacing-unit) * 1.5)}.margin-left-double{margin-left:calc(var(--spacing-unit) * 1.5)}.margin-top-max{margin-top:calc(var(--spacing-unit) * 2)}.margin-right-max{margin-right:calc(var(--spacing-unit) * 2)}.margin-bottom-max{margin-bottom:calc(var(--spacing-unit) * 2)}.margin-left-max{margin-left:calc(var(--spacing-unit) * 2)}.margin-top-0{margin-top:0}.margin-right-0{margin-right:0}.margin-bottom-0{margin-bottom:0}.margin-left-0{margin-left:0}.margin-top-1{margin-top:calc(var(--spacing-unit) * .25)}.margin-right-1{margin-right:calc(var(--spacing-unit) * .25)}.margin-bottom-1{margin-bottom:calc(var(--spacing-unit) * .25)}.margin-left-1{margin-left:calc(var(--spacing-unit) * .25)}.margin-top-2{margin-top:calc(var(--spacing-unit) * .5)}.margin-right-2{margin-right:calc(var(--spacing-unit) * .5)}.margin-bottom-2{margin-bottom:calc(var(--spacing-unit) * .5)}.margin-left-2{margin-left:calc(var(--spacing-unit) * .5)}.margin-top-3{margin-top:calc(var(--spacing-unit) * .75)}.margin-right-3{margin-right:calc(var(--spacing-unit) * .75)}.margin-bottom-3{margin-bottom:calc(var(--spacing-unit) * .75)}.margin-left-3{margin-left:calc(var(--spacing-unit) * .75)}.margin-top-4{margin-top:var(--spacing-unit)}.margin-right-4{margin-right:var(--spacing-unit)}.margin-bottom-4{margin-bottom:var(--spacing-unit)}.margin-left-4{margin-left:var(--spacing-unit)}.margin-top-5{margin-top:calc(var(--spacing-unit) * 1.25)}.margin-right-5{margin-right:calc(var(--spacing-unit) * 1.25)}.margin-bottom-5{margin-bottom:calc(var(--spacing-unit) * 1.25)}.margin-left-5{margin-left:calc(var(--spacing-unit) * 1.25)}.margin-top-6{margin-top:calc(var(--spacing-unit) * 1.5)}.margin-right-6{margin-right:calc(var(--spacing-unit) * 1.5)}.margin-bottom-6{margin-bottom:calc(var(--spacing-unit) * 1.5)}.margin-left-6{margin-left:calc(var(--spacing-unit) * 1.5)}.margin-top-8{margin-top:calc(var(--spacing-unit) * 2)}.margin-right-8{margin-right:calc(var(--spacing-unit) * 2)}.margin-bottom-8{margin-bottom:calc(var(--spacing-unit) * 2)}.margin-left-8{margin-left:calc(var(--spacing-unit) * 2)}.margin-top-10{margin-top:calc(var(--spacing-unit) * 2.5)}.margin-right-10{margin-right:calc(var(--spacing-unit) * 2.5)}.margin-bottom-10{margin-bottom:calc(var(--spacing-unit) * 2.5)}.margin-left-10{margin-left:calc(var(--spacing-unit) * 2.5)}.margin-top-12{margin-top:calc(var(--spacing-unit) * 3)}.margin-right-12{margin-right:calc(var(--spacing-unit) * 3)}.margin-bottom-12{margin-bottom:calc(var(--spacing-unit) * 3)}.margin-left-12{margin-left:calc(var(--spacing-unit) * 3)}.margin-top-16{margin-top:calc(var(--spacing-unit) * 4)}.margin-right-16{margin-right:calc(var(--spacing-unit) * 4)}.margin-bottom-16{margin-bottom:calc(var(--spacing-unit) * 4)}.margin-left-16{margin-left:calc(var(--spacing-unit) * 4)}.margin-none{margin:0!important}.margin-top-none{margin-top:0!important}.margin-right-none{margin-right:0!important}.margin-bottom-none{margin-bottom:0!important}.margin-left-none{margin-left:0!important}.margin-y-none{margin-top:0!important;margin-bottom:0!important}.margin-x-none{margin-left:0!important;margin-right:0!important}}@layer common{.padding-inherit{padding:inherit}.padding-min{padding:calc(var(--spacing-unit) * .25)}.padding-middle{padding:calc(var(--spacing-unit) * .5)}.padding-normal{padding:var(--spacing-unit)}.padding-double{padding:calc(var(--spacing-unit) * 1.5)}.padding-max{padding:calc(var(--spacing-unit) * 2)}.padding-0{padding:0}.padding-1{padding:calc(var(--spacing-unit) * .25)}.padding-2{padding:calc(var(--spacing-unit) * .5)}.padding-3{padding:calc(var(--spacing-unit) * .75)}.padding-4{padding:var(--spacing-unit)}.padding-5{padding:calc(var(--spacing-unit) * 1.25)}.padding-6{padding:calc(var(--spacing-unit) * 1.5)}.padding-8{padding:calc(var(--spacing-unit) * 2)}.padding-10{padding:calc(var(--spacing-unit) * 2.5)}.padding-12{padding:calc(var(--spacing-unit) * 3)}.padding-16{padding:calc(var(--spacing-unit) * 4)}.padding-y-inherit{padding-top:inherit;padding-bottom:inherit}.padding-y-min{padding-top:calc(var(--spacing-unit) * .25);padding-bottom:calc(var(--spacing-unit) * .25)}.padding-y-middle{padding-top:calc(var(--spacing-unit) * .5);padding-bottom:calc(var(--spacing-unit) * .5)}.padding-y-normal{padding-top:var(--spacing-unit);padding-bottom:var(--spacing-unit)}.padding-y-double{padding-top:calc(var(--spacing-unit) * 1.5);padding-bottom:calc(var(--spacing-unit) * 1.5)}.padding-y-max{padding-top:calc(var(--spacing-unit) * 2);padding-bottom:calc(var(--spacing-unit) * 2)}.padding-y-0{padding-top:0;padding-bottom:0}.padding-y-1{padding-top:calc(var(--spacing-unit) * .25);padding-bottom:calc(var(--spacing-unit) * .25)}.padding-y-2{padding-top:calc(var(--spacing-unit) * .5);padding-bottom:calc(var(--spacing-unit) * .5)}.padding-y-3{padding-top:calc(var(--spacing-unit) * .75);padding-bottom:calc(var(--spacing-unit) * .75)}.padding-y-4{padding-top:var(--spacing-unit);padding-bottom:var(--spacing-unit)}.padding-y-5{padding-top:calc(var(--spacing-unit) * 1.25);padding-bottom:calc(var(--spacing-unit) * 1.25)}.padding-y-6{padding-top:calc(var(--spacing-unit) * 1.5);padding-bottom:calc(var(--spacing-unit) * 1.5)}.padding-y-8{padding-top:calc(var(--spacing-unit) * 2);padding-bottom:calc(var(--spacing-unit) * 2)}.padding-y-10{padding-top:calc(var(--spacing-unit) * 2.5);padding-bottom:calc(var(--spacing-unit) * 2.5)}.padding-y-12{padding-top:calc(var(--spacing-unit) * 3);padding-bottom:calc(var(--spacing-unit) * 3)}.padding-y-16{padding-top:calc(var(--spacing-unit) * 4);padding-bottom:calc(var(--spacing-unit) * 4)}.padding-x-inherit{padding-left:inherit;padding-right:inherit}.padding-x-min{padding-left:calc(var(--spacing-unit) * .25);padding-right:calc(var(--spacing-unit) * .25)}.padding-x-middle{padding-left:calc(var(--spacing-unit) * .5);padding-right:calc(var(--spacing-unit) * .5)}.padding-x-normal{padding-left:var(--spacing-unit);padding-right:var(--spacing-unit)}.padding-x-double{padding-left:calc(var(--spacing-unit) * 1.5);padding-right:calc(var(--spacing-unit) * 1.5)}.padding-x-max{padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2)}.padding-x-0{padding-left:0;padding-right:0}.padding-x-1{padding-left:calc(var(--spacing-unit) * .25);padding-right:calc(var(--spacing-unit) * .25)}.padding-x-2{padding-left:calc(var(--spacing-unit) * .5);padding-right:calc(var(--spacing-unit) * .5)}.padding-x-3{padding-left:calc(var(--spacing-unit) * .75);padding-right:calc(var(--spacing-unit) * .75)}.padding-x-4{padding-left:var(--spacing-unit);padding-right:var(--spacing-unit)}.padding-x-5{padding-left:calc(var(--spacing-unit) * 1.25);padding-right:calc(var(--spacing-unit) * 1.25)}.padding-x-6{padding-left:calc(var(--spacing-unit) * 1.5);padding-right:calc(var(--spacing-unit) * 1.5)}.padding-x-8{padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2)}.padding-x-10{padding-left:calc(var(--spacing-unit) * 2.5);padding-right:calc(var(--spacing-unit) * 2.5)}.padding-x-12{padding-left:calc(var(--spacing-unit) * 3);padding-right:calc(var(--spacing-unit) * 3)}.padding-x-16{padding-left:calc(var(--spacing-unit) * 4);padding-right:calc(var(--spacing-unit) * 4)}.padding-top-inherit{padding-top:inherit}.padding-right-inherit{padding-right:inherit}.padding-bottom-inherit{padding-bottom:inherit}.padding-left-inherit{padding-left:inherit}.padding-top-min{padding-top:calc(var(--spacing-unit) * .25)}.padding-right-min{padding-right:calc(var(--spacing-unit) * .25)}.padding-bottom-min{padding-bottom:calc(var(--spacing-unit) * .25)}.padding-left-min{padding-left:calc(var(--spacing-unit) * .25)}.padding-top-middle{padding-top:calc(var(--spacing-unit) * .5)}.padding-right-middle{padding-right:calc(var(--spacing-unit) * .5)}.padding-bottom-middle{padding-bottom:calc(var(--spacing-unit) * .5)}.padding-left-middle{padding-left:calc(var(--spacing-unit) * .5)}.padding-top-normal{padding-top:var(--spacing-unit)}.padding-right-normal{padding-right:var(--spacing-unit)}.padding-bottom-normal{padding-bottom:var(--spacing-unit)}.padding-left-normal{padding-left:var(--spacing-unit)}.padding-top-double{padding-top:calc(var(--spacing-unit) * 1.5)}.padding-right-double{padding-right:calc(var(--spacing-unit) * 1.5)}.padding-bottom-double{padding-bottom:calc(var(--spacing-unit) * 1.5)}.padding-left-double{padding-left:calc(var(--spacing-unit) * 1.5)}.padding-top-max{padding-top:calc(var(--spacing-unit) * 2)}.padding-right-max{padding-right:calc(var(--spacing-unit) * 2)}.padding-bottom-max{padding-bottom:calc(var(--spacing-unit) * 2)}.padding-left-max{padding-left:calc(var(--spacing-unit) * 2)}.padding-top-0{padding-top:0}.padding-right-0{padding-right:0}.padding-bottom-0{padding-bottom:0}.padding-left-0{padding-left:0}.padding-top-1{padding-top:calc(var(--spacing-unit) * .25)}.padding-right-1{padding-right:calc(var(--spacing-unit) * .25)}.padding-bottom-1{padding-bottom:calc(var(--spacing-unit) * .25)}.padding-left-1{padding-left:calc(var(--spacing-unit) * .25)}.padding-top-2{padding-top:calc(var(--spacing-unit) * .5)}.padding-right-2{padding-right:calc(var(--spacing-unit) * .5)}.padding-bottom-2{padding-bottom:calc(var(--spacing-unit) * .5)}.padding-left-2{padding-left:calc(var(--spacing-unit) * .5)}.padding-top-3{padding-top:calc(var(--spacing-unit) * .75)}.padding-right-3{padding-right:calc(var(--spacing-unit) * .75)}.padding-bottom-3{padding-bottom:calc(var(--spacing-unit) * .75)}.padding-left-3{padding-left:calc(var(--spacing-unit) * .75)}.padding-top-4{padding-top:var(--spacing-unit)}.padding-right-4{padding-right:var(--spacing-unit)}.padding-bottom-4{padding-bottom:var(--spacing-unit)}.padding-left-4{padding-left:var(--spacing-unit)}.padding-top-5{padding-top:calc(var(--spacing-unit) * 1.25)}.padding-right-5{padding-right:calc(var(--spacing-unit) * 1.25)}.padding-bottom-5{padding-bottom:calc(var(--spacing-unit) * 1.25)}.padding-left-5{padding-left:calc(var(--spacing-unit) * 1.25)}.padding-top-6{padding-top:calc(var(--spacing-unit) * 1.5)}.padding-right-6{padding-right:calc(var(--spacing-unit) * 1.5)}.padding-bottom-6{padding-bottom:calc(var(--spacing-unit) * 1.5)}.padding-left-6{padding-left:calc(var(--spacing-unit) * 1.5)}.padding-top-8{padding-top:calc(var(--spacing-unit) * 2)}.padding-right-8{padding-right:calc(var(--spacing-unit) * 2)}.padding-bottom-8{padding-bottom:calc(var(--spacing-unit) * 2)}.padding-left-8{padding-left:calc(var(--spacing-unit) * 2)}.padding-top-10{padding-top:calc(var(--spacing-unit) * 2.5)}.padding-right-10{padding-right:calc(var(--spacing-unit) * 2.5)}.padding-bottom-10{padding-bottom:calc(var(--spacing-unit) * 2.5)}.padding-left-10{padding-left:calc(var(--spacing-unit) * 2.5)}.padding-top-12{padding-top:calc(var(--spacing-unit) * 3)}.padding-right-12{padding-right:calc(var(--spacing-unit) * 3)}.padding-bottom-12{padding-bottom:calc(var(--spacing-unit) * 3)}.padding-left-12{padding-left:calc(var(--spacing-unit) * 3)}.padding-top-16{padding-top:calc(var(--spacing-unit) * 4)}.padding-right-16{padding-right:calc(var(--spacing-unit) * 4)}.padding-bottom-16{padding-bottom:calc(var(--spacing-unit) * 4)}.padding-left-16{padding-left:calc(var(--spacing-unit) * 4)}.padding-none{padding:0!important}.padding-top-none{padding-top:0!important}.padding-right-none{padding-right:0!important}.padding-bottom-none{padding-bottom:0!important}.padding-left-none{padding-left:0!important}.padding-y-none{padding-top:0!important;padding-bottom:0!important}.padding-x-none{padding-left:0!important;padding-right:0!important}}@layer common{.gutter-x-min{margin-left:calc(var(--spacing-unit) * .25 * -1)!important;margin-right:calc(var(--spacing-unit) * .25 * -1)!important;width:calc(100% + var(--spacing-unit) * .25 * 2)!important}.gutter-y-min{margin-top:calc(var(--spacing-unit) * .25 * -1)!important;margin-bottom:calc(var(--spacing-unit) * .25 * -1)!important}.gutter-x-middle{margin-left:calc(var(--spacing-unit) * .5 * -1)!important;margin-right:calc(var(--spacing-unit) * .5 * -1)!important;width:calc(100% + var(--spacing-unit) * .5 * 2)!important}.gutter-y-middle{margin-top:calc(var(--spacing-unit) * .5 * -1)!important;margin-bottom:calc(var(--spacing-unit) * .5 * -1)!important}.gutter-x-normal{margin-left:calc(var(--spacing-unit) * -1)!important;margin-right:calc(var(--spacing-unit) * -1)!important;width:calc(100% + var(--spacing-unit) * 2)!important}.gutter-y-normal{margin-top:calc(var(--spacing-unit) * -1)!important;margin-bottom:calc(var(--spacing-unit) * -1)!important}.gutter-x-double{margin-left:calc(var(--spacing-unit) * 1.5 * -1)!important;margin-right:calc(var(--spacing-unit) * 1.5 * -1)!important;width:calc(100% + var(--spacing-unit) * 1.5 * 2)!important}.gutter-y-double{margin-top:calc(var(--spacing-unit) * 1.5 * -1)!important;margin-bottom:calc(var(--spacing-unit) * 1.5 * -1)!important}.gutter-x-max{margin-left:calc(var(--spacing-unit) * 2 * -1)!important;margin-right:calc(var(--spacing-unit) * 2 * -1)!important;width:calc(100% + var(--spacing-unit) * 2 * 2)!important}.gutter-y-max{margin-top:calc(var(--spacing-unit) * 2 * -1)!important;margin-bottom:calc(var(--spacing-unit) * 2 * -1)!important}}@layer common{.border-radius-circle{border-radius:50%}.border-radius-top-circle{border-top-left-radius:50%;border-top-right-radius:50%}.border-radius-bottom-circle{border-bottom-left-radius:50%;border-bottom-right-radius:50%}.border-radius-left-circle{border-top-left-radius:50%;border-bottom-left-radius:50%}.border-radius-right-circle{border-top-right-radius:50%;border-bottom-right-radius:50%}.border-radius-top-left-circle{border-top-left-radius:50%}.border-radius-top-right-circle{border-top-right-radius:50%}.border-radius-bottom-left-circle{border-bottom-left-radius:50%}.border-radius-bottom-right-circle{border-bottom-right-radius:50%}.border-radius-pill{border-radius:9999px}.border-radius-top-pill{border-top-left-radius:9999px;border-top-right-radius:9999px}.border-radius-bottom-pill{border-bottom-left-radius:9999px;border-bottom-right-radius:9999px}.border-radius-left-pill{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.border-radius-right-pill{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.border-radius-top-left-pill{border-top-left-radius:9999px}.border-radius-top-right-pill{border-top-right-radius:9999px}.border-radius-bottom-left-pill{border-bottom-left-radius:9999px}.border-radius-bottom-right-pill{border-bottom-right-radius:9999px}.border-radius-rounded{border-radius:.6rem}.border-radius-top-rounded{border-top-left-radius:.6rem;border-top-right-radius:.6rem}.border-radius-bottom-rounded{border-bottom-left-radius:.6rem;border-bottom-right-radius:.6rem}.border-radius-left-rounded{border-top-left-radius:.6rem;border-bottom-left-radius:.6rem}.border-radius-right-rounded{border-top-right-radius:.6rem;border-bottom-right-radius:.6rem}.border-radius-top-left-rounded{border-top-left-radius:.6rem}.border-radius-top-right-rounded{border-top-right-radius:.6rem}.border-radius-bottom-left-rounded{border-bottom-left-radius:.6rem}.border-radius-bottom-right-rounded{border-bottom-right-radius:.6rem}.border-radius-extra-rounded{border-radius:1rem}.border-radius-top-extra-rounded{border-top-left-radius:1rem;border-top-right-radius:1rem}.border-radius-bottom-extra-rounded{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.border-radius-left-extra-rounded{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.border-radius-right-extra-rounded{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.border-radius-top-left-extra-rounded{border-top-left-radius:1rem}.border-radius-top-right-extra-rounded{border-top-right-radius:1rem}.border-radius-bottom-left-extra-rounded{border-bottom-left-radius:1rem}.border-radius-bottom-right-extra-rounded{border-bottom-right-radius:1rem}.border-radius-none{border-radius:0!important}.border-radius-top-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.border-radius-bottom-none{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.border-radius-left-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.border-radius-right-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.border-radius-top-left-none{border-top-left-radius:0!important}.border-radius-top-right-none{border-top-right-radius:0!important}.border-radius-bottom-left-none{border-bottom-left-radius:0!important}.border-radius-bottom-right-none{border-bottom-right-radius:0!important}.border-radius-min{border-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-min{border-top-left-radius:calc(var(--spacing-unit) * .25);border-top-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-min{border-bottom-left-radius:calc(var(--spacing-unit) * .25);border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-left-min{border-top-left-radius:calc(var(--spacing-unit) * .25);border-bottom-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-right-min{border-top-right-radius:calc(var(--spacing-unit) * .25);border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-left-min{border-top-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-right-min{border-top-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-left-min{border-bottom-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-right-min{border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-middle{border-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-middle{border-top-left-radius:calc(var(--spacing-unit) * .5);border-top-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-middle{border-bottom-left-radius:calc(var(--spacing-unit) * .5);border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-left-middle{border-top-left-radius:calc(var(--spacing-unit) * .5);border-bottom-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-right-middle{border-top-right-radius:calc(var(--spacing-unit) * .5);border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-left-middle{border-top-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-right-middle{border-top-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-left-middle{border-bottom-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-right-middle{border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-normal{border-radius:var(--spacing-unit)}.border-radius-top-normal{border-top-left-radius:var(--spacing-unit);border-top-right-radius:var(--spacing-unit)}.border-radius-bottom-normal{border-bottom-left-radius:var(--spacing-unit);border-bottom-right-radius:var(--spacing-unit)}.border-radius-left-normal{border-top-left-radius:var(--spacing-unit);border-bottom-left-radius:var(--spacing-unit)}.border-radius-right-normal{border-top-right-radius:var(--spacing-unit);border-bottom-right-radius:var(--spacing-unit)}.border-radius-top-left-normal{border-top-left-radius:var(--spacing-unit)}.border-radius-top-right-normal{border-top-right-radius:var(--spacing-unit)}.border-radius-bottom-left-normal{border-bottom-left-radius:var(--spacing-unit)}.border-radius-bottom-right-normal{border-bottom-right-radius:var(--spacing-unit)}.border-radius-double{border-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-double{border-top-left-radius:calc(var(--spacing-unit) * 1.5);border-top-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-double{border-bottom-left-radius:calc(var(--spacing-unit) * 1.5);border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-left-double{border-top-left-radius:calc(var(--spacing-unit) * 1.5);border-bottom-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-right-double{border-top-right-radius:calc(var(--spacing-unit) * 1.5);border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-left-double{border-top-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-right-double{border-top-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-left-double{border-bottom-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-right-double{border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-max{border-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-max{border-top-left-radius:calc(var(--spacing-unit) * 2);border-top-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-max{border-bottom-left-radius:calc(var(--spacing-unit) * 2);border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-left-max{border-top-left-radius:calc(var(--spacing-unit) * 2);border-bottom-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-right-max{border-top-right-radius:calc(var(--spacing-unit) * 2);border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-left-max{border-top-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-right-max{border-top-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-left-max{border-bottom-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-right-max{border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-0{border-radius:0}.border-radius-top-0{border-top-left-radius:0;border-top-right-radius:0}.border-radius-bottom-0{border-bottom-left-radius:0;border-bottom-right-radius:0}.border-radius-left-0{border-top-left-radius:0;border-bottom-left-radius:0}.border-radius-right-0{border-top-right-radius:0;border-bottom-right-radius:0}.border-radius-top-left-0{border-top-left-radius:0}.border-radius-top-right-0{border-top-right-radius:0}.border-radius-bottom-left-0{border-bottom-left-radius:0}.border-radius-bottom-right-0{border-bottom-right-radius:0}.border-radius-1{border-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-1{border-top-left-radius:calc(var(--spacing-unit) * .25);border-top-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-1{border-bottom-left-radius:calc(var(--spacing-unit) * .25);border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-left-1{border-top-left-radius:calc(var(--spacing-unit) * .25);border-bottom-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-right-1{border-top-right-radius:calc(var(--spacing-unit) * .25);border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-left-1{border-top-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-top-right-1{border-top-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-left-1{border-bottom-left-radius:calc(var(--spacing-unit) * .25)}.border-radius-bottom-right-1{border-bottom-right-radius:calc(var(--spacing-unit) * .25)}.border-radius-2{border-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-2{border-top-left-radius:calc(var(--spacing-unit) * .5);border-top-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-2{border-bottom-left-radius:calc(var(--spacing-unit) * .5);border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-left-2{border-top-left-radius:calc(var(--spacing-unit) * .5);border-bottom-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-right-2{border-top-right-radius:calc(var(--spacing-unit) * .5);border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-left-2{border-top-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-top-right-2{border-top-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-left-2{border-bottom-left-radius:calc(var(--spacing-unit) * .5)}.border-radius-bottom-right-2{border-bottom-right-radius:calc(var(--spacing-unit) * .5)}.border-radius-3{border-radius:calc(var(--spacing-unit) * .75)}.border-radius-top-3{border-top-left-radius:calc(var(--spacing-unit) * .75);border-top-right-radius:calc(var(--spacing-unit) * .75)}.border-radius-bottom-3{border-bottom-left-radius:calc(var(--spacing-unit) * .75);border-bottom-right-radius:calc(var(--spacing-unit) * .75)}.border-radius-left-3{border-top-left-radius:calc(var(--spacing-unit) * .75);border-bottom-left-radius:calc(var(--spacing-unit) * .75)}.border-radius-right-3{border-top-right-radius:calc(var(--spacing-unit) * .75);border-bottom-right-radius:calc(var(--spacing-unit) * .75)}.border-radius-top-left-3{border-top-left-radius:calc(var(--spacing-unit) * .75)}.border-radius-top-right-3{border-top-right-radius:calc(var(--spacing-unit) * .75)}.border-radius-bottom-left-3{border-bottom-left-radius:calc(var(--spacing-unit) * .75)}.border-radius-bottom-right-3{border-bottom-right-radius:calc(var(--spacing-unit) * .75)}.border-radius-4{border-radius:var(--spacing-unit)}.border-radius-top-4{border-top-left-radius:var(--spacing-unit);border-top-right-radius:var(--spacing-unit)}.border-radius-bottom-4{border-bottom-left-radius:var(--spacing-unit);border-bottom-right-radius:var(--spacing-unit)}.border-radius-left-4{border-top-left-radius:var(--spacing-unit);border-bottom-left-radius:var(--spacing-unit)}.border-radius-right-4{border-top-right-radius:var(--spacing-unit);border-bottom-right-radius:var(--spacing-unit)}.border-radius-top-left-4{border-top-left-radius:var(--spacing-unit)}.border-radius-top-right-4{border-top-right-radius:var(--spacing-unit)}.border-radius-bottom-left-4{border-bottom-left-radius:var(--spacing-unit)}.border-radius-bottom-right-4{border-bottom-right-radius:var(--spacing-unit)}.border-radius-5{border-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-top-5{border-top-left-radius:calc(var(--spacing-unit) * 1.25);border-top-right-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-bottom-5{border-bottom-left-radius:calc(var(--spacing-unit) * 1.25);border-bottom-right-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-left-5{border-top-left-radius:calc(var(--spacing-unit) * 1.25);border-bottom-left-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-right-5{border-top-right-radius:calc(var(--spacing-unit) * 1.25);border-bottom-right-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-top-left-5{border-top-left-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-top-right-5{border-top-right-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-bottom-left-5{border-bottom-left-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-bottom-right-5{border-bottom-right-radius:calc(var(--spacing-unit) * 1.25)}.border-radius-6{border-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-6{border-top-left-radius:calc(var(--spacing-unit) * 1.5);border-top-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-6{border-bottom-left-radius:calc(var(--spacing-unit) * 1.5);border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-left-6{border-top-left-radius:calc(var(--spacing-unit) * 1.5);border-bottom-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-right-6{border-top-right-radius:calc(var(--spacing-unit) * 1.5);border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-left-6{border-top-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-top-right-6{border-top-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-left-6{border-bottom-left-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-bottom-right-6{border-bottom-right-radius:calc(var(--spacing-unit) * 1.5)}.border-radius-8{border-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-8{border-top-left-radius:calc(var(--spacing-unit) * 2);border-top-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-8{border-bottom-left-radius:calc(var(--spacing-unit) * 2);border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-left-8{border-top-left-radius:calc(var(--spacing-unit) * 2);border-bottom-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-right-8{border-top-right-radius:calc(var(--spacing-unit) * 2);border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-left-8{border-top-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-top-right-8{border-top-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-left-8{border-bottom-left-radius:calc(var(--spacing-unit) * 2)}.border-radius-bottom-right-8{border-bottom-right-radius:calc(var(--spacing-unit) * 2)}.border-radius-10{border-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-top-10{border-top-left-radius:calc(var(--spacing-unit) * 2.5);border-top-right-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-bottom-10{border-bottom-left-radius:calc(var(--spacing-unit) * 2.5);border-bottom-right-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-left-10{border-top-left-radius:calc(var(--spacing-unit) * 2.5);border-bottom-left-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-right-10{border-top-right-radius:calc(var(--spacing-unit) * 2.5);border-bottom-right-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-top-left-10{border-top-left-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-top-right-10{border-top-right-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-bottom-left-10{border-bottom-left-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-bottom-right-10{border-bottom-right-radius:calc(var(--spacing-unit) * 2.5)}.border-radius-12{border-radius:calc(var(--spacing-unit) * 3)}.border-radius-top-12{border-top-left-radius:calc(var(--spacing-unit) * 3);border-top-right-radius:calc(var(--spacing-unit) * 3)}.border-radius-bottom-12{border-bottom-left-radius:calc(var(--spacing-unit) * 3);border-bottom-right-radius:calc(var(--spacing-unit) * 3)}.border-radius-left-12{border-top-left-radius:calc(var(--spacing-unit) * 3);border-bottom-left-radius:calc(var(--spacing-unit) * 3)}.border-radius-right-12{border-top-right-radius:calc(var(--spacing-unit) * 3);border-bottom-right-radius:calc(var(--spacing-unit) * 3)}.border-radius-top-left-12{border-top-left-radius:calc(var(--spacing-unit) * 3)}.border-radius-top-right-12{border-top-right-radius:calc(var(--spacing-unit) * 3)}.border-radius-bottom-left-12{border-bottom-left-radius:calc(var(--spacing-unit) * 3)}.border-radius-bottom-right-12{border-bottom-right-radius:calc(var(--spacing-unit) * 3)}.border-radius-16{border-radius:calc(var(--spacing-unit) * 4)}.border-radius-top-16{border-top-left-radius:calc(var(--spacing-unit) * 4);border-top-right-radius:calc(var(--spacing-unit) * 4)}.border-radius-bottom-16{border-bottom-left-radius:calc(var(--spacing-unit) * 4);border-bottom-right-radius:calc(var(--spacing-unit) * 4)}.border-radius-left-16{border-top-left-radius:calc(var(--spacing-unit) * 4);border-bottom-left-radius:calc(var(--spacing-unit) * 4)}.border-radius-right-16{border-top-right-radius:calc(var(--spacing-unit) * 4);border-bottom-right-radius:calc(var(--spacing-unit) * 4)}.border-radius-top-left-16{border-top-left-radius:calc(var(--spacing-unit) * 4)}.border-radius-top-right-16{border-top-right-radius:calc(var(--spacing-unit) * 4)}.border-radius-bottom-left-16{border-bottom-left-radius:calc(var(--spacing-unit) * 4)}.border-radius-bottom-right-16{border-bottom-right-radius:calc(var(--spacing-unit) * 4)}}@layer common{.border-width-none{border-width:0px!important;border-style:solid;border-color:inherit}.border-width-top-none{border-top-width:0px!important;border-top-style:solid;border-top-color:inherit}.border-width-bottom-none{border-bottom-width:0px!important;border-bottom-style:solid;border-bottom-color:inherit}.border-width-left-none{border-left-width:0px!important;border-left-style:solid;border-left-color:inherit}.border-width-right-none{border-right-width:0px!important;border-right-style:solid;border-right-color:inherit}.border-width-x-none{border-left-width:0px!important;border-right-width:0px!important;border-left-style:solid;border-right-style:solid;border-left-color:inherit;border-right-color:inherit}.border-width-y-none{border-top-width:0px!important;border-bottom-width:0px!important;border-top-style:solid;border-bottom-style:solid;border-top-color:inherit;border-bottom-color:inherit}.border-width-normal{border-width:1px;border-style:solid;border-color:inherit}.border-width-top-normal{border-top-width:1px;border-top-style:solid;border-top-color:inherit}.border-width-bottom-normal{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.border-width-left-normal{border-left-width:1px;border-left-style:solid;border-left-color:inherit}.border-width-right-normal{border-right-width:1px;border-right-style:solid;border-right-color:inherit}.border-width-x-normal{border-left-width:1px;border-right-width:1px;border-left-style:solid;border-right-style:solid;border-left-color:inherit;border-right-color:inherit}.border-width-y-normal{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-top-color:inherit;border-bottom-color:inherit}.border-width-double{border-width:2px;border-style:solid;border-color:inherit}.border-width-top-double{border-top-width:2px;border-top-style:solid;border-top-color:inherit}.border-width-bottom-double{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:inherit}.border-width-left-double{border-left-width:2px;border-left-style:solid;border-left-color:inherit}.border-width-right-double{border-right-width:2px;border-right-style:solid;border-right-color:inherit}.border-width-x-double{border-left-width:2px;border-right-width:2px;border-left-style:solid;border-right-style:solid;border-left-color:inherit;border-right-color:inherit}.border-width-y-double{border-top-width:2px;border-bottom-width:2px;border-top-style:solid;border-bottom-style:solid;border-top-color:inherit;border-bottom-color:inherit}.border-width-max{border-width:4px;border-style:solid;border-color:inherit}.border-width-top-max{border-top-width:4px;border-top-style:solid;border-top-color:inherit}.border-width-bottom-max{border-bottom-width:4px;border-bottom-style:solid;border-bottom-color:inherit}.border-width-left-max{border-left-width:4px;border-left-style:solid;border-left-color:inherit}.border-width-right-max{border-right-width:4px;border-right-style:solid;border-right-color:inherit}.border-width-x-max{border-left-width:4px;border-right-width:4px;border-left-style:solid;border-right-style:solid;border-left-color:inherit;border-right-color:inherit}.border-width-y-max{border-top-width:4px;border-bottom-width:4px;border-top-style:solid;border-bottom-style:solid;border-top-color:inherit;border-bottom-color:inherit}.border-solid{border:1px solid;border-color:inherit}.border-top-solid{border-top:1px solid;border-top-color:inherit}.border-bottom-solid{border-bottom:1px solid;border-bottom-color:inherit}.border-left-solid{border-left:1px solid;border-left-color:inherit}.border-right-solid{border-right:1px solid;border-right-color:inherit}.border-x-solid{border-left:1px solid;border-right:1px solid;border-left-color:inherit}.border-y-solid{border-top:1px solid;border-bottom:1px solid;border-top-color:inherit}.border-dashed{border:1px dashed;border-color:inherit}.border-top-dashed{border-top:1px dashed;border-top-color:inherit}.border-bottom-dashed{border-bottom:1px dashed;border-bottom-color:inherit}.border-left-dashed{border-left:1px dashed;border-left-color:inherit}.border-right-dashed{border-right:1px dashed;border-right-color:inherit}.border-x-dashed{border-left:1px dashed;border-right:1px dashed;border-left-color:inherit}.border-y-dashed{border-top:1px dashed;border-bottom:1px dashed;border-top-color:inherit}.border-dotted{border:1px dotted;border-color:inherit}.border-top-dotted{border-top:1px dotted;border-top-color:inherit}.border-bottom-dotted{border-bottom:1px dotted;border-bottom-color:inherit}.border-left-dotted{border-left:1px dotted;border-left-color:inherit}.border-right-dotted{border-right:1px dotted;border-right-color:inherit}.border-x-dotted{border-left:1px dotted;border-right:1px dotted;border-left-color:inherit}.border-y-dotted{border-top:1px dotted;border-bottom:1px dotted;border-top-color:inherit}.border-style-solid{border-style:solid!important}.border-style-top-solid{border-top-style:solid!important}.border-style-bottom-solid{border-bottom-style:solid!important}.border-style-left-solid{border-left-style:solid!important}.border-style-right-solid{border-right-style:solid!important}.border-style-x-solid{border-left-style:solid!important;border-right-style:solid!important}.border-style-y-solid{border-top-style:solid!important;border-bottom-style:solid!important}.border-style-dashed{border-style:dashed!important}.border-style-top-dashed{border-top-style:dashed!important}.border-style-bottom-dashed{border-bottom-style:dashed!important}.border-style-left-dashed{border-left-style:dashed!important}.border-style-right-dashed{border-right-style:dashed!important}.border-style-x-dashed{border-left-style:dashed!important;border-right-style:dashed!important}.border-style-y-dashed{border-top-style:dashed!important;border-bottom-style:dashed!important}.border-style-dotted{border-style:dotted!important}.border-style-top-dotted{border-top-style:dotted!important}.border-style-bottom-dotted{border-bottom-style:dotted!important}.border-style-left-dotted{border-left-style:dotted!important}.border-style-right-dotted{border-right-style:dotted!important}.border-style-x-dotted{border-left-style:dotted!important;border-right-style:dotted!important}.border-style-y-dotted{border-top-style:dotted!important;border-bottom-style:dotted!important}.border-style-hidden{border-style:hidden!important}.border-style-top-hidden{border-top-style:hidden!important}.border-style-bottom-hidden{border-bottom-style:hidden!important}.border-style-left-hidden{border-left-style:hidden!important}.border-style-right-hidden{border-right-style:hidden!important}.border-style-x-hidden{border-left-style:hidden!important;border-right-style:hidden!important}.border-style-y-hidden{border-top-style:hidden!important;border-bottom-style:hidden!important}.border-style-none{border-style:none!important}.border-style-top-none{border-top-style:none!important}.border-style-bottom-none{border-bottom-style:none!important}.border-style-left-none{border-left-style:none!important}.border-style-right-none{border-right-style:none!important}.border-style-x-none{border-left-style:none!important;border-right-style:none!important}.border-style-y-none{border-top-style:none!important;border-bottom-style:none!important}.border-style-double{border-style:double!important}.border-style-top-double{border-top-style:double!important}.border-style-bottom-double{border-bottom-style:double!important}.border-style-left-double{border-left-style:double!important}.border-style-right-double{border-right-style:double!important}.border-style-x-double{border-left-style:double!important;border-right-style:double!important}.border-style-y-double{border-top-style:double!important;border-bottom-style:double!important}.border-style-groove{border-style:groove!important}.border-style-top-groove{border-top-style:groove!important}.border-style-bottom-groove{border-bottom-style:groove!important}.border-style-left-groove{border-left-style:groove!important}.border-style-right-groove{border-right-style:groove!important}.border-style-x-groove{border-left-style:groove!important;border-right-style:groove!important}.border-style-y-groove{border-top-style:groove!important;border-bottom-style:groove!important}.border-style-ridge{border-style:ridge!important}.border-style-top-ridge{border-top-style:ridge!important}.border-style-bottom-ridge{border-bottom-style:ridge!important}.border-style-left-ridge{border-left-style:ridge!important}.border-style-right-ridge{border-right-style:ridge!important}.border-style-x-ridge{border-left-style:ridge!important;border-right-style:ridge!important}.border-style-y-ridge{border-top-style:ridge!important;border-bottom-style:ridge!important}.border-style-inset{border-style:inset!important}.border-style-top-inset{border-top-style:inset!important}.border-style-bottom-inset{border-bottom-style:inset!important}.border-style-left-inset{border-left-style:inset!important}.border-style-right-inset{border-right-style:inset!important}.border-style-x-inset{border-left-style:inset!important;border-right-style:inset!important}.border-style-y-inset{border-top-style:inset!important;border-bottom-style:inset!important}.border-style-outset{border-style:outset!important}.border-style-top-outset{border-top-style:outset!important}.border-style-bottom-outset{border-bottom-style:outset!important}.border-style-left-outset{border-left-style:outset!important}.border-style-right-outset{border-right-style:outset!important}.border-style-x-outset{border-left-style:outset!important;border-right-style:outset!important}.border-style-y-outset{border-top-style:outset!important;border-bottom-style:outset!important}}@layer common{.outline-none,.outline-hover-none:hover,.outline-focus-none:focus,.outline-focus-none:focus-within{outline-width:0px!important;outline-style:solid}.outline-normal,.outline-hover-normal:hover,.outline-focus-normal:focus,.outline-focus-normal:focus-within{outline-width:1px;outline-style:solid}.outline-double,.outline-hover-double:hover,.outline-focus-double:focus,.outline-focus-double:focus-within{outline-width:2px;outline-style:solid}.outline-max,.outline-hover-max:hover,.outline-focus-max:focus,.outline-focus-max:focus-within{outline-width:4px;outline-style:solid}.outline-hover,.outline-hover-hover:hover,.outline-focus-hover:focus,.outline-focus-hover:focus-within{outline-width:4px;outline-style:solid}}.position-unset{position:unset!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-relative{position:relative!important}.position-static{position:static!important}.position-sticky{position:sticky!important}.display-none{display:none!important}.display-inline{display:inline!important}.display-inline-block{display:inline-block!important}.display-block{display:block!important}.display-table{display:table!important}.display-table-cell{display:table-cell!important}.display-table-row{display:table-row!important}.display-flex{display:flex!important}.display-inline-flex{display:inline-flex!important}.display-sticky{position:sticky!important;z-index:var(--z-index-sticky)}.display-flex{position:relative;display:flex;flex-direction:row}.display-flex.display-flex-direction-rows{flex-direction:row!important}.display-flex.display-flex-direction-rows-reverse{flex-direction:row-reverse!important}.display-flex.display-flex-direction-columns{flex-direction:column!important;flex-wrap:nowrap!important}.display-flex.display-flex-direction-columns-reverse{flex-direction:column-reverse!important;flex-wrap:nowrap!important}.display-flex.display-flex-wrap{flex-wrap:wrap!important}.display-flex.display-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.display-flex.display-flex-nowrap{flex-wrap:nowrap!important}.display-flex.display-flex-content{flex-wrap:wrap;height:100%;width:100%}.display-flex.display-flex-row{flex-wrap:wrap;width:100%}.display-flex.display-flex-column{flex:0 0 auto;flex-wrap:wrap}.display-flex.display-flex-column.display-flex-column-auto{width:auto}.display-flex.display-flex-column.display-flex-column-fixed{flex:0 0 auto}.display-flex.display-flex-column.display-flex-column-1{width:8.3333%}.display-flex.display-flex-column.display-flex-column-2{width:16.6666%}.display-flex.display-flex-column.display-flex-column-3{width:24.9999%}.display-flex.display-flex-column.display-flex-column-4{width:33.3332%}.display-flex.display-flex-column.display-flex-column-5{width:41.6665%}.display-flex.display-flex-column.display-flex-column-6{width:49.9998%}.display-flex.display-flex-column.display-flex-column-7{width:58.3331%}.display-flex.display-flex-column.display-flex-column-8{width:66.6664%}.display-flex.display-flex-column.display-flex-column-9{width:74.9997%}.display-flex.display-flex-column.display-flex-column-10{width:83.333%}.display-flex.display-flex-column.display-flex-column-11{width:91.6663%}.display-flex.display-flex-column.display-flex-column-12{width:99.9996%}.display-flex.display-flex-spacer{flex-shrink:1;flex-grow:1;flex-basis:0px}.display-flex.display-flex-spacer.display-flex-spacer-auto{flex-basis:auto!important}.display-flex.display-flex-spacer.display-flex-spacer-vertical{flex-basis:auto!important;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-start,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-start{justify-content:flex-start;align-content:flex-start}.display-flex.display-flex-direction-columns.display-flex-alignment-content-top-start,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-top-start{align-content:flex-start;justify-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-center,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-center{justify-content:center;align-items:flex-start}.display-flex.display-flex-direction-columns.display-flex-alignment-content-top-center,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-top-center{align-content:center;justify-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-end,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-end{justify-content:flex-end;align-items:flex-start}.display-flex.display-flex-direction-columns.display-flex-alignment-content-top-end,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-top-end{align-content:flex-end;justify-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center-start,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center-start{justify-content:flex-start;align-items:center}.display-flex.display-flex-direction-columns.display-flex-alignment-content-center-start,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-center-start{align-content:flex-start;justify-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center{justify-content:center;align-items:center}.display-flex.display-flex-direction-columns.display-flex-alignment-content-center,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-center{align-content:center;justify-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center-end,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center-end{justify-content:flex-end;align-items:center}.display-flex.display-flex-direction-columns.display-flex-alignment-content-center-end,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-center-end{align-content:flex-end;justify-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-start,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-start{justify-content:flex-start;align-items:flex-end}.display-flex.display-flex-direction-columns.display-flex-alignment-content-bottom-start,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-bottom-start{align-content:flex-start;justify-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-center,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-center{justify-content:center;align-items:flex-end}.display-flex.display-flex-direction-columns.display-flex-alignment-content-bottom-center,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-bottom-center{align-content:center;justify-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-end,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-end{justify-content:flex-end;align-items:flex-end}.display-flex.display-flex-direction-columns.display-flex-alignment-content-bottom-end,.display-flex.display-flex-direction-columns-reverse.display-flex-alignment-content-bottom-end{align-content:flex-end;justify-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-space-between,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-space-between{justify-content:space-between;align-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-space-around,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-space-around{justify-content:space-around;align-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top-space-evenly,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top-space-evenly{justify-content:space-evenly;align-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center-space-between,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center-space-between{justify-content:space-between;align-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center-space-around,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center-space-around{justify-content:space-around;align-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-center-space-evenly,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-center-space-evenly{justify-content:space-evenly;align-items:center}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-space-between,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-space-between{justify-content:space-between;align-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-space-around,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-space-around{justify-content:space-around;align-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom-space-evenly,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom-space-evenly{justify-content:space-evenly;align-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-top,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-top{align-items:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-bottom,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-bottom{align-items:flex-end}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-space-between,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-space-between{justify-content:space-between}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-space-around,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-space-around{justify-content:space-around}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-space-evenly,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-space-evenly{justify-content:space-evenly}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-start,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-start{justify-content:flex-start}.display-flex:not(.display-flex-direction-columns).display-flex-alignment-content-end,.display-flex:not(.display-flex-direction-columns-reverse).display-flex-alignment-content-end{justify-content:flex-end}.display-grid{position:relative;display:grid}.display-grid.display-grid-place-items-start{place-items:start!important}.display-grid.display-grid-place-items-end{place-items:end!important}.display-grid.display-grid-place-items-center{place-items:center!important}.display-grid.display-grid-place-items-baseline{place-items:baseline!important}.display-grid.display-grid-place-items-stretch{place-items:stretch!important}.align-content-normal{align-content:normal!important}.align-items-normal{align-items:normal!important}.align-self-normal{align-self:normal!important}.align-content-center{align-content:center!important}.align-items-center{align-items:center!important}.align-self-center{align-self:center!important}.align-content-flex-start{align-content:flex-start!important}.align-items-flex-start{align-items:flex-start!important}.align-self-flex-start{align-self:flex-start!important}.align-content-flex-end{align-content:flex-end!important}.align-items-flex-end{align-items:flex-end!important}.align-self-flex-end{align-self:flex-end!important}.align-content-space-between{align-content:space-between!important}.align-items-space-between{align-items:space-between!important}.align-self-space-between{align-self:space-between!important}.align-content-space-around{align-content:space-around!important}.align-items-space-around{align-items:space-around!important}.align-self-space-around{align-self:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-items-space-evenly{align-items:space-evenly!important}.align-self-space-evenly{align-self:space-evenly!important}.align-content-baseline{align-content:baseline!important}.align-items-baseline{align-items:baseline!important}.align-self-baseline{align-self:baseline!important}.align-content-stretch{align-content:stretch!important}.align-items-stretch{align-items:stretch!important}.align-self-stretch{align-self:stretch!important}.justify-content-safe-flex-end{justify-content:safe flex-end!important}.justify-content-safe-center{justify-content:safe center!important}.justify-content-flex-start{justify-content:flex-start!important}.justify-items-flex-start{justify-items:flex-start!important}.justify-self-flex-start{justify-self:flex-start!important}.justify-content-flex-end{justify-content:flex-end!important}.justify-items-flex-end{justify-items:flex-end!important}.justify-self-flex-end{justify-self:flex-end!important}.justify-content-center{justify-content:center!important}.justify-items-center{justify-items:center!important}.justify-self-center{justify-self:center!important}.justify-content-space-between{justify-content:space-between!important}.justify-items-space-between{justify-items:space-between!important}.justify-self-space-between{justify-self:space-between!important}.justify-content-space-around{justify-content:space-around!important}.justify-items-space-around{justify-items:space-around!important}.justify-self-space-around{justify-self:space-around!important}.justify-content-space-evenly{justify-content:space-evenly!important}.justify-items-space-evenly{justify-items:space-evenly!important}.justify-self-space-evenly{justify-self:space-evenly!important}.justify-content-stretch{justify-content:stretch!important}.justify-items-stretch{justify-items:stretch!important}.justify-self-stretch{justify-self:stretch!important}.justify-content-baseline{justify-content:baseline!important}.justify-items-baseline{justify-items:baseline!important}.justify-self-baseline{justify-self:baseline!important}.justify-content-normal{justify-content:normal!important}.justify-items-normal{justify-items:normal!important}.justify-self-normal{justify-self:normal!important}.float-right{float:right}.float-left{float:left}.float-clear{clear:both}@layer common{.animation-spin,.animation-hover-spin:hover{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animation-ping,.animation-hover-ping:hover{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animation-pulse,.animation-hover-pulse:hover{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.animation-bounce,.animation-hover-bounce:hover{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animation-fade-in,.animation-hover-fade-in:hover{animation:fadeIn ease 1s}.animation-fade-in-fast{animation:fadeIn ease .5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animation-fade-out{animation:fadeOut ease 1s}.animation-fade-out-fast{animation:fadeOut ease .5s}@keyframes fadeOut{to{opacity:1}0%{opacity:0}}.animation-slide-in-right{animation:slideInRight .5s ease both}.animation-slide-out-right{animation:slideOutRight .35s ease both}@keyframes slideInRight{0%{transform:translate(25%);opacity:0;max-width:0}50%{transform:translate(0)}to{opacity:1;max-width:9999px}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1;max-width:9999px}to{transform:translate(100%);opacity:0;max-width:0}}.animation-slide-in-left{animation:slideInLeft .35s ease both}.animation-slide-out-left{animation:slideOutLeft .35s ease both}@keyframes slideInLeft{0%{transform:translate(-25%);max-width:0}50%{transform:translate(0)}to{max-width:9999px}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1;max-width:9999px}to{transform:translate(-100%);opacity:0;max-width:0}}}@layer common{.effect-disabled{opacity:.7;-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.6;filter:alpha(opacity=50);zoom:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-moz-opacity:.5;-khtml-opacity:.5}.effect-active:active{-webkit-user-select:none;user-select:none;transform:scale(.99)!important}.effect-hover:hover{background-color:var(--color-background-surface)!important}.effect-focus{outline:0px solid var(--color-border-focus)}.effect-focus:focus-visible{outline:2px solid var(--color-border-focus)!important;outline-offset:2px}.effect-rotate-180{transition:transform .2s ease}.effect-rotate-180.rotate{transform:rotate(180deg)}.effect-rotate-90{transition:transform .2s ease}.effect-rotate-90.rotate{transform:rotate(90deg)}.effect-blur{filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.user-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.user-select-text{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}}@layer common{.box-shadow-card,.box-shadow-hover-card:hover,.box-shadow-hover-card:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:var(--box-shadow-card);box-shadow:var(--box-shadow-card)}.box-shadow-panel,.box-shadow-hover-panel:hover,.box-shadow-hover-panel:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:var(--box-shadow-panel);box-shadow:var(--box-shadow-panel)}.box-shadow-raised,.box-shadow-hover-raised:hover,.box-shadow-hover-raised:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:var(--box-shadow-raised);box-shadow:var(--box-shadow-raised)}.box-shadow-floating,.box-shadow-hover-floating:hover,.box-shadow-hover-floating:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:var(--box-shadow-floating);box-shadow:var(--box-shadow-floating)}.box-shadow-0,.box-shadow-hover-0:hover,.box-shadow-hover-0:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:unset;box-shadow:unset}.box-shadow-1,.box-shadow-hover-1:hover,.box-shadow-hover-1:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:1px 1px oklch(from var(--color-shadow) l c h/.1);box-shadow:1px 1px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-2,.box-shadow-hover-2:hover,.box-shadow-hover-2:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:1px 1px 2px 0 oklch(from var(--color-shadow) l c h/.1);box-shadow:1px 1px 2px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-3,.box-shadow-hover-3:hover,.box-shadow-hover-3:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:0 1px 3px 0 oklch(from var(--color-shadow) l c h/.1),0 1px 2px -1px oklch(from var(--color-shadow) l c h/.1);box-shadow:0 1px 3px oklch(from var(--color-shadow) l c h/.1),0 1px 2px -1px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-4,.box-shadow-hover-4:hover,.box-shadow-hover-4:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:0 4px 6px -1px oklch(from var(--color-shadow) l c h/.1),0 2px 4px -2px oklch(from var(--color-shadow) l c h/.1);box-shadow:0 4px 6px -1px oklch(from var(--color-shadow) l c h/.1),0 2px 4px -2px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-5,.box-shadow-hover-5:hover,.box-shadow-hover-5:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:0 10px 15px -3px oklch(from var(--color-shadow) l c h/.1),0 4px 6px -4px oklch(from var(--color-shadow) l c h/.1);box-shadow:0 10px 15px -3px oklch(from var(--color-shadow) l c h/.1),0 4px 6px -4px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-6,.box-shadow-hover-6:hover,.box-shadow-hover-6:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:0 20px 25px -5px oklch(from var(--color-shadow) l c h/.1),0 8px 10px -6px oklch(from var(--color-shadow) l c h/.1);box-shadow:0 20px 25px -5px oklch(from var(--color-shadow) l c h/.1),0 8px 10px -6px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-inset-1,.box-shadow-hover-inset-1:hover,.box-shadow-hover-inset-1:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:inset 0 1px oklch(from var(--color-shadow) l c h/.1);box-shadow:inset 0 1px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-inset-2,.box-shadow-hover-inset-2:hover,.box-shadow-hover-inset-2:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:inset 0 1px 1px oklch(from var(--color-shadow) l c h/.1);box-shadow:inset 0 1px 1px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-inset-3,.box-shadow-hover-inset-3:hover,.box-shadow-hover-inset-3:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:inset 0 2px 4px oklch(from var(--color-shadow) l c h/.1);box-shadow:inset 0 2px 4px oklch(from var(--color-shadow) l c h/.1)}.box-shadow-none,.box-shadow-hover-none:hover,.box-shadow-hover-none:focus-within{transition:box-shadow .2s ease-in-out;-webkit-box-shadow:0 0 unset;box-shadow:0 0 unset}.text-shadow-0,.text-shadow-hover-0:hover,.text-shadow-hover-0:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:unset!important}.text-shadow-1,.text-shadow-hover-1:hover,.text-shadow-hover-1:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:0px 1px 0px oklch(from var(--color-shadow) l c h/.15)!important}.text-shadow-2,.text-shadow-hover-2:hover,.text-shadow-hover-2:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:0px 1px 1px oklch(from var(--color-shadow) l c h/.2)!important}.text-shadow-3,.text-shadow-hover-3:hover,.text-shadow-hover-3:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:0px 1px 0px oklch(from var(--color-shadow) l c h/.075),0px 1px 1px oklch(from var(--color-shadow) l c h/.075),0px 2px 2px oklch(from var(--color-shadow) l c h/.075)!important}.text-shadow-4,.text-shadow-hover-4:hover,.text-shadow-hover-4:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:0px 1px 1px oklch(from var(--color-shadow) l c h/.1),0px 1px 2px oklch(from var(--color-shadow) l c h/.1),0px 2px 4px oklch(from var(--color-shadow) l c h/.1)!important}.text-shadow-5,.text-shadow-hover-5:hover,.text-shadow-hover-5:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:0px 1px 2px oklch(from var(--color-shadow) l c h/.1),0px 3px 2px oklch(from var(--color-shadow) l c h/.1),0px 4px 8px oklch(from var(--color-shadow) l c h/.1)!important}.text-shadow-none,.text-shadow-hover-none:hover,.text-shadow-hover-none:focus-within{transition:text-shadow .2s ease-in-out!important;text-shadow:none!important}}@layer common{.overflow-scroll{overflow:auto}.overflow-no-scroll{overflow:hidden!important}.overflow-scroll-only-vertical{overflow-y:auto;overflow-x:hidden}.overflow-scroll-only-horizontal{overflow-x:auto;overflow-y:hidden}.scroll-hidden{scrollbar-width:0px}.scroll-hidden::-webkit-scrollbar{width:1px;display:none}}@layer common{.cursor-pointer{cursor:pointer!important}.cursor-move{cursor:move!important}.cursor-text{cursor:text!important}.cursor-default{cursor:default!important}.cursor-wait{cursor:wait!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-crosshair{cursor:crosshair!important}}.gs-input.gs-input-size-small .gs-input-container input,.gs-input.gs-input-size-small .gs-input-container .gs-display-input{min-height:30px}.gs-input.gs-input-size-medium .gs-input-container input,.gs-input.gs-input-size-medium .gs-input-container .gs-display-input{min-height:34px}.gs-input.gs-input-size-large .gs-input-container input,.gs-input.gs-input-size-large .gs-input-container .gs-display-input{min-height:44px}.gs-input.gs-input-t-small input{font-size:var(--text-size-small)!important}.gs-input.gs-input-t-x-small input{font-size:var(--text-size-x-small)!important}.gs-input.gs-input-t-xx-small input{font-size:var(--text-size-xx-small)!important}.gs-input.gs-input-t-normal input{font-size:var(--text-size-normal)!important}.gs-input.gs-input-t-x-normal input{font-size:var(--text-size-x-normal)!important}.gs-input.gs-input-t-xx-normal input{font-size:var(--text-size-xx-normal)!important}.gs-input.gs-input-t-semi input{font-size:var(--text-size-semi)!important}.gs-input.gs-input-t-x-semi input{font-size:var(--text-size-x-semi)!important}.gs-input.gs-input-t-xx-semi input{font-size:var(--text-size-xx-semi)!important}.gs-input.gs-input-t-large input{font-size:var(--text-size-large)!important}.gs-input.gs-input-t-x-large input{font-size:var(--text-size-x-large)!important}.gs-input.gs-input-t-xx-large input{font-size:var(--text-size-xx-large)!important}.gs-input.gs-input-label-t-small .gs-input-label{font-size:var(--text-size-small)!important}.gs-input.gs-input-label-t-x-small .gs-input-label{font-size:var(--text-size-x-small)!important}.gs-input.gs-input-label-t-xx-small .gs-input-label{font-size:var(--text-size-xx-small)!important}.gs-input.gs-input-label-t-normal .gs-input-label{font-size:var(--text-size-normal)!important}.gs-input.gs-input-label-t-x-normal .gs-input-label{font-size:var(--text-size-x-normal)!important}.gs-input.gs-input-label-t-xx-normal .gs-input-label{font-size:var(--text-size-xx-normal)!important}.gs-input.gs-input-label-t-semi .gs-input-label{font-size:var(--text-size-semi)!important}.gs-input.gs-input-label-t-x-semi .gs-input-label{font-size:var(--text-size-x-semi)!important}.gs-input.gs-input-label-t-xx-semi .gs-input-label{font-size:var(--text-size-xx-semi)!important}.gs-input.gs-input-label-t-large .gs-input-label{font-size:var(--text-size-large)!important}.gs-input.gs-input-label-t-x-large .gs-input-label{font-size:var(--text-size-x-large)!important}.gs-input.gs-input-label-t-xx-large .gs-input-label{font-size:var(--text-size-xx-large)!important}.gs-input.gs-input-align-center .gs-input-container input{text-align:center!important}.gs-input.gs-input-align-right .gs-input-container input{text-align:right!important}.gs-input-slot-panel{margin-top:10px;border-radius:15px;overflow:hidden;min-width:100%;box-shadow:0 3px 4px #00000024,0 3px 3px -2px #0000001f,0 1px 8px #0003!important;background-color:var(--white)}.gs-input .gs-input-slot,.gs-input .gs-input-slot-h,.gs-input .gs-input-slot-c,.gs-input .gs-input-slot-b,.gs-input .gs-input-slot-t{-webkit-user-select:none!important;user-select:none!important;position:relative;display:flex}.gs-input .gs-input-slot-t{align-items:end;flex:0 0 auto;flex-wrap:wrap}.gs-input .gs-input-slot-b{align-items:start;flex:0 0 auto;flex-wrap:wrap;gap:8px}.gs-input .gs-input-slot-c{align-items:stretch;flex-shrink:1;flex-grow:1;flex-basis:0px}.gs-input .gs-input-slot-h{align-items:stretch;flex:0 0 auto;flex-wrap:nowrap;gap:8px}.gs-input .gs-input-slot-h>div{position:relative;display:flex;align-self:center}.gs-input .gs-input-slot-top{margin-bottom:6px}.gs-input .gs-input-error{color:var(--red-7);font-size:12px;margin-left:4px}.gs-input .gs-input-label{font-size:14px;padding-left:4px}.gs-input .gs-input-prefix,.gs-input .gs-input-suffix{font-size:14px}.gs-input .gs-input-hint{font-size:12px;margin-left:4px}.gs-input{position:relative;display:flex;flex-direction:column;flex-wrap:nowrap!important;width:100%;transition:background-color .3s,border-color .3s;font-size:.9rem}.gs-input.gs-input-disabled{opacity:.8}.gs-input.gs-input-fluid .gs-input-container{padding-left:0!important;padding-right:0!important}.gs-input .gs-input-group-container{display:flex;flex-direction:row;flex-wrap:nowrap!important;width:100%;gap:4px}.gs-input .gs-input-container{position:relative;display:flex;flex-direction:row;flex-wrap:nowrap!important;width:100%;gap:8px;padding-left:16px;padding-right:16px}.gs-input .gs-input-container input{width:100%!important;border:none!important;background-color:transparent;outline:none!important}.gs-input .gs-input-container textarea{resize:none!important;padding:16px;font-family:inherit!important;width:100%!important;border:none!important;background-color:transparent;outline:none!important}.gs-input .gs-input-container textarea::-webkit-scrollbar{width:3px}.gs-input .gs-input-container textarea::-webkit-scrollbar-track{background-color:var(--surface-2)}.gs-input .gs-input-container textarea::-webkit-scrollbar-thumb{background-color:var(--surface-4);outline:1px solid var(--surface-5)}.gs-input.gs-input-rounded .gs-input-container{border-radius:4px}.gs-input.gs-input-variant-outlined.gs-input-fluid .gs-input-container{padding-left:0!important;padding-right:0!important}.gs-input.gs-input-variant-outlined .gs-input-container{background-color:var(--color-surface);border-width:1px;border-radius:4px;border-style:solid;padding-left:15px;padding-right:15px}.gs-input.gs-input-variant-outlined .gs-input-container.gs-input-errored{color:var(--red-7);border-color:var(--red-5)}.gs-input.gs-input-variant-outlined .gs-input-container.gs-input-errored:hover:not(.gs-input-disabled),.gs-input.gs-input-variant-outlined .gs-input-container.gs-input-errored:focus-within:not(.gs-input-disabled){border-color:var(--red-8)}.gs-input.gs-input-variant-outlined .gs-input-container:not(.gs-input-errored){border-color:var(--surface-5);color:var(--black)}.gs-input.gs-input-variant-outlined .gs-input-container:not(.gs-input-errored):hover:not(.gs-input-disabled),.gs-input.gs-input-variant-outlined .gs-input-container:not(.gs-input-errored):focus-within:not(.gs-input-disabled){border-color:var(--surface-9)}.gs-input.gs-input-variant-filled .gs-input-container:not(.gs-input-rounded){border-bottom-width:1px;border-bottom-style:solid}.gs-input.gs-input-variant-filled .gs-input-container.gs-input-errored{color:var(--black);background-color:var(--red-1);border-bottom-color:var(--red-5)}.gs-input.gs-input-variant-filled .gs-input-container.gs-input-errored:hover:not(.gs-input-disabled),.gs-input.gs-input-variant-filled .gs-input-container.gs-input-errored:focus-within:not(.gs-input-disabled){background-color:var(--red-2);border-bottom-color:var(--red-8)}.gs-input.gs-input-variant-filled .gs-input-container:not(.gs-input-errored){color:var(--black);background-color:var(--surface-3);border-bottom-color:var(--surface-5)}.gs-input.gs-input-variant-filled .gs-input-container:not(.gs-input-errored):hover:not(.gs-input-disabled),.gs-input.gs-input-variant-filled .gs-input-container:not(.gs-input-errored):focus-within:not(.gs-input-disabled){background-color:var(--surface-4);border-bottom-color:var(--surface-9)}.gs-input.gs-input-variant-border .gs-input-container{background-color:transparent!important;border-bottom-width:2px;border-bottom-style:solid}.gs-input.gs-input-variant-border .gs-input-container.gs-input-rounded{border-spacing:10px}.gs-input.gs-input-variant-border .gs-input-container.gs-input-errored{color:var(--red-7);border-color:var(--red-5)}.gs-input.gs-input-variant-border .gs-input-container.gs-input-errored:hover:not(.gs-input-disabled),.gs-input.gs-input-variant-border .gs-input-container.gs-input-errored:focus-within:not(.gs-input-disabled){border-color:var(--red-8)}.gs-input.gs-input-variant-border .gs-input-container:not(.gs-input-errored){border-color:var(--surface-5);color:var(--black)}.gs-input.gs-input-variant-border .gs-input-container:not(.gs-input-errored):hover:not(.gs-input-disabled),.gs-input.gs-input-variant-border .gs-input-container:not(.gs-input-errored):focus-within:not(.gs-input-disabled){border-color:var(--surface-9)}.gs-input.gs-input-variant-borderless .gs-input-container{background-color:transparent!important;border:none!important;border-color:transparent!important}.gs-input.gs-input-variant-borderless .gs-input-container.gs-input-errored{color:var(--red-7)}.gs-input.gs-input-variant-borderless .gs-input-container:not(.gs-input-errored){color:var(--black)}.gs-input.gs-input-variant-solo .gs-input-container{background-color:var(--white);-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14)!important;box-shadow:0 1px 4px #00000024!important}.gs-input.gs-input-variant-solo .gs-input-container.gs-input-errored{color:var(--red-7)}.gs-input.gs-input-variant-solo .gs-input-container:not(.gs-input-errored){color:var(--black)}.gs-input .gs-input-center{text-align:center!important}.gs-input .gs-input-right{text-align:right!important}.gs-input .gs-input-focused:focus{font-weight:700!important}.gs-input .gs-container-input-row{display:flex;width:100%;justify-items:start}.gs-input .gs-container-input-col{display:flex;align-items:center}.gs-input .gs-container-input-separator{display:flex;align-items:center;font-size:14px;padding-left:2px;padding-right:2px}.data-sheet-v2{--palette-text: var(--text);--palette-border: var(--border-light);--palette-background: var(--white);--palette-header-border: var(--palette-border);--palette-header-background: var(--surface-2);--palette-header-hoverBackground: var(--surface-3);--palette-header-text: var(--text);--palette-header-hoverText: var(--text);--palette-footer-border: var(--palette-border);--palette-footer-background: var(--surface-1);--palette-footer-hoverBackground: var(--surface-1);--palette-footer-text: var(--palette-text);--palette-footer-hoverText: var(--palette-text);--palette-row-background: var(--palette-background);--palette-row-hoverBackground: var(--surface-1);--palette-row-text: var(--palette-text);--palette-row-hoverText: var(--palette-text);--palette-cell-border: var(--palette-border);--palette-cell-background: var(--palette-row-background);--palette-cell-hoverBackground: var(--surface-2);--palette-cell-hoverText: var(--palette-text);--palette-active-cell-border: var(--blue-6);--palette-active-cell-background: var(--blue-0);--palette-active-cell-text: var(--palette-text);--palette-active-cell-hoverBackground: var(--blue-0);--palette-active-cell-hoverText: var(--palette-text);--palette-selected-row-background: var(--blue-0);--palette-selected-row-hoverBackground: var(--blue-1);--palette-selected-cell-border: var(--palette-cell-border);--palette-selected-cell-background: var(--palette-selected-row-background);--palette-selected-cell-hoverBackground: var(--blue-1);--palette-selected-cell-text: var(--palette-text);--palette-selected-cell-hoverText: var(--palette-text);--palette-selected-active-cell-border: var(--palette-active-cell-border);--palette-selected-active-cell-background: var(--palette-selected-cell-background);--palette-selected-active-cell-hoverBackground: var(--palette-selected-cell-hoverBackground);--palette-selected-active-cell-text: var(--palette-active-cell-text);--palette-selected-active-cell-hoverText: var(--palette-active-cell-hoverText)}.data-sheet-v2.sheet{border-collapse:separate;border-spacing:0}.data-sheet-v2.sheet.data-sheet-v2-fixed{table-layout:fixed;width:100%}.data-sheet-v2.sheet th,.data-sheet-v2.sheet td{padding:0!important;overflow:hidden;overflow:clip;text-overflow:ellipsis;white-space:nowrap}.data-sheet-v2.sheet th.sticky,.data-sheet-v2.sheet td.sticky{background-color:inherit;position:sticky}.data-sheet-v2.sheet th.sticky.sticky-left,.data-sheet-v2.sheet td.sticky.sticky-left{left:0}.data-sheet-v2.sheet th.sticky.sticky-right,.data-sheet-v2.sheet td.sticky.sticky-right{right:0}.data-sheet-v2.sheet thead{inset-block-start:0;display:table-header-group}.data-sheet-v2.sheet thead th{position:sticky;z-index:3;top:0;border-left:0px solid;border-top:0px solid;border-right:1px solid;border-bottom:1px solid}.data-sheet-v2.sheet thead th:last-child{border-right:none}.data-sheet-v2.sheet thead th.sticky{z-index:4}.data-sheet-v2.sheet tbody{display:table-row-group}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.dynamic-loader):not(.offset) td{border-left:0px solid;border-top:0px solid;border-right:1px solid;border-bottom:1px solid}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.dynamic-loader):not(.offset) td:last-child{border-right:none}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.dynamic-loader):not(.offset) td.active{outline:2px solid;outline-offset:-2px;z-index:1}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.dynamic-loader):not(.offset) td.sticky{z-index:2}.data-sheet-v2.sheet tbody tr.expanded td{border-bottom:1px solid;background-color:inherit}.data-sheet-v2.sheet tbody tr.expanded td>div{position:sticky;left:0}.data-sheet-v2.sheet tbody tr.dynamic-loader td{padding:0;border-top:1px solid}.data-sheet-v2.sheet tbody tr.dynamic-loader td>div{position:sticky;left:0}.data-sheet-v2.sheet tbody tr.offset{pointer-events:none}.data-sheet-v2.sheet tbody tr.offset td{border:none;padding:0!important}.data-sheet-v2.sheet tfoot{inset-block-end:0;display:table-footer-group}.data-sheet-v2.sheet tfoot tr{position:sticky;z-index:3;bottom:0}.data-sheet-v2.sheet tfoot tr:nth-last-child(1) td,.data-sheet-v2.sheet tfoot tr:nth-last-child(1) th{border-bottom:none}.data-sheet-v2.sheet tfoot tr td,.data-sheet-v2.sheet tfoot tr th{border-left:0px solid;border-top:1px solid;border-right:1px solid;border-bottom:1px solid}.data-sheet-v2.sheet tfoot tr td:last-child,.data-sheet-v2.sheet tfoot tr th:last-child{border-right:none}.data-sheet-v2.sheet tfoot tr td.sticky,.data-sheet-v2.sheet tfoot tr th.sticky{z-index:4}.data-sheet-v2.sheet{background-color:var(--palette-background);color:var(--palette-text)}.data-sheet-v2.sheet thead tr{background-color:var(--palette-header-background)}.data-sheet-v2.sheet thead tr th{border-color:var(--palette-header-border);background-color:var(--palette-header-background);color:var(--palette-header-text)}.data-sheet-v2.sheet thead tr th:hover{background-color:var(--palette-header-hoverBackground);color:var(--palette-header-hoverText)}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.selected):not(.dynamic-loader):not(.offset){background-color:var(--palette-row-background)}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.selected):not(.dynamic-loader):not(.offset) td{border-color:var(--palette-cell-border);background-color:var(--palette-cell-background);color:var(--palette-cell-text)}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.selected):not(.dynamic-loader):not(.offset) td:hover{background-color:var(--palette-cell-hoverBackground);color:var(--palette-cell-hoverText)}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.selected):not(.dynamic-loader):not(.offset):hover td:not(:hover){background-color:var(--palette-row-hoverBackground)}.data-sheet-v2.sheet tbody tr:not(.expanded):not(.selected):not(.dynamic-loader):not(.offset) td.active{border-color:var(--palette-active-cell-border)!important;outline-color:var(--palette-active-cell-border)!important;background-color:var(--palette-active-cell-background)!important;color:var(--palette-active-cell-text)!important}.data-sheet-v2.sheet tbody tr.selected{background-color:var(--palette-selected-row-background)}.data-sheet-v2.sheet tbody tr.selected td{border-color:var(--palette-selected-cell-border)!important;background-color:var(--palette-selected-cell-background);color:var(--palette-selected-cell-text)}.data-sheet-v2.sheet tbody tr.selected td:hover{background-color:var(--palette-selected-cell-hoverBackground);color:var(--palette-selected-cell-hoverText)}.data-sheet-v2.sheet tbody tr.selected:hover td:not(:hover){background-color:var(--palette-selected-row-hoverBackground)}.data-sheet-v2.sheet tbody tr.selected td.active{border-color:var(--palette-selected-active-cell-border)!important;outline-color:var(--palette-selected-active-cell-border)!important;background-color:var(--palette-selected-active-cell-background)!important;color:var(--palette-selected-active-cell-text)!important}.data-sheet-v2.sheet tbody tr.expanded td{border-bottom-color:var(--palette-cell-border)}.data-sheet-v2.sheet tbody tr.dynamic-loader td{border-top-color:var(--palette-cell-border)}.data-sheet-v2.sheet tfoot tr{background-color:var(--palette-footer-background);color:var(--palette-footer-text)}.data-sheet-v2.sheet tfoot tr th,.data-sheet-v2.sheet tfoot tr td{border-color:var(--palette-footer-border)}.data-sheet-v2.sheet tfoot tr th:hover,.data-sheet-v2.sheet tfoot tr td:hover{background-color:var(--palette-footer-hoverBackground);color:var(--palette-footer-hoverText)}.data-sheet-v2.sheet-vertical{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.data-sheet-v2.sheet-vertical th,.data-sheet-v2.sheet-vertical td{padding:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-sheet-v2.sheet-vertical th.sticky,.data-sheet-v2.sheet-vertical td.sticky{background-color:inherit;position:sticky}.data-sheet-v2.sheet-vertical th.sticky.sticky-left,.data-sheet-v2.sheet-vertical td.sticky.sticky-left{left:0}.data-sheet-v2.sheet-vertical th.sticky.sticky-right,.data-sheet-v2.sheet-vertical td.sticky.sticky-right{right:0}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset)[data-cell-last=true] th{border-bottom:2px solid}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset)[data-cell-last=true] td{border-bottom:2px solid}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset) th{width:40%;border-left:0px solid;border-top:0px solid;border-right:1px solid;border-bottom:1px solid}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset) th.sticky{z-index:4}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset) td{width:60%;border-left:0px solid;border-top:0px solid;border-right:0px solid;border-bottom:1px solid}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset) td.active{outline:2px solid;outline-offset:-2px;z-index:1}.data-sheet-v2.sheet-vertical tbody tr:not(.dynamic-loader):not(.offset) td.sticky{z-index:2}.data-sheet-v2.sheet-vertical tbody tr.dynamic-loader td{padding:0;border-top:1px solid}.data-sheet-v2.sheet-vertical tbody tr.offset{pointer-events:none}.data-sheet-v2.sheet-vertical tbody tr.offset td{border:none;padding:0!important}.data-sheet-v2.sheet-vertical{background-color:var(--palette-background);color:var(--palette-text)}.data-sheet-v2.sheet-vertical tbody tr th{border-color:var(--palette-header-border)!important;background-color:var(--palette-header-background);color:var(--palette-header-text)}.data-sheet-v2.sheet-vertical tbody tr th:hover{background-color:var(--palette-header-hoverBackground);color:var(--palette-header-hoverText)}.data-sheet-v2.sheet-vertical tbody tr:not(.selected):not(.dynamic-loader):not(.offset){background-color:var(--palette-row-background)}.data-sheet-v2.sheet-vertical tbody tr:not(.selected):not(.dynamic-loader):not(.offset) td{border-color:var(--palette-cell-border);background-color:var(--palette-cell-background);color:var(--palette-cell-text)}.data-sheet-v2.sheet-vertical tbody tr:not(.selected):not(.dynamic-loader):not(.offset) td:hover{background-color:var(--palette-cell-hoverBackground);color:var(--palette-cell-hoverText)}.data-sheet-v2.sheet-vertical tbody tr:not(.selected):not(.dynamic-loader):not(.offset):hover td:not(:hover){background-color:var(--palette-row-hoverBackground)}.data-sheet-v2.sheet-vertical tbody tr:not(.selected):not(.dynamic-loader):not(.offset) td.active{border-color:var(--palette-active-cell-border)!important;outline-color:var(--palette-active-cell-border)!important;background-color:var(--palette-active-cell-background)!important;color:var(--palette-active-cell-text)!important}.data-sheet-v2.sheet-vertical tbody tr.selected{background-color:var(--palette-selected-row-background)}.data-sheet-v2.sheet-vertical tbody tr.selected td{border-color:var(--palette-selected-cell-border)!important;background-color:var(--palette-selected-cell-background);color:var(--palette-selected-cell-text)}.data-sheet-v2.sheet-vertical tbody tr.selected td:hover{background-color:var(--palette-selected-cell-hoverBackground);color:var(--palette-selected-cell-hoverText)}.data-sheet-v2.sheet-vertical tbody tr.selected:hover td:not(:hover){background-color:var(--palette-selected-row-hoverBackground)}.data-sheet-v2.sheet-vertical tbody tr.selected td.active{border-color:var(--palette-selected-active-cell-border)!important;outline-color:var(--palette-selected-active-cell-border)!important;background-color:var(--palette-selected-active-cell-background)!important;color:var(--palette-selected-active-cell-text)!important}.data-sheet-v2.sheet-vertical tbody tr.dynamic-loader td{border-top-color:var(--palette-cell-border)}.data-sheet-v2.sheet-list{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.data-sheet-v2.sheet-list td{padding:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-sheet-v2.sheet-list td.sticky{background-color:inherit;position:sticky}.data-sheet-v2.sheet-list td.sticky.sticky-left{left:0}.data-sheet-v2.sheet-list td.sticky.sticky-right{right:0}.data-sheet-v2.sheet-list tbody tr:not(.dynamic-loader):not(.offset) td{width:100%;border-left:0px solid;border-top:0px solid;border-right:0px solid;border-bottom:0px solid}.data-sheet-v2.sheet-list tbody tr:not(.dynamic-loader):not(.offset) td.active{outline:2px solid;outline-offset:-2px;z-index:1}.data-sheet-v2.sheet-list tbody tr:not(.dynamic-loader):not(.offset) td.sticky{z-index:2}.data-sheet-v2.sheet-list tbody tr.dynamic-loader td{padding:0}.data-sheet-v2.sheet-list tbody tr.offset{pointer-events:none}.data-sheet-v2.sheet-list tbody tr.offset td{border:none;padding:0!important}.data-sheet-v2.sheet-list{background-color:var(--palette-background);color:var(--palette-text)}.gs-calendar{--calendar-pages-gap: 16px;--calendar-pages-size: calc(7 * var(--calendar-item-size));--calendar-min-size: calc( calc(var(--calendar-pages) * var(--calendar-pages-size)) + calc((var(--calendar-pages) - 1) * var(--calendar-pages-gap)) )}.gs-calendar.container{-webkit-user-select:none;user-select:none;display:flex!important;flex-direction:column!important;min-width:var(--calendar-min-size)}.gs-calendar .block,.gs-calendar .virtual-paginated-wrapper .virtual-row .page .page-block,.gs-calendar .fixed-list-wrapper,.gs-calendar .fixed-paginated-wrapper .page .page-block{display:grid;min-height:calc(var(--calendar-item-size) * var(--calendar-rows));grid-template-columns:repeat(var(--calendar-columns),1fr);grid-template-rows:repeat(var(--calendar-rows),var(--calendar-item-size))}.gs-calendar .line,.gs-calendar .virtual-list-wrapper .virtual-row{display:grid;min-height:var(--calendar-item-size);grid-template-columns:repeat(var(--calendar-columns),1fr);grid-template-rows:1fr}.gs-calendar .fixed-list-wrapper{width:100%}.gs-calendar .fixed-paginated-wrapper{width:100%;display:grid;grid-template-columns:repeat(var(--calendar-pages),1fr);column-gap:var(--calendar-pages-gap)}.gs-calendar .fixed-paginated-wrapper .page{display:flex;flex-direction:column;min-height:calc(var(--calendar-pages-size) + var(--calendar-item-size) * 1.25);height:100%;width:100%}.gs-calendar .fixed-paginated-wrapper .page .page-header{width:100%;min-height:calc(var(--calendar-item-size) * 1.25)}.gs-calendar .virtual-list-wrapper{width:100%;height:calc(6 * var(--calendar-item-size))}.gs-calendar .virtual-paginated-wrapper{width:100%;min-height:calc(var(--calendar-pages-size) + var(--calendar-item-size) * 1.25);height:calc(var(--calendar-item-size) * var(--calendar-rows) + var(--calendar-item-size) * 1.25)}.gs-calendar .virtual-paginated-wrapper .virtual-row{width:100%;display:grid;grid-template-columns:repeat(var(--calendar-pages),1fr);column-gap:var(--calendar-pages-gap)}.gs-calendar .virtual-paginated-wrapper .virtual-row .page{display:flex;flex-direction:column;height:100%;width:100%}.gs-calendar .virtual-paginated-wrapper .virtual-row .page .page-header{width:100%;min-height:calc(var(--calendar-item-size) * 1.25)}.gs-input2.input-root{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px}.gs-input2.fluid .input-container{padding-left:0;padding-right:0}.gs-input2 .input-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px}.gs-input2 .input-header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-input2 .input-header .input-label{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-input2 .input-footer{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-input2 .input-footer .input-hint{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-input2 .input-toolbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-input2 .input-toolbar .input-description{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-input2 .input-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding-left:4px;padding-right:4px;min-height:28px}.gs-input2 .input-container .fluid{padding-left:0;padding-right:0}.gs-input2 .input-container .input-prefix,.gs-input2 .input-container .input-suffix{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;padding-inline:4px;gap:4px}.gs-input2 .input-container .input-loader{-webkit-user-select:none;user-select:none;display:flex;max-height:min(100%,44px);flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;padding-inline:4px;gap:4px}.gs-input2 .input-container .input-actions{max-height:min(100%,44px);align-items:center}.gs-input2 .input-container [data-actions-align=center] .input-loader,.gs-input2 .input-container [data-actions-align=center] .input-actions{max-height:100%}.gs-input2 .input-container .input-element{display:flex;flex-basis:0%;flex-direction:row;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-self:stretch;gap:4px;padding:4px 0;min-width:0}.gs-input2 .input-container .input-element[data-wrap=wrap],.gs-input2 .input-container .input-element[data-wrap=wrap] .input-display{flex-wrap:wrap}.gs-input2 .input-container input[data-input-display=true],.gs-input2 .input-container textarea[data-input-display=true]{width:1px;max-width:1px;min-width:1px;opacity:0}.gs-input2 .input-container input[data-input-display=display],.gs-input2 .input-container textarea[data-input-display=display]{min-width:60px;width:auto;flex:1}.gs-input2 .input-container input[data-align=right],.gs-input2 .input-container textarea[data-align=right]{text-align:right}.gs-input2 .input-container input[data-align=center],.gs-input2 .input-container textarea[data-align=center]{text-align:center}.gs-input2 .input-container input,.gs-input2 .input-container textarea{align-self:center;color:currentColor;border:none;outline:none;width:100%;font:inherit;resize:none;padding-left:4px;padding-right:4px;font-size:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;overflow:clip;overflow-clip-margin:0px;border-radius:0;background:transparent}.gs-input2 .input-container textarea{overflow:auto;align-self:flex-start}.gs-checkbox.checkbox-root{display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px}.gs-checkbox.fluid .checkbox-container{padding-left:0;padding-right:0}.gs-checkbox .checkbox-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px}.gs-checkbox .checkbox-header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-checkbox .checkbox-header .checkbox-title{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-checkbox .checkbox-footer{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-checkbox .checkbox-footer .checkbox-hint{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-checkbox .checkbox-toolbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:4px}.gs-checkbox .checkbox-toolbar .checkbox-description{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px;flex-grow:1}.gs-checkbox .checkbox-container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;justify-content:start;gap:8px;padding-left:6px;padding-right:6px;min-width:0}.gs-checkbox .checkbox-container .checkbox-label{-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;align-self:stretch;gap:4px}.gs-checkbox .checkbox-container span{display:flex;align-self:center;align-items:center}.gs-checkbox .checkbox-container input{position:absolute;top:0;right:0;bottom:0;left:0;width:0;height:0;opacity:0}.gs-progress-bar{position:relative}.gs-progress-bar>div{position:absolute;height:100%;left:0}.gs-progress-bar[data-indeterminate]>div{width:25%;animation:progress-bar-indeterminate 1.2s linear infinite}.gs-progress-bar[data-progress]>div{width:attr(data-progress percentage);transition:width .3s ease}@keyframes progress-bar-indeterminate{0%{transform:translate(0);width:0%}to{transform:translate(300%);width:40%}}.gs-skeleton{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#bdd1db}to{background-color:#eef4f6}}.gs-circular-progress svg{stroke:currentColor}@layer components{.gs-layout{display:grid;width:100%;height:100%;max-width:100vw;overflow:hidden;grid-template-areas:"drawer header header" "drawer content sidebar" "drawer footer footer";grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;transition:grid-template-rows .35s ease,grid-template-columns .35s ease}.gs-layout .gs-layout-drawer{grid-area:drawer}.gs-layout .gs-layout-header{grid-area:header}.gs-layout .gs-layout-content{grid-area:content;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.gs-layout .gs-layout-sidebar{grid-area:sidebar}.gs-layout .gs-layout-footer{grid-area:footer}}.gs-element-group{display:inline-flex;align-items:stretch}.gs-element-group:not(.vertical){flex-direction:row;flex-wrap:nowrap}.gs-element-group:not(.vertical):not(.spacing)>:not(:first-child):not(:last-child){border-radius:0!important;border-right-width:0!important}.gs-element-group:not(.vertical):not(.spacing)>:first-child:not(:only-child){border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-width:0!important}.gs-element-group:not(.vertical):not(.spacing)>:last-child:not(:only-child){border-top-left-radius:0!important;border-bottom-left-radius:0!important}.gs-element-group.vertical{flex-direction:column;flex-wrap:nowrap}.gs-element-group.vertical:not(.spacing)>:not(:first-child):not(:last-child){border-radius:0!important;border-top-width:0!important}.gs-element-group.vertical:not(.spacing)>:first-child:not(:only-child){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.gs-element-group.vertical:not(.spacing)>:last-child:not(:only-child){border-top-left-radius:0!important;border-top-right-radius:0!important;border-top-width:0!important}@layer components.pressable{.gs-pressable{box-sizing:border-box;vertical-align:middle;-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;overflow:visible;cursor:pointer;flex-direction:row;flex-wrap:nowrap!important;letter-spacing:.025em;align-items:center}.gs-pressable:focus:not(.disabled):not(.loading):not([disabled]){opacity:.95}.gs-pressable:hover:not(.disabled):not(.loading):not([disabled]){opacity:.95}.gs-pressable:active:not(.disabled):not(.loading):not([disabled]) .content{transform:scale(.97)}.gs-pressable.disabled{opacity:.7;cursor:not-allowed!important}.gs-pressable.loading{opacity:.9;cursor:progress!important}.gs-pressable .side{pointer-events:none;position:relative;display:flex;flex:0 0 auto;align-items:center}.gs-pressable .side.placeholder{visibility:hidden}.gs-pressable.align-start .content{justify-content:flex-start}.gs-pressable.align-end .content{justify-content:flex-end}.gs-pressable .content{pointer-events:none;position:relative;flex:1 1 0;display:flex;justify-content:center;align-items:center;min-width:0}.gs-pressable.size-xsmall{height:24px;min-height:24px;min-width:24px}.gs-pressable.size-small{height:26px;min-height:26px;min-width:26px}.gs-pressable.size-medium{height:34px;min-height:34px;min-width:34px}.gs-pressable.size-large{height:48px;min-height:48px;min-width:48px}.gs-pressable.size-xlarge{height:52px;min-height:52px;min-width:52px}.gs-pressable.size-auto{height:fit-content;min-width:fit-content}}.react-code-input-container{position:relative}.react-code-input-container .react-code-input>input{border:solid 1px #a8adb7;border-right:none;font-family:Lato;font-size:20px;color:#525461;text-align:center;box-sizing:border-box;border-radius:0;-webkit-appearance:initial}.react-code-input-container .react-code-input>input:last-child{border-right:solid 1px #a8adb7;border-top-right-radius:6px;border-bottom-right-radius:6px}.react-code-input-container .react-code-input>input:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.react-code-input-container .react-code-input>input:focus{outline:none;border:1px solid #006fff;caret-color:#006fff}.react-code-input-container .react-code-input>input:focus+input{border-left:none}.tiptap{padding:.5rem;width:100%;min-height:100px}.tiptap :first-child{margin-top:0}.tiptap:focus-visible{outline:none!important}.tiptap code{background-color:var(--color-background-flat);border-radius:.4rem;color:var(--color-font);font-size:.85rem;padding:.25em .3em}.tiptap a{color:var(--color-primary);text-decoration:underline;cursor:pointer}.tiptap a:hover{color:var(--color-primary)}.gs-avatar .image{aspect-ratio:1/1;object-fit:cover;background-position:50% 50%;background-size:cover;display:inline-block;flex-shrink:0;line-height:1;overflow:hidden;vertical-align:middle}@layer components{.gs-floating-window .floating{pointer-events:all}.gs-floating-window .overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:all}.gs-floating-window.container{display:flex;top:0;left:0;width:100%;height:100%;z-index:var(--floating-z-index, 1000)}.gs-floating-window.container.strategy-absolute{position:absolute}.gs-floating-window.container.strategy-fixed{position:fixed}.gs-floating-window.container:not(.position-fullscreen) .floating{max-height:99vh;max-width:95vw}.gs-floating-window.container.position-fullscreen{padding:0!important}.gs-floating-window.container.position-fullscreen .floating{width:100%;height:100%;max-height:100%;max-width:100%}.gs-floating-window.container.position-center{justify-content:center;align-items:center}.gs-floating-window.container.position-center-start,.gs-floating-window.container.position-top{justify-content:center;align-items:flex-start}.gs-floating-window.container.position-center-end,.gs-floating-window.container.position-bottom{justify-content:center;align-items:flex-end}.gs-floating-window.container.position-left-center,.gs-floating-window.container.position-left{justify-content:flex-start;align-items:center}.gs-floating-window.container.position-left-start,.gs-floating-window.container.position-top-start{justify-content:flex-start;align-items:flex-start}.gs-floating-window.container.position-left-end,.gs-floating-window.container.position-bottom-start{justify-content:flex-start;align-items:flex-end}.gs-floating-window.container.position-right-center,.gs-floating-window.container.position-right{justify-content:flex-end;align-items:center}.gs-floating-window.container.position-right-start,.gs-floating-window.container.position-top-end{justify-content:flex-end;align-items:flex-start}.gs-floating-window.container.position-right-end,.gs-floating-window.container.position-bottom-end{justify-content:flex-end;align-items:flex-end}}.prism-code-editor{overflow:auto;display:grid;background:var(--editor__bg);line-height:1.4;--_pse: var(--padding-inline, .75em);--_ns: var(--number-spacing, .75em);--padding-left: var(--_pse);--_sp: var(--pce-scroll-padding, 2ch);scroll-padding:var(--_sp);-webkit-user-select:none;user-select:none;isolation:isolate;white-space:pre}.show-line-numbers{--padding-left: calc(var(--_pse) + var(--number-width) + var(--_ns));scroll-padding-left:calc(var(--padding-left) + var(--_sp));grid:1fr / 0 1fr}.pce-wrapper{margin:.5em 0;position:relative;pointer-events:none;-webkit-text-size-adjust:none;text-size-adjust:none}.pce-textarea{all:unset;box-sizing:border-box;height:100%;width:100%;color:#0000;-webkit-user-select:auto;user-select:auto;overflow:hidden;pointer-events:auto}.pce-textarea::selection{background:var(--pce-selection);color:#0000}.pce-no-selection textarea:focus{z-index:1}.pce-line,.pce-textarea{padding:0 var(--_pse) 0 var(--padding-left);position:relative}.show-line-numbers .pce-line:before{content:attr(data-line);display:inline-block;margin:0 0 0 calc(-1 * var(--padding-left));padding:0 var(--_ns) 0 0;box-sizing:border-box;color:var(--editor__line-number);text-align:end}.show-line-numbers:before{content:"";background:inherit;pointer-events:none}.show-line-numbers:before,.pce-line:before{position:sticky;height:100%;z-index:2;left:0;width:var(--padding-left)}.pce-wrap .pce-line:before{position:absolute;margin:0}.pce-overlays,.pce-overlays>*,pre.pce-guides .pce-line:after,.pce-no-selection .active-line:after,.active-line.match-highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.show-line-numbers .pce-line:after{left:var(--padding-left)}.active-line:after{border:var(--editor__border-highlight);background:var(--editor__bg-highlight);z-index:-2}.pce-wrap{white-space:pre-wrap;word-break:break-word}.selection-matches span{background:var(--editor__bg-selection-match)}.pce-nowrap .active-bracket{display:inline-block}@media (hover: hover){.prism-code-editor::-webkit-scrollbar-corner,.prism-code-editor::-webkit-scrollbar-track,.prism-code-editor ::-webkit-scrollbar-corner,.prism-code-editor ::-webkit-scrollbar-track{background:#0000}.prism-code-editor::-webkit-scrollbar,.prism-code-editor ::-webkit-scrollbar{height:1em;width:1em}.prism-code-editor::-webkit-scrollbar-thumb,.prism-code-editor ::-webkit-scrollbar-thumb{background:hsla(var(--editor__bg-scrollbar),.36);width:2em;height:2em}.prism-code-editor::-webkit-scrollbar-thumb:hover,.prism-code-editor ::-webkit-scrollbar-thumb:hover{background:hsla(var(--editor__bg-scrollbar),.5)}.prism-code-editor::-webkit-scrollbar-thumb:active,.prism-code-editor ::-webkit-scrollbar-thumb:active{background:hsla(var(--editor__bg-scrollbar),.66)}}.prism-code-editor{caret-color:#539bf5;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;--editor__bg: #22272e;--widget__border: #444;--widget__bg: #22272e;--widget__color: #adbac7;--widget__color-active: #fff;--widget__color-options: #8a99a8;--widget__bg-input: #2d333b;--widget__bg-hover: #5a5d5e4f;--widget__bg-active: #1f6feb66;--widget__focus-ring: #007acc;--search__bg-find: #eac55f80;--widget__bg-error: #5a1d1d;--widget__error-ring: #be1100;--editor__bg-highlight: #636e7b1a;--editor__bg-selection-match: #57ab5a40;--editor__line-number: #636e7b;--editor__bg-scrollbar: 210, 10%, 35%;--editor__bg-fold: #768390;--bg-guide-indent: #adbac71f;--pce-ac-icon-class: #e0823d;--pce-ac-icon-enum: #e0823d;--pce-ac-icon-event: #636e7b;--pce-ac-icon-function: #b083f0;--pce-ac-icon-interface: #e0823d;--pce-ac-icon-keyword: #f47067;--pce-ac-icon-namespace: #f47067;--pce-ac-icon-parameter: #6cb6ff;--pce-ac-icon-property: #e0823d;--pce-ac-icon-snippet: #539bf5;--pce-ac-icon-text: #6cb6ff;--pce-ac-icon-unit: #539bf5;--pce-ac-icon-variable: #e0823d;--pce-selection: #264f78;color-scheme:dark}.pce-match{--search__bg-find: #888a6c}.active-line{--editor__line-number: #adbac7}.active-indent{--bg-guide-indent: #adbac73d}[class*=language-],.language-markdown .url>.operator,.token.punctuation,.token.attr-equals,.token.code.keyword{color:#adbac7}.token.class-name,.token.maybe-class-name,.token.atrule,.token.variable,.language-css .token.url,.token.parameter,.token.list.punctuation{color:#f69d50}.token.atrule .rule,.token.unit,.token.selector .combinator,.token.operator,.token.deleted,.token.entity,.token.regex-flags,.token.token.anchor,.token.number.quantifier,.token.keyword{color:#f47067}.token.tag,.token.inserted,.token.selector,.token.doctype-tag,.language-regex .escape{color:#8ddb8c}.token.function{color:#dcbdfb}.token.attr-value,.token.string,.token.char,.token.regex,.language-regex,.token.string-property,.language-markdown .url .content,.language-markdown .url .variable{color:#96d0ff}.token.builtin,.token.selector .class,.token.selector .id,.token.pseudo-class,.token.pseudo-element,.token.attr-name,.language-css .token.property,.token.number,.token.constant,.token.color,.token.boolean,.token.title.important,.title.important .punctuation,.language-css .token.function,.token.code-snippet.code,.token.doctype,.token.property-access,.token.keyword-null,.token.keyword-this,.token.char-class,.token.char-set,.token.regex .punctuation{color:#6cb6ff}.token.comment,.token.prolog,.token.cdata{color:#768390}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.bracket-level-0,.token.bracket-level-6{color:#6cb6ff}.token.bracket-level-1,.token.bracket-level-7{color:#6bc46d}.token.bracket-level-2,.token.bracket-level-8{color:#daaa3f}.token.bracket-level-3,.token.bracket-level-9{color:#ff938a}.token.bracket-level-4,.token.bracket-level-10{color:#fc8dc7}.token.bracket-level-5,.token.bracket-level-11{color:#dcbdfb}.token.interpolation-punctuation{color:#96d0ff}.token.bracket-error{color:#768390}.token.markup-bracket{color:inherit}.active-bracket{box-shadow:inset 0 0 0 1px #57ab5a99,inset 0 0 0 9in #57ab5a40}.active-tagname,.word-matches span{box-shadow:inset 0 0 0 1px #636e7b99,inset 0 0 0 9in #636e7b80}.prism-search{display:grid;border:1px solid var(--widget__border);grid:auto / 1em auto;gap:.3em;padding:.3em;border-radius:.3em;margin:-99in 0 0;line-height:1.5;color:var(--widget__color);background:var(--widget__bg);position:sticky;top:.5em;right:.5em;left:.5em;z-index:4;pointer-events:auto}.prism-search-container *{box-sizing:border-box}.prism-search button{all:unset;cursor:pointer}.pce-readonly .prism-search{grid:auto / auto}.prism-search>div>div{display:flex}.prism-search input{padding:0 0 0 .3em;width:calc(var(--search-width, 20em) - 10ch - 4px);font:inherit;border:none;background:#0000;color:var(--widget__color)}.prism-search ::placeholder{color:inherit;opacity:.6}.pce-match-count{margin:1px auto 1px 0}.pce-match-count,.pce-input{font-family:Arial,Helvetica,sans-serif}.pce-options{color:var(--widget__color-options);font-size:80%;gap:.25em}.pce-options button{padding:0 .2em;border-radius:.2em;width:1.2em;text-align:center}.pce-options button span{pointer-events:none}.prism-search button:focus-visible{outline:1px solid var(--widget__focus-ring);z-index:1}.prism-search .pce-input,.pce-options button{box-shadow:0 0 0 1px var(--_border, var(--widget__border));margin:1px}.prism-search .pce-input{display:flex;position:relative;background:var(--widget__bg-input);border-radius:.15em;height:1.5em}.prism-search input:focus{outline:0}.pce-input:focus-within{--_border: var(--widget__focus-ring)}.pce-find button{display:grid;align-items:center;padding:0 .4em}.pce-replace button{width:7.3ch;text-align:center}.pce-replace :last-child{width:2.7ch}.pce-input button{box-shadow:-1px 0 0 0 var(--widget__border);margin-left:1px}.prev-match:before{transform:rotate(-90deg)}.next-match:before,.pce-expand:before{transform:rotate(90deg)}@media (hover: hover){.prism-search button:hover{background:var(--widget__bg-hover)}}.pce-options button[aria-pressed=true]{background:var(--widget__bg-active);color:var(--widget__color-active);--_border: var(--widget__focus-ring)}.pce-input>:nth-child(3){border-radius:0 .15em .15em 0}.pce-input.pce-error{--_border: var(--widget__error-ring)}.search-error{display:none;position:absolute;top:100%;box-shadow:inherit;width:100%;white-space:normal;word-break:break-word;left:0;background:var(--widget__bg-error);padding:.5em;z-index:1}.pce-error:focus-within .search-error{display:block}button.pce-close{display:grid;width:1.3em;height:1.3em;place-items:center;margin-left:auto;border-radius:.3em}.pce-find button:before,.pce-expand:before,.pce-close:before{content:"";background:currentColor;height:1.2em;opacity:.75}.pce-close:before{clip-path:polygon(50% 44.34%,0% 74.34%,9.43% 80%,9.43% 20%,0% 25.66%,50% 55.66%,100% 25.66%,90.57% 20%,50% 44.34%,9.43% 20%,9.43% 80%,50% 55.66%,90.57% 80%,100% 74.34%);width:.72em}.prism-search>div{display:grid;gap:.25em;width:var(--search-width, 20em)}button.pce-expand{display:grid;place-items:center;border-radius:.25em;margin:-.15em}.pce-readonly .pce-expand,[aria-expanded=false]+div .pce-replace,.pce-readonly .pce-replace{display:none}.pce-expand[aria-expanded=true]:before{transform:rotate(180deg)}.pce-find button:before,.pce-expand:before{width:.84em;clip-path:polygon(50% 28.96%,0% 63.96%,10.1% 71.04%,50% 43.11%,89.9% 71.04%,100% 63.96%)}button.pce-regex{display:flex}.pce-regex span{display:flex;align-items:flex-end}.pce-regex span:before{content:"";width:.3em;height:.3em;background:currentColor;margin:0 0 .2em .1em}.pce-regex span:after{content:"*";line-height:0;font-size:140%;margin-bottom:.5em}button.pce-in-selection{display:grid;place-items:center}button.pce-whole{position:relative}.pce-whole:after{content:"";position:absolute;bottom:.31em;right:.27em;left:.27em;height:.25em;clip-path:inset(1px -1px -1px);box-shadow:0 0 0 1px}.pce-in-selection:before{content:"";height:80%;width:90%;background:currentColor;clip-path:polygon(0 16%,80% 16%,80% 24%,0 24%,0 46%,100% 46%,100% 54%,0 54%,0 76%,60% 76%,60% 84%,0 84%)}.pce-matches span{background:var(--search__bg-find)}.pce-matches :empty{padding:0 2px;margin:0 -2px}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}
